{{extends 'pre_survey/BasePage.html'}} {{ block title }} Coordination Dilemma {{ endblock }} {{ block content }}

In this part, you will choose between actions A and B. After the experiment, you’ll be paired with another participant who also makes this choice. Your payoff depends on both your choice and your partner’s choice:

  • If both of you choose A, you will each earn {{ C.PD_PAYOFF_a }}.
  • If both of you choose B, you will each earn {{ C.PD_PAYOFF_b }}.
  • If you choose A and your partner chooses B, you will earn {{ C.PD_PAYOFF_c }}, and your partner will earn {{ C.PD_PAYOFF_d }}.
  • If you choose B and your partner chooses A, you will earn {{ C.PD_PAYOFF_d }}, and your partner will earn {{ C.PD_PAYOFF_c }}.

The possible outcomes and earnings are shown in the table below:

Other Player
A B
You A {{ C.PD_PAYOFF_a }}, {{ C.PD_PAYOFF_a }} {{ C.PD_PAYOFF_c }}, {{ C.PD_PAYOFF_d }}
B {{ C.PD_PAYOFF_d }}, {{ C.PD_PAYOFF_c }} {{ C.PD_PAYOFF_b }}, {{ C.PD_PAYOFF_b }}

In this part of the experiment, you will answer three questions.

In the first question, we will ask you to make a choice NOT knowing what the other participant chose. In the next two questions, we ask you to consider two scenarios, answering what do you want to do for both choices that other participant could make.

Your payoff will be calculated using following:

You will be paired with another participant, and computer randomly choses whether you will be paid based on your decision in first question, or based on decisions in two scenario questions.

If you are paid based on first question, computer takes your decision, and pair it with the decision of other participant in that scenario. If you are paid based on scenario questions, computer matches you with participant, takes his/her decision in first question, and matches your response in that scenario.

Please take time to decide for each of the following:

Which action do you want to choose if you do NOT know the choice of the other player?

{% formfield player.cooperate_PD label="" %}

Which action do you want to choose if the other player chose A?

{% formfield player.cooperate_Cond_PD_C label="" %}

Which action do you want to choose if the other player chose B?

{% formfield player.cooperate_Cond_PD_D label="" %}
{{ endblock }}