{{ extends "global/Page.html" }} {{ load staticfiles otree }} {{ block title }} Instructions {{ endblock }} {{ block content }}

The interaction

In this study, you will be in a randomly formed group of {{ Constants.players_per_group }} participants.

Each participant in the group is given {{ Constants.endowment }}.

Each participant in the group decides how much she or he is going to contribute to a common project.

Contributions could be any integer between 0 to {{ Constants.endowment }}.

Your payoff

The earnings from the project are calculated as follows:

Your payoff is given by your earnings from the project, plus the amount you did not contribute.

 
{{ endblock }}