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

Information #1: The ball is {{if player.color1 == 'b'}} {{else}} {{endif}}


Please indicate a probability that the stock price on day 240 will be {{if player.buy_sell == 0}} lower than 100 points {{else}} higher than 100 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
Ball's color - {{if player.color1 == 'b'}} {{else}} {{endif}}
Price on day 240 >100 points {{player.prob_high0}}
Price on day 240 <100 points {{player.prob_low0}}

{{ next_button }}

{{ endblock }}