{{ block title }} Thank you for your participation! {{ endblock }} {{ block content }} {{ if player.myTreatment == 0 }} For your information: During 2010-2019, California was 2.22℉ warmer than during 1950-1959. We base this on Data from the NOAA. Your completion code for this study is INCENTIVES2022.

Bonus
{{ if player.madeMyGuess == 0 }} You did not take a guess for task 1 and therefore do not receive a bonus for this task. {{ else }} For the first task, your guess of difference in temperature: {{ player.estimateTemperatureDiffAbs }} warmer in {{ if player.estimateTemperatureDiff <= 0 }} 1950-1951 {{ else }} 2010-2019 {{endif }}
Error of that guess: {{ player.errorMyGuess|to2 }}. You therefore receive ${{ player.bonusMyGuess|to2 }} for the first task. {{endif }}

For the second task, your guess of the others guess was: {{ player.estimateOthersEstimateAbs }} warmer in {{ if player.estimateOthersEstimate <= 0 }} 1950-1951 {{ else }} 2010-2019 {{endif }}
Error of that guess: {{ player.errorOtherGuess|to2 }}. You therefore receive ${{ player.bonusOtherGuess|to2 }} for the second task.


{{endif }} {{ if player.myTreatment == 1 }} For your information: The homicide mortality in 2019 was 3.115 times higher in State B (Louisiana, 3rd most Balck or African Americans per capita) than in State A (Utah, 3rd least Balck or African Americans per capita) We base this on Data from the US census and CDC. Your completion code for this study is INCENTIVES2022.

Bonus
{{ if player.madeMyGuess == 0 }} You did not take a guess for task 1 and therefore do not receive a bonus for this task. {{ else }} For the first task, your guess of homicide mortality was: {{ player.estimateTemperatureDiffAbs }} higher in {{ if player.estimateTemperatureDiff <= 0 }} State A than State B {{ else }} State B than State A {{endif }}
Error of that guess: {{ player.errorMyGuess|to2 }}. You therefore receive ${{ player.bonusMyGuess|to2 }} for the first task. {{endif }}

For the second task, your guess of the others guess was: {{ player.estimateOthersEstimateAbs }} higher in {{ if player.estimateOthersEstimate <= 0 }} State A than State B {{ else }} State B than State A {{endif }}
Error of that guess: {{ player.errorOtherGuess|to2 }}. You therefore receive ${{ player.bonusOtherGuess|to2 }} for the second task.


{{endif }}

Last question {{ formfield 'usedHelp' label="Please indicate whether you used any help (e.g., Google) to guess the difference in temperature. Note, your answer to this question does not affect your payoff or chances to be invited for future studies." }}

Comments {{ formfield 'comments' label="Feel free to give any feedback to the leaders behind the study." }} {{ next_button }} {{ endblock }}