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

You will now go through 7 tables of Case 1. You are the sole payoff recipient of Option A and B.

  • 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, 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 %}