{{ block title }}
{{if subsession.round_number == 1 }} Practice Period Results {{ else }} Period {{ round_shown }} of {{ total_shown }} Results {{ endif }}
{{ endblock }} {{ block content }} {{ if player.position == 'A' }}Position | A | B | C |
---|---|---|---|
Bid | {{ bid1 }} points | {{ bid2 }} points | {{ bid3 }} points |
Position | A | B | C |
---|---|---|---|
Bid | {{ bid3 }} points | {{ bid1 }} points | {{ bid2 }} points |
Position | A | B | C |
---|---|---|---|
Bid | {{ bid2 }} points | {{ bid3 }} points | {{ bid1 }} points |
You are at Position {{ player.position }} this period. The winner is at Position {{ winner_position_id }}.
{{ if player.position == player.group.winner_position_id }}You have won this period.
You receive 400 points, and your bid was {{player.bid1|to1}} points.
Thus your period payoff = 400 - {{player.bid1|to1}} points,
which equals {{player.round_payoff|to1}} points this period.
{{ elif player.position == 'A' and winner_position_id == 'B' }}You have not won this period.
You receive 220 points, and your bid was {{player.bid1|to1}} points.
Thus your period payoff = 220 - {{player.bid1|to1}} points,
which equals {{player.round_payoff|to1}} points this period.
{{ elif player.position == 'A' and winner_position_id == 'C' }}You have not won this period.
You receive 0 points, and your bid was {{player.bid1|to1}} points.
Thus your period payoff = 0 - {{player.bid1|to1}} points,
which equals {{player.round_payoff|to1}} points this period.
{{ elif player.position == 'B' and winner_position_id == 'A' }}You have not won this period.
You receive 220 points, and your bid was {{player.bid1|to1}} points.
Thus your period payoff = 220 - {{player.bid1|to1}} points,
which equals {{player.round_payoff|to1}} points this period.
{{ elif player.position == 'B' and winner_position_id == 'C' }}You have not won this period.
You receive 220 points, and your bid was {{player.bid1|to1}} points.
Thus your period payoff = 220 - {{player.bid1|to1}} points,
which equals {{player.round_payoff|to1}} points this period.
{{ elif player.position == 'C' and winner_position_id == 'A' }}You have not won this period.
You earn 0 points, and your bid was {{player.bid1|to1}} points.
Thus your period payoff = 0 - {{player.bid1|to1}} points,
which equals {{player.round_payoff|to1}} points this period.
{{ elif player.position == 'C' and winner_position_id == 'B' }}You have not won this period.
You earn 220 points, and your bid was {{player.bid1|to1}} points.
Thus your period payoff = 220 - {{player.bid1|to1}} points,
which equals {{player.round_payoff|to1}} points this period.
{{ endif }} {{ next_button }} {{ endblock }}