diff --git a/anatomy/templates/anatomy/exam_scores.html b/anatomy/templates/anatomy/exam_scores.html index 97b7dec8..4db7dc0f 100644 --- a/anatomy/templates/anatomy/exam_scores.html +++ b/anatomy/templates/anatomy/exam_scores.html @@ -5,10 +5,12 @@

{{ exam.name }}

{% if unmarked %} - The following questions need marking - {% for exam_index in unmarked %} - {{ exam_index|add:1 }} - {% endfor %} + {% endif %} @@ -16,9 +18,9 @@

Stats

Candidates: {{cids|length}}
- Max score: {{max_score}}
+ Max score: {{max_score}}
Mean: {{mean}}, Median {{median}}, Mode {{mode}} - +
{{plot|safe}}
@@ -39,28 +41,28 @@

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}}{{ans}}
Question {{forloop.counter}}{{ans}}
Score:{{score}}
Score:{{score}}
diff --git a/longs/templates/longs/exam_scores.html b/longs/templates/longs/exam_scores.html index d7e8f5b8..366af943 100644 --- a/longs/templates/longs/exam_scores.html +++ b/longs/templates/longs/exam_scores.html @@ -5,10 +5,12 @@

{{ exam.name }}

{% if unmarked %} - The following questions need marking - {% for exam_index in unmarked %} - {{ exam_index|add:1 }} - {% endfor %} + {% endif %} diff --git a/rapids/templates/rapids/exam_scores.html b/rapids/templates/rapids/exam_scores.html index 7d320d3f..2fbca25a 100644 --- a/rapids/templates/rapids/exam_scores.html +++ b/rapids/templates/rapids/exam_scores.html @@ -6,10 +6,12 @@

{{ exam.name }}

{% if unmarked %} - The following questions need marking - {% for exam_index in unmarked %} - {{ exam_index|add:1 }} - {% endfor %} + {% endif %} @@ -17,9 +19,9 @@

Stats

Candidates: {{cids|length}}
- Max score: {{max_score}}
+ Max score: {{max_score}}
Mean: {{mean}}, Median {{median}}, Mode {{mode}} - +
@@ -39,28 +41,28 @@

Answers 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}}{{ans}}
Question {{forloop.counter}}{{ans}}
Score:{{score}}
Score:{{score}}