{% extends "global/Page.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:

  1. {{ announce_X_percent }}% of the time, the computer will announce X to all participants;
  2. {{ announce_Y_percent }}% of the time, the computer will announce Y to all participants.

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.

Click the "Next" button when you have finished reading these instructions and are ready to continue.

{% next_button %} {% endblock %} {% block app_styles %} {% endblock %}