{% extends "global/Page.html" %} {% load otree %} {% block title %}

Student Survey

Section 2

{% endblock %} {% block content %}

In this section, we will ask you a few questions about your attitudes and beliefs.

On a scale from 1 (never willing) to 7 (always willing), how would you rate your willingness to take risks in daily activities?

{% formfield player.p2 %}

On a scale from 1 (I don't have any control) to 7 (I have full control), how would you rate the control you have over the direction of your life?

{% formfield player.p3 %}

On a scale from 1 (never willing) to 7 (always willing), how would you rate your willingness to give up something that is beneficial for you today in order to benefit more from that in the future?

{% formfield player.p4 %}

For each of the following three statements, please indicate the extent to which the statement applies to you on a scale from 1 (never true of me) to 7 (always true of me):

For each of the following four statements, please indicate the extent to which the statement applies to you on a scale from 1 (never true of me) to 7 (always true of me):

Relative to your peers with the same major/concentration at CSU, how would you rate your ability?

{% formfield player.p7 label=""%} {% next_button %} {% endblock %}