{{ block content }}

How you generally feel

Below are a number of statements that people use to describe themselves. Read each statement and indicate how you generally feel — that is, how you feel most of the time. There are no right or wrong answers.

1 = Not at all  ·  2 = Somewhat  ·  3 = Moderately so  ·  4 = Very much so

{{ for choice in form.stai_calm }}{{ endfor }} {{ formfield_errors 'stai_calm' }} {{ for choice in form.stai_tense }}{{ endfor }} {{ formfield_errors 'stai_tense' }} {{ for choice in form.stai_upset }}{{ endfor }} {{ formfield_errors 'stai_upset' }} {{ for choice in form.stai_relaxed }}{{ endfor }} {{ formfield_errors 'stai_relaxed' }} {{ for choice in form.stai_content }}{{ endfor }} {{ formfield_errors 'stai_content' }} {{ for choice in form.stai_worried }}{{ endfor }} {{ formfield_errors 'stai_worried' }}
Not at all
1
Somewhat
2
Moderately so
3
Very much so
4
I feel calm{{ choice }}
I feel tense{{ choice }}
I feel upset{{ choice }}
I am relaxed{{ choice }}
I feel content{{ choice }}
I am worried{{ choice }}

Perceived Stress

The questions below ask about your feelings and thoughts during the last month. In each case, indicate how often you felt or thought a certain way.

0 = Never  ·  1 = Almost never  ·  2 = Sometimes  ·  3 = Fairly often  ·  4 = Very often

{{ for choice in form.pss1 }}{{ endfor }} {{ formfield_errors 'pss1' }} {{ for choice in form.pss2 }}{{ endfor }} {{ formfield_errors 'pss2' }} {{ for choice in form.pss3 }}{{ endfor }} {{ formfield_errors 'pss3' }} {{ for choice in form.pss4 }}{{ endfor }} {{ formfield_errors 'pss4' }} {{ for choice in form.pss5 }}{{ endfor }} {{ formfield_errors 'pss5' }} {{ for choice in form.pss6 }}{{ endfor }} {{ formfield_errors 'pss6' }} {{ for choice in form.pss7 }}{{ endfor }} {{ formfield_errors 'pss7' }} {{ for choice in form.pss8 }}{{ endfor }} {{ formfield_errors 'pss8' }} {{ for choice in form.pss9 }}{{ endfor }} {{ formfield_errors 'pss9' }} {{ for choice in form.pss10 }}{{ endfor }} {{ formfield_errors 'pss10' }}
Never
0
Almost never
1
Sometimes
2
Fairly often
3
Very often
4
How often have you been upset because of something that happened unexpectedly?{{ choice }}
How often have you felt that you were unable to control the important things in your life?{{ choice }}
How often have you felt nervous and stressed?{{ choice }}
How often have you felt confident about your ability to handle your personal problems?{{ choice }}
How often have you felt that things were going your way?{{ choice }}
How often have you found that you could not cope with all the things that you had to do?{{ choice }}
How often have you been able to control irritations in your life?{{ choice }}
How often have you felt that you were on top of things?{{ choice }}
How often have you been angered because of things that happened that were outside of your control?{{ choice }}
How often have you felt difficulties were piling up so high that you could not overcome them?{{ choice }}

General Questions

How would you rate your math skills?

1 = Very poor  ·  5 = Excellent

{{ for choice in form.math_skills }}{{ endfor }} {{ formfield_errors 'math_skills' }}
1 2 3 4 5
Math skills{{ choice }}

How comfortable are you with the cold?

1 = Very uncomfortable  ·  5 = Very comfortable

{{ for choice in form.cold_comfort }}{{ endfor }} {{ formfield_errors 'cold_comfort' }}
1 2 3 4 5
Cold comfort{{ choice }}
{{ next_button }} {{ endblock }}