{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %}
Task {{ task_number }} - The Estimation Task Project {{ project_number }} of {{ num_projects }}
{% endblock %} {% block content %}

In {{ Constants.sec_intro }} seconds, you will here see the matrix of Xs.
Your task is to estimate the number of Xs.

Please stay alert, as the matrix is only displayed for {{ Constants.sec_per_matrix }} seconds.

{% if player.treatment == "Motivated" %}

The number of Xs indicates the CO2 emissions saved by donating to this project.

If you decide to donate to the following project to eliminate CO2 emissions in Task 3, the price of donating will be {{ price_to_show }} Points.

{% endif %}

{% endblock %}