From 4ad91f2bd2047331c4c912e8eafa4952914245ef Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 27 Aug 2021 09:19:17 +0100 Subject: [PATCH] . --- sbas/templates/sbas/exam_take.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sbas/templates/sbas/exam_take.html b/sbas/templates/sbas/exam_take.html index 0bd5f666..db6c00de 100755 --- a/sbas/templates/sbas/exam_take.html +++ b/sbas/templates/sbas/exam_take.html @@ -4,6 +4,11 @@ CID: {{cid}}

Question [{{pos|add:1}}/{{exam_length}}]

+ {% if exam.publish_results %} + + {% endif %}

{{question.stem|safe}}

@@ -35,9 +40,7 @@ CID: {{cid}} {% endif %} {% endif %}
- {% if not exam.publish_results %} - {% endif %}