feat: add exam mode URL handling and update user scores template
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<div class="d-flex align-items-center gap-2">
|
||||
<div class="btn-group btn-group-sm" role="group">
|
||||
{% if exam.active %}
|
||||
<a href="{{ exam.get_take_url }}" target="_blank" title="Click to take exam">
|
||||
<a href="{{ exam.get_take_url_exam_mode }}" target="_blank" title="Click to take exam">
|
||||
<button class="btn btn-primary start-button">Start</button>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user