{% load otree %} {{ block title }}Decision Task{{ endblock }} {{ block content }}
{% if player.treatment == 'gender' %}

This experiment includes both Male and Female participants.

In this task, you will indicate your decision when matched with someone of the same gender and when matched with someone of a different gender.

At the end of the experiment, you will be randomly matched with another participant to determine which decision is payoff relevant.

{% elif player.treatment == 'race' or player.treatment == 'ethnicity' %}

This experiment includes both White and East Asian participants.

In this task, you will indicate your decision when matched with someone of the same ethnicity and when matched with someone of a different ethnicity.

At the end of the experiment, you will be randomly matched with another participant to determine which decision is payoff relevant.

{% endif %}
Other
X Y
You
X 60, 60 0, 40
Y 40, 0 40, 40
{{ endblock }} {{ block scripts }} {{ endblock }}