{% extends "global/Page.html" %} {% load static otree %} {% block styles %} {% endblock %} {% block title %}Survey #2{% endblock %} {% block content %}
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 |
|---|
| {{ names.0 }} |
{% endif %} {% if forloop.counter0 is 1 %} | {{ names.1 }} |
{% endif %} {% if forloop.counter0 is 2 %} | {{ names.2 }} |
{% endif %} {% if forloop.counter0 is 3 %} | {{ names.3 }} |
{% endif %} {% if forloop.counter0 is 4 %} | {{ names.4 }} |
{% endif %} {% if forloop.counter0 is 5 %} | {{ names.5 }} |
{% endif %} {% if forloop.counter0 is 6 %} | {{ names.6 }} |
{% endif %} {% if forloop.counter0 is 7 %} | {{ names.7 }} |
{% endif %} {% if forloop.counter0 is 8 %} | {{ names.8 }} |
{% endif %} {% if forloop.counter0 is 9 %} | {{ names.9 }} |
{% endif %} {% if forloop.counter0 is 10 %} | {{ names.10 }} |
{% endif %} {% if forloop.counter0 is 11 %} | {{ names.11 }} |
{% endif %} |