Add exam review question responses and summary views with HTMX support

This commit is contained in:
Ross
2025-11-10 12:49:10 +00:00
parent eaf8a38fe2
commit bd81fdcf41
6 changed files with 245 additions and 2 deletions
@@ -23,7 +23,7 @@
<pre>{{ans}}</pre>
</span>
{% if exam.publish_results or view_all_results%}
<span class="answer-score">{{score}}</span>
Marks: <span class="answer-score">{{score}}</span>
{% endif %}
</span>
<span class="view-question-link" data-qn={{forloop.counter0}}>View</span>