{% extends "global/Page.html" %} {% load otree static %} {% block title %} Your Payoff (Practice) {% endblock %} {% block content %}
This was a practice session. You will NOT be paid for this practice session. It is for your information and reference only.
Your payoff for this variation has been selected randomly from the 3 rounds listed below. You should write this payoff information on a separate sheet of paper for future reference. You will be asked to input it at the end of the experiment.
The round that has been chosen for payment is {{ player.round_select }} .
Your payment from this round is {{ player.payoff_select }} .
This is equal to ${{ player.dollar_select }} dollars .
| ROUND | COLOR TYPE | COST | BUCKET 1 CHOICE | BUCKET 2 CHOICE | BUCKET 3 CHOICE | WINNER | PAYOFF |
|---|---|---|---|---|---|---|---|
| {{ p.round_number }} | {{ p.role }} | {{ p.individual_cost }} | {{ p.vote_Bucket1 }} | {{ p.vote_Bucket2 }} | {{ p.vote_Bucket3 }} | {{ p.group.winner }} | {{ p.payoff }} |
{% next_button %} {% endblock %}