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