{% extends "global/Page.html" %} {% load otree static %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {% block title %}
CASE 4 - REAL PAYOFF
{% endblock %} {% block content %}

You will now go through 7 tables of Case 4. The charity is the payoff recipient of Option A and you of Option B. The outcome of the charity is uncertain and depends on the proportion of green and red balls displayed at the top of the table. Your outcomes are certain.

  • In Option A, the charity receives £{{player.x1_norm_after_correction|floatformat:2}} with some probability and zero otherwise (you receive nothing either way). The probability to receive £{{player.x1_norm_after_correction|floatformat:2}} is displayed as the proportion of green balls in the urn above the table (you can reveal the urn's composition by placing the cursor over the mask).
  • In Option B, you receive a certain amount of money with certainty (the charity receives nothing), the amount increases gradually from £0,00 to £{{player.x1_me|floatformat:2}} along the rows.

For each row, please select the corresponding button of the option you prefer the most. Most people start by choosing Option A, then switch to Option B at some point. One way to complete the table is to determine the line from which you start to prefer Option B more than Option A. Please fill in the table accordingly.

{% endblock %}