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

Please answer the following questions.

{% for choice in form.autgen_1_1 %} {% endfor %} {% for choice in form.autgen_1_2 %} {% endfor %} {% for choice in form.autgen_1_3 %} {% endfor %} {% for choice in form.autgen_1_4 %} {% endfor %} {% for choice in form.autgen_1_5 %} {% endfor %} {% for choice in form.autgen_1_6 %} {% endfor %} {% for choice in form.autgen_1_7 %} {% endfor %} {% for choice in form.autgen_1_8 %} {% endfor %}
1 = Not at all true 2 3 4 = Somewhat true 5 6 7 = Very true
{{ form.autgen_1_1.label }}{{ choice }}
{{ form.autgen_1_2.label }}{{ choice }}
{{ form.autgen_1_3.label }}{{ choice }}
{{ form.autgen_1_4.label }}{{ choice }}
{{ form.autgen_1_5.label }}{{ choice }}
{{ form.autgen_1_6.label }}{{ choice }}
{{ form.autgen_1_7.label }}{{ choice }}
{{ form.autgen_1_8.label }}{{ choice }}



{% next_button %} {% endblock %}