{% extends "global/Page.html" %} {% load otree static %} {% block title %} Exit Questionnaire {% endblock %} {% block app_styles %} {% endblock %} {% block content %} The following questionnaire is for research purposes only. Your answers will stay anonymous. Your payment will be prepared while you answer this questionnaire. We thank you for your cooperation.

1. How old are you?
{{ formfield_errors 'age' }}


{{formfield 'sex' label='2. What is your sex?'}}


{{formfield 'major' label='3. What is (closest) to your major field of study? If more than one major, or major not represented, please select "other STEM" or "non-STEM" as appropriate'}}


{{formfield 'race' label='4. Which one of the following best describes you?'}}


5. What is your current GPA ?
{{ formfield_errors 'GPA' }}


Scale from 0 to 10, where a 0 means you are completely unwilling and a 10 means you are very willing You can also use the values in-between to indicate where you fall on the scale.

6. How do you see yourself: are you a person who is generally willing to take risks, or do you try to avoid taking risks?

completely unwilling      {{form.risk1}} very willing


7. How willing are you to give up something that is beneficial for you today in order to benefit more from that in the future?"

completely unwilling      {{form.risk2}} very willing


8. How many math classes have you taken in college?
{{ formfield_errors 'math_classes' }}


9. How many statistics classes have you taken in college?"
{{ formfield_errors 'stats_classes' }}


10. How many economics classes have you taken in college?"
{{ formfield_errors 'econ_classes' }}


{% next_button %} {% endblock %}