The table below summarizes the results of your decisions in the
{{ Constants.num_rounds }} practice 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 }}
Round number {{ round_to_pay_plain_trial }} was randomly chosen.
If this is the real rounds, your final payoff in this task amounts to {{ total_payoff }}.