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

In Part 1 and Part 2, you are matched with other participants from this experiment. All participants have been randomly assigned a color. You have been assigned the color {% if player.colors_reversed == 0 %} blue. {% endif %} {% if player.colors_reversed == 1 %} red. {% endif %} Your matching partners have been assigned the color {% if player.colors_reversed == 0 %} red. {% endif %} {% if player.colors_reversed == 1 %} blue. {% endif %}

Important: You and your {% if player.colors_reversed == 0 %} red {% endif %} {% if player.colors_reversed == 1 %} blue {% endif %} matching partners remain anonymous both throughout and after the experiment.

Press "Next" to continue to Part 1.


{% endblock %}