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

The choice task below was randomly selected to determine your payment from the experiment.

{% else %}

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

La tâche ci-dessous a été sélectionnée au hasard pour déterminer votre paiement à partir de l'expérience.

{% endif %} {% if task_type == 'FOSD' %} {% if french == 0 %}

You chose option {{ option_chosen }}. The wheel of fortune stopped on field {{ field_stopped }}.
You earned an additional payoff of {{ outcome_yielded }} cents.

The selected Task {% else %}

Vous avez choisi l'option {{ option_chosen }}. La roue de la fortune s'est arrêtée sur le champ {{ field_stopped }}. Vous avez donc gagné un gain supplémentaire de {{ outcome_yielded }} centimes.

La tâche sélectionnée {% 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 }}%)

{{ o }}

{{ o }}
{% else %} {% if french == 0 %} Option B yielded a payoff of {{payoff_b}}
You chose option {{ option_chosen }} and received an additional payoff of {{ payoff_hl }}. {% else %}

Vous avez choisi l'option {{ option_chosen }} et avez reçu un gain supplémentaire de {{ payoff_hl }}.

{% endif %} La tâche sélectionnée:
Option A Option B


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