From 6a338dfe282a244d7a94e6de9831ca648c4b95cf Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 27 Aug 2021 09:26:05 +0100 Subject: [PATCH] . --- sbas/templates/sbas/exam_take.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sbas/templates/sbas/exam_take.html b/sbas/templates/sbas/exam_take.html index b5cbeca6..3ef7cd38 100755 --- a/sbas/templates/sbas/exam_take.html +++ b/sbas/templates/sbas/exam_take.html @@ -4,11 +4,11 @@ CID: {{cid}}

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

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

{{question.stem|safe}}

@@ -67,7 +67,6 @@ CID: {{cid}} }) {% else %} $("ul.sba-answer-list li[data-ans='{{question.best_answer}}']").addClass("correct"); - {% endif %} {% if saved_answer %}