{% extends "global/Page.html" %} {% load otree %} {% block title %} Questions about the experiment {% endblock %} {% block content %}
To what extent do you disagree/agree with the following statements on a scale of 1 (strongly disagree) to 5 (strongly agree).

Strongly agree
Strongly disagree

{% for field in form %}
{{ field.label_tag }}
{{ field }}

{% endfor %}
{% endblock %}