{{ block content }}

Part II - Practice Round {{ player.round_number }} of 3 - Set results ({{ counter }} of 5)

Set outcome

The final history of the set was:

Player History
Me {{ history_player }}
Counterpart {{ history_comput }}
Set payoff

This set resulted in the following payoff to you:

Set # No. of games Correctly implemented? Total payoff
{{ counter }} {{ length }} {{ correct }} {{ player.outcome }} points
{{ if player.ind_mistake }}

You made a mistake in implementing your plan-of-action. In game {{ player.turn_mistake }} you chose {{ player.mistake_actual }} when you should have chosen {{ player.mistake_true }} based on your plan-of-action and the history of the set.

{{ endif }}
Please click 'Next' when you are ready to proceed.

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