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

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