diff --git a/rapids/templates/rapids/exam_scores_new.html b/rapids/templates/rapids/exam_scores_new.html index 4eae3453..20fe8d26 100644 --- a/rapids/templates/rapids/exam_scores_new.html +++ b/rapids/templates/rapids/exam_scores_new.html @@ -64,9 +64,12 @@ {% for cid in cids %} {% comment %} {{ans_by_question|get_item:question|get_item:cid}} {% endcomment %} - {% with by_question|get_item:question|get_item:cid as ans_score %} - {{ans_score.0}} - {% endwith %} +{% comment %} {% with by_question|get_item:question|get_item:cid as ans_score %} + {{ans_score.0}} + {% endwith %} {% endcomment %} + {% for ans, score in by_question|get_item:question %} + {{ans}} + {% endfor %} {% endfor %} {% endfor %}