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

Within the next part of the experiment, you will complete a task 20+ times. There will be a 25% chance to play an additional round after 20 rounds.

{% if player.treatment == 'clear_signal' or player.treatment == 'concealed_signal' %}

One of your 20+ rounds will be randomly drawn and used for your final payment.

For example, if you earned $5 in round 15 and round 15 was drawn for your final payment, you will earn an additional $5.

{% else %}

For the remainder of the experiment, we will use experimental currency units (ECU) to track your overall payment. Each ECU will be exchanged for $0.05 at the end of the experiment.

{% endif %} {% next_button %} {% endblock %}