{% extends "global/Page.html" %} {% load otree static %} {% block title %} Survey {% endblock %} {% block content %} In the following, please answer the questions and rate the statements on a scale from "I strongly disagree" (1) to "I strongly agree" (7). Please be honest and give the first answer that intuitively comes to your mind.


{# #} {% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
I
strongly
disagree
I
strongly
agree
{{ field.label }}{{ choice.tag }}



{% next_button %} {% endblock %}