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

Test

How much do you agree or disagree with the following statements about yourself? Please answer these questions as spontaneously and honest as possible.

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