{% extends "global/Page.html" %} {% load otree %} {% block title %}

Game 1 Instructions

{% endblock %} {% block content %}

Game 1 consists of 5 rounds. In each round, you and the two computer bots will have an opportunity to 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 you or the two computer bots do not invest in the group by the end of a round, each group member will earn 50 ECUs. If you invest before the 30 seconds are up, then the computer bots will earn 100 ECUs, and you will earn 80 ECUs. If at least one of the computer bots invests, and you do not invest, then you will earn 100 ECUs.

To summarize, there are 2 options:

Now please click ‘Next’ and answer a few questions to check your comprehension of the instructions.

{% next_button %} {% endblock %}