{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Additional Instructions {% endblock %} {% block content %}
{% if player.randomized_order == 123 or player.randomized_order == 213 %} In Part 1 and Part 2, {% endif %} {% if player.randomized_order == 132 or player.randomized_order == 231 %} In Part 1 and Part 3, {% endif %} {% if player.randomized_order == 312 or player.randomized_order == 321 %} In Part 2 and Part 3, {% 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 %} 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.