From 91cf2cab297dc19a87a4d480ae81be7b1c9cdf6e Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 29 Dec 2025 10:50:53 +0000 Subject: [PATCH] Update exam time limit display to show '1Q' for time per question --- generic/templates/generic/exam_overview_headers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/templates/generic/exam_overview_headers.html b/generic/templates/generic/exam_overview_headers.html index 67b1850f..610dcdac 100644 --- a/generic/templates/generic/exam_overview_headers.html +++ b/generic/templates/generic/exam_overview_headers.html @@ -41,7 +41,7 @@
This exam has {{ question_number }} questions  •  - Time limit: {{ exam.time_limit }} seconds (per question) + Time limit: {{ exam.time_limit }} seconds (1Q)
Author(s): {% for author in exam.author.all %}{{ author }}{% if not forloop.last %}, {% endif %}{% endfor %}