{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} {% if french == 0 %} Your Payoff{% else %} Votre Paiement {% endif %} {% endblock %} {% block content %} {% if french == 0 %}

Part II was selected to determine your payoff.

We randomly paired you with an orange player, and selected a scenario for which they made a bonus decision. Below you can see the scenario. In the scenario, the wheel of fortune stopped on a field between {{ stopped_from }} and {{ stopped_to }}. The matched blue player chose option {{ option_chosen }}.

{% if bonus == 1 %} In this scenario, the orange player gave the bonus to the matched blue player.
{% else %} In this scenario, the orange player did not give the bonus to the matched blue player.
{% endif %} Your guess for the selected scenario is: {{guess}}.
{% if prize == 1 %} You won the prize of 1500 cents. {% else %} You did not win the prize of 1500 cents. {% endif %}

The selected Task:
{% for ff, ft, p in fields %} {% endfor %} {% for o, ff in oo_1 %} {% endfor %} {% for o,ff in oo_2 %} {% endfor %}
{% if french == 0 %} Fields {% else %} Champs {% endif %}
{{ ff }} -{{ ft }}
({{ p }}%)

{{ o }}

{{ o }}
{% if treatment == 'OB' %} The wheel of fortune stopped on a field between {{ stopped_from }} and {{ stopped_to }}. In this case, option A yields a payoff of {{outcome_A}} cents and option B yields a payoff of {{outcome_B}} cents.
{% endif %} Do you want to give the reward of {{ C.max_bonus }} cents to the bue player or to a randomly selected participant?
{% if checked_A == 'checked' %}
The blue player chose option A {% if treatment == 'OB' %} and earned you {{outcome_A}} cents{% endif %}.

{{checked_nr}}

{% else %} The blue player chose option B {% if treatment == 'OB' %} and earned you {{outcome_B}} cents{% endif %}.



{% endif %}

{% else %}

La partie II a été sélectionnée pour déterminer votre gain.

Nous avons choisi un scénario au hasard. Ci-dessous, vous pouvez voir le scénario. Dans le scénario, la roue de la fortune s'est arrêtée sur un champ entre {{stopped_from}} et {{stopped_to}}. Le joueur bleu correspondant choisit l'option {{ option_chosen }}.

Votre supposition pour le scénario sélectionné est: {{guess}}/100
{% if prize == 1 %} Vous avez gagné le prix de 1500 centimes. {% else %} Vous n'avez pas gagné le prix de 1500 centimes. {% endif %}

La tâche sélectionnée:
{% for ff, ft, p in fields %} {% endfor %} {% for o, ff in oo_1 %} {% endfor %} {% for o,ff in oo_2 %} {% endfor %}
{% if french == 0 %} Fields {% else %} Champs {% endif %}
{{ ff }} -{{ ft }}
({{ p }}%)

{{ o }}

{{ o }}
{% if treatment == 'OB' %} La roue de la fortune s'est arrêtée sur un champ entre {{stopped_from}} et {{stopped_to}}. Dans ce cas, l'option A rapporte un gain de {{outcome_A}} centimes et l'option B rapporte un gain de {{outcome_B}} centimes.
{% endif %} Voulez-vous donner la récompense de {{ C.max_bonus }} centimes au joueur bleu ou à un participant sélectionné au hasard?
{% if checked_A == 'checked' %}
Le joueur bleu a choisi l'option A {% if treatment == 'OB' %} et vous a fait gagner {{outcome_A}} centimes{% endif %}.



{% else %}
Le joueur bleu a choisi l'option B {% if treatment == 'OB' %} et vous a fait gagner {{outcome_B}} centimes{% endif %}.



{% endif %}
{% endif %} {% next_button %} {% endblock %}