{% extends 'longs/exams.html' %} {% load crispy_forms_tags %} {% block content %} View Edit {% if request.user.is_superuser %} Admin Edit Admin Edit (user answer) {% endif %}

Marking question {{question_details.current}} of {{question_details.total}}

{% if discrepancy_form %} {% endif %} {% if not next_unmarked_id and not unmarked %} {% endif %} Marking Candidate: {{answer.get_candidate_masked}} ({{unmarked|length}} answer(s) left to mark)
Question Details

Description: {{ question.description }}

History: {{ question.history }}

Series: {% for series in question.series.all %} Series {{ forloop.counter }}: {{series.get_block}} Popup {% endfor %}
Mark Scheme {{ question.mark_scheme | safe}}
User answers
User observations:
{{answer.answer_observations}}
User interpretation:
{{answer.answer_interpretation}}
User principle diagnosis:
{{answer.answer_principle_diagnosis}}
User differential diagnosis:
{{answer.answer_differential_diagnosis}}
User management:
{{answer.answer_management}}
{% csrf_token %} {{ form|crispy }} {% if next_unmarked_id %} {% else %} {% if not unmarked %} Success! Marking question complete. Return to marking overview {% endif %} {% endif %}
{% if previous_answer_id %} Previous candidate {% endif %} {% if next_answer_id %} Next candidate {% endif %} {% endblock %}