This commit is contained in:
Ross
2021-12-18 18:48:38 +00:00
parent ff09891c8e
commit 562fa4ab8c
2 changed files with 26 additions and 21 deletions
+2 -2
View File
@@ -62,8 +62,8 @@
[A]
{% endif %}
</td>
{% for ans, score in by_question|get_item:question %}
<td class="rapid-ans user-answer-score-{{score}}" title="answer score: {{score}}">{{ans}}</td>
{% for cid in cids %}
<td class="rapid-ans user-answer-score-{{ans_by_question|get_item:question}}" title="answer score: {{ans_by_question|get_item:question}}">{{ans_by_question|get_item:question}}</td>
{% endfor %}
</tr>
{% endfor %}