{% extends "global/Page.html" %} {% block title %}Part II {% endblock %} {% block content %}
After rolling a ten-sided dice, the number selected was:
Number {{ player.lottery_random }}.
Your payoff is: E$ {{ player.payoff }}.
These were your choices:
{{ '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 }} |