{% extends "global/Page.html" %} {% block style %} {% endblock %} {% block title %} Practice Round {% 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 550 points. However, if the dice number is anything from 2 to 10, your payment will be, instead, 450 points. Alternatively, if you choose Lottery B in row #1, your payment will be 750 points if the dice number is 1, and 250 if the number is anything between 2 and 10.

{{ 'Row #' }} {{ 'Lottery A' }} {{ 'Lottery B' }}
{{ '1' }} {{ L1 }} {{ R1 }}
{{ '2' }} {{ L2 }} {{ R2 }}
{% endblock %} {% block script %} {% endblock %}