+ {% include 'generic/exam_overview_headers.html' %}
- {% include 'exam_notes.html' %}
-
-
This exam has {{question_number}} questions.
- Open access: {{ exam.open_access }}
-
-
- 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]
-
This exam will be available to take here (when active).
{% autoescape off %}
diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html
index 3ec52d8f..178ca3ce 100644
--- a/rapids/templates/rapids/exam_overview.html
+++ b/rapids/templates/rapids/exam_overview.html
@@ -4,41 +4,8 @@
{% load thumbnail %}
+ {% include 'generic/exam_overview_headers.html' %}
- {% include 'exam_notes.html' %}
-
- This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
-
- Normal count: {{ exam.get_normal_abnormal_breakdown }}[Number of normal questions within
- the exam]
-
-
- Exam mode: {{ exam.exam_mode }}[When true the packet will be taken as an exam (it will
- not self mark and results will be saved here)]
-
- Open access: {{ exam.open_access }}
-
-
- Exam active: [When checked the exam will be available to take in the test system]
-
- {% if exam.exam_mode %}
-
- Publish results: [When checked the exam results will
- be available on this site]
-