{% extends "global/Page.html" %} {% load otree static %} {% block title %} Welcome {% endblock %} {% block content %}

Your following task is to solve the given math calculations. For every right answer you will earn {{ Constants.reward }}. After every calculation you will get the chance to either keep or donate a part or your entire money for the environmental non profit organization "Oro Verde" that plants trees in South America. For 1€ you can plant one tree. As an initial bonus you get {{ Constants.endowment }}

{% if treatmentgroup == 'two' %}

You will see after each round a ranking with your current position showing who donated the most trees.

{% elif treatmentgroup == 'three' %}

After each round you will see a ranking with all players and the amount of trees they donated. Whoever is in the first position after the last round will win a Sustainability Price.

{% endif %} {% formfields %} {% next_button %} {% endblock %}