{% extends "global/Page.html" %} {% block title %} Comprehension Questions {% endblock %} {% block content %}

Comprehension Questions

Please answer the following comprehension questions. You will not be able to continue to the experiment until all answers are correct. The instructions are below the questions as a reminder.

{{ formfields }}

Group Assignment

You will be randomly and anonymously assigned to a group of {{ C.PLAYERS_PER_GROUP }} participants.

Each group consists of 1 Leader and {{ C.NUM_MEMBERS }} Group Members.

The assignment of roles is random.

Group Members

Each group member receives {{ C.MEMBER_ENDOWMENT }} tokens.

You decide how many tokens to allocate to the Group Account and how many to keep in your Private Account.

You may contribute any whole number between 0 and {{ C.MEMBER_ENDOWMENT }}.

All decisions are made privately.

Accounts

Group Account:

Contributions are added together, multiplied by {{ C.MULTIPLIER }}, and evenly split among all {{ C.NUM_MEMBERS }} group members.

Private Account:

Tokens you keep are not multiplied.

Leader

The leader sends a recommendation on how many tokens group members should contribute.

Group members may follow or ignore this recommendation.

The leader does not contribute and instead receives 50% of the total contributions.

Leader payments do not reduce group members’ earnings.

{% if session.config.name != 'combined_public_goods' %}

Payment

Tokens earned will be converted into real money at the end.

1 token = ?

Your total payment equals:

{% endif %}
{{ next_button label='>>' }} {% endblock %}