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

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

  • In Option A, you receive £{{player.x1_me|floatformat:2}} with some probability and zero otherwise (the charity receives nothing either way). The probability to receive £{{player.x1_me|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, the charity receives a certain amount of money with certainty (you receive nothing), the amount increases gradually from £0,00 to £{{player.x1_norm_after_correction|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 %}