.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user