{% if review %}Reviewing{% else %}Marking{% endif %} question {{question_details.current}} of {{question_details.total}}
View Edit {% if request.user.is_superuser %}Admin Edit{% endif %} {% if unmarked_answers_bool %}
This questions has unmarked answers. Are you sure you want to review?
{% endif %}
Help
Unmarked questions will be shown below. To mark the question, click on the answer to toggle through the markers.
The colour of the answer will change to reflect the mark given.
Answers will be automatically marked.
By default only answers for the current exam will be shown. Click the link to view all answers.
Buttons
- Previous: Go to the previous question
- Save: Save your changes and stay on the same question
- Next: Save your changes and go to the next question (will warn if not all answers have been marked)
- Skip: Skip the current question allowing you to move on without marking all answers
This question is normal
{% if incorrect_answers %}The following answers have been submitted for this question
-
{% for answer in incorrect_answers %}
-
{{ answer }}
{% endfor %}
This question is abnormal
Region: {{ question.get_regions }}, Abnormalities: {{ question.get_abnormalities }}Primary answer: {{question.get_primary_answer}} {% endif %}