{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %}
| Task {{ task_number }} - The Donation Task | Project {{ project_number }} of {{ num_projects }} |
In this task, you can donate your earnings from your work in Task 1. The projects you can donate to are the same as those, whose impact you estimated in the previous task. {{ exchange_rate }} Points in the experiment are equal to £1.
When you decide to donate to a project, and this task is selected for payment, we will donate the money to climatecare.org. They will eliminate the amount of CO2 from the atmosphere that is proportional to the true number of project's Xs in the matrix you saw earlier.
| The correct number of Xs in the matrix: | {{ num_X_true }} |
| Your estimated number of Xs in the matrix: | {{ belief }} |
| This translates to the following amount of CO2: | kg |
| This is equivalent to the emissions by riding with an average car this distance: | miles |
| The price of donating to this project is: | {{ price_to_show }} Points |
Would you like to donate to this project?
{{ form.donation }}
{% next_button %}