{% extends "global/Page.html" %} {% load otree %} {% block content %} {% for choice in form.autgen_2_1 %} {% endfor %} {% for choice in form.autgen_2_2 %} {% endfor %} {% for choice in form.autgen_2_3 %} {% endfor %} {% for choice in form.autgen_2_4 %} {% endfor %} {% for choice in form.autgen_2_5 %} {% endfor %} {% for choice in form.autgen_2_6 %} {% endfor %} {% for choice in form.autgen_2_7 %} {% endfor %} {% for choice in form.autgen_2_8 %} {% endfor %} {% for choice in form.autgen_2_9 %} {% endfor %} {% for choice in form.autgen_2_10 %} {% endfor %}
1 = Not at all true 2 3 4 = Somewhat true 5 6 7 = Very true
{{ form.autgen_2_1.label }}{{ choice }}
{{ form.autgen_2_2.label }}{{ choice }}
{{ form.autgen_2_3.label }}{{ choice }}
{{ form.autgen_2_4.label }}{{ choice }}
{{ form.autgen_2_5.label }}{{ choice }}
{{ form.autgen_2_6.label }}{{ choice }}
{{ form.autgen_2_7.label }}{{ choice }}
{{ form.autgen_2_8.label }}{{ choice }}
{{ form.autgen_2_9.label }}{{ choice }}
{{ form.autgen_2_10.label }}{{ choice }}


{% next_button %} {% endblock %}