{% extends "global/Page.html" %} {% load otree static %} {% block title %} Please make a selection for each bucket (Practice) {% endblock %} {% block content %}
This is a practice round.
You now have the opportunity to make your token decision for each of the three (3) buckets. Your color type and the payoff table are listed below for your reference.
Your color type is {{ player.role }}
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 any selections then your tokens will not be placed in any of the buckets, but you will still pay the cost of participating and receive the payoff that corresponds to your color type.
{% formfield player.vote_Bucket1 label="Would you like to add a token, remove a token, or ignore Bucket 1?" %} {% formfield player.vote_Bucket2 label="Would you like to add a token, remove a token, or ignore Bucket 2?" %} {% formfield player.vote_Bucket3 label="Would you like to add a token, remove a token, or ignore Bucket 3?" %} {% next_button %} {% endblock %}