{% extends "global/Page.html" %} {% load otree static %} {% load otree static otree_tools %} {% block title %} Result {% endblock %} {% block content %} {% tracking_time %} {% tracking_focus %} {% if player.giver_condition == "normal" %}
You have been paired with another participant who played Individual A in the situation just described. This participant decided to give you {{ given }}, which translates to ${{ given_real_world_currency }}. Your earnings for this study are thus £{{ endowment }} for completing the study plus a ${{ given_real_world_currency }} Bonus from Individual A you were paired with. This is the end of the Study, thank you for participating! {% else %} This is the end of the Study, thank you for participating! Your earnings for this study are £{{ endowment }} for completing the study. {% endif %} If you have any comments, please let us know below. {% formfield player.feedback %} Clicking the "Finish Study" button on the next page will navigate you back to the prolific completion website. Please contact dominik.meier@unibas.ch if you have any questions.
{% next_button %} {% endblock %} {% block styles %} {% endblock %}