{% extends "global/Page.html" %} {% load otree static %} {% block title %} Result {% endblock %} {% block content %}
Random Number Your payoff
{{ Constants.paying_round}} {{ player.risk_payoff }}

Your decisions were:

Number Option A Your decision Option B
1

10% of $2 and 90% of $1.60

{{ player.risk10 }}

10% of $3.85 and 90% of $0.10

2

20% of $2 and 80% of $1.60

{{ player.risk20 }}

20% of $3.85 and 80% of $0.10

3

30% of $2 and 70% of $1.60

{{ player.risk30 }}

30% of $3.85 and 70% of $0.10

4

40% of $2 and 60% of $1.60

{{ player.risk40 }}

40% of $3.85 and 60% of $0.10

5

50% of $2 and 50% of $1.60

{{ player.risk50 }}

50% of $3.85 and 50% of $0.10

6

60% of $2 and 40% of $1.60

{{ player.risk60 }}

60% of $3.85 and 40% of $0.10

7

70% of $2 and 30% of $1.6

{{ player.risk70 }}

70% of $3.85 and 30% of $0.10

8

80% of $2 and 20% of $1.6

{{ player.risk80 }}

80% of $3.85 and 20% of $0.10

9

90% of $2 and 10% of $1.6

{{ player.risk90 }}

90% of $3.85 and 10% of $0.10

10

100% of $2 and 0% of $1.6

{{ player.risk100 }}

100% of $3.85 and 0% of $0.10

{% next_button %} {% endblock %}