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

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

Your payoff is: {{ player.payoff }}

{% next_button %}


Your choices were:

{{ '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 }}


History Table:

Round Payoff (points)
Part 1 Round 1 {{ participant.Points_1 }}
Part 1 Round 2 {{ participant.Points_2 }}
Part 1 Round 3 {{ participant.Points_3 }}
Part 2 {{ player.payoff }}
{% endblock %} {% block style %} {% endblock %} {% block script %} {% endblock %}