{{ block content }}
That is the conclusion of the round. The outcome of the 5 sets are shown below.
{{ if player.treatment_manu }}Set # | No. of games | Correctly implemented? | Total payoff |
---|---|---|---|
1 | {{ length_1 }} | {{ correct_1 }} | {{ player.outcome_1 }} points |
2 | {{ length_2 }} | {{ correct_2 }} | {{ player.outcome_2 }} points |
3 | {{ length_3 }} | {{ correct_3 }} | {{ player.outcome_3 }} points |
4 | {{ length_4 }} | {{ correct_4 }} | {{ player.outcome_4 }} points |
5 | {{ length_5 }} | {{ correct_5 }} | {{ player.outcome_5 }} points |
Set # | No. of games | Total payoff |
---|---|---|
1 | {{ length_1 }} | {{ player.outcome_1 }} points |
2 | {{ length_2 }} | {{ player.outcome_2 }} points |
3 | {{ length_3 }} | {{ player.outcome_3 }} points |
4 | {{ length_4 }} | {{ player.outcome_4 }} points |
5 | {{ length_5 }} | {{ player.outcome_5 }} points |
{{ next_button }}