{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% if french == 1 %} Instructions: tâche supplémentaire {% else %} Instructions: Additional Task {% endif %} {% endblock %} {% block content %} {% if french == 1 %}

Nous allons maintenant vous demander de faire un certain nombre de choix entre deux options similaires à celles que les joueurs bleus doivent choisir dans la première partie de l'expérience.

Vous prendrez un total de 4 décisions de ce type. N'oubliez pas que chaque décision pourrait déterminer votre gain.

{% else %}

We will now ask you to make a number of choices between two options similar to those that the blue players have to decide on in the first part of the experiment.

You will make a total of 9 such decisions. Remember that each decision could determine your payoff.

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