{{ block title }} Result {{ endblock }} {{ block content }}
The stock price on day 240 ends up below 3200 points.
The part that is randomly picked for your payment is
{{if player.point == player.point_part1}}
Part 1.
Hence, you earn {{player.point}} points (200 points = €1)
In total, you earn {{player.payoff}} + €3.5 participation fee = €{{player.Y}}
{{else}} Part 2.
Your answer of the probability judgement that the computer picked for the payment
is {{player.prob_picked}}
which is
{{if player.prob_picked >= player.L}}
greater than or equal to the random number {{player.L}}.
Hence, you earn {{player.point}} points (200 points = €1)
{{else}}
less than the random number {{player.L}}.
The result is that you earn {{player.point}} points (200 points = €1)
{{endif}}
In total, you earn {{player.payoff}} + €3.5 participation fee = €{{player.Y}}
{{endif}} {{ next_button }} {{ endblock }}