{% 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 }}.
These were your choices:
{{ 'Row #' }} | {{ 'Lottery A' }} | {{ 'Lottery B' }} |
---|---|---|
{{ '1' }} | {{ L1 }} | {{ R1 }} |
{{ '2' }} | {{ L2 }} | {{ R2 }} |