{% extends "global/Page.html" %} {% load otree static %} {% block title %} {{if studyName == "priceList" || studyName == "probMatching"}} The risk determines your bonus {{ else }} {{ if studyName == "priceList_new"}}
The risk determines your bonus!
{{player.participant.type}}
{{else}} You chose Option 1 (the risk) to determine your bonus {{ endif }} {{ endif }} {% endblock %} {% block content %}
{{if studyName == "priceList"}}
Your selected color   belongs to safe amount {{safeAmount}}. You chose the risk over this safe amount.

{{endif}} {{ if studyName == "probMatching"}}
Your selected colored shape belongs to {{winningProb}} winning cards, which you chose over the safe amount.

{{endif}} {{if studyName == "priceList_new"}}
Option pair in your Envelope {{player.participant.type}}
Risk Safe amount
{{safeAmount}}
For the option pair in your Envelope {{player.participant.type}}, you instructed us to give you the risk.

{{endif}}

{{ if resolutionType == "shell"}}
Please begin the shell game by clicking the button below.
{{ else if resolutionType == "cards"}}
Please begin the card game by clicking the button below.
{{ endif }}

Please select one shell by clicking on it.

Please select one card by clicking on it.
{{ if resolutionType == "shell"}} {{ else if resolutionType == "cards"}} {{endif}}

For this experiment, your receive a bonus of in addition to the completion fee.
{% if treatment %}
{% endif %}
Password for Verification.pdf:
{{passwordVerification}}

Remarks on verification:

{{if studyName == "priceList" || studyName == "probMatching" || studyName == "priceList_new"}} {{ if studyName == "priceList"}}

As mentioned, if you downloaded Verification.pdf earlier, you can personally verify that your bonus above was determined fairly, exactly as described during the experiment. Verification.pdf—which you could download at the beginning of this experiment— contains the following two pictures.

{{ for index, color, amount in colorScheme}}
{{ endfor }}
{{ endif }} {{ if studyName == "priceList_new"}}

As mentioned, if you downloaded Verification.pdf earlier, you can personally verify that your bonus above was determined fairly, exactly as described during the experiment. Verification.pdf contains the following graphics.


{{ for envelopeNumber, envelopeAmount in colorScheme}}
Risk Safe amount
{{envelopeAmount}}
{{envelopeNumber}}
{{ endfor }}



{{endif}} {{ if studyName == "probMatching"}}
{{for row in colorScheme}}
 
{{ for index, color, shape, amount in row}}
{{ endfor }}
{{ endfor }}
{{endif}} {{ else }}

As mentioned, if you downloaded Verification.pdf earlier, you can personally verify that your bonus above was determined fairly, exactly as described during the experiment. Verification.pdf—which you could download before selecting the shell–contains the following picture which shows under which shell the high and the low outcome slips are placed.

{{ endif }}
{{ if studyName == "priceList"}} The first picture shows which safe amount belongs to which color, and the second picture shows under which shell the high and the low outcome slips are placed. We—the experimenters—thus committed to these numbers before you selected the color and the shell. {{endif}} {{ if studyName == "probMatching"}} The first picture shows which number of winning cards belongs to which colored form, and the second picture shows where all cards have been placed after shuffling. We—the experimenters—thus committed to these numbers before you selected the color and the card. {{ endif }} {{ if studyName == "priceList_new"}} Note:
  • The upper graphic shows the option pair belonging to each envelope that you could have selected. As you can see, the option pair in your Envelope {{player.participant.type}} corresponds to the one that determined your bonus. Thus, the option pair was selected fairly.
  • The lower graphic shows under which shell the high and the low outcome slips are placed. The outcome of the risk was thus determined fairly.

Because you could download Verification.pdf before selecting an envelope, before giving instructions, and before lifting a shell, its content cannot depend these actions of yours. {{ endif }} How verification works exactly is explained in Verification.pdf.

Remember that you selected the {{ if studyName == "priceList"}} and  . {{endif}} {{ if studyName == "priceList_new"}} and Envelope {{player.participant.type}}. {{ endif }} {{ if studyName == "probMatching"}} and . {{endif}} {{if studyName == "binaryChoice"}} . {{endif}} Verification is most convenient if you hold this page back-to-back to your Verification.pdf.

Thank you for participating in this experiment!
Return to Prolific
{% if testing %} {{ formfield 'feedback_singleChoiceRisk' }} {% endif %} {% endblock %}