{{ block content }} {{ if curcond not in ['mast', 'control'] }}

Please think back to the video/audio you just watched/listened. To what degree did you experience each of the following emotions while watching it? Use the scale below, where 1 means Not at all and 4 means Very much.

{{ for choice in form.sad }} {{ endfor }} {{ formfield_errors 'sad' }} {{ for choice in form.surprise }} {{ endfor }} {{ formfield_errors 'surprise' }} {{ for choice in form.calm }} {{ endfor }} {{ formfield_errors 'calm' }}
Not at all
1
A little bit
2
Moderately
3
Very much
4
Sad{{ choice }}
Surprise{{ choice }}
Calm{{ choice }}
{{ else }}

Think back to the task you just completed. Please rate the following from 1 (Not at all) to 4 (Very much)based on what you experienced during the task:

{{ for choice in form.stresslevel }} {{ endfor }} {{ formfield_errors 'stresslevel' }}
Not at all
1
A little bit
2
Moderately
3
Very much
4
stress level{{ choice }}
{{ endif }} {{ next_button }} {{ endblock }}