{% if response_data.label %} {{ response_data.label }} {% endif %} {% for description_id, description_text in response_data.descriptions.items %}

{{ description_text|safe }}

{% endfor %} {% for choice_id, choice_label in choices %}
{% endfor %}
{% if show_correctness != 'never' %} {% include "status_span.html" with status=status status_id=id %} {% else %} {% include "status_span.html" with status=status status_id=id hide_correctness=True %} {% endif %}
{% if show_correctness == "never" %} {% if value or status != "unsubmitted" %}
{{ submitted_message|safe }}
{% endif %} {% endif %} {% if msg %}{{ msg|safe }}{% endif %}