{{ block title }} Guess {{ if player.myTreatment == 0 }} a temperature difference {{ endif }} {{ if player.myTreatment == 1 }} the difference in unemployment rate {{ endif }} {{ endblock }} {{ block content }} This first task is for practice and will not affect your bonus!

{{ if player.myTreatment == 0 }} For this practice task, you will have to guess the difference in average temperature between two cities during the decade 2010-2019. Those cities are Dallas and Sacramento.

As soon as you click the "Next" button, you will have 80 seconds to enter your guess of the difference in temperature (in ℉). The closer your guess is to the real difference, the higher your bonus would be (in the non-practice task). {{ endif }} {{ if player.myTreatment == 1 }} For this practice task, you will have to guess the difference in unemployment rate between two states during April 2022. The only information you have about the two states is where they rank among all states in terms of the percentage of population that is Black or African American. State A has the 2nd lowest percentage of population that is Black or African American, while State B has the 2nd highest percentage of population that is Black or African American.

As soon as you click the "Next" button, you will have 80 seconds to enter your guess on how much lower/higher the unemployment rate in State A is than in State B. The closer your guess is to the real difference, the higher your bonus would be (in the non-practice task). {{ endif }}

Therefore, prepare yourself to enter your guess as soon as you click on the "Next" button!

{{ next_button }} {{ endblock }}