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