From 179045c3fa5ab07050d14acf2a5c2f8716ca7c51 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 3 Aug 2021 18:16:13 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_scores.html | 2 ++ longs/templates/longs/exam_scores.html | 2 ++ physics/templates/physics/exam_scores.html | 3 ++- rapids/templates/rapids/exam_scores.html | 2 ++ sbas/templates/sbas/exam_scores.html | 2 ++ 5 files changed, 10 insertions(+), 1 deletion(-) diff --git a/anatomy/templates/anatomy/exam_scores.html b/anatomy/templates/anatomy/exam_scores.html index 91f621ba..3829cf75 100644 --- a/anatomy/templates/anatomy/exam_scores.html +++ b/anatomy/templates/anatomy/exam_scores.html @@ -38,6 +38,7 @@

Results as a table

+ {% for cid in cids %} @@ -45,6 +46,7 @@ {% endfor %} + {% for question in questions %} diff --git a/longs/templates/longs/exam_scores.html b/longs/templates/longs/exam_scores.html index c9f13502..06e8d7d2 100644 --- a/longs/templates/longs/exam_scores.html +++ b/longs/templates/longs/exam_scores.html @@ -38,6 +38,7 @@

Results as a table

Candidate
Question {{forloop.counter}}
+ {% for cid in cids %} @@ -45,6 +46,7 @@ {% endfor %} + {% for question in questions %} diff --git a/physics/templates/physics/exam_scores.html b/physics/templates/physics/exam_scores.html index 2d7bb95e..73ab8c4d 100644 --- a/physics/templates/physics/exam_scores.html +++ b/physics/templates/physics/exam_scores.html @@ -32,12 +32,13 @@

Answers as a table

Candidate
Question {{forloop.counter}}
+ {% for cid in cids %} {% endfor %} - + {% for question in questions %} diff --git a/rapids/templates/rapids/exam_scores.html b/rapids/templates/rapids/exam_scores.html index 5d4575e8..60994d74 100644 --- a/rapids/templates/rapids/exam_scores.html +++ b/rapids/templates/rapids/exam_scores.html @@ -23,10 +23,12 @@
Candidate{{cid}}
+ + {% for user, value in user_answers_marks.items %} diff --git a/sbas/templates/sbas/exam_scores.html b/sbas/templates/sbas/exam_scores.html index c67417e4..2f33a748 100644 --- a/sbas/templates/sbas/exam_scores.html +++ b/sbas/templates/sbas/exam_scores.html @@ -32,6 +32,7 @@

Results as a table

Candidate ID Score
{{user}}
+ {% for cid in cids %} @@ -39,6 +40,7 @@ {% endfor %} + {% for question in questions %}
Candidate
Question {{forloop.counter}}