{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} {% if french == 1 %} Tâche {{ task_num }}/9 {% if rep_num == 2 %} - second choix {% endif %} {% else %} Task {{ task_num }}/9 {% if rep_num == 2 %} - second choice {% endif %} {% endif %} {% endblock %} {% block content %} {% if french == 1 %}
Quelle option choisissez-vous ? Rappelez-vous que les joueurs oranges décident s'ils vous donnent la récompense de 1000 centimes ou si elle est donnée à un joueur bleu choisi au hasard. Avant de faire ce choix, ils sont informés de ce qui suit.
Which option do you choose? Remember that the orange players decide whether to give a reward of
1000 cents to you or a randomly chosen blue player. Before they make this decision, they are informed about the following:
| {% for ff, ft, p, c 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 %}