{{ extends "global/Page.html" }} {{ block title }} Questionnaire{{ endblock }} {{ block content }}
{{ Subject_Number }}
{{ formfield 'Gender' }} {{ formfield 'Age' }} {% if form.Race_White.errors %}
{{ form.Race_White.errors.0 }}
{% endif %}

3. Choose one or more races that you consider yourself to be.







{{ formfield 'Ethnicity' }} {{ formfield 'Student_Status' }} {{ formfield 'Year_in_School' }} {{ formfield 'Major' }} {{ formfield 'Minor' }} {{ formfield 'Thoughts_Choices_of_Myself' }} {{ next_button }} {{ endblock }}