{{ block title }}{{ endblock }} {{ block content }}

Comprehension Check


๐Ÿ”

Second Attempt

Some of your previous answers were incorrect. Please try again below.

You answered the following question(s) incorrectly: {{ Comprehension_wrong_answers }}.

You can review the instructions again by clicking the "Introductory Instructions" button below.

๐Ÿงช

Comprehension Questions

{% for field in form %} {% if field.name not in hidden_fields %} {{ formfield field.name }} {% endif %} {% endfor %}
{% for field in form %} {% if field.name in hidden_fields %} {{ formfield field.name }} {% endif %} {% endfor %}
Instructions
{{ endblock }}