{% extends "global/Page.html" %} {% load otree static %} {% block title %} This scale consists of a number of words that describe different feelings and emotions. Indicate to what extent you feel this way right now, that is, at the present moment. {% endblock %} {% block content %} {% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Very slightly or not at all A little Moderately Quite a bit Extremely
{{ field.label }}
{{ choice }}
{% next_button %} {% endblock %}