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

Please indicate to what extent you agree with each of the statements below.
Use a scale from 0 to 10, where 0 means "completely disagree" and 10 means "Completely agree".


{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
0 1 2 3 4 5 6 7 8 9 10
{{ field.label }}{{ choice.tag }}
{% next_button %} {% endblock %}