This commit is contained in:
Ross
2021-08-19 10:21:19 +01:00
parent 80d6ea76c5
commit 73b639b27d
3 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
<tr>
<td>Question {{forloop.counter}}</td>
{% for ans, score in by_question|get_item:question %}
<td class="user-answer-score-{{score}}" title="answer score: {{score}}">{{ans}}</td>
<td class="rapid-ans user-answer-score-{{score}}" title="answer score: {{score}}">{{ans}}</td>
{% endfor %}
</tr>
{% endfor %}