.
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
{% for question, a, score, correct_answer in answers_and_marks %}
|
{% 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">Question {{forloop.counter}} - {{ question.stem |safe}}</li>
|
||||||
<span>Correct answer: {{correct_answer}} <br />{{a}} <span class="answer-{{score}}">(Score: {{score}})</span></span>
|
<span>Correct answer: {{correct_answer|safe}} <br />{{a}} <span class="answer-{{score}}">(Score: {{score}})</span></span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
<br /> Total mark: {{ total_score }} / {{max_score}}
|
<br /> Total mark: {{ total_score }} / {{max_score}}
|
||||||
|
|||||||
Reference in New Issue
Block a user