The table below summarizes the results of your decisions in the
{{ Constants.num_rounds }} real rounds played.
| {{ Lexicon.round_number }} |
{{ Lexicon.boxes_collected }} |
{{ Lexicon.bomb_collected }} |
{{ Lexicon.round_payoff }} |
{{ for p in player_in_all_rounds }}
| {{ p.round_number }} |
{{ p.boxes_collected }} |
{{ if p.bomb }}
Yes
{{ else }}
No
{{ endif }}
|
{{ p.payoff }} |
{{ endfor }}
We will select 40% of participants to receive a bonus from this game.
If you are one of them, you will receive a bonus of {{ total_payoff }}, from the randomly selected Round number {{ round_to_pay_plain }}.