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

Comprehension Check


⚠️

Second Attempt Failed

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

You have failed the comprehension questions twice. Please read below the correct answers carefully before proceeding to the next part of the experiment.

Correct answers:

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