diff --git a/sbas/templates/sbas/exam_overview.html b/sbas/templates/sbas/exam_overview.html index 59dc69ba..2ab02974 100644 --- a/sbas/templates/sbas/exam_overview.html +++ b/sbas/templates/sbas/exam_overview.html @@ -24,7 +24,7 @@
-
{{ question.stem|safe }}
+
Q{{ forloop.counter }}. {{ question.stem|safe }}
Category: {{ question.category }}