This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
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]
Publish results: [When checked the exam results will be available on this site]
{% for question in questions.all %}
{% for image in question.GetImages %}
{% endfor %}
{% if not question.normal %}
Abnormality: {{ question.get_abnormalities }} Region: {{ question.get_regions }}
{{ question.GetPrimaryAnswer }}
{% else %}
Normal
{% endif %}
Examination: {{ question.get_examinations }}, View, Mark
{% endfor %}
Author: {% for user in exam.author.all %}
{{ author }},
{% endfor %}