From 7167701d6137703b3d426a1a3d155771295c9f69 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 27 Aug 2021 09:14:32 +0100 Subject: [PATCH] . --- sbas/templates/sbas/exam_take.html | 71 +++++++++++++++++------------- 1 file changed, 41 insertions(+), 30 deletions(-) diff --git a/sbas/templates/sbas/exam_take.html b/sbas/templates/sbas/exam_take.html index ee2cb71d..1f0c3540 100755 --- a/sbas/templates/sbas/exam_take.html +++ b/sbas/templates/sbas/exam_take.html @@ -3,40 +3,44 @@ {% block content %} CID: {{cid}}
-

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

+

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

-
-

{{question.stem|safe}}

-
- +
+

{{question.stem|safe}}

+
+ -
+
-
{% csrf_token %} -
- {{form}} -
+ {% csrf_token %} +
+ {{form}} +
- {% if previous > -1 %} - - {% endif %} - {% if next %} - - {% else %} - - {% endif %} -
- - -
-
+ {% if previous > -1 %} + + {% endif %} + {% if next %} + + {% else %} + {% if not exam.publish_results %} + + {% endif %} + {% endif %} +
+ {% if not exam.publish_results %} + + {% endif %} + + +

Questions

@@ -48,6 +52,10 @@ CID: {{cid}} {% block js %}