{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %} Please rate on a scale from "very low" (1) to "very high" (7). Please be honest and give the first answer that comes to your mind.


{# #} {% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
very
low
very
high
{{ field.label }}{{ choice.tag }}



{% next_button %} {% endblock %}