This commit is contained in:
Ross
2022-04-26 20:02:47 +01:00
parent a054ef3bd0
commit 4991307ab1
+2 -1
View File
@@ -63,7 +63,8 @@
{% endfor %} {% endcomment %}
{% for cid in cids %}
{% with by_question|get_item:question|get_item:cid as ans_score %}
<td class="atlas-ans" data-score="{{ans_score.1}}" title="feedback: {{ans_score.2}}">{{ans_score.1}}</td>
<td class="atlas-ans" data-score="{{ans_score.1}}" title="answer: {{ans_score.0}}
feedback: {{ans_score.2}}">{{ans_score.1}}</td>
{% endwith %}
{% endfor %}
</tr>