{% extends "global/Page.html" %} {% block title %}Sharing{% endblock %} {% block content %}

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

{% if me_timed_out == 'd0' or me_timed_out == 'd1' %}

You timed out without making any decisions.

{% elif me_timed_out == 'b0' or me_timed_out == 'b1' %}

You timed out, but made one decision.

{% if same_choice1 %} Both you and {{ opponent1_label }} chose to {{ my_decision1 }} ({{payoff1}} earned) {% else %} You chose {{ my_decision1 }} and {{ opponent1_label }} chose {{ opponent1_decision }} ({{payoff1}} earned) {% endif %}

{% elif me_timed_out == 'c0' or me_timed_out == 'c1' %}

You timed out, but made one decision.

{% if same_choice2 %} Both you and {{ opponent2_label }} chose to {{ my_decision2 }} ({{payoff2}} earned) {% else %} You chose {{ my_decision2 }} and {{ opponent2_label }} chose {{ opponent2_decision }} ({{payoff2}} earned) {% endif %}

{% else %}

{% if opponent1_timed_out == 'b0' or opponent1_timed_out == 'd0' or opponent1_timed_out == 'b1' or opponent1_timed_out == 'd1' %} {{ opponent1_label }} timed out ({{payoff1}} earned) {% elif same_choice1 %} Both you and {{ opponent1_label }} chose to {{ my_decision1 }} ({{payoff1}} earned) {% else %} You chose {{ my_decision1 }} and {{ opponent1_label }} chose {{ opponent1_decision }} ({{payoff1}} earned) {% endif %}

{% if opponent2_timed_out == 'c0' or opponent2_timed_out == 'd0' or opponent2_timed_out == 'c1' or opponent2_timed_out == 'd1' %} {{ opponent2_label }} timed out ({{payoff2}} earned) {% elif same_choice2 %} Both you and {{ opponent2_label }} chose to {{ my_decision2 }} ({{payoff2}} earned) {% else %} You chose {{ my_decision2 }} and {{ opponent2_label }} chose {{ opponent2_decision }} ({{payoff2}} earned) {% endif %}

{% endif %}

Your average points earned for this round is {{ player.payoff }}.

Do you want to change your ratings based on what your partners shared with you?

{% 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 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.

Communicate Ratings

From now on you can share your rating with two players, who will be selected randomly. They will remain your communication partners until the end of the experiment.

Update Ratings

After all evaluation have been sent, the ratings you received from your communication partners will appear on your screen. At this stage, you have the opportunity again to change the points you allocated previously, including those scores about whom you obtained information.

{% endblock %}