{% extends "global/Page.html" %} {% load otree static %} {% block title %} Participation {% endblock %} {% block content %}
You now have the choice to either participate in determining the winning bucket or to abstain.
If you choose to participate then you will pay your individual cost as listed below.
If you choose not to participate then you will not pay the cost, but your payoff will be determined by the actions of the other participants in your group.
Note: You will still receive the appropriate payoff given your color and the outcome of the experiment regardless of participation.
Your color type is {{ player.role }}
Your cost of participation is {{ player.individual_cost }} points
The payoff table is:
Color | Bucket 1 | Bucket 2 | Bucket 3 |
---|---|---|---|
Red | 300 points | 200 points | 100 points |
Blue | 200 points | 300 points | 100 points |
Green | 150 points | 150 points | 300 points |
If you do not make a selection then the default choice will be to abstain and not participate
{% formfield player.participate label="Do you wish to pay the above cost and participate in this round?" %} {% next_button %} {% endblock %}