{{ extends 'global/Page.html' }} {{ block title }}Risk Lottery{{ endblock }} {{ block content }}

In this section, you will make a series of decisions between two options: a guaranteed payoff and a lottery with a potential higher reward but also a chance of earning nothing. At the end of the study, one of your choices from this section will be randomly selected to determine your payment for this task. Please consider each decision carefully and choose the option that best reflects your preferences.

{% for decision in decisions %} {% endfor %}
Decision Option A Option B
{{ decision.index }}
${{ decision.lottery_a_hi }} with probability {{ decision.prob_fraction }}, ${{ decision.lottery_a_lo }} otherwise
${{ decision.lottery_b_hi }} with probability {{ decision.prob_fraction }}, ${{ decision.lottery_b_lo }} otherwise
{{ endblock }}