From c7fa3a096c0789b304ec93d449456eb1d45da165 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 20 Oct 2025 22:58:54 +0100 Subject: [PATCH] Enhance question display in exam overview by adding question titles and improved numbering format --- sbas/templates/sbas/exam_overview.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbas/templates/sbas/exam_overview.html b/sbas/templates/sbas/exam_overview.html index 2ab02974..e60b5b7e 100644 --- a/sbas/templates/sbas/exam_overview.html +++ b/sbas/templates/sbas/exam_overview.html @@ -24,7 +24,8 @@
-
Q{{ forloop.counter }}. {{ question.stem|safe }}
+ Q{{ forloop.counter }}: {{ question.title }} +
{{ question.stem|safe }}
Category: {{ question.category }}