From 21ada89b54f4f57ef9bd3f539852b69ee4b6b55d Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 18 Dec 2021 19:17:21 +0000 Subject: [PATCH] . --- rapids/templates/rapids/exam_scores.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rapids/templates/rapids/exam_scores.html b/rapids/templates/rapids/exam_scores.html index bd9fd93b..7c9c70fc 100644 --- a/rapids/templates/rapids/exam_scores.html +++ b/rapids/templates/rapids/exam_scores.html @@ -41,7 +41,7 @@
-

Answers as a table TEST

+

Answers as a table

@@ -62,15 +62,15 @@ [A] {% endif %} - {% for cid in cids %} - + {% for ans, score in by_question|get_item:question %} + {% endfor %} {% endfor %} - {% for cid in cids %} - + {% for score in user_scores_list %} + {% endfor %}
{{ans_by_question|get_item:question|get_item:cid}}{{ans}}
Score:{{user_scores|get_item:cid}}{{score}}