feat: add exam mode URL handling and update user scores template

This commit is contained in:
Ross
2026-07-06 09:29:15 +01:00
parent 5a2baaeab8
commit daebdc1844
4 changed files with 15 additions and 3 deletions
+3
View File
@@ -1149,6 +1149,9 @@ class ExamBase(ExamOrCollectionGenericBase):
def get_take_url(self):
return f"{settings.REMOTE_URL}/rts"
def get_take_url_exam_mode(self):
return f"{settings.REMOTE_URL}/rts?exam_mode=true"
def get_exam_name(self):
return str(self)