{{ extends 'global/Page.html' }} {{ block title }}Results{{ endblock }} {{ block content }}

Please take a screenshot for your own record.

Your payment ID is {{player.payment_id}}.

In Task 1:

You chose to send Player B {{ group.sent_amount1 }}. Player B returned {{ group.send_back_amount1 }}.

You were initially endowed with {{ C.ENDOWMENT }}, chose to send {{ group.sent_amount1 }}, received {{ group.send_back_amount1 }} thus you now have: {{ player.payoff1 }}

Your guess of the money returned from Player B is $ {{player.Guess1}}.

{{if player.Guess1_right}} Your guess is accurate. You will also receive an additonal $1 to your payment. {{else}} Your guess is inaccurate. You will not receive the additional payment. {{endif}}

In Task 3:

You chose to send Player B {{ group.sent_amount2 }}. Player B returned {{ group.send_back_amount2 }}.

You were initially endowed with {{ C.ENDOWMENT }}, chose to send {{ group.sent_amount2 }}, received {{ group.send_back_amount2 }} thus you now have: {{ player.payoff2 }}

Your guess of the money returned from Player B is $ {{player.Guess2}}.

{{if player.Guess2_right}} Your guess is accurate. You will also receive an additonal $1 to your payment. {{else}} Your guess is inaccurate. You will not receive the additional payment. {{endif}}

Task {{subsession.paying_task}} is selected to count as your payment. Therefore, your earning is {{player.payoff}}.

{{ next_button }} {{ endblock }}