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

End of Study


Thank you for participating in the study.

Your results for each round were the following:
Round Final Earnings (€)
1 {{ payoff_round1|floatformat:2 }}
2 {{ payoff_round2|floatformat:2 }}
3 {{ payoff_round3|floatformat:2 }}
4 {{ payoff_round4|floatformat:2 }}
5 {{ payoff_round5|floatformat:2 }}


The computer randomly selected round {{ paying_round }} for payment.

Your final earnings for this round are €{{ payoff_final|floatformat:2 }}.

Your additional payoff from the previous survey is €{{lottery_payoff|floatformat:2}}.

Including your participation fee of €4.00, your total earnings for the study are €{{final_final_payoff|floatformat:2}}.

Your payment will be transferred to your bank account within 5 working days.

Please press "Next" to end the study.



{% next_button %}

{{ form.errors }} {% endblock %} {% block scripts %} {% endblock %}