This commit is contained in:
Ross
2024-11-18 10:56:41 +00:00
parent 00323cc6bd
commit 8be4c4f923
2 changed files with 13 additions and 12 deletions
+2 -1
View File
@@ -4,8 +4,9 @@
<h2>{{collection.name}}</h2>
{% include 'exam_notes.html' %}
<div>
Exam mode: {{collection.exam_mode}}<br />
Exam mode: {{collection.exam_mode}} (Exam open acess: {{collection.exam_open_access}})<br />
Publish results: {{collection.publish_results}}<br />
Active: {{collection.active}}<br />
Collection Type: {{collection.get_collection_type_display}}<br />
@@ -1,6 +1,6 @@
{% for cid_user_exam in cid_users %}
<button title="This will clear the user answers and attempts"
<button class="btn btn-sm btn-primary" title="This will clear the user answers and attempts"
hx-post="{% url 'atlas:collection_reset_answers_user' collection.pk cid_user_exam.user_user.id %}"
hx-swap="outerHTML"
hx-confirm="Are you sure you want to reset answers for the user? This action cannot be undone."