{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} Estimate the Carbon Emissions {% endblock %} {% block content %}

On this page, we ask you to estimate how many kg CO2 can be saved with different behaviours.

In order for you to get a better understanding of what 1 kg CO2 means, we include here the CO2 emissions from two car-rides:

Category CO2 Emissions
1,000 miles with an average car emits 275 kg CO2:
5,000 miles with an average car emits 1,375 kg CO2:

For each item in the following list, please indicate how many kg of CO2 you think could be saved on average annually by this behaviour.

{% for field in form %} {% endfor %}
kg of CO2 Emissions
{{ field.label }}

0 2500

{{ field.errors }}
{% endblock %}