{% 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:
|
Compensation from the first decision making task: (The period randomly chosen for compensation was #{{ player.pay_period }} and your profit in that period was {{ player.s1_pay_profit }}, which translates to the bonus amount shown to the right) |
${{ player.coop_comp }} | |
|
Compensation from the second decision making task: (You contributed {{ player.tokens_contributed }} tokens to the group pot and and your partner contributed {{ player.partner_tokens_contributed }} tokens to the group pot. These tokens are worth $0.03 each, split evenly between you and your partner. You also kept {{ player.tokens_kept }} tokens, which are worth $0.04 to you alone. These results translate to the bonus amount shown to the right) |
{% else %}
Compensation from the second decision making task: (You contributed {{ player.tokens_contributed }} tokens to the group pot. These tokens are worth $0.03 each, split evenly between you and your partner. You also kept {{ player.tokens_kept }} tokens, which are worth $0.04 to you alone. Thus, your minimum compensation for this task is ${{ min_pg_comp }}. Your partner has not finished their decision for this task yet, so your total compensation for the task will be determined when they finish. |
{% endif %}
${{ player.pg_comp }} |
| Participation Fee: | $2.00 | |
| Total Compensation: | ${{ total_comp }} | |
| Thank you again for your participation! | ||