This commit is contained in:
Ross
2023-12-11 14:10:11 +00:00
parent 893e65227e
commit 603082a1c9
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -3,6 +3,10 @@
{% block content %}
<h2>Start exam: {{exam.name}}</h2>
{% if exam.time_limit %}
This exam has a time limit of {{ exam.get_time_limit }}. The time will start when you click the Start Exam button below.<br/>
{% endif %}
{% if request.user.is_authenticated and valid_user %}
<a href="{% url 'sbas:exam_take_user' pk=exam.pk sk=0 %}">Start Exam</a>
@@ -10,10 +14,6 @@
Enter your CID and passcode in the below boxes.<br />
<p><input id="cid-box" type="text" value="Candidate ID"></p>
<p><input id="passcode-box" type="text" value="Passcode"></p>
{% if exam.time_limit %}
This exam has a time limit of {{ exam.get_time_limit }}. The time will start when you click the Start Exam button below.<br/>
{% endif %}
<button>Start exam</button>