add images to question list viewer

This commit is contained in:
Ross
2020-12-12 11:27:26 +00:00
parent bb993071ef
commit 925f4adeac
3 changed files with 18 additions and 2 deletions
@@ -7,7 +7,7 @@
Answers:
<ul>{% for ans, score, correct_answer in answers_and_marks %}
<li class="user-answer-li">Question {{forloop.counter}} - Correct answer: <span class="correct-answer">{{ correct_answer }}</span></li>
<span class="user-answer-score-{{score}}">{{ans}} ({{score}})</span>
<span class="user-answer-score user-answer-score-{{score}}"><pre>{{ans}}</pre> ({{score}})</span>
{% endfor %}
</ul>
<br /> Total mark: {{ total_score }} / {{max_score}}