From 5a4792ea4342e03920d5b70db8089b77314c1843 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 10 Nov 2025 22:04:46 +0000 Subject: [PATCH] Enhance exam take fragment to update global question header with current question number and stem, improving synchronization and user experience. --- .../physics/partials/exam_take_fragment.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/physics/templates/physics/partials/exam_take_fragment.html b/physics/templates/physics/partials/exam_take_fragment.html index 89e350f9..3454106d 100644 --- a/physics/templates/physics/partials/exam_take_fragment.html +++ b/physics/templates/physics/partials/exam_take_fragment.html @@ -6,6 +6,8 @@ {{ form.non_field_errors }}
+ +
{{ question.stem|safe }}
  1. @@ -74,6 +76,15 @@