{% if preprocessor is not None %}
{% endif %}
{% if status == 'unsubmitted' or status == 'submitted' or status == 'correct' or status == 'incorrect' or status == 'partially-correct' or status == 'incomplete' %}
{% endif %}
{% if hidden %}{% endif %}
{% if response_data.label %}
{% endif %}
{% for description_id, description_text in response_data.descriptions.items %}
{{ description_text|safe }}
{% endfor %}
{{ trailing_text }}
{% include "status_span.html" with status=status status_id=id %}
{% if do_math %}
`{::}`
{% endif %}
{% if status == 'unsubmitted' or status == 'submitted' or status == 'correct' or status == 'incorrect' or status == 'partially-correct' or status == 'incomplete' %}