{% 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.
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 %} |
{% if french == 0 %} Fields {% else %} Champs {% endif %} {{ ff }} -{{ ft }} ({{ p }}%) |
{% endfor %}
|
|
{% for o, ff in oo_1 %}
{{ o }} | {% endfor %}
|
|
{% for o,ff in oo_2 %}
{{ o }} | {% endfor %}
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 |
|
|
|