{% 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 for two possible matches: one with someone of the same gender and one with someone of a different gender.

At the end of the experiment, you will be randomly matched with another participant, and the corresponding decision will determine your payoff.

{% 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 for two possible matches: one with someone of the same ethnicity and one with someone of a different ethnicity.

At the end of the experiment, you will be randomly matched with another participant, and the corresponding decision will determine your payoff.

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