{% extends "global/Page.html" %} {% load otree %} {% block title %} The End of Experiment {% endblock %} {% block content %}

This is the end of the experiment.

The table bolow shows your earings in each part of the experiment and your final earnings.


Part 1 earning {{ player.participant.part1payoff }} ECU
Part 2 earning {{ player.participant.part2payoff }} ECU
Part 3 earning {{ player.participant.part3payoff }} ECU
Part 4 earning {{ player.participant.part4payoff }} ECU
Bonus payment {{ player.bonuspayoff }} ECU (Part {{player.PaymentPart}} is selected)
Participation fee £2.50
ECU exchange rate 100 ECU = £1
Final Payment £{{player.finalpayoff}}

Please enter you Prolific ID. This is needed for the bonus payments. {{formfields}}



{% next_button %} {{ endblock }}