{% extends "global/Page.html" %} {% load otree static %} {% block title %} Lotteries {% endblock %} {% block content %}
In this task you make 10 choices over pairs of "lotteries". Each pair of lotteries is labeled lottery A and lottery B. Each lottery describes two different possible dollar amounts that you could earn with an equal (50%) probability.
For each pair of lotteries, you must choose whether you prefer lottery A or lottery B for possible payment. You may choose lottery A for some choices and lottery B for other choices and you may change your decisions or make them in any order that you want. Once you have made a lottery choice for all 10 pairs and clicked the Next button, the computer program will randomly select one of the 10 lottery pairs and implement your choice for that pair. It will then randomly determine whether you got the lower amount or the higher amount for that lottery, each with a 50% chance.
{% formfields %} {% next_button %} {% endblock %} {% block app_styles %} {% endblock %}