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

There is a total of 3 sections in this part; each section contains 3 choices (so there is a total of 9 choices). The decisions in any choices or sections will not have any impact on other choices or sections.

Presentation of Lotteries and Practice

Lotteries may be presented in different formats. The presentation of each lottery is explained below.

You may try the lotteries of each format by pressing the "play" button.

1. Slot Machine

This format of lotteries presents probabilities using "stacked colored blocks."

How to interpret winning probabilities: Please refer to the height of the colored blocks and the probability labels below. A taller colored block represents a higher winning probability for that specific amount.
Game Rules: If the choice of this format is selected, the chosen slot machine will spin once. The amount on the colored block that ultimately stops in the center of the window will be your reward.
2. Drawing a Number

This format of lotteries represents randomly drawing a number from "1 to 100."

How to interpret winning probabilities: Please refer to the number of grids occupied by each color and the probability labels below. More grids of a certain color represent a higher winning probability.
Game Rules: If the choice of this format is selected, the computer will randomly draw a number (1-100) with an even probability. If the drawn number falls in the number range corresponding to a specific prize (on the right side of your chosen chart), you will receive that prize.
3. Spinner

This format of lotteries presents probabilities using a "circular spinner."

How to interpret winning probabilities: Please refer to the area size of each sector and the probability labels below. A larger area for a specific color represents a higher winning probability.
Game Rules: If the choice of this format is selected, the chosen spinner will spin once. After the spinner stops, the colored area pointed to by the arrow (▼) at the top indicates your prize.
Comprehension Test

Please carefully answer the following questions:

1. {{ form.quiz_num_prob.label }}

{{ form.quiz_num_prob }}
{{ formfield_errors 'quiz_num_prob' }}

2. {{ form.quiz_wheel_prob.label }}

{{ form.quiz_wheel_prob }}
{{ formfield_errors 'quiz_wheel_prob' }}

3. {{ form.quiz_slot_prob.label }}

{{ form.quiz_slot_prob }}
{{ formfield_errors 'quiz_slot_prob' }}

4. Are the following statements regarding this part correct?

Please select Yes or No for each statement.

4-1.

{% formfield player.payrule_q1 %}

4-2.

{% formfield player.payrule_q2 %}

4-3.

{% formfield player.payrule_q3 %}

If you have fully understood the above instructions and completed the practice sessions, please click the button below to begin this part.

{% endblock %} {% block scripts %} {% endblock %}