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

Please select how much you favor or oppose each idea below by selecting a number from 1 to 7 on the scales.
You can work quickly; your first feeling is generally best.

{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
{{ field.label }}{{ choice }} {{ choice.label}}
{% next_button %} {% endblock %}