From bc5601b11f9101b3512e97d86f7bd772b3cfdea1 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 6 Apr 2022 17:11:37 +0100 Subject: [PATCH] . --- rapids/templates/rapids/exam_scores_new.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 %}