diff --git a/generic/templates/generic/exam_scores_base.html b/generic/templates/generic/exam_scores_base.html
index e06fe7b7..66f7278d 100644
--- a/generic/templates/generic/exam_scores_base.html
+++ b/generic/templates/generic/exam_scores_base.html
@@ -39,17 +39,17 @@
-
Stats
- Candidates: {{cids|length}}
- Questions:
{{question_number}}
-
Available marks: {{max_score}}
- Mean: {{mean}}, Median {{median}}, Mode {{mode}}
- Top score: {{exam.stats_max}}
-
+
+
Stats
+
Candidates: {{cids|length}}
+
Questions: {{question_number}}
+
Available marks: {{max_score}}
+
Mean: {{mean}}, Median {{median}}, Mode {{mode}}
+
Top score: {{exam.stats_max}}
-
-
+
+
+
| Candidate ID |
Score |
@@ -79,10 +79,18 @@
{% endfor %}
+
-
-
Answers as a table
-
+
+
+
Answers as a table
+
+
+
+
+
+
+
| Candidate |
@@ -127,7 +135,9 @@
{{user_scores|get_item:cid}} |
{% endfor %}
-
+
+
+
{% block breakdown %}{% endblock breakdown %}
@@ -192,6 +202,12 @@
display: inline-block;
color: darkblue;
}
+ /* Reduce vertical spacing for dense score tables */
+ .cid-score-table td, .cid-score-table th, table.table-sm td, table.table-sm th {
+ padding: .25rem .4rem;
+ line-height: 1;
+ }
+ #stats-block { font-size: .9rem; }
{% endblock %}
\ No newline at end of file