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

Are you generally a person who enjoys taking risks or do you try to avoid taking risks?

(0 = "I avoid taking risks"; 10 = "I enjoy taking risks")

{% formfield player.risk %}

When you make an investment, do you think about the amount you could earn on average, or do you worry about how much you might lose?

(0 = "Focus on average earnings"; 10 = "Focus on potential loss")

{% formfield player.loss_aversion %}

Do you generall donate a lot of time or money to help others, or do you focus primarily on taking care of yourself and your family?

(0 = "Donate a lot to others"; 10 = "Focus on self and family")

{% formfield player.altruism %} {% next_button %} {% endblock %}