{% extends "global/Page.html" %} {% load otree static %} {% block title %} How to make your choices {% endblock %} {% block content %}

Below is an example of your decision screen. The left panel shows the outcomes of the risk ({{highPayoff}} and {{lowPayoff}} in the example) together with the card deck. The right panel shows the safe amount ({{fixedAmount}} in the example).

For each possible number of winning cards you choose whether the risk or the safe amount determines your bonus. To do so, you must enter the lowest number of winning cards for which you choose the risk over the safe amount into the field below the panel. You then choose the risk if it has at least the number of winning cards you entered (and the safe amount otherwise).

In the example, you will certainly choose the risk if all cards are winning cards (because you would then certainly get {{highPayoff}} rather than {{fixedAmount}}). Likewise, you will choose the safe amount if there are zero winning cards. But what about values in between?


Exemplary choices

Please choose whether the risk or the safe amount shall determine your bonus.

Risk Safe amount
{{fixedAmount}}
Your choices: I choose the risk if or more cards are winning cards. Otherwise, I choose the safe amount.

Please note that you can only enter positive numbers between 0 and 101.
You choose the risk if at least cards are winning cards. Otherwise, you choose the safe amount. Thus, you effectively always choose the safe amount. Thus, you effectively always choose the risk.
{% if testing %} {{ formfield 'feedback_option2' }} {% endif %} {% endblock %}