{% block title %} Scenario {{ player.round_number }}: Comprehension questions {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }}

You must answer all questions correctly before you can proceed.

{% for cq in cq_list %}

{{ forloop.counter }}. {{ cq.label }}

{% for choice in cq.choices %}
{% endfor %} {% if cq.field_name == "cq1" %} {{ formfield_errors 'cq1' }} {% elif cq.field_name == "cq2" %} {{ formfield_errors 'cq2' }} {% elif cq.field_name == "cq3" %} {{ formfield_errors 'cq3' }} {% elif cq.field_name == "cq4" %} {{ formfield_errors 'cq4' }} {% elif cq.field_name == "cq5" %} {{ formfield_errors 'cq5' }} {% elif cq.field_name == "cq6_ambiguous" %} {{ formfield_errors 'cq6_ambiguous' }} {% elif cq.field_name == "cq6_treatments" %} {{ formfield_errors 'cq6_treatments' }} {% endif %}
{% endfor %}
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}