{% extends "global/Page.html" %} {% load otree %} {% block title %} {% if french == 1 %} Enquête ({{ page_number }}/{{ num_pages }}) {% else %} Survey ({{ page_number }}/{{ num_pages }}) {% endif %} {% endblock %} {% block content %} {% if french == 1 %} Si Jean peut boire un bidon d'eau en 6 jours, et Marie peut boire un bidon d'eau en 12 jours, combien de jours leur faudrait-il pour boire un bidon d'eau ensemble ? {% formfield 'Crt_barrel' %}
Jerry a reçu à la fois la 15e note la plus élevée et la 15e note la plus basse de la classe. Combien d'élèves sont dans la classe? {% formfield 'Crt_student' %}
Un homme achète un cochon 60 $, le revend 70 $, le rachète 80 $ et le revend finalement 90 $. Combien a-t-il gagné (en $)? {% formfield 'Crt_pig' %}
Simon a décidé d'investir 8 000 $ en bourse un jour au début de 2008. Six mois après avoir investi, le 17 juillet, les actions qu'il avait achetées étaient en baisse de 50 %. Heureusement pour Simon, du 17 juillet au 17 octobre, les actions qu'il avait achetées ont augmenté de 75 %. À ce stade, Simon...
{% formfield 'Crt_simon' %}
Avez-vous déjà vu ou répondu aux questions précédentes dans un autre contexte que celui de la présente expérience?
{{ formfield_errors 'Know2' }} {% formfield 'Know2' %} {% else %} If John can drink one barrel of water in 6 days, and Mary can drink one barrel of water in 12 days, how many days would it take them to drink one barrel of water together? {% formfield 'Crt_barrel' %}
Jerry received both the 15th highest and the 15th lowest mark in the class. How many students are in the class? {% formfield 'Crt_student' %}
A man buys a pig for $60, sells it for $70, buys it back for $80, and sells it finally for $90. How much has he made (in $)? {% formfield 'Crt_pig' %}
Simon decided to invest $8,000 in the stock market one day early in 2008. Six months after he invested, on July 17, the stocks he had purchased were down 50%. Fortunately for Simon, from July 17 to October 17, the stocks he had purchased went up 75%. At this point, Simon...
{{ formfield_errors 'Crt_simon' }}


Have you ever seen or answered the previous set of questions?
{{ formfield_errors 'Know2' }}
{% endif %}
{% next_button %} {% endblock %}