{% extends "global/Page.html" %} {% load otree static %} {% block title %} Questionnaire (Page 4 of 4) {% endblock %} {% block content %}
Below is a table with 11 hypothetical decisions listed. Each decision is a choice between two sets of uncertain monetary outcomes: “Option A” and “Option B.” You will make 11 choices by picking Option A or Option B for each of the 11 decision rows.
Assume a ten-sided die will be thrown, with each side having equal likelihood of being rolled. For example, in the second decision row below, if you picked Option A, you would receive $40 if the die rolled a 1 and $32 if the die rolled 2-10. If you picked Option B, you would receive $77 if the die rolled a 1 and $2 if the die rolled 2-10.
PLEASE NOTE: this is separate from the task you just performed and its associated payment. There are no actual payments associated with this exercise. But please make your decisions as if payment incentives were involved.
Please review the table and make a choice of Option A or Option B for each decision row.
| Option A | Option B | Which would you prefer? |
|---|---|---|
| 0% chance of $40, 100% chance of $32 | 0% chance of $77, 100% chance of $2 | {% formfield player.ra1 %} |
| 10% chance of $40, 90% chance of $32 | 10% chance of $77, 90% chance of $2 | {% formfield player.ra2 %} |
| 20% chance of $40, 80% chance of $32 | 20% chance of $77, 80% chance of $2 | {% formfield player.ra3 %} |
| 30% chance of $40, 70% chance of $32 | 30% chance of $77, 70% chance of $2 | {% formfield player.ra4 %} |
| 40% chance of $40, 60% chance of $32 | 40% chance of $77, 60% chance of $2 | {% formfield player.ra5 %} |
| 50% chance of $40, 50% chance of $32 | 50% chance of $77, 50% chance of $2 | {% formfield player.ra6 %} |
| 60% chance of $40, 40% chance of $32 | 60% chance of $77, 40% chance of $2 | {% formfield player.ra7 %} |
| 70% chance of $40, 30% chance of $32 | 70% chance of $77, 30% chance of $2 | {% formfield player.ra8 %} |
| 80% chance of $40, 20% chance of $32 | 80% chance of $77, 20% chance of $2 | {% formfield player.ra9 %} |
| 90% chance of $40, 10% chance of $32 | 90% chance of $77, 10% chance of $2 | {% formfield player.ra10 %} |
| 100% chance of $40, 0% chance of $32 | 100% chance of $77, 0% chance of $2 | {% formfield player.ra11 %} |