From 7be724a96023db648baac09f8d6835d0b425ab3e Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 26 May 2021 10:10:51 +0100 Subject: [PATCH 1/2] . --- longs/templates/longs/exam_overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/longs/templates/longs/exam_overview.html b/longs/templates/longs/exam_overview.html index d66fb47e..6944ecba 100644 --- a/longs/templates/longs/exam_overview.html +++ b/longs/templates/longs/exam_overview.html @@ -9,7 +9,7 @@ This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
Exam mode: {{ exam.exam_mode }} - {% if exam.mode %} + {% if exam.exam_mode %}
Exam active: [When checked the exam will be available to take in the test system] From f16e5b7c5c7da09025a8bc3af3bfbeb9557db0bf Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 4 Jun 2021 15:32:31 +0100 Subject: [PATCH 2/2] . --- anatomy/templates/anatomy/exam_overview.html | 2 +- rapids/templates/rapids/exam_overview.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html index eb0eecf5..842b3993 100644 --- a/anatomy/templates/anatomy/exam_overview.html +++ b/anatomy/templates/anatomy/exam_overview.html @@ -12,7 +12,7 @@ Exam mode: {{ exam.exam_mode }} - {% if exam.mode %} + {% if exam.exam_mode %}
Exam active: [When checked the exam will be available to take in the test system]
diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index f3f8b7e0..1406608b 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -12,7 +12,7 @@ Normal {{ exam.get_normal_abnormal_breakdown }}
Exam mode: {{ exam.exam_mode }}
- {% if exam.mode %} + {% if exam.exam_mode %}
Exam active: [When checked the exam will be available to take in the test system]