diff --git a/generic/templates/generic/exam_overview_headers.html b/generic/templates/generic/exam_overview_headers.html index ac166cd5..d63f8671 100644 --- a/generic/templates/generic/exam_overview_headers.html +++ b/generic/templates/generic/exam_overview_headers.html @@ -3,6 +3,7 @@
+ {# Responsive: title stacks above metadata on small screens; use h4 for compactness #}

Exam: {{ exam }}

{% include 'exam_notes.html' %} @@ -32,6 +33,7 @@ {% endif %}
+ This exam has {{ question_number }} questions  •  Time limit: {{ exam.time_limit }} seconds (per question)
@@ -42,13 +44,31 @@ {% if exam.exam_open_access %}
Available to all registered users.
{% else %} -
Cid candidates: {{candidate_count.0}}, User candidates: {{candidate_count.1}}
+ {# Improved candidate counts: use compact buttons with badges and icons; stack on xs, inline on md+ #} + {% endif %} {% endif %}
+ {# Cards stack vertically on mobile, align on md+ using gap utilities #}
@@ -94,7 +114,8 @@
- @@ -104,8 +125,8 @@
-
Select questions on the list above (checkboxes) then click one of the actions below.
-
+
Select questions on the list above (checkboxes) then click one of the actions below.
+