{% 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 4 participants.

Each participant in the group is given 100 points.

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 100 points.

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 %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}