{% extends "global/Page.html" %} {% load otree static %} {% block content %}
To what extent do you (dis)agree with the following statements? {% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Strongly disagree DisagreeSomewhat disagreeNeutralSomewhat agreeAgreeStrongly agree
{{ field.label }}{{ choice }}


{% next_button %} {% endblock %}