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

{{player.implemented_decision}} was implemented

This could have been because the Sender selected {{player.implemented_decision}}, choosing to keep {{player.partnerearnings}} and sending you ${{participant.SEC_PAY}}.00.
Or it could be that the Sender selected {{player.decisiondummy}}, choosing to keep ${{player.dummypartner}} and send you ${{player.dummyself}}.00, but the computer implemented {{player.implemented_decision}} instead.


You now have the chance to find out what option your partner really selected. This decision will not affect your earnings and your partner will not learn what decision you make.


Select below whether you would like to learn what your partner chose or whether you do not want to learn this information.

{% formfield player.revealdecision label=''%}
{% next_button %} {% endblock %}