{% extends "global/Page.html" %} {% load otree %} {% block title %} Questionnaire {% endblock %} {% block content %} 10. Please indicate the degree to which you agree or disagree with each statement using the following scale {% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
Disagree Strongly (0) Disagree Somewhat (1) Disagree Slightly (2) Agree Slightly (3) Agree Somewhat (4) Agree Strongly
(5)
{{ field.label }}
{{ choice }}
{% next_button %} {% endblock %}