{{ 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:
  1. Body Mass Index (BMI) as a function of weight, Years 2001-2002 and 2003-2004, Source: National Center for Health Statistics (NHANES)
  2. Diastolic pressure as a function of age, Years 2001-2002 and 2003-2004, Source: National Center for Health Statistics (NHANES)
  3. Systolic pressure as a function of another systolic pressure measurement for the same person, Years 2001-2002 and 2003-2004, Source: National Center for Health Statistics (NHANES)
  4. Temperature as a function of hours of the day for Albany, NY (between 8AM and 7PM), Years 2015 to 2021, Source: Obtained on Kaggle and constructed from federal agencies weather data such as the National Weather Service
  5. Temperature as a function of hours of the day for Albany, NY (between 12AM and 8PM), Years 2015 to 2021, Source: Obtained on Kaggle and constructed from federal agencies weather data such as the National Weather Service
  6. Humidity as a function of hours of the day for Albany, NY (between 12AM and 9PM), Years 2015 to 2021, Source: Obtained on Kaggle and constructed from federal agencies weather data such as the National Weather Service
  7. Traffic (volume) as a function of hour for westbound I-94 connecting Minneapolis and St Paul, Minnesota (on Sundays after 6AM when there is no snow or rain, in May and June), Years 2012 to 2018, Source: Obtained on Kaggle and collected by the Minnesota Department of Transportation (MnDOT)
  8. Traffic flow as a function of hour for westbound I-94 connecting Minneapolis and St Paul, Minnesota (from Sunday at 3AM until Monday at 2AM when there is no rain, in July and August), Years 2012 to 2018, Source: Obtained on Kaggle and collected by the Minnesota Department of Transportation (MnDOT)
  9. Temperature as a function of hour for Asheville Airport, NC (between 12AM and 12PM next day in January), Year 2010, Source: National Center for Environmental Information and constructed from federal agencies weather data such as the National Weather Service
{{ endblock }}