This commit is contained in:
Ross
2021-03-19 11:23:12 +00:00
parent 40cfe714e8
commit ba8af9ad1e
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
<div class="longs">
<a href="{% url 'admin:longs_exam_change' exam.id %}" title="Edit the Exam using the admin interface">Admin Edit</a>
<h1>Exam: {{ exam.name }}</h1>
This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.<br/>
Exam mode: {{ exam.exam_mode }}
<div class="parent-help" title="Click to enable / disable the exam">
Exam active: <input type="checkbox" id="exam-active-switch" {% if exam.active %}checked{% endif %}> <span