{% 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 which indicates how many vitamin A doses a donation to this project finances for {{ Constants.sec_per_matrix }} seconds.
  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 'Next' button to move on to the donation decision at the bottom of the screen.
  4. After you decided on your donation, the 'Next' button will take you to a new donation page with a different project.

Donating to this project will cost you: $ 4

Would you like to donate to this project out of your ${{ Constants.endowment }} endowment?
{{ form.trial_donation_A }}
10 pills mean your donation finances 1 dose of vitamin A

{% endblock %}