{% extends "base.html" %} {% load static exam_content %} {% block title %}{{ section.get_section_type_display }} | {{ section.exam_set.title }}{% endblock %} {% block extra_css %}{% endblock %} {% block content %}
Section {{ section_number }} of {{ section_total }} · Live test

{{ section.get_section_type_display }}

{{ section.exam_set.title }}

Time remaining--:--
{% csrf_token %}
{% csrf_token %} {% if section.section_type == 'listening' %}
Part {{ section.order }}Listen to the audio and answer questions {{ first_question_order }}{% if first_question_order != last_question_order %}–{{ last_question_order }}{% endif %}.
{% endif %} {% if section.section_type == 'reading' or section.section_type == 'listening' %} {% endif %}
{% 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 %}
{{ question.order }}{{ question.prompt|render_rich_text }} {% if question.question_type == 'mcq' %}
{% for option in question.options %}{% endfor %}
{% elif question.question_type == 'matching' and question.options %} {% elif question.question_type == 'gap' or question.question_type == 'matching' %} {% elif question.question_type == 'speaking' %}
Tap the microphone to record
or upload a file
{% else %} {% endif %}
{% 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' %} {% endif %}
{% endblock %} {% block extra_js %} {% endblock %}