{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Gamble Choice {% endblock %} {% block content %}
In this task, please choose one of the following gambles. Each gamble has two possible outcomes HEADS or TAILS that occur with 50% probability. Your compensation for this part of the study will be determined by:
For example, if you select Gamble 4 and HEADS occurs, you will receive {{ C.choice_4_high }} points. If TAILS occurs, you will receive {{ C.choice_4_low }} point.
At the end of the study, the computer will flip a virtual coin to determine which event will occur. If the coin comes up with HEADS, then you will get the points in that column. If the coin shows TAILS, you will get the outcome in that column.
The five different gambles are listed below. Select one gamble using the input box at the bottom of the screen.
GAMBLE | HEADS | TAILS |
---|---|---|
Gamble 1 | {{ C.choice_1_high }} Points | {{ C.choice_1_low }} Points |
Gamble 2 | {{ C.choice_2_high }} Points | {{ C.choice_2_low }} Points |
Gamble 3 | {{ C.choice_3_high }} Points | {{ C.choice_3_low }} Points |
Gamble 4 | {{ C.choice_4_high }} Points | {{ C.choice_4_low }} Point |
Gamble 5 | {{ C.choice_5_high }} Points | {{ C.choice_5_low }} Point |