Comprehension Check
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.
- Question 1. At the end you will work on a bundle. How is this bundle selected?
Correct answer:The computer will randomly pick and implement one of the choices I faced and the bundle I chose in that menu.
- Question 2. What must happen for you to receive the bonus of 20 EUR? ?
Correct answer:I must reach the required score on every task in the selected bundle.
- Question 3. If a task is labelled with the subscript “3” (hard), what percentage of answers must you get right?
Correct answer:≥ 80 % correct (At least 80%).
{% for field in form %}
{% if field.name in hidden_fields %}
{{ formfield field.name }}
{% endif %}
{% endfor %}