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

On a scale from 1 to 7, with 1 being Disagree and 7 being Agree, please rate how much you agree with the below statements:



{% for field in form %}
{% for choice in field %}
{% endfor %} {% endfor %}
{{ field.label }}
{{ choice }}
{{ choice.label }}



{% next_button %} {% endblock %}