{% block title %} Checking Your Understanding {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }}
Before we continue, we want to make sure you understand the instructions so far. Please, answer the questions below.
{{ formfield 'cq1' label=cq1_label }} {{ if current_round == 1 }} {{ formfield 'cq2' label=cq2_label}} {{ endif }}
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {{ include C.REVIEW_INSTRUCTIONS }} {% endblock %}