This commit is contained in:
Ross
2021-07-29 19:44:12 +01:00
parent c374782acb
commit 64bd93aeb4
+1 -3
View File
@@ -44,9 +44,7 @@
<td>Question {{forloop.counter}}</td>
{% for ans, score in by_question|get_item:question %}
<td>
<ol class="sbas-ans" style="list-style-type: lower-alpha;">
<li class="user-answer-score-{{score}}" title="answer score: {{score}}">{{ans}}</li>
</ol>
<span class="user-answer-score-{{score}}" title="answer score: {{score}}">{{ans}}</span>
</td>
{% endfor %}
</tr>