{{ block content }}

Part III - Round {{ player.round_number }} of 6 - Interaction results

Results

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
{{ endif }} {{ if not player.treatment_manu }}
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
{{ endif }}
Please click 'Next' when you are ready to proceed.

{{ next_button }}
{{ include Constants.PAYOFF_TABLE }}
{{ include Constants.INSTRUCTIONS_TEMPLATE }}
{{ endblock }}