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]
+ 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)]
+ 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)]
@@ -37,24 +37,24 @@
-
- {% for image in question.get_images %}
-
- {% endfor %}
-
+
+ {% for image in question.get_images %}
+
+ {% endfor %}
+
- {% if not question.normal %}
- Abnormality: {{ question.get_abnormalities }} Region: {{ question.get_regions }}
-
- {{ question.get_primary_answer }}
- {% else %}
- Normal
- {% endif %}
-
- Examination: {{ question.get_examinations }}, View, Mark
+ {% if not question.normal %}
+ Abnormality: {{ question.get_abnormalities }} Region: {{ question.get_regions }}
+
+ {{ question.get_primary_answer }}
+ {% else %}
+ Normal
+ {% endif %}
+
+ Examination: {{ question.get_examinations }}, View, Mark
[id: {{question.pk}}]