{{ 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 |
Sum of bids | {{sum_bids}} points | {{sum_bids}} points | {{sum_bids}} points |
Probability of winning (= Bid / Sum of bids) | {{ prob1 }} | {{ prob2 }} | {{ prob3 }} |
Position | A | B | C |
---|---|---|---|
Bid | {{ bid3 }} points | {{bid1}} points | {{bid2}} points |
Sum of bids | {{sum_bids}} points | {{sum_bids}} points | {{sum_bids}} points |
Probability of winning (= Bid / Sum of bids) | {{ prob3 }} | {{ prob1 }} | {{ prob2 }} |
Position | A | B | C |
---|---|---|---|
Bid | {{ bid2 }} points | {{ bid3 }} points | {{ bid1 }} points |
Sum of bids | {{sum_bids}} points | {{sum_bids}} points | {{sum_bids}} points |
Probability of winning (= Bid / Sum of bids) | {{ prob2 }} | {{ prob3 }} | {{ prob1 }} |
You are at Position {{ player.position }} this period.
{{ endblock }} {{ block styles }} {{ endblock }} {{ block scripts }} {{ endblock }}