{% extends "otree/WaitPage.html" %} {% load otree static %} {% block title %} Summary of the Experiment {% endblock %} {% block content %}
  1. At the beginning of each round, you will be randomly matched with one other participant from each of the three other classes to form a group of four participants, 2 Red and 2 Blue.
  2. {% if digit_span > 0 %}
  3. You will be given a new {{ digit_span }}-digit number to remember at the start of each round.
  4. {% endif %} {% if announce_treatment %}
  5. The computer selects the announcement according to the probabilities specified previously. Your screen will display the selected announcement as "The announcement is: "
  6. {% endif %}
  7. You will be prompted to enter your choice of action, clicking either X or Y.
  8. {% if digit_span > 0 %}
  9. You will have to report the {{ digit_span }}-digit number you were asked to memorize earlier. You must report it correctly to get your payoff for that round.
  10. {% endif %}
  11. The round is over after you and the participants you are matched with have entered their choices. The computer will provide a summary for the round: {%if announce_treatment %} the announcement made to you, {% endif %} the participants you are matched with, your choice of action, your matched participants’ choice of action, and your earning in points.
  12. This sequence will be repeated in each round, for {{ num_rounds }} rounds.

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

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