From cd5e3ddf2a38becfebcf6f145188d74485701eb4 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 6 Apr 2022 17:15:41 +0100 Subject: [PATCH] . --- rapids/templates/rapids/exam_scores_new.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rapids/templates/rapids/exam_scores_new.html b/rapids/templates/rapids/exam_scores_new.html index 54a36e51..f161c635 100644 --- a/rapids/templates/rapids/exam_scores_new.html +++ b/rapids/templates/rapids/exam_scores_new.html @@ -62,13 +62,10 @@ [A] {% endif %} -{% comment %} {% for cid in cids %} + {% for cid in cids %} {% with by_question|get_item:question|get_item:cid as ans_score %} {{ans_score.0}} {% endwith %} - {% endfor %} {% endcomment %} - {% for ans, score in by_question|get_item:question %} - {{ans}} {% endfor %} {% endfor %}