{{ block title }} Round {{ player.round_number }} results {{ endblock }} {{ block content }}
| Word | Value | Your Bid | Opponent Bid | Av. Payoff |
|---|---|---|---|---|
| Italian food | {{ player.pv_1 }} | {{ if bid1 == -100}} No Bid {{ else }} {{ bid1 }} {{ endif }} | {{ if opponent_bid1 == -100}} No Bid {{ else }} {{ opponent_bid1 }} {{ endif }} | {{ player.payoff_1}} |
| Asian food | {{ player.pv_2 }} | {{ if bid2 == -100}} No Bid {{ else }} {{ bid2 }} {{ endif }} | {{ if opponent_bid2 == -100}} No Bid {{ else }} {{ opponent_bid2 }} {{ endif }} | {{ player.payoff_2}} |
| Word | Bid | Opponent Bid | Simulation № | Position | Noise | Final Price | Payoff | CTR |
|---|---|---|---|---|---|---|---|---|
| Italian Food | {{ if bid1 == -100}} No Bid {{ else }} {{ bid1 }} {{ endif }} | {{ if opponent_bid1 == -100}} No Bid {{ else }} {{ opponent_bid1 }} {{ endif }} | 1 | {{ player.outcome_11 }} | {{ group.noise_11 }} | {{ if player.outcome_11 == 'First' and opponent_bid1 > group.noise_11}} {{ opponent_bid1 }} {{ elif player.outcome_11 == 'First' and opponent_bid1 <= group.noise_11}} {{ group.noise_11 }} {{ elif player.outcome_11 == 'Second'}} {{ group.noise_11 }} {{ else }} - {{ endif }} | {{ player.payoff_11}} | {{ if player.outcome_11 == 'First' }} 10 {{ elif player.outcome_11 == 'Second' }} 4 {{ else}} - {{ endif }} |
| 2 | {{ player.outcome_12 }} | {{ group.noise_12 }} | {{ if player.outcome_12 == 'First' and opponent_bid1 > group.noise_12}} {{ opponent_bid1 }} {{ elif player.outcome_12 == 'First' and opponent_bid1 <= group.noise_12}} {{ group.noise_12 }} {{ elif player.outcome_12 == 'Second'}} {{ group.noise_12 }} {{ else }} - {{ endif }} | {{ player.payoff_12}} | {{ if player.outcome_12 == 'First' }} 10 {{ elif player.outcome_12 == 'Second' }} 4 {{ else}} - {{ endif }} | |||
| 3 | {{ player.outcome_13 }} | {{ group.noise_13 }} | {{ if player.outcome_13 == 'First' and opponent_bid1 > group.noise_13}} {{ opponent_bid1 }} {{ elif player.outcome_13 == 'First' and opponent_bid1 <= group.noise_13}} {{ group.noise_13 }} {{ elif player.outcome_13 == 'Second'}} {{ group.noise_13 }} {{ else }} - {{ endif }} | {{ player.payoff_13}} | {{ if player.outcome_13 == 'First' }} 10 {{ elif player.outcome_13 == 'Second' }} 4 {{ else}} - {{ endif }} | |||
| 4 | {{ player.outcome_14 }} | {{ group.noise_14 }} | {{ if player.outcome_14 == 'First' and opponent_bid1 > group.noise_14}} {{ opponent_bid1 }} {{ elif player.outcome_14 == 'First' and opponent_bid1 <= group.noise_14}} {{ group.noise_14 }} {{ elif player.outcome_14 == 'Second'}} {{ group.noise_14 }} {{ else }} - {{ endif }} | {{ player.payoff_14}} | {{ if player.outcome_14 == 'First' }} 10 {{ elif player.outcome_14 == 'Second' }} 4 {{ else}} - {{ endif }} | |||
| 5 | {{ player.outcome_15 }} | {{ group.noise_15 }} | {{ if player.outcome_15 == 'First' and opponent_bid1 > group.noise_15}} {{ opponent_bid1 }} {{ elif player.outcome_15 == 'First' and opponent_bid1 <= group.noise_15}} {{ group.noise_15 }} {{ elif player.outcome_15 == 'Second'}} {{ group.noise_15 }} {{ else }} - {{ endif }} | {{ player.payoff_15}} | {{ if player.outcome_15 == 'First' }} 10 {{ elif player.outcome_15 == 'Second' }} 4 {{ else}} - {{ endif }} | |||
| Asian Food | {{ if bid2 == -100}} No Bid {{ else }} {{ bid2 }} {{ endif }} | {{ if opponent_bid2 == -100}} No Bid {{ else }} {{ opponent_bid2 }} {{ endif }} | 1 | {{ player.outcome_21 }} | {{ group.noise_21 }} | {{ if player.outcome_21 == 'First' and opponent_bid2 > group.noise_21}} {{ opponent_bid2 }} {{ elif player.outcome_21 == 'First' and opponent_bid2 <= group.noise_21}} {{ group.noise_21 }} {{ elif player.outcome_21 == 'Second'}} {{ group.noise_21 }} {{ else }} - {{ endif }} | {{ player.payoff_21}} | {{ if player.outcome_21 == 'First' }} 10 {{ elif player.outcome_21 == 'Second' }} 4 {{ else}} - {{ endif }} |
| 2 | {{ player.outcome_22 }} | {{ group.noise_22 }} | {{ if player.outcome_22 == 'First' and opponent_bid2 > group.noise_22}} {{ opponent_bid2 }} {{ elif player.outcome_22 == 'First' and opponent_bid2 <= group.noise_22}} {{ group.noise_22 }} {{ elif player.outcome_22 == 'Second'}} {{ group.noise_22 }} {{ else }} - {{ endif }} | {{ player.payoff_22}} | {{ if player.outcome_22 == 'First' }} 10 {{ elif player.outcome_22 == 'Second' }} 4 {{ else}} - {{ endif }} | |||
| 3 | {{ player.outcome_23 }} | {{ group.noise_23 }} | {{ if player.outcome_23 == 'First' and opponent_bid2 > group.noise_23}} {{ opponent_bid2 }} {{ elif player.outcome_23 == 'First' and opponent_bid2 <= group.noise_23}} {{ group.noise_23 }} {{ elif player.outcome_23 == 'Second'}} {{ group.noise_23 }} {{ else }} - {{ endif }} | {{ player.payoff_23}} | {{ if player.outcome_23 == 'First' }} 10 {{ elif player.outcome_23 == 'Second' }} 4 {{ else}} - {{ endif }} | |||
| 4 | {{ player.outcome_24 }} | {{ group.noise_24 }} | {{ if player.outcome_24 == 'First' and opponent_bid2 > group.noise_24}} {{ opponent_bid2 }} {{ elif player.outcome_24 == 'First' and opponent_bid2 <= group.noise_24}} {{ group.noise_24 }} {{ elif player.outcome_24 == 'Second'}} {{ group.noise_24 }} {{ else }} - {{ endif }} | {{ player.payoff_24}} | {{ if player.outcome_24 == 'First' }} 10 {{ elif player.outcome_24 == 'Second' }} 4 {{ else}} - {{ endif }} | |||
| 5 | {{ player.outcome_25 }} | {{ group.noise_25 }} | {{ if player.outcome_25 == 'First' and opponent_bid2 > group.noise_25}} {{ opponent_bid2 }} {{ elif player.outcome_25 == 'First' and opponent_bid2 <= group.noise_25}} {{ group.noise_25 }} {{ elif player.outcome_25 == 'Second'}} {{ group.noise_25 }} {{ else }} - {{ endif }} | {{ player.payoff_25}} | {{ if player.outcome_25 == 'First' }} 10 {{ elif player.outcome_25 == 'Second' }} 4 {{ else}} - {{ endif }} |