This commit is contained in:
Ross
2026-07-06 22:06:58 +01:00
parent 50b80fd0c7
commit fa98541e31
24 changed files with 1258 additions and 98 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<td>Question {{forloop.counter}}
</td>
{% for cid in cids %}
<td>
<td class="col-cid-cell col-cid-{{ cid|slugify }}" data-cid-name="{{ cids_user_id_map|get_item:cid|lower }}" data-cid-val="{{ cid|lower }}">
<ol class="physics-ans" style="list-style-type: lower-alpha;">
{% with by_question|get_item:question|get_item:cid as ans_score %}
{% for ans, score in ans_score %}