{% extends "global/Page.html" %} {% load staticfiles otree %} {% block content %}

Please select option A or B. One of the rows will be randomly selected to determine your earnings for this game.

Number Option A Decision Option B
1

10% of $2 and 90% of $1.60

{% formfield player.risk10 label=""%}

10% of $3.85 and 90% of $0.10

2

20% of $2 and 80% of $1.60

{% formfield player.risk20 label=""%}

20% of $3.85 and 80% of $0.10

3

30% of $2 and 70% of $1.60

{% formfield player.risk30 label=""%}

30% of $3.85 and 70% of $0.10

4

40% of $2 and 60% of $1.60

{% formfield player.risk40 label=""%}

40% of $3.85 and 60% of $0.10

5

50% of $2 and 50% of $1.60

{% formfield player.risk50 label=""%}

50% of $3.85 and 50% of $0.10

6

60% of $2 and 40% of $1.60

{% formfield player.risk60 label=""%}

60% of $3.85 and 40% of $0.10

7

70% of $2 and 30% of $1.6

{% formfield player.risk70 label=""%}

70% of $3.85 and 30% of $0.10

8

80% of $2 and 20% of $1.6

{% formfield player.risk80 label=""%}

80% of $3.85 and 20% of $0.10

9

90% of $2 and 10% of $1.6

{% formfield player.risk90 label=""%}

90% of $3.85 and 10% of $0.10

10

100% of $2 and 0% of $1.6

{% formfield player.risk100 label=""%}

100% of $3.85 and 0% of $0.10

{% next_button %} {% endblock %}