Introductory instructions
{{ include C.Instructions_general_path }}
- On the next few pages, you will play two rounds of the Intelligence Test.
- In both of these rounds, each correct answer will earn you {{C.Practice_ECs}} ECs.
- Remember that accumulated ECs will be exchanged into Euros at the end.
- After the first two rounds, you will be grouped with 2 other participants.
- Grouping is based on how you perform in these two rounds.
- At this point, we will not explain how the grouping works, but you should know that it is in your interest to perform your best.
- In other words, in addition to earning you ECs, your performance in the these rounds affect your earnings later in the experiment.
- It is in your best interest to perform as well as you can.
{% 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 %}