{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %}
Your estimates
{% endblock %} {% block content %}
Please stay alert, as each matrix is only displayed for {{ Constants.sec_per_matrix }} seconds. You have {{ Constants.sec_to_answer }} seconds to fill in your estimate after the matrix disappears.

Donation amount: $ 20

How many pills were in the matrix?
How certain are you about your estimate?
completely uncertain
completely certain
I am certain the value is between 0 and 400.
Would you like to donate to this project? {{ form.donation_A }}

Donation amount: $ 2

How many pills were in the matrix?
How certain are you about your estimate?
completely uncertain
completely certain
I am certain the value is between 0 and 400.
Would you like to donate to this project? {{ form.donation_B }}

{% endblock %}