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

This page consists of a number of words and phrases that describe different feelings and emotions. Read each item and then mark the appropriate answer in the space next to that word. Indicate to what extent you feel this way RIGHT NOW. Use the following scale to record your answers:


1 = very slightly or not at all, 2 = a little, 3 = moderately, 4 = quite a bit, 5 = extremely

{% formfield player.blameworthy %} {% formfield player.jittery %} {% formfield player.ashamed %} {% formfield player.guilty %} {% formfield player.interested %}
{% formfield player.excited %} {% formfield player.strong %} {% formfield player.scared %} {% formfield player.angry_at_self%} {% formfield player.hostile %}
{% formfield player.enthusiastic %} {% formfield player.proud %} {% formfield player.irritable %} {% formfield player.disgusted_with_self %} {% formfield player.alert %}
{% formfield player.inspired %} {% formfield player.loathing %} {% formfield player.scornful %} {% formfield player.determined %} {% formfield player.dissatisfied_with_self %}
{% formfield player.attentive %} {% formfield player.active %} {% formfield player.afraid %} {% formfield player.disgusted %} {% formfield player.angry %}
{% next_button %} {% endblock %}