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

Please fill out a few short questions.


I. If you had the opposite role:

{% if player.dynamic_label %}


{% endif %}

II. Rate the importance of the following values as a life-guiding principle for you.
Use the 8-point scale (from 0 to 8):

0 1 2 3 4 5 6 7 8
Opposed to my principles Not important for me Slightly important Moderately important Important Quite important Very important Extremely important Of supreme importance


{{ form.power }}


{{ form.achievement }}


{{ form.hedonism }}


{{ form.stimulation }}


{{ form.self_direction }}


{{ form.universalism }}


{{ form.benevolence }}


{{ form.tradition }}


{{ form.conformity }}


{{ form.security }}

{{ next_button }} {% endblock %} {% block scripts %} {% endblock %}