This commit is contained in:
Ross
2022-04-25 22:34:56 +01:00
parent b8116c134c
commit 253a125101
+1 -1
View File
@@ -63,7 +63,7 @@
{% endfor %} {% endcomment %} {% endfor %} {% endcomment %}
{% for cid in cids %} {% for cid in cids %}
{% with by_question|get_item:question|get_item:cid as ans_score %} {% with by_question|get_item:question|get_item:cid as ans_score %}
<td class="atlas-ans user-answer-score-{{ans_score.1}}" title="feedback: {{ans_score.2}}">{{ans_score.1}}</td> <td class="atlas-ans" data-score="{{ans_score.1}}" title="feedback: {{ans_score.2}}">{{ans_score.1}}</td>
{% endwith %} {% endwith %}
{% endfor %} {% endfor %}
</tr> </tr>