diff --git a/anatomy/templates/anatomy/exam_scores_new.html b/anatomy/templates/anatomy/exam_scores_new.html index f4311e87..fa0924b5 100644 --- a/anatomy/templates/anatomy/exam_scores_new.html +++ b/anatomy/templates/anatomy/exam_scores_new.html @@ -31,11 +31,12 @@ Score Normalised Score - {% for user, value in user_answers_marks.items %} + {% comment %} {% for user, value in user_answers_marks.items %} {% endcomment %} + {% for cid in cids %} - {{user}} - {{user_scores|get_item:user}} - {{user_scores_normalised|get_item:user}} + {{cid}} + {{user_scores|get_item:cid}} + {% comment %} {{user_scores_normalised|get_item:user}} {% endcomment %} {% endfor %}