From 6465c541fa089a67992ad1967dec5ebc541a29fe Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 18 Dec 2021 19:03:44 +0000 Subject: [PATCH] . --- rapids/templates/rapids/exam_scores.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rapids/templates/rapids/exam_scores.html b/rapids/templates/rapids/exam_scores.html index 6f6aee40..11ed4113 100644 --- a/rapids/templates/rapids/exam_scores.html +++ b/rapids/templates/rapids/exam_scores.html @@ -63,8 +63,7 @@ {% endif %} {% for cid in cids %} - - {{ans_by_question|get_item:question}} + {{ans_by_question|get_item:question|get_item:cid}} {% endfor %} {% endfor %}