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