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

In this final part, two decisions from two distinct tables will be randomly selected by a computer program. The outcomes of these decisions will generate either additional money for you or money for your chosen charity. Please note that the payments for yourself and the charity will take place shortly after the end of your participation (around a couple of days).

FIRST RANDOM SELECTION

  • 1) Table number {{ participant.vars.random_round }} of Case {% if participant.vars.paiement_treatment == "ASPS" %} 1 {% elif participant.vars.paiement_treatment == "ACPC" %} 2 {% elif participant.vars.paiement_treatment == "ACPS" %} 3 {% elif participant.vars.paiement_treatment == "ASPC" %} 4 {% endif %} was randomly drawn.
  • 2) Line {{ participant.vars.random_row }} of this table was randomly drawn.
  • {% if participant.vars.paiement_treatment == "ASPS" %} In this line, Option A was: "A green ball gives £{{ participant.vars.x1_self_selected|floatformat:2 }} to you and a red ball gives you £0,00".
    Option B was: "£{{ participant.vars.c_self_selected|floatformat:2 }} to you". {% elif participant.vars.paiement_treatment == "ACPS" %} In this line, Option A was: "A green ball gives £{{ participant.vars.x1_self_selected|floatformat:2 }} to you and a red ball gives £0,00 to you".
    Option B was: "£{{ participant.vars.c_charity_selected|floatformat:2 }} to your chosen charity". {% elif participant.vars.paiement_treatment == "ASPC" %} In this line, Option A was: "A green ball gives £{{ participant.vars.x1_charity_selected|floatformat:2 }} to your chosen charity and a red ball gives £0,00 to your chosen charity".
    Option B was: "£{{ participant.vars.c_self_selected|floatformat:2 }} to you". {% elif participant.vars.paiement_treatment == "ACPC" %} In this line, Option A was: "A green ball gives £{{ participant.vars.x1_charity_selected|floatformat:2 }} to your chosen charity and a red ball gives £0,00 to your chosen charity".
    Option B was "£{{ participant.vars.c_charity_selected|floatformat:2 }} to your chosen charity". {% endif %}
  • You chose Option {{ participant.vars.choice_selected }}.
  • {% if participant.vars.choice_selected == "A" %} We randomly drew a ball from the associated urn. A {{ participant.vars.color_bouboule }} ball was drawn. {% endif %} The outcome of the first random selection is: {% if participant.vars.paiement_self_exley is not None %} you gained £{{ participant.vars.paiement_self_exley|floatformat:2 }}. {% elif participant.vars.paiement_charity_exley is not None %} the chosen charity ({{participant.vars.association_choice}}) gained £{{ participant.vars.paiement_charity_exley|floatformat:2 }}. {% endif %}
Click on the “Next” button to proceed to the next random selection.
{% endblock %}