{% if review %}Reviewing{% else %}Marking{% endif %} question {{question_details.current}} of {{question_details.total}}
View Edit Admin Edit {% if unmarked_answers_bool %}
This questions has unmarked answers. Are you sure you want to review?
{% endif %}
{% if question.normal %}
This question is normal
Answers will be automatically marked.{% if incorrect_answers %}
The following answers have been submitted for this question
-
{% for answer in incorrect_answers %}
-
{{ answer }}
{% endfor %}
This question is abnormal
Answers given as normal will be automatically marked.Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities }}
[{{question.get_primary_answer}}] {% endif %}