{% extends "otree/WaitPage.html" %} {% load otree static %} {% block title %} Announcements {% endblock %} {% block content %}
Before you choose an action in each round, both you and the other participants you are matched with will receive an "announcement" by the computer program.
These announcements are selected randomly in each round:
Thus when you see the announcement, you will also know the announcement that was made to the other participants with whom you are matched. The announcements do not have any effect on the payoffs. It is up to you whether or not to take the announcements into account when you make your action choices.
Please wait for the other participants to finish reading these instructions.
{% endblock %} {% block app_styles %} {% endblock %}