{{ extends 'global/Page.html' }} {{ block title }} {{ endblock }} {{ block content }}
You have just been matched with a 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.
{{ 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:
Your Choice | Partner's Choice | Your Payoff | {{ if full_info }}Partner's Payoff | {{ endif }}
A | A | {{ aa1 }} | {{ if full_info }}{{ aa2 }} | {{ endif }}
A | B | {{ ab1 }} | {{ if full_info }}{{ ab2 }} | {{ endif }}
B | A | {{ ba1 }} | {{ if full_info }}{{ ba2 }} | {{ endif }}
B | B | {{ bb1 }} | {{ if full_info }}{{ bb2 }} | {{ endif }}
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.
Here are the results of the previous rounds:
Round | Your Choice | Partner's Choice | Your Payoff | {{ if full_info }}Partner's Payoff | {{ endif }}
---|
{{ r.round_number_in_game }} | {{ if r.pairOneChoiceOne }} A {{ else }} B {{ endif }} | {{ if r.pairOneChoiceTwo }} A {{ else }} B {{ endif }} | {{ r.pairOnePayoffOne }} ECUs | {{ if full_info }}{{ r.pairOnePayoffTwo }} ECUs | {{ endif }}
{{ r.round_number_in_game }} | {{ if r.pairOneChoiceTwo }} A {{ else }} B {{ endif }} | {{ if r.pairOneChoiceOne }} A {{ else }} B {{ endif }} | {{ r.pairOnePayoffTwo }} ECUs | {{ if full_info }}{{ r.pairOnePayoffOne }} ECUs | {{ endif }}
{{ r.round_number_in_game }} | {{ if r.pairTwoChoiceOne }} A {{ else }} B {{ endif }} | {{ if r.pairTwoChoiceTwo }} A {{ else }} B {{ endif }} | {{ r.pairTwoPayoffOne }} ECUs | {{ if full_info }}{{ r.pairTwoPayoffTwo }} ECUs | {{ endif }}
{{ r.round_number_in_game }} | {{ if r.pairTwoChoiceTwo }} A {{ else }} B {{ endif }} | {{ if r.pairTwoChoiceOne }} A {{ else }} B {{ endif }} | {{ r.pairTwoPayoffTwo }} ECUs | {{ if full_info }}{{ r.pairTwoPayoffOne }} ECUs | {{ endif }}
Here is the payoff matrix for this match:
Your Choice | Partner's Choice | Your Payoff | {{ if full_info }}Partner's Payoff | {{ endif }}
A | A | {{ aa1 }} | {{ if full_info }}{{ aa2 }} | {{ endif }}
A | B | {{ ab1 }} | {{ if full_info }}{{ ab2 }} | {{ endif }}
B | A | {{ ba1 }} | {{ if full_info }}{{ ba2 }} | {{ endif }}
B | B | {{ bb1 }} | {{ if full_info }}{{ bb2 }} | {{ endif }}