{{ block content }}

Part III - Round {{ player.round_number }} of 6 - Start of the round

{{ if player.round_number == 1 }}
Start of Part III

This is the start of Part III. You will now play 6 full rounds. Your payoffs will now count towards your total earnings.

In each full round you will have 5 potential matches (as opposed to 1 match in the practice rounds), choosing a plan-of-action for each. The interaction will then be 5 sets (same as the practice rounds) using one of the 5 potential matches selected at random.

In Part III you will be informed of your results after all 5 sets are finished, as opposed to after each individual set as in the practice rounds.

{{ endif }}
{{ if not player.round_number == 1 }}
Start of the round

This is the start of round {{ player.round_number }}.

Please note the changed conditions for this round.

{{ endif }}
Conditions for this round
The opposing plan-of-action
{{ if player.treatment_show }}

In this round, your counterpart's plan-of-action is provided to you during the potential match. This means you will know how your counterpart will behave in the interaction, and you can choose a plan-of-action in response to this.

{{ endif }} {{ if not player.treatment_show }}

In this round, your counterpart's plan-of-action will not be provided to you.

{{ endif }}
Implementing your plan-of-action
{{ if player.treatment_manu }}

In this round, you will be required to implement your plan-of-action yourself. This means in each set, you will be required to choose the correct action each game. If you make a mistake by choosing an action different from your plan-of-action, you will receive a payoff of 0 points for that set (the other sets in the interaction will remain unaffected).

{{ endif }} {{ if not player.treatment_manu }}

In this round, your plan-of-action will be implemented automatically. This means in each set, you will choose your action each game by pressing a 'Next action' button that plays the next action as according to your plan-of-action.

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

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