{% extends "global/Page.html" %} {% load otree %} {% block title %}
Game 1 consists of 5 rounds. In each round, you and the {{ Constants.num_other_players }} other group members will have an opportunity to individually invest in a group account within 30 seconds. The round ends when the 30 seconds are up, or after you make your decision. Clicking the “Invest” button allows you to invest. Waiting for the 30 seconds to elapse or clicking the “Do not Invest” button allows you to not invest.
If no one invests in the group by the end of a round, each group member will earn 50 ECUs. If one group member invests before the 30 seconds are up, then the other {{ Constants.num_other_players }} members who do not invest will earn 100 ECUs, and the person who invests will earn 80 ECUs. If two group members invest at the same time, then it is randomly determined by the computers which one earns 80 ECUs vs. 100 ECUs. Else, the first person to have invested will earn 80 ECUs, and everyone else will earn 100 ECUs.
To summarize, there are 3 options:
{% next_button %} {% endblock %}