{% load i18n %}
{{prompt}}
{% if raw_response %} {% if score %} {% trans 'Correct' %} {% else %} {% trans 'Incorrect' %} {% endif %} {% else %} {% trans 'Unanswered' %} {% endif %}
{{ modification_query }}
{{ verify_query }}