{% extends "global/Page.html" %} {% load otree %} {% block title %} Questionnaire {% endblock %} {% block content %}
The answers to the following questions will not be taken into account when calculating your winnings. However, we ask that you answer as honestly as possible. As a reminder, all your answers will be treated anonymously, and no one will have access to your answers.

1) What percentage of organic and/or ecological products do you usually buy? {% formfield player.q_1 %}


2) For each of the following criteria, please indicate if it can influence your choice to buy a product: > >
a. price
Strongly disagree {% formfield player.q_2_a %} Strongly agree
b. origin
Strongly disagree {% formfield player.q_2_b %} Strongly agree
c. quality and/or taste
Strongly disagree {% formfield player.q_2_c %} Strongly agree
d. A label
          * organic label
An organic product is a product from organic farming (it is an agricultural production method that excludes the use of most synthetic chemicals, toxic products, etc.). There is a label (AB) in France that authenticates products from this method of agriculture.
        Strongly disagree {% formfield player.q_2_e %} Strongly agree
          * ecological label
An ecological product is a product that will be thought out, designed, packaged, distributed, recycled in such a way as to minimize the impact on the environment. It must comply with many rules related to these steps during specifications drawn up by an organization such as ECOLABEL or ECOCERT. An ecological product must be designed with maximum respect for the environment (respect linked to the use of raw materials and machines during manufacture). The life cycle of the product as well as its recycling are also important points to consider.
        Strongly disagree {% formfield player.q_2_f %} Strongly agree
          * equitable trade label
Equitable trade is a commercial and international partnership, based on concrete principles and launched almost 20 years ago. Its objective is to be able to guarantee a better balance between producers and resellers, by ensuring better working conditions and better remuneration for small producers.
        Strongly disagree {% formfield player.q_2_g %} Strongly agree
          * other label
(if yes, to indicate)
{% formfield player.q_2_h %}

3) Do you shop online (including clothes shopping)? {% formfield player.q_3 %}

4) Do you think it is less environmentally friendly to shop online rather than in shop?
Strongly disagree {% formfield player.q_4 %} Strongly agree

5) Do you bring your own cup of coffee (tea) to school/work (instead of using the cups from the coffee machine)? {% formfield player.q_6 %}

6) Do you sort your household waste? {% formfield player.q_8 %}

7) Do you use a compost bin? {% formfield player.q_9 %}

8) Do you collect and recycle used paper? {% formfield player.q_10 %}

9) Do you reuse your shopping bags? {% formfield player.q_11 %}

10) Do you return used batteries to appropriate recycling points? {% formfield player.q_12 %}

{% next_button %}

{% endblock %} {% block scripts %} {% endblock %}