{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Additional Instructions {% endblock %} {% block content %}
{% if player.randomized_order == 13 %} In Part 1, {% endif %} {% if player.randomized_order == 31 %} In Part 2, {% endif %} you are matched with other participants from today's experiment. All participants have been randomly assigned a color. You have been assigned the color {% if player.colors_reversed == 0 %} red. {% endif %} {% if player.colors_reversed == 1 %} blue. {% endif %} Your matching partners have been assigned the color {% if player.colors_reversed == 0 %} blue. {% endif %} {% if player.colors_reversed == 1 %} red. {% endif %}
Important: You and your {% if player.colors_reversed == 0 %} blue {% endif %} {% if player.colors_reversed == 1 %} red {% endif %} matching partners remain anonymous both throughout and after the experiment.
Press "Next" to continue to Part 1.