This commit is contained in:
Ross
2021-08-27 10:37:38 +01:00
parent 5a81de6546
commit 9d17970c6e
+1 -1
View File
@@ -7,7 +7,7 @@
Answers:
<ul>
{% for question, a, score, correct_answer in answers_and_marks %}
<li class="user-answer-li">Question {{forloop.counter}} - {{ question.stem |safe}}</li>
<li class="user-answer-li"><a href="{% url 'exam_take' exam.pk forloop.counter0 cid %}">Question {{forloop.counter}}</a> - {{ question.stem |safe}}</li>
<span>Correct answer: {{correct_answer|safe}} <br />{{a}} <span class="answer-{{score}}">(Score: {{score}})</span></span>
{% endfor %}
</ul>