{% extends "otree/WaitPage.html" %} {% load otree static %} {% block title %} Matching {% endblock %} {% block content %}
In each and every round, {{ half_group }} Red and {{ half_group }} Blue will be randomly and anonymously matched to form a group of {{ players_per_group }}, with a total of {{ num_groups }} groups.
Regarding how players are matched, the {{ players_per_session }} participants are divided into {{ players_per_group }} classes. In each class there are {{ num_groups }} participants, all with the same role.
So, the first and the second classes are composed of {{ num_groups }} Red types each, and the third and fourth classes are composed of {{ num_groups }} Blue types each.
In each and every round, you will be randomly matched with one participant from each of the other three classes. Thus, in a round you will have 1 in {{ num_groups }} chance of being matched with a given participant in each of the other classes. You will not be told the identity of the participant you are matched with, nor will that participant be told your identity--even after the end of the experiment.
Please wait for the other participants to finish reading these instructions.
{% endblock %} {% block app_styles %} {% endblock %}