From 04174484b1393711b6a929a2e31552e85b7cf97d Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 2 Feb 2026 16:54:38 +0000 Subject: [PATCH] Refactor exam take help template for improved URL handling and readability --- sbas/templates/sbas/exam_take_help.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/sbas/templates/sbas/exam_take_help.html b/sbas/templates/sbas/exam_take_help.html index 38b7f0dc..f60be97f 100644 --- a/sbas/templates/sbas/exam_take_help.html +++ b/sbas/templates/sbas/exam_take_help.html @@ -4,12 +4,10 @@

Each question contains a list of 5 different statements. One of these is the single BEST answer.

Click on the correct statement to select it. Once selected it will be highlighted.

Your answers are saved when navigating between questions (or if the save button is clicked on the final question). An overview of all the questions can be seen by clicking on the overview button.

-

Results are also available on the results page - here.

+ {% if cid %} + {% url 'sbas:exam_scores_cid_user' pk=exam.pk cid=cid passcode=passcode as scores_url %} + {% else %} + {% url 'sbas:exam_scores_user' pk=exam.pk as scores_url %} + {% endif %} +

Results are also available on the results page here.

\ No newline at end of file