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

Please rate the extent to which you agree with each statement.

During the experiment, overall I feel that...

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