{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} {% if french == 1 %} Scénario {{ player.round_number }}/{{ bonus_num_rounds }} {% else %} Scenario {{ player.round_number }}/{{ bonus_num_rounds }} {% endif %} {% endblock %} {% block content %} {% if french == 1 %}

Le joueur bleu apparié devait choisir entre l'option A et l'option B comme indiqué ci-dessous.

{% else %}

The blue player had to choose between Option A and Option B shown below.

{% endif %} {% 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 }}%)
Option A {{ o }}
Option B {{ o }}
{% if french == 0 %} {% 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?

The blue player chose option A {% if treatment == 'OB' %} and earned you {{outcome_A}} cents{% endif %}.


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


{{ formfield_errors n_b }}

{# French #} {# French #} {# French #} {% else %} {% 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?

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


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


{{ formfield_errors n_b }}

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