{% extends "global/Page.html" %} {% load otree static %} {% block title %} Player 1 Instructions {% endblock %} {% block content %}

You will now report the amount for the secret number. The amount you report will be sent over to PLAYER 2. Your reported amount does not have to be the true secret value. Please remember that the amount you report will be deducted from your $10 allocation.

{% if player.round_number > 1 %} {% if player.treatment == 'clear_signal' or player.treatment == 'clear_signal_ecu'%}

Remember that PLAYER 2 will receive a signal that is exactly equal to the secret number.

{% else %}

Remember that PLAYER 2 will receive a signal that the secret number is between 0 and 10.

{% endif %} {% endif %} {% formfield player.reported_number %} {% next_button %} {% endblock %}