{{ block title }} Part 2 {{ endblock }} {{ block content }}
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'}} ![]() ![]() |
{{if player.color2 == 'b'}} ![]() ![]() |
|||
Price on day 240 >3200 points | {{player.prob_high0}} | {{player.prob_high1}} | ||||
Price on day 240 <3200 points | {{player.prob_low0}} | {{player.prob_low1}} |
{{ next_button }}