{% extends "global/Page.html" %} {% block style %} {% endblock %} {% block title %} Part II (1/3) {% 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 E$ 600. However, if the dice number is anything from 2 to 10, your payment will be, instead E$ 400.

{{ '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 }}
{{ '10' }} {{ L10 }} {{ R10 }}
{% endblock %} {% block script %} {% endblock %}