{{ block title }} Your Payment {{ endblock }} {{ block content }}
The task selected for payment was: {{ paid_round }}.
{% if task_to_pay == 'annotation' %}Your payment in that task was: ${{ score }}.
This was not one of the tasks of the Extra Decision.
Final Payoff = $10 + ${{ score }} = ${{ final_payment }}
{% elif task_to_pay == 'extra_task' %}You are being paid based on the Extra Decision.
You indicated that you would be willing to change your submission to the average of the y values for a payment of at least: ${{ wta }}.
The payment selected was: ${{ bdm }}.
{% if bdm >= wta %}Since {{ bdm }} ≥ {{ wta }}, the payment was determined using the average of the y values and we will add ${{ bdm }} to your final payoff.
Final Payoff = $10 + ${{ score }} + ${{ bdm }} = ${{ final_payment }}
{% else %}Since {{ bdm }} < {{ wta }}, the payment was determined using your initial submission and there is no extra payment.
Final Payoff = $10 + ${{ score }} = ${{ final_payment }}
{% endif %} {% endif %}Please sit quietly and wait to receive your payment.
--------
Here are the data sources that were used in the experiment: