{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} General Instructions {% endblock %} {% block content %}
In the experiment, you interact with another participant. 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 interaction partner has 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 %} interaction partner remain anonymous both throughout and after the experiment.
Press "Next" to continue.