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: [Competition stage] How does the competition over 500 ECs work?
Correct answer: The higher is my score compared to the scores of the other two, the higher is my share of the pie.
-
Question 2: [Cooperation stage] What maximizes the total ECs earned by the group in the cooperation stage?
Correct answer: The total ECs earned by the group is maximized when all players contribute 100 ECs.
-
Question 3: [Cooperation stage] What maximizes the total ECs earned by you in the cooperation stage?
Correct answer: The total ECs earned by me is maximized when I contribute 0 ECs and others contribute 100.
{% 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 %}