{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %}{% endblock %} {% block content %}

Stage 1

Click here to review the gameplay instructions for this page
{% if block_types_str %} {% if "拉霸" in block_types_str %}
Slot Machine
● Observe the height of the colored blocks and the probability labels below. A taller block represents a higher winning probability.
● The amount on the colored block that ultimately stops in the center of the window will be your reward.
{% endif %} {% if "數字" in block_types_str %}
Drawing a Number
● Observe the number of grids occupied by each color and the probability labels below. More grids represent a higher winning probability.
● If the drawn number falls within the number range indicated on the right, you will receive that prize.
{% endif %} {% if "轉盤" in block_types_str %}
Spinner
● Observe the area size of each sector and the probability labels below. A larger area represents a higher probability.
● The area pointed to by the arrow (▼) at the top indicates your reward.
{% endif %} {% endif %}
You have not finished all questions. Please complete all three choices.

Please choose one lottery ticket.
Please choose one lottery ticket.
{{ form.s1 }}
Please choose one lottery ticket.
Please choose one lottery ticket.
{{ form.s2 }}
Please choose one lottery ticket.
Please choose one lottery ticket.
{{ form.s3 }}
{% endblock %} {% block scripts %} {% endblock %}