{% extends 'anatomy/exams.html' %} {% block content %}
Marking question {{ question_details.current }} of {{ question_details.total }}
View Edit {% if request.user.is_superuser %} Admin Edit {% endif %} Classic mark
{{ question.question_type }}
{% if question.structure %}
Structure: {{ question.structure }}
{% endif %}
Primary answer: {{ question.get_primary_answer }}
{% if question.answer_help %} {% endif %}
{% if question.answer_help %}
{{ question.answer_help|safe }}
{% endif %}
{% csrf_token %}

Click each answer to toggle through marks awarded (as per colour). This UI writes marks immediately.

{% if question_details.current > 1 %} {% endif %} {% if question_details.current < question_details.total %} {% endif %}
Answers
    {# Render currently-stored marked answers first, then unmarked submissions #} {% include 'anatomy/partials/mark2_marked_list_fragment.html' %} {% include 'anatomy/partials/mark2_unmarked_list_fragment.html' %}
Key: 2 Marks, 1 Mark, 0 Marks
{{ form.as_p }}
{% endblock %} {% block css %} {% endblock %} {% block js %} {% endblock %}