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

As a reminder, the Sender had the two choice options of how to divide the joint account:

Option A: Sender gets ${{Constants.optionA_Spay}}.00, Receiver gets ${{Constants.optionA_Rpay}}.00.
Option B: Sender gets ${{Constants.optionB_pay}}.00, Receiver gets ${{Constants.optionB_pay}}.00.


Their choice is implemented with 60% probability, while the other choice is implemented with 40% probability.


{{player.implemented_decision}} was implemented.

Therefore you have earned ${{participant.SEC_PAY}}.00 and your partner has earned {{player.partnerearnings}} .


{% next_button %} {% endblock %}