{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% if last_round_flag == False %} Your bonus {% else %} Your bonus is £{{final_payoff}} {% endif %} {% endblock %} {% block content %}
The content of {{user_chosen_decision}}.pdf, which determines your bonus, is as follows:
In Decision {{chosen_round}}, you gave the following instruction to us:
“Please give me Option 2 (the amount) if it is £{{player_choice}} or more and Option 1 (the risk) otherwise.”
{% endif %} {% if computer_choice > player_choice %}Because the amount in Option 2 is £{{computer_choice}} (i.e., larger than £{{player_choice}}), we give you Option 2.
Your bonus is the endowment plus the amount in Option 2:
£{{ base_endowment }} + £{{ endow_payoff }} = £{{final_payoff}}.
{% elif win_tracker == -999 %}Because the amount in Option 2 is £{{computer_choice}} (i.e., smaller than your threshold value of £{{player_choice}}), we give you Option 1.
The following shows the outcome of the risk in Option 1: £{{risky_payoff}}.
Your bonus is the endowment plus the outcome of Option 1:
£{{ base_endowment }} + £{{ risky_payoff}} = £{{final_payoff}}.
{% else %} {% if round_number == 1 or last_round_flag == True %}Because the amount in Option 2 is £{{computer_choice}} (i.e., smaller than your threshold value of £{{player_choice}}), we give you Option 1.
{% endif %} {% if round_number > 1 %}The following shows the outcome of the risk in Option 1:
{% endif %}
Your bonus is the endowment plus the outcome of Option 1:
£{{ base_endowment }} + £{{ risky_payoff}} = £{{final_payoff}}.
{% endif %} {% endif %}To determine the outcome of Option 1, please make a virtual draw from the above urn.
To do so, please enter a number between 1 and 100. (By clicking the "Generate Random" button, you can also have the computer generate a number for you.)
{% elif repetitions > 1 and round_number == 1%}To determine the outcome of Option 1, one or more virtual urn draws are necessary.
To make the first draw, please enter a number between 1 and 100. (By clicking the "Generate Random" button, you can also have the computer generate a number for you.)
{% elif repetitions > 1 and round_number > 1 %}Please make another virtual draw by entering a number between 1 and 100.
{% endif %} {{ formfield_errors "risk_input" }} {{ formfield_errors "risk_input_helper" }}
Remarks on verification
As mentioned, if you downloaded and saved Verification.pdf earlier, you can personally verify that your bonus above was determined fairly, exactly as described during the experiment:
How verification works exactly is explained in Verification.pdf
Because the information in the file would allow future participants to manipulate 1 and 2 above themselves, we release the password only after the experiment is completed (i.e., after all participants have made their decisions). We will send it to you via Prolific. The password also applies to your bonus file. To verify 2 above, you must also save the number(s) that you entered for the virtual draws:
{% if risk_input != 999 %}{{risk_input}}
{% endif %}Verification is most convenient if you print this webpage (pressing ctrl+p works with most browsers) and hold it back-to-back to the verification file and your bonus file.
Thank you for participating in this experiment!
Click here to return to Prolific's completion URL