From 3f56af48818b65bb978af4a7a0dd8ae946ebfe55 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 27 Oct 2025 12:39:44 +0000 Subject: [PATCH] Add functionality to create personal exams from filtered questions and update exam overview with edit option --- sbas/templates/sbas/exam_take_overview.html | 15 +++ .../templates/sbas/question_review_start.html | 33 ++++++ sbas/urls.py | 5 + sbas/views.py | 104 ++++++++++++++++++ 4 files changed, 157 insertions(+) diff --git a/sbas/templates/sbas/exam_take_overview.html b/sbas/templates/sbas/exam_take_overview.html index 3cab7368..2da5993d 100644 --- a/sbas/templates/sbas/exam_take_overview.html +++ b/sbas/templates/sbas/exam_take_overview.html @@ -12,6 +12,21 @@ {% include "exam_clock.html" %}

Exam: {{exam}}

+ {% if can_edit %} +
+
+
+ {% include "generic/partials/exams/exam_status.html#publish-results" %} +
+
+ + Edit exam + +
+
+
+ {% endif %} + {% if exam.publish_results %}