{% 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).

SECOND RANDOM SELECTION

  • 1) Table number {{ participant.vars.random_round_2 }} of Case {% if participant.vars.paiement_treatment_2 == "ASPS" %} 1 {% elif participant.vars.paiement_treatment_2 == "ACPC" %} 2 {% elif participant.vars.paiement_treatment_2 == "ACPS" %} 3 {% elif participant.vars.paiement_treatment_2 == "ASPC" %} 4 {% endif %} was randomly drawn.
  • 2) Line {{ participant.vars.random_row_2 }} of this table was randomly drawn.
  • {% if participant.vars.paiement_treatment_2 == "ASPS" %} In this line, Option A was: "A green ball gives £{{ participant.vars.x1_self_selected_2|floatformat:2 }} to you and a red ball gives you £0,00".
    Option B was: "£{{ participant.vars.c_self_selected_2|floatformat:2 }} to you". {% elif participant.vars.paiement_treatment_2 == "ACPS" %} In this line, Option A was: "A green ball gives £{{ participant.vars.x1_self_selected_2|floatformat:2 }} to you and a red ball gives £0,00 to you".
    Option B was: "£{{ participant.vars.c_charity_selected_2|floatformat:2 }} to your chosen charity". {% elif participant.vars.paiement_treatment_2 == "ASPC" %} In this line, Option A was: "A green ball gives £{{ participant.vars.x1_charity_selected_2|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_2|floatformat:2 }} to you". {% elif participant.vars.paiement_treatment_2 == "ACPC" %} In this line, Option A was: "A green ball gives £{{ participant.vars.x1_charity_selected_2|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_2|floatformat:2 }} to your chosen charity". {% endif %}
  • You chose Option {{ participant.vars.choice_selected_2 }}.
  • {% if participant.vars.choice_selected_2 == "A" %} We randomly drew a ball from the associated urn. A {{ participant.vars.color_bouboule_2 }} ball was drawn. {% endif %} The outcome of the first random selection is: {% if participant.vars.paiement_self_exley_2 is not None %} you gained £{{ participant.vars.paiement_self_exley_2|floatformat:2 }}. {% elif participant.vars.paiement_charity_exley_2 is not None %} the chosen charity ({{participant.vars.association_choice}}) gained £{{ participant.vars.paiement_charity_exley_2|floatformat:2 }}. {% endif %}
{% endblock %}