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

POST-GAME SURVEY 2/3​


People often express concern about environmental problems, but some people differ as to which consequences concern them the most. We are going to list different areas where environmental problems could have harmful consequences. For each, please rate how concerned you are about their impact using a scale from “Not at all concerned” to “Extremely concerned”.

                         Not at all ​concerned​           Moderately concerned           Extremely ​concerned
{% for i in aux %} {% if forloop.counter0 is 0 %} {% endif %} {% if forloop.counter0 is 1 %} {% endif %} {% if forloop.counter0 is 2 %} {% endif %} {% if forloop.counter0 is 3 %} {% endif %} {% if forloop.counter0 is 4 %} {% endif %} {% if forloop.counter0 is 5 %} {% endif %} {% if forloop.counter0 is 6 %} {% endif %} {% if forloop.counter0 is 7 %} {% endif %} {% if forloop.counter0 is 8 %} {% endif %} {% if forloop.counter0 is 9 %} {% endif %} {% if forloop.counter0 is 10 %} {% endif %} {% if forloop.counter0 is 11 %} {% endif %} {% endfor %}
{{ names.0 }}
                                                                                          {{ names.1 }}
                                                                                          {{ names.2 }}
                                                                                          {{ names.3 }}
                                                                                          {{ names.4 }}
                                                                                          {{ names.5 }}
                                                                                          {{ names.6 }}
                                                                                          {{ names.7 }}
                                                                                          {{ names.8 }}
                                                                                          {{ names.9 }}
                                                                                          {{ names.10 }}
                                                                                          {{ names.11 }}
                                                                                          

{% endblock %}