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

Please remember that the amount you report will be deducted from your 10 ECU allocation.

{% if subsession.round_number > 1 %}

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

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