{% extends "global/Page.html" %} {% load otree static %} {% block content %} On the next few pages we will ask you some questions about your thoughts throughout the study, as well as some more general questions.

To what extent do you (dis)agree with the following statements?
{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Strongly disagree DisagreeSomewhat disagreeNeutralSomewhat agreeAgreeStrongly agree
{{ field.label }}{{ choice }}


{% next_button %} {% endblock %}