{{ extends 'global/Page.html' }} {{ block title }} {{ endblock }} {{ block content }}
{{ if first_round }}
{{ if isGameOne }}

Instructions for the First Match

You have just been matched with a partner. You will interact with your partner for 40 rounds.

{{ else }}

Instructions for the Second Match

{{ if full_info }}

You have just been rematched with another partner. You will interact with your partner for 40 rounds.

{{ else }}

You have just been rematched with another partner. You will interact with your partner for 40 rounds. However, in this match, the feedback you are given after every round consists of information about your choice, your partner's choice, and the payoff that you earned in the round. In other words, in this match, you will not provided with any information regarding the payoff that your partner earned in the round.

{{ endif }} {{ endif }}

The payoff table is fixed from round to round and is shown below:

{{ if full_info }}{{ endif }} {{ if full_info }}{{ endif }} {{ if full_info }}{{ endif }} {{ if full_info }}{{ endif }} {{ if full_info }}{{ endif }}
Your Choice Partner's Choice Your PayoffPartner's Payoff
A A {{ aa1 }}{{ aa2 }}
A B {{ ab1 }}{{ ab2 }}
B A {{ ba1 }}{{ ba2 }}
B B {{ bb1 }}{{ bb2 }}

The experiment proceeds as fast as the slower participant of the pair. Thus, the experiment may take longer than expected if you or your partner take a long time to make a decision.

{{ endif }}
Game {{ game_number }} - Round {{ game_round_number }} of {{ C.GAME_ROUNDS }}
{{ formfields }} {{ next_button }}
{{ if has_prev_rounds }}

Here are the results of the previous rounds:

{{ if full_info }} {{ endif }}
Round Your Choice Partner's Choice Your PayoffPartner's Payoff
{{ for r in prev_rounds }} {{ if pairPosition == 1 }} {{ if full_info }} {{ endif }} {{ endif }} {{ if pairPosition == 2 }} {{ if full_info }} {{ endif }} {{ endif }} {{ if pairPosition == 3 }} {{ if full_info }} {{ endif }} {{ endif }} {{ if pairPosition == 4 }} {{ if full_info }} {{ endif }} {{ endif }} {{ endfor }} {{ if full_info }} {{ endif }}
{{ r.round_number_in_game }} {{ if r.pairOneChoiceOne }} A {{ else }} B {{ endif }} {{ if r.pairOneChoiceTwo }} A {{ else }} B {{ endif }} {{ r.pairOnePayoffOne }} ECUs{{ r.pairOnePayoffTwo }} ECUs
{{ r.round_number_in_game }} {{ if r.pairOneChoiceTwo }} A {{ else }} B {{ endif }} {{ if r.pairOneChoiceOne }} A {{ else }} B {{ endif }} {{ r.pairOnePayoffTwo }} ECUs{{ r.pairOnePayoffOne }} ECUs
{{ r.round_number_in_game }} {{ if r.pairTwoChoiceOne }} A {{ else }} B {{ endif }} {{ if r.pairTwoChoiceTwo }} A {{ else }} B {{ endif }} {{ r.pairTwoPayoffOne }} ECUs{{ r.pairTwoPayoffTwo }} ECUs
{{ r.round_number_in_game }} {{ if r.pairTwoChoiceTwo }} A {{ else }} B {{ endif }} {{ if r.pairTwoChoiceOne }} A {{ else }} B {{ endif }} {{ r.pairTwoPayoffTwo }} ECUs{{ r.pairTwoPayoffOne }} ECUs
Round Your Choice Partner's Choice Your PayoffPartner's Payoff
{{ endif }}


{{ if has_prev_rounds }}

Instructions

Here is the payoff matrix for this match:

{{ if full_info }}{{ endif }} {{ if full_info }}{{ endif }} {{ if full_info }}{{ endif }} {{ if full_info }}{{ endif }} {{ if full_info }}{{ endif }}
Your Choice Partner's Choice Your PayoffPartner's Payoff
A A {{ aa1 }}{{ aa2 }}
A B {{ ab1 }}{{ ab2 }}
B A {{ ba1 }}{{ ba2 }}
B B {{ bb1 }}{{ bb2 }}
{{ endif }}
{{ endblock }} {{ block scripts }} {{ endblock }}