.
This commit is contained in:
@@ -4,8 +4,9 @@
|
|||||||
<h2>{{collection.name}}</h2>
|
<h2>{{collection.name}}</h2>
|
||||||
|
|
||||||
{% include 'exam_notes.html' %}
|
{% include 'exam_notes.html' %}
|
||||||
|
|
||||||
<div>
|
<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 />
|
Publish results: {{collection.publish_results}}<br />
|
||||||
Active: {{collection.active}}<br />
|
Active: {{collection.active}}<br />
|
||||||
Collection Type: {{collection.get_collection_type_display}}<br />
|
Collection Type: {{collection.get_collection_type_display}}<br />
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
{% for cid_user_exam in cid_users %}
|
{% 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-post="{% url 'atlas:collection_reset_answers_user' collection.pk cid_user_exam.user_user.id %}"
|
||||||
hx-swap="outerHTML"
|
hx-swap="outerHTML"
|
||||||
hx-confirm="Are you sure you want to reset answers for the user? This action cannot be undone."
|
hx-confirm="Are you sure you want to reset answers for the user? This action cannot be undone."
|
||||||
|
|||||||
Reference in New Issue
Block a user