{% if section.section_type == 'reading' and section.passage_text %}
{% endif %}
{% if section.audio_file %}Listening audioUse headphones in a quiet place.
{% endif %}
{% for block in question_blocks %}
{% if block.kind == 'group' %}
{{ block.group|render_question_group }}
{% else %}
{% with question=block.question %}
{% endwith %}
{% endif %}
{% endfor %}
{% if section.section_type != 'reading' and section.section_type != 'listening' %} Your answers are submitted securely when you finish this section.
{% endif %}
{% if section.section_type == 'reading' or section.section_type == 'listening' %}