{% extends "global/Page.html" %} {% load otree %} {% block title %}Questionnaire 13{% endblock title %} {% block content %} {% formfield player.investor_experience %} {% formfield player.investor_comfort %} {% formfield player.gambling_frequency %}

How do you see yourself: are you generally a person who is fully prepared to take risks or do you try to avoid taking risks? Please tick a box on the scale, where the value 0 means: 'not at all willing to take risks' and the value 10 means: 'very willing to take risks'.

{% formfield player.risky %} {% formfield player.gender %} {% formfield player.gender_other %} {% formfield player.age %} {% formfield player.income %} Please indicate the degree to which you agree with the following statement: {% formfield player.clarity %} Do you have any comments regarding intructions, screen layout, etc.? {% formfield player.instructions_comments %} {% next_button %} {% endblock %}