This commit is contained in:
Ross
2020-12-28 15:25:00 +00:00
parent fe11ac095f
commit d3e7a5c5b3
+2 -1
View File
@@ -4,8 +4,9 @@
{% load thumbnail %}
<div class="anatomy">
<a href="{% url 'admin:anatomy_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.
This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
<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 class="help-text">[When checked the exam will be available to take in the test system]</span>