From 3b726c26467415511162465bfe60b6854f576069 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 22 Apr 2021 23:29:14 +0100 Subject: [PATCH] . --- longs/templates/longs/exam_overview.html | 2 ++ rapids/templates/rapids/exam_overview.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/longs/templates/longs/exam_overview.html b/longs/templates/longs/exam_overview.html index 7a6cf93f..d66fb47e 100644 --- a/longs/templates/longs/exam_overview.html +++ b/longs/templates/longs/exam_overview.html @@ -9,6 +9,7 @@ This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
Exam mode: {{ exam.exam_mode }} + {% if exam.mode %}
Exam active: [When checked the exam will be available to take in the test system] @@ -16,6 +17,7 @@
Publish results: [When checked the exam results will be available on this site]
+ {% endif %}

    diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index 84a746cc..b3a8a6f1 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -10,12 +10,14 @@ Normal {{ exam.get_normal_abnormal_breakdown }}
    Exam mode: {{ exam.exam_mode }}
    + {% if exam.mode %}
    Exam active: [When checked the exam will be available to take in the test system]
    Publish results: [When checked the exam results will be available on this site]
    + {% endif %}