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