diff --git a/generic/templates/generic/exam_overview_headers.html b/generic/templates/generic/exam_overview_headers.html index bd02c09e..0c67cf8b 100644 --- a/generic/templates/generic/exam_overview_headers.html +++ b/generic/templates/generic/exam_overview_headers.html @@ -44,6 +44,8 @@ Time limit: {{ exam.time_limit }} seconds (per question) +
Author(s): {% for author in exam.author.all %}{{ author }}{% if not forloop.last %}, {% endif %}{% endfor %}
+
Exam mode: {{ exam.exam_mode }} {% if exam.exam_mode %} @@ -178,17 +180,7 @@
-
-
- {% if exam.examcollection %} -
Exam Collection: {{ exam.examcollection }}
- {% endif %} -
Author(s): {% for author in exam.author.all %}{{ author }}{% if not forloop.last %}, {% endif %}{% endfor %}
-
-
- Supervisor visible: {{ exam.results_supervisor_visible }} -
-
+ {# Authors and supervisor visibility moved earlier in the header; duplicate block removed #} {% block css %}