{{ _question.position + 1 }} {{ _question.kind_label }} {{ format_number(_question.answer.awarded_points if _question.answer else 0) }} / {{ _question.points }} points
{{ render_content(_question.prompt) }}
{% if _question.answer and _question.answer.answer_text %}

Your answer {{ _question.answer.answer_text }}

{% endif %} {% if _question.options %} {% endif %} {% if _question.answer and _question.answer.feedback %}

{{ _question.answer.feedback }}

{% endif %} {% if _question.answer and _question.answer.graded_by == 'fallback' %}

Automatic review was unavailable, so this answer was scored on keyword overlap.

{% endif %} {% if _question.explanation %}
{{ render_content(_question.explanation) }}
{% endif %}