{% extends "global/Page.html" %} {% load otree static %} {% block title %} Part 1: Emotions scale {% endblock %} {% block content %}

The scale below consists of a number of words 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, that is, at the present moment.

{{ for field in form }} {{ for choice in field }} {{ endfor }} {{ endfor }}
Very slightly or not at all A little Moderately Quite a bit Very much
{{ field.label }}{{ choice }}
{% next_button %}
{% endblock %}