diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html index 8f088cd6..353896fe 100644 --- a/anatomy/templates/anatomy/exam_overview.html +++ b/anatomy/templates/anatomy/exam_overview.html @@ -14,6 +14,7 @@
Publish results: [When checked the exam results will be available on this site]
+ Exam mode: {{ exam.exam_mode }}

    diff --git a/longs/templates/longs/exam_overview.html b/longs/templates/longs/exam_overview.html index d90a5968..7a6cf93f 100644 --- a/longs/templates/longs/exam_overview.html +++ b/longs/templates/longs/exam_overview.html @@ -6,7 +6,8 @@
    Admin Edit

    Exam: {{ exam.name }}

    - This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds. + This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
    + Exam mode: {{ exam.exam_mode }}
    Exam active: Admin Edit

    Exam: {{ exam.name }}

    This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
    - Normal {{ exam.get_normal_abnormal_breakdown }} + Normal {{ exam.get_normal_abnormal_breakdown }}
    + Exam mode: {{ exam.exam_mode }}
    Exam active: [When checked the exam will be available to take in the test system]