{% 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 }}
2 {{ payoff_round2}}
3 {{ payoff_round3}}
4 {{ payoff_round4}}


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

Your final earnings for this round are €{{ payoff_final }}.

Your additional payoff from the previous survey is €{{lottery_payoff}}.

Including your participation fee of €7, your total earnings for the study are €{{final_final_payoff}}.

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

Once you press "Next", you can leave the room quietly. Please do not forget any of your personal belongings.

Please press "Next" to end the study.



{% next_button %}

{% endblock %} {% block scripts %} {% endblock %}