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 @@
-

Answers as a table TEST

+

Answers as a table

@@ -62,15 +62,15 @@ [A] {% endif %} - {% for cid in cids %} - + {% for ans, score in by_question|get_item:question %} + {% endfor %} {% endfor %} - {% for cid in cids %} - + {% for score in user_scores_list %} + {% endfor %}
{{ans_by_question|get_item:question|get_item:cid}}{{ans}}
Score:{{user_scores|get_item:cid}}{{score}}