From 82ce6b0f934eb57819b1d2084bfeb6af3629a59a Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 28 Oct 2025 07:51:07 +0000 Subject: [PATCH] Refactor exam_take.html for improved layout by making columns full-width and adjusting padding for better responsiveness --- sbas/templates/sbas/exam_take.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sbas/templates/sbas/exam_take.html b/sbas/templates/sbas/exam_take.html index fdd9a59b..9b86231f 100755 --- a/sbas/templates/sbas/exam_take.html +++ b/sbas/templates/sbas/exam_take.html @@ -26,8 +26,9 @@ {% endif %} -
-
+
+ {# Layout change: make both columns full-width so the right panel is not a sidebar #} +
{{ question.stem|safe }}
@@ -74,10 +75,10 @@
-
+
{% include "sbas/exam_take_help.html" %} -
+
Questions

Tap a number to jump to that question.

@@ -90,7 +91,7 @@