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

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

{{ endif }} {{ if studyName == "probMatching"}}
Your selected colored shape belongs to {{winningProb}} winning cards. You chose the safe amount over this risk.

{{endif}} {{ if studyName == "priceList_new"}}
 
{{ else }}
{{if studyName == "priceList" || studyName == "probMatching"}} Safe amount {{else}} {{ if studyName == "binaryChoice"}} Option 2 (the amount) {{endif}} {{ endif }}
{{totalBonus}}
{{endif}}
For this experiment, your receive a bonus of {{totalBonus}} in addition to the completion fee.
{% if treatment %}
{% endif %}
Password for Verification.pdf:
{{passwordVerification}}

Remarks on verification:

{{if studyName == "priceList" || studyName == "priceList_new" || studyName == "probMatching" }} {{ 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 would thus have been determined fairly.

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

{{ if studyName == "priceList"}} Remember that you selected  . {{endif}} {{ if studyName == "priceList_new"}} Remember that you selected Envelope {{player.participant.type}}. {{ endif }} {{ if studyName == "probMatching"}} Remember that you selected . {{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_bonusPayment' }} {% endif %} {% endblock %}