.
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<h2>{{exam.name}}</h2>
|
<h2>Start exam: {{exam.name}}</h2>
|
||||||
|
|
||||||
Enter your CID in the below box.<br />
|
Enter your CID and passcode in the below boxes.<br />
|
||||||
<input id="cid-box" type="text" value="Candidate ID">
|
<input id="cid-box" type="text" value="Candidate ID"><br/>
|
||||||
<input id="passcode-box" type="text" value="Passcode">
|
<input id="passcode-box" type="text" value="Passcode"><br/>
|
||||||
|
|
||||||
<button>Start exam</button>
|
<button>Start exam</button>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user