diff --git a/rapids/templates/rapids/exam_scores.html b/rapids/templates/rapids/exam_scores.html index bd9fd93b..7c9c70fc 100644 --- a/rapids/templates/rapids/exam_scores.html +++ b/rapids/templates/rapids/exam_scores.html @@ -41,7 +41,7 @@
| {{ans_by_question|get_item:question|get_item:cid}} | + {% for ans, score in by_question|get_item:question %} +{{ans}} | {% endfor %}|
| Score: | - {% for cid in cids %} -{{user_scores|get_item:cid}} | + {% for score in user_scores_list %} +{{score}} | {% endfor %}