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

You have now reached the end of the payment relevant choices. Before you leave, we ask you to answer a few questions on your background.

Questionnaire
{{ form.age.label }}
{{ form.age }}
{{ form.gender.label }}
{{ form.gender }}
{{ form.levelOfEducation.label }}
{{ form.levelOfEducation }}
{{ form.income.label }}
{{ form.income }}
{{ form.altruism.label }}
"completely unwilling to share" {% for choice in form.altruism %} {% endfor %} {% for choice in form.altruism %} {% endfor %}
{{ choice.choice_label }}
{{ choice.tag }}
"very willing to share"
{{ form.politics_right.label }}
{{ form.politics_right }}
{{ form.env_attitude.label }}
"Economic growth and creating jobs should be the top priority, even if the environment suffers to some extent."
"Protecting the environment should be given priority, even if it causes slower economic growth and some loss of jobs."
{% endblock %}