This commit is contained in:
Ross
2021-01-03 17:38:01 +00:00
parent 69f5e6f6b5
commit 7dcd7423e8
+1 -1
View File
@@ -48,7 +48,7 @@
<tr>
<td>Question {{forloop.counter}}</td>
{% for ans, score in by_question|get_item:question %}
<td class="user-answer {{score}}">{{ans}} {{score}}</td>
<td class="user-answer-score-{{score}}" title="answer score: {{score}}">{{ans}}</td>
{% endfor %}
</tr>
{% endfor %}