{{ extends 'global/Page.html' }} {{ block title }}Lottery recap{{ endblock }} {{ block content }}
Correct:
Lottery A | Lottery B |
🔴 🔴 🔴 ⚪ ⚪ 🔴 = {{ C.PAYOFF_RED_A }}, ⚪ = {{ C.PAYOFF_WHITE_A }} points |
🔴 🔴 🔴 ⚪ ⚪ 🔴 = {{ C.PAYOFF_RED_B }}, ⚪ = {{ C.PAYOFF_WHITE_B }} points |
---|
If the above decision was selected by the computer, you had chosen lottery A, and the computer extracted a white ball, then yes: Your payoff would be {{ C.PAYOFF_WHITE_A|cu }}.
We will now proceed to the actual lottery game, where you must make ten decisions.
{{ formfields }} {{ next_button }} {{ endblock }}