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

Result


Thank you for participating in the study.

Your score is {{points|to0}}. This means you earn €{{final_payoff|to2}} in the game.

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

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

Please press "Next" to end the study.


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