{% extends "global/Page.html" %} {% block title %} Example (Part II) {% endblock %} {% block content %}

After rolling a ten-sided dice, the number selected was:
Number {{ player.lottery_random }}.


Your hypothetical payoff is: E$ {{ player.payoff }}.

{% next_button %}









These were your choices:

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