{{ 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:

🧪

Please select the correct answers below

{% 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 }}