This commit is contained in:
Ross
2022-04-10 21:32:14 +01:00
parent 7544dd6104
commit 69d698f97a
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
{% endfor %} {% endcomment %}
{% for cid in cids %}
{% with by_question|get_item:question|get_item:cid as ans_score %}
<td class="atlas-ans user-answer-score-{{ans_score.1}}" title="feedbakc: {{ans_score.2}}">{{ans_score.1}}</td>
<td class="atlas-ans user-answer-score-{{ans_score.1}}" title="feedback: {{ans_score.2}}">{{ans_score.1}}</td>
{% endwith %}
{% endfor %}
</tr>