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

Please answer the following questions.


{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
I strongly
disagree.
I strongly agree.
{{ field.label }} {{choice}}
{% next_button %} {% endblock %}