{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Demographic
{% endblock %}
{% block content %}
{% formfield player.age %}
{% formfield player.gender %}
{% formfield player.student %}
{% formfield player.edu_level %}
5.Which of the following best describes your current major course of study? (Check more than one option if you are a double major or if your undergraduate and graduate majors differ. For non-students, use the major for the highest year of school completed.)
No Major or Pre-College
Arts/Humanities/Education
Business/Management (including MBA)
Economics
Politics
Psychology
Other Social Sciences
Law School (but not pre-law)
Medical/Nursing (but not pre-med)
Math/Engineering/Computer Science/Science
Other
6.How many college-level mathematics courses have you taken
7.How many college-level economics courses have you taken?
{% next_button %}
{% endblock %}