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 %}
{% endif %}
{% else %}
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 %}
{% if review and not question.normal %}
{% endif %}
{% endblock %}