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

You must select one and only one of these gambles. To select a gamble, please type the gamble choice that you prefer into the box. Select only one.

When you are ready please enter the gamble option (1, 2, 3, 4, 5, or 6) that you prefer. Remember, there are no right or wrong answers; you should just select the option that you like the best.

{% formfield player.gamble_choice label="Value"%}
{{Constants.gamble_choices.1.0|floatformat:2}}
{{Constants.gamble_choices.1.1|floatformat:2}}

Gamble Choice 1

{{Constants.gamble_choices.2.0|floatformat:2}}
{{Constants.gamble_choices.2.1|floatformat:2}}

Gamble Choice 2

{{Constants.gamble_choices.6.0|floatformat:2}}
{{Constants.gamble_choices.6.1|floatformat:2}}

Gamble Choice 6

{{Constants.gamble_choices.3.0|floatformat:2}}
{{Constants.gamble_choices.3.1|floatformat:2}}

Gamble Choice 3

{{Constants.gamble_choices.5.0|floatformat:2}}
{{Constants.gamble_choices.5.1|floatformat:2}}

Gamble Choice 5

{{Constants.gamble_choices.4.0|floatformat:2}}
{{Constants.gamble_choices.4.1|floatformat:2}}

Gamble Choice 4


{% next_button %} {% endblock %}