{{ block title }} Questionnaire {{ endblock }} {{ block content }}
Please enter the following information. {{ formfield 'age' label="1. How old are you?" }} {{ formfield 'gender' label="2. Your gender:" }} {{ formfield 'education' label="3. Highest level of education (completed):" }} 4. What is your race? Check all that apply.
{{ if player.whiteOrder == 1 }}
{{ endif }} {{ if player.blackOrder == 1 }}
{{ endif }} {{ if player.hispanicOrder == 1 }}
{{ endif }} {{ if player.asianOrder == 1 }}
{{ endif }} {{ if player.nativeOrder == 1 }}
{{ endif }} {{ if player.whiteOrder == 2 }}
{{ endif }} {{ if player.blackOrder == 2 }}
{{ endif }} {{ if player.hispanicOrder == 2 }}
{{ endif }} {{ if player.asianOrder == 2 }}
{{ endif }} {{ if player.nativeOrder == 2 }}
{{ endif }} {{ if player.whiteOrder == 3 }}
{{ endif }} {{ if player.blackOrder == 3 }}
{{ endif }} {{ if player.hispanicOrder == 3 }}
{{ endif }} {{ if player.asianOrder == 3 }}
{{ endif }} {{ if player.nativeOrder == 3 }}
{{ endif }} {{ if player.whiteOrder == 4 }}
{{ endif }} {{ if player.blackOrder == 4 }}
{{ endif }} {{ if player.hispanicOrder == 4 }}
{{ endif }} {{ if player.asianOrder == 4 }}
{{ endif }} {{ if player.nativeOrder == 4 }}
{{ endif }} {{ if player.whiteOrder == 5}}
{{ endif }} {{ if player.blackOrder == 5 }}
{{ endif }} {{ if player.hispanicOrder == 5 }}
{{ endif }} {{ if player.asianOrder == 5 }}
{{ endif }} {{ if player.nativeOrder == 5 }}
{{ endif }}
{{ formfield 'income' label="5. What is your total yearly household income?" }} {{ formfield 'didVoteLastElection' label="6. Did you vote during the last presidential election?" }}

7. In politics people commonly talk of ’left/liberals’ and ’right/conservatives’. Where would you place yourself on that scale?

Left     Right


8. How polarized do you think the US is?

Not polarized Very polarized


9. How polarized do you think people in the US are regarding {{ if player.myTreatment == 0 }} environmental questions {{ endif }} {{ if player.myTreatment == 1 }} racial questions {{ endif }}?

Not polarized Very polarized


{{ formfield 'directPartyPreference' label="10. If you would have to choose between the Republican and the Democratic party, which would you vote for?" }}
{{ next_button }} {{ endblock }}