{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} {% endblock %} {% block content %}

Please choose option A or option B by clicking on the corresponding box.

(The earnings are summarized once again in the text below the table.)

The other participant
Action A Action B
You {{ Constants.payoff_action_a|floatformat:"-1" }} credits, {{ Constants.payoff_action_a|floatformat:"-1" }} credits {{ Constants.payoff_action_a|floatformat:"-1" }} credits, 0 credits
0 credits, {{ Constants.payoff_action_a|floatformat:"-1" }} credits {{ Constants.payoff_action_b|floatformat:"-1" }} credits, {{ Constants.payoff_action_b|floatformat:"-1" }} credits

Reminder of earnings

If you choose option A, you earn {{ Constants.payoff_action_a|floatformat:"-1" }} credits, regardless of the choice of the other participant. The other participant also receives {{ Constants.payoff_action_a|floatformat:"-1" }} credits if he has also chosen option A. Conversely, if he has chosen option B, the other participant receives nothing.

If you choose option B and the other participant also chooses option B, you both receive {{ Constants.payoff_action_b|floatformat:"-1" }} credits. However, if you choose option B and the other participant chooses option A, you receive nothing while the other participant receives {{ Constants.payoff_action_a|floatformat:"-1" }} credits.

{% endblock %} {% block scripts %} {% endblock %}