{% extends "global/Page.html" %} {% load otree %} {% block title %} Questionnaire (1/3) {% 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) Do you buy organic and / or ecological products? {% formfield player.q_1 %}


2) For each of the following criteria, please indicate if it can influence your choice to buy a product:
a. The price can influence your choices of products to buy
Strongly disagree {% formfield player.q_2_a %} Strongly agree
b. The origin can influence your choices of products to buy
Strongly disagree {% formfield player.q_2_b %} Strongly agree
c. The quality can influence your choices of products to buy
Strongly disagree {% formfield player.q_2_c %} Strongly agree
d. The taste (if it is a food product) can influence your choices of products to buy
Strongly disagree {% formfield player.q_22 %} Strongly agree
e. Label influence:
          * The organic label can influence your choices of products to buy
* 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_a %} Strongly agree
          * The ecological label can influence your choices of products to buy
* 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_e_b %} Strongly agree
          * The equitable trade label can influence your choices of products to buy
* 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_e_c %} Strongly agree

          * Other label can influence your choices of products to buy (if yes, to indicate) {% formfield player.q_2_h %}

3) Do you shop online ? {% formfield player.q_3 %}

4) Do you shop clothes online? {% formfield player.q_4 %}

5) Do you agree that it is less environmentally friendly to shop online rather than in-store?
Strongly disagree {% formfield player.q_5 %} Strongly agree

6) 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 %}

7) Do you sort your household waste? {% formfield player.q_7 %}

8) Do you use a compost bin? {% formfield player.q_8 %}

9) Do you collect and recycle used paper? {% formfield player.q_9 %}

10) Do you reuse your shopping bags? {% formfield player.q_10 %}

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

{% next_button %}

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