{% extends "global/Page.html" %} {% block style %} {% endblock %} {% block title %} Part II {% endblock %} {% block content %}
For each of the rows below, please click on the lottery you prefer (A or B).
You will only be able to go to the next page once a lottery has been clicked for each row.
On the next page, one of your choices will be randomly picked and played.
Example of how to read the lotteries: In row #1, if you choose Lottery A, and the dice number is 1, your payment will be 600 points. However, if the dice number is anything from 2 to 10, your payment will be, instead, 400 points. Alternatively, if you choose Lottery B in row #1, your payment will be 800 points if the dice number is 1, and 200 if the number is anything between 2 and 10.
| {{ 'Row #' }} | {{ 'Lottery A' }} | {{ 'Lottery B' }} |
|---|---|---|
| {{ '1' }} | {{ L1 }} | {{ R1 }} |
| {{ '2' }} | {{ L2 }} | {{ R2 }} |
| {{ '3' }} | {{ L3 }} | {{ R3 }} |
| {{ '4' }} | {{ L4 }} | {{ R4 }} |
| {{ '5' }} | {{ L5 }} | {{ R5 }} |
| {{ '6' }} | {{ L6 }} | {{ R6 }} |
| {{ '7' }} | {{ L7 }} | {{ R7 }} |
| {{ '8' }} | {{ L8 }} | {{ R8 }} |
| {{ '9' }} | {{ L9 }} | {{ R9 }} |