{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %}
The Estimation Task
Round {{ current_proj_number }} / {{ num_projects }}
{% endblock %} {% block content %}
Please stay alert, as each image is only displayed for {{ Constants.sec_per_matrix }} seconds.
You have {{ Constants.sec_to_answer }} seconds to fill in your estimate after the image disappears.
The price of donating to this project is: $ {{ price_a }}
The price of donating to this project is: $ {{ price_b }}
{% endblock %}