{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} {% if player.selected %} Round {{round_number_next }} (Extra Round) {% else %} Round {{round_number_next }} {% endif%} {% endblock %} {% block content %} {% if player.id_in_group == 1%}
You have been matched with a new PLAYER 2 and have received another allocation of $10. Within the next stage of the experiment, the computer will randomly display a secret number representing the amount you should send to PLAYER 2. This secret number ranges from $0 to $10 in increments of $1. Your task is to decide the amount you want to report as the secret number to PLAYER 2.
YOU may report any number you wish to report.
{% else %}You have been matched with another random PLAYER 1 who has received another allocation of $10. Within the next stage of the experiment, the computer will randomly display a secret number representing the amount PLAYER 1 should send to YOU. This secret number ranges from $0 to $10 in increments of $1.
PLAYER 1 will report the value of the secret number. PLAYER 1 may report any number he/she wishes to report.
Your payment for this task is equal to the amount PLAYER 1 reports as the secret number.
{% if player.treatment == 'clear_signal' or player.treatment == 'clear_signal_ecu'%}YOU will receive a signal about the value of the secret number. The signal YOU will receive is exactly equal to the computer’s secret number.
{% else %}YOU will receive a signal about the value of the secret number. The signal YOU will receive is that the value of the secret number ranges between 0 and 10.
{% endif %} {% endif %} {% next_button %} {% endblock %}