diff --git a/rapids/templates/rapids/exam_scores.html b/rapids/templates/rapids/exam_scores.html index 6f6aee40..11ed4113 100644 --- a/rapids/templates/rapids/exam_scores.html +++ b/rapids/templates/rapids/exam_scores.html @@ -63,8 +63,7 @@ {% endif %} {% for cid in cids %} - - {{ans_by_question|get_item:question}} + {{ans_by_question|get_item:question|get_item:cid}} {% endfor %} {% endfor %}