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

Activity Reminder :
In the activity with open boxes and the shark, risk tolerance is measured by the number of open boxes.

How many boxes do you think probationary officers opened on average?
(Click on the axis below to position and move the cursor)

{{ min_label }}
{% formfield player.avg_open %}
{{ max_label }}

How many boxes do you think women opened, on average? Men?

Women:
{{ min_label }}
{% formfield player.avg_open_girls %}
{{ max_label }}
Men:
{{ min_label }}
{% formfield player.avg_open_boys %}
{{ max_label }}

Now, if you could choose an ideal level of risk tolerance, how many boxes do you think probationary officers should open?
There is no right or wrong answer to this question.
We are only interested in your opinion.

All the probationary officers:
{{ min_label }}
{% formfield player.should_open %}
{{ max_label }}
Women:
{{ min_label }}
{% formfield player.should_open_girls %}
{{ max_label }}
Men:
{{ min_label }}
{% formfield player.should_open_boys %}
{{ max_label }}

{% next_button %}
{% endblock %}