From e3241b503d74f018e8bb00aa192301cf5f20a2c2 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 2 Feb 2026 16:54:49 +0000 Subject: [PATCH] Refactor exam take help template for improved readability and structure --- sbas/templates/sbas/exam_take_help.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/sbas/templates/sbas/exam_take_help.html b/sbas/templates/sbas/exam_take_help.html index f60be97f..3698969a 100644 --- a/sbas/templates/sbas/exam_take_help.html +++ b/sbas/templates/sbas/exam_take_help.html @@ -1,13 +1,13 @@ -
- Help -

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.

- {% 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 +
+ Help +

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.

+ {% 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