{% 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.
| {{ field.label }} | {% for choice in field %}{{ choice }} {{ choice.label}} | {% endfor %}
|---|