From be1e3129ab0a9a860fae156911b75ecec4827307 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 3 Aug 2021 18:45:49 +0100 Subject: [PATCH] . --- longs/templates/longs/exam_scores.html | 46 +++++++++++++------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/longs/templates/longs/exam_scores.html b/longs/templates/longs/exam_scores.html index 727ee070..9745d99f 100644 --- a/longs/templates/longs/exam_scores.html +++ b/longs/templates/longs/exam_scores.html @@ -16,12 +16,12 @@

Stats

Candidates: {{cids|length}}
- Max score: {{max_score}}
+ Max score: {{max_score}}
Mean: {{mean}}, Median {{median}}, Mode {{mode}} - +
{{plot|safe}}
-
+
@@ -35,32 +35,32 @@ {% endfor %}
Candidate ID
-
+

Results as a table

- - - {% for cid in cids %} - - {% endfor %} + + + {% for cid in cids %} + + {% endfor %} - + - {% for question in questions %} - - - {% for ans, score in by_question|get_item:question %} - + {% for question in questions %} + + + {% for ans, score in by_question|get_item:question %} + + {% endfor %} + {% endfor %} - - {% endfor %} - - - {% for score in user_scores_list %} - - {% endfor %} - + + + {% for score in user_scores_list %} + + {% endfor %} +
Candidate{{cid}}
Candidate{{cid}}
Question {{forloop.counter}}{{score}}
Question {{forloop.counter}}{{score}}
Score:{{score}}
Score:{{score}}