{% extends "global/Page.html" %} {% load otree static %} {% block title %} End 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 your major field of study?'}}

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

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

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

completely unwilling      {{form.risk}} very willing

{% next_button %} {% endblock %}