{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %}
Trial Round
Round {{ player.round_number }} / {{ Constants.num_rounds }}
{% endblock %} {% block content %}

This is a trial round to familiarize yourself with the decision environment.
Your answers on this page do not affect your bonus payment.

You will go through the page in the following order:

  1. You will see an image on the left for {{ Constants.sec_per_matrix }} seconds indicating how many vitamin A doses a donation to this project finances.
  2. When the image disappears, you have {{ Constants.sec_to_answer }} seconds to fill in
    • your estimate
    • how certain you are about your estimate
  3. Click the '⇨' button, when you are ready for the next image.
  4. For {{ Constants.sec_per_matrix }} seconds, you see an image indicating how many vitamin A doses the project on the right finances.
  5. When the image disappears, you have again {{ Constants.sec_to_answer }} seconds to fill in your estimate and certainty.
  6. Clicking the 'Next' button will take you to a new estimation page with different projects.

The price of donating to this project is: $ 4
The price of donating to this project is: $ 16
{% endblock %}