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




{% formfield player.gender %}


{% formfield player.other_gender_belief %}


{% formfield player.age %}


{% formfield player.language%}


{% formfield player.max_income %}


{% formfield player.trust %}



7. Are you generally a person who is fully prepared to take risks or do you try to avoid taking risks? Please use the following scale, where the value 0 means: risk averse and the value 10 means: fully prepared to take risks.

{% formfield player.risk %}
Risk averse Fully prepared to take risks


{% formfield player.instructions %}


9. From the viewpoint of a neutral uninvolved arbitrator, what is the fair amount of tokens that you should contribute to the project?

{% if player.your_type == "neutral"%} (Your response should be a number between 0 and 20 tokens.)

{% elif player.your_type == "low"%} (Your response should be a number between 0 and 10 tokens.)

{%else%} (Your response should be a number between 0 and 30 tokens.) {% endif %} {% formfield player.fair_contribute %}


10. From the viewpoint of a neutral uninvolved arbitrator, what is the fair amount of tokens that the other group member should contribute to the project?

{% if player.your_type == "neutral"%} (Your response should be a number between 0 and 20 tokens.)

{% elif player.your_type == "low"%} (Your response should be a number between 0 and 30 tokens.)

{%else%} (Your response should be a number between 0 and 10 tokens.) {% endif %} {% formfield player.other_fair_contribute %}


{% formfield player.econ_exp %}


{% formfield player.feedback %}

{% next_button %} {% endblock %}