{{ block content }}

Part I - Quiz - Question {{ player.quiz_counter }}

Instructions

A set is shown on the right. This question is based on Section 3 in the Instructions on understanding a plan-of-action.

Question {{ player.quiz_counter }}: Using the plan-of-action provided below, choose the correct action for the {{ if player.quiz_counter == 3 }}first{{ endif }} {{ if player.quiz_counter == 5 }}first{{ endif }} {{ if player.quiz_counter == 4 }}next{{ endif }} {{ if player.quiz_counter == 6 }}next{{ endif }} game (ignore the chance of random error in this question). You can either click the buttons provided, or use the keys A and B to make your choice.

Plan-of-action: {{ description }}

Instruction diagram:

{## DIV SECTION 1 - Initial "choose" instruction#}

{{ if player.quiz_counter == 3 }} This is the start of the set. Please choose your first action. {{ endif }} {{ if player.quiz_counter == 4 }} The number of games that have been played is 1. Please choose your next action. {{ endif }} {{ if player.quiz_counter == 5 }} This is the start of the set. Please choose your first action. {{ endif }} {{ if player.quiz_counter == 6 }} The number of games that have been played is 1. Please choose your next action. {{ endif }}

{## DIV SECTION 2 - Histories #}
Player History
Me {{ if player.quiz_counter == 3 }}No action has been chosen yet{{ endif }} {{ if player.quiz_counter == 4 }}{{ endif }} {{ if player.quiz_counter == 5 }}No action has been chosen yet{{ endif }} {{ if player.quiz_counter == 6 }}{{ endif }} {{ if player.quiz_counter == 3 }}{{ endif }} {{ if player.quiz_counter == 4 }}A{{ endif }} {{ if player.quiz_counter == 5 }}{{ endif }} {{ if player.quiz_counter == 6 }}A{{ endif }}
Counterpart {{ if player.quiz_counter == 3 }}No action has been chosen yet{{ endif }} {{ if player.quiz_counter == 4 }}{{ endif }} {{ if player.quiz_counter == 5 }}No action has been chosen yet{{ endif }} {{ if player.quiz_counter == 6 }}{{ endif }} {{ if player.quiz_counter == 3 }}{{ endif }} {{ if player.quiz_counter == 4 }}B{{ endif }} {{ if player.quiz_counter == 5 }}{{ endif }} {{ if player.quiz_counter == 6 }}A{{ endif }}
{## DIV SECTION 4 - space for error messages #}
{{ include Constants.PAYOFF_TABLE }}
{{ include Constants.INSTRUCTIONS_TEMPLATE }}
{{ endblock }}