This commit is contained in:
Ross
2021-07-29 22:01:34 +01:00
parent 163a7cd92e
commit aa9afd933a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ CID: {{cid}}
<h2>Exam: {{exam.name}}</h2>
<div><p>Questions</p></div>
{{answer_count}} out of {{exam_count}} questions answered. Click to go to question.
{{answer_count}} out of {{exam_length}} questions answered. Click to go to question.
<ul class="question-list">
{% for question, answer in question_answer_tuples %}
<li {% if not answer %}class="unanswered"{% endif %}><a href="{% url 'sbas:exam_take' pk=exam.id sk=forloop.counter0 cid=cid %}">{{forloop.counter}}: {{answer.answer}}</a></li>
+1 -1
View File
@@ -4,7 +4,7 @@
<h2>{{exam.name}}</h2>
Enter your CID in the below box.
Enter your CID in the below box.<br />
<input id="cid-box" type="text" value="Candidate ID">
<button>Start exam</button>