{% extends "global/Page.html" %} {% load otree static %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {% block title %} Survey {% endblock %} {# ****************************************************************************************************************** #} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}

{% if french == 1 %} Pour terminer l'expérience, nous vous prions de bien vouloir répondre à une courte enquête.

Vos réponses à l'enquête seront anonymes et sécurisées. La qualité des informations recueillies par cette enquête étant importante pour notre étude scientifique, veuillez lire attentivement les questions et y répondre le plus précisément possible.

Après avoir répondu à l'enquête, vous recevrez vos informations de paiement. Veuillez cliquer sur le bouton "Suivant" pour commencer. {% else %} To complete the experiment, we kindly ask you to answer a short survey.

Your survey responses will be anonymous and secure. Since the quality of information collected through this survey is important for our scientific study, please read the questions carefully and answer them to the best of your ability.

After completing the survey, you will receive your payment information. Please click the "Next" button to start. {% endif %}

{% next_button %} {% endblock %}