{{ block title }} Part 2 {{ endblock }} {{ block content }}

#1 The computer has drawn a {{if player.color1 == 'b'}} blue ball from the urn. {{else}} red ball from the urn. {{endif}}


Please report a probability that the stock price on day 240 will be {{if player.buy_sell == 0}} lower than 3200 points {{else}} higher than 3200 points. {{endif}}


  Probability (%) {{if player.buy_sell == 1}}
{{formfield_errors 'prob1'}}

%

{{else}}

%


{{formfield_errors 'prob1'}}
{{endif}}
Your answers and historical ball's colors

Part 1 {{if player.buy_sell == 1}}
You bought the stock.
{{else}}
You short sold the stock.
{{endif}}

Part 2 Before receiving information After receiving information
1 2 3 4 5
Color of the ball - {{if player.color1 == 'b'}} {{else}} {{endif}}
Price on day 240 >3200 points {{player.prob_high0}}
Price on day 240 <3200 points {{player.prob_low0}}

{{ next_button }}

{{ endblock }}