This commit is contained in:
Ross
2021-12-12 22:02:37 +00:00
parent 2155a4ae52
commit 6b8d1d44b1
@@ -7,7 +7,7 @@
Answers:
<ul>
{% for question, ans in answers_and_marks %}
<li class="user-answer-li">Question {{forloop.counter}} - {{ question.stem }}</li>
<li class="user-answer-li">Question {{forloop.counter}} - {{ question.stem|safe }}</li>
<ol type="a">
{% for q, a, score, correct_answer in ans %}
<li>{{q}}: Correct answer: {{correct_answer}} <br />{{a}} <span class="answer-{{score}}">(Score: