{% extends "global/Page.html" %} {% load otree static %} {% block title %} Demograhpics Survey {% endblock %} {% block content %} The below survey asks you to answer several questions. Your answers to these questions will remain anonymous and are not used for payment in today's session. Answering any of the following questions is optional; if you do not wish to answer a question, please enter "prefer not to answer" among the list of choices provided or enter it into the text box provided.

Question Answer
What is/are your college major(s)?{% formfield player.collegemajor label="" %}
How many economics courses have you taken?{% formfield player.econcourses label="" %}
Have you taken a course in game theory before?{% formfield player.gametheory label=""%}
How many political science courses have you taken?{% formfield player.polisci label=""%}
How many economics laboratory experiments have you participated in?{% formfield player.experiments label=""%}
What gender do you identify as?{% formfield player.gender label=""%}
Which of the following races do you identify as?{% formfield player.race label=""%}




{% next_button %} {% endblock %} {% block scripts %} {% endblock %}