Add exam_mode parameter to exam take URL for improved functionality

This commit is contained in:
Ross
2026-01-05 10:59:40 +00:00
parent 086bd8f589
commit debe093bc9
+1 -1
View File
@@ -22,7 +22,7 @@
{% for exam in exams %}
<li class="exam" data-exam-id="{{exam.pk}}">{{exam}}
{% if exam.active %}
<a href="{{exam.get_take_url}}?cid={{cid}}&passcode={{passcode}}" target="_blank" title="Click to take exam">
<a href="{{exam.get_take_url}}?cid={{cid}}&passcode={{passcode}}&exam_mode=true" target="_blank" title="Click to take exam">
<button class="small-url-button start-button">Start</button>
</a>
{% endif %}