{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} {% endblock %} {% block content %}

You have completed the experiment. Thank you for your participation!

Your study code is: {{ participant.code }}

Please write this code down and open a separate browser window to enter this code into the Amazon MTurk site. Once your participation is confirmed, your MTurk account will receive your compensation within two business days, which will include your $2.00 participation fee and the additional compensation you earned during the experiment, paid as a bonus in MTurk.


Your compensation for the experiment will include the following:

{% if wait_bonus != '0.00' %} {% endif %}
Compensation from the cost reporting task:

(The period randomly chosen for compensation was #{{ pay_period }} and your total experimental dollars earned in that period were {{ pay_profit }}, which translates to the bonus amount shown to the right
${{ bonus_1 }}
Compensation from your decisions in the allocation task:

You allocated {{ player.individual_points }} tokens to Project 1 ($0.04 returned to you per token), {{ player.duo_points }} tokens to Project 2 ($0.03 returned to you per token), and {{ player.firm_points }} tokens to Project 3 ({% if condition > 2 %}$0.02 returned to you per token){% else %}$0.00 returned to you per token){% endif %}.
${{ bonus_2 }}
Compensation from others' decisions in the allocation task:

$TBD, when all others have finished.
Addition for time spent waiting on your other group member ($0.20/minute):    ${{ wait_bonus }}
Participation Fee:    $2.00
Total Compensation:    ${{ bonus_total }} + compensation from others' decisions in the allocation task, TBD
Thank you again for your participation!
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}