{{ question.question_type }}

Answer: {{ question.get_primary_answer }}

View full question details

Marked answers
{{ question.answers.all|length }}
    {% for answer in question.answers.all|dictsortreversed:"status" %}
  • {% if answer.proposed %} (proposed) {% endif %} {{ answer.answer }}
    {% if answer.status == '2' %} Correct {% elif answer.status == '1' %} Half mark {% elif answer.status == '0' %} Incorrect {% else %} Unmarked {% endif %}
  • {% endfor %}
{# Aggregated summary placeholder — auto-load via HTMX #}
Response summary
Loading summary…
{# Responses: load on demand #}
Responses in this exam
Responses are hidden — click “Show responses” to load.
{% if prev_index is not None %} ← Previous {% else %} {% endif %} {% if next_index is not None %} Next → {% else %} Complete review {% endif %}