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

Below are the instructions for Part 3. Please read them carefully:

Instructions:

In Part 3, you will be asked to choose between a lottery and a sure amount of money for 10 different games.

In each game, the lottery has different chances to get two different payments.

In each game, the sure amount will stay the same (=$1.5).

For each game, you need to make a choice between the lottery and the sure amount.

The money amounts are in US$.

Payment:

One of the games will be randomly chosen for payment.

When you finish the whole experiment, the computer will produce a random number to determine which game in this part is for real play. Each game has an equal chance to be chosen.

Finally, your choice in that game and the outcome of the lottery (if necessary) will determine your payment. If you choose the lottery in that game, then the lottery will be played and the outcome of the lottery will be counted towards your final payment. If you choose the sure amount in that question, that sure amount will be counted towards your final payment directly.

Once you are ready, please press the next button to proceed.

{% next_button %} {% endblock %}