This commit is contained in:
Ross
2021-03-03 21:09:14 +00:00
parent 6b671bcf37
commit c03d93ae5f
+1 -1
View File
@@ -4,7 +4,7 @@
<div class="longs">
<h2>Exam: {{ exam.name }}</h2>
<h3>Candidate: {{ cid }}</h3>
Answers:
Scores:
<ul>{% for score in answers_marks %}
<li class="user-answer-li">Question {{forloop.counter}}</li>
<span class="user-answer-score user-answer-score-{{score}}"><pre>{{ans}}</pre> ({{score}})</span>