{% extends "global/Page.html" %} {% block title %}Your Choice{% endblock %} {% block content %} {% if form.decision1.errors %} {% if form.decision2.errors %} {% else %} {% endif %} {% elif form.decision2.errors %}} {% endif %}

Your randomly assigned name is {{ player.participant.label}}.

You have been randomly partnered with {{ opponent1_label }} and {{ opponent2_label }} to play the decision making game.

If {{ opponent1_label }}...
Selects X Selects Y
You both gain {{ Constants.both_cooperate_payoff }}. You gain {{ Constants.betrayed_payoff }}. They gain {{ Constants.betray_payoff }}.
You gain {{ Constants.betray_payoff }}, They gain {{ Constants.betrayed_payoff }}. You both gain {{ Constants.both_defect_payoff }}.
If {{ opponent2_label }}...
Selects X Selects Y
You both gain {{ Constants.both_cooperate_payoff }}. You gain {{ Constants.betrayed_payoff }}. They gain {{ Constants.betray_payoff }}.
You gain {{ Constants.betray_payoff }}, They gain {{ Constants.betrayed_payoff }}. You both gain {{ Constants.both_defect_payoff }}.

{% if subsession.round_number == 1 %}

As this is the first round, everyone starts with a default score of 5. You will be able to see your ratings in the next round.

{% else %}

These are your most recently updated ratings for each other participant from previous rounds.

{% endif %}
{% if subsession.round_number >= Constants.round_share_start %}

You have been randomly matched with {{ subsession.n_neighbours }} partners, and will remain matched with them for the remaining rounds of the game.

{% else %} {% endif %}
{% if subsession.round_number == 1 %}

Everyone starts with a base rating of 5.

{% else %}

These are your ratings from the previous round.

{% endif %} {% if subsession.round_number >= Constants.round_share_start %}
{% else %}
0
10
{% if subsession.round_number >= Constants.round_share_start %}
{% else %}
0
10
{% if subsession.round_number >= Constants.round_share_start %}
{% else %}
0
10
{% if subsession.round_number >= Constants.round_share_start %}
{% else %}
0
10
{% if subsession.round_number >= Constants.round_share_start %}
{% else %}
0
10
{% if subsession.round_number >= Constants.round_share_start %}
{% else %}
0
10
{% if subsession.round_number >= Constants.round_share_start %}
{% else %}
0
10
{% if subsession.round_number >= Constants.round_share_start %}
{% else %}
0
10
{% if subsession.round_number >= Constants.round_share_start %}
{% else %}
0
10
{% if subsession.round_number >= Constants.round_share_start %}
{% else %}
0
10
{% if subsession.round_number >= Constants.round_share_start %}
{% else %}
0
10
{% if subsession.round_number >= Constants.round_share_start %}
{% else %}
0
10
{% if subsession.round_number >= Constants.round_share_start %}
{% else %}
0
10
{% if subsession.round_number >= Constants.round_share_start %}
{% else %}
0
10
{% if subsession.round_number >= Constants.round_share_start %}
{% else %}
0
10
{% if subsession.round_number >= Constants.round_share_start %}
{% else %}

Instructions

The game

With both of your pairs, you face the following decision. You can choose from two options: these two options are indicated with X and Y.

The Other Participant
Choose XChoose Y
YouChoose XYou both gain {{ Constants.both_cooperate_payoff }}.You gain {{ Constants.betrayed_payoff }}. They gain {{ Constants.betray_payoff }}
Choose YYou gain {{ Constants.betray_payoff }}. They gain {{ Constants.betrayed_payoff }}You both gain {{ Constants.both_defect_payoff }}.

The amount that you earn in this round does not depend only on your decision, but on the decision of your pair as well.

If your partners run out of time, it is considered as they have chosen Y. Earnings are calculated according to these rules for all players. Possible payments of the game, also detailed earlier, will be displayed on your screen during the game which makes it easier to remember all possible outcomes. The result of the games appears on your screen after decisions have been made. The average of the two games will be your earnings in each round.

Your final payment

Each round is important for your final payment. By using a random number generator we will select 4 rounds. The average of your payoffs in these 4 rounds will be your final payment.

Rating others

After you are shown the result of the game you will have the opportunity to rate other players on a scale from 0 to 10 according to how much you trust them. In a given round, you can only rate those who you have already met in one of the games up to the round you are in. By default, the neutral value of 5 is set to everyone. In this step others can also evaluate your trustworthiness.

{% endblock %}