{% extends "otree/WaitPage.html" %} {% load otree static %} {% block title %} Payoffs {% endblock %} {% block content %}
In each round, each participant in your group has to decide which one of two possible actions to choose, X or Y. The action choices that you and others in your group make determine what you get in each round, according to the following rules:
These payoffs are summarized in the following tables:
For Red types:
| Others choose | 3X, 0Y | 2X, 1Y | 1X, 2Y | 0X, 3Y |
|---|---|---|---|---|
| You choose X | {{ triple_high }} | {{ double_high }} | {{ high_payoff }} | {{ nothing }} |
| You choose Y | {{ nothing }} | {{ low_payoff }} | {{ double_low }} | {{ triple_low }} |
For Blue types:
| Others choose | 3X, 0Y | 2X, 1Y | 1X, 2Y | 0X, 3Y |
|---|---|---|---|---|
| You choose X | {{ triple_low }} | {{ double_low }} | {{ low_payoff }} | {{ nothing }} |
| You choose Y | {{ nothing }} | {{ high_payoff }} | {{ double_high }} | {{ triple_high }} |
Please wait for the other participants to finish reading these instructions.
{% endblock %} {% block app_styles %} {% endblock %}