{% 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:

{% if player.treatment == "ExAnte" %}
  1. You will see an image on the left for {{ Constants.sec_per_matrix }} seconds indicating how many vitamin A doses donating 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. Click the '⇨' button to move on to the donation decision at the bottom of the screen.
  7. After you decided on your donations, the 'Next' button will take you to a new donation page with different projects.
{% elif player.treatment == "ExPost" %}
  1. You will see an image on the left for {{ Constants.sec_per_matrix }} seconds indicating how many vitamin A doses donating to this project finances.
  2. Click the '⇨' button, when you are ready for the next image.
  3. You will see an image on the right for {{ Constants.sec_per_matrix }} seconds indicating how many vitamin A doses donating to this project finances.
  4. Click the '⇨' button to move on to the donation decision at the bottom of the screen.
  5. After clicking the '⇨' button, you have {{ Constants.sec_to_answer }} seconds to fill in
    • your estimate for the project on the left
    • how certain you are about your estimate
  6. After clicking the '⇨' button, you have again {{ Constants.sec_to_answer }} seconds to fill in your estimate and certainty for the project on the right.
  7. The 'Next' button will take you to a new donation page with different projects.
{% endif %}
Donating to this project will cost you: $ 4
Donating to this project will cost you: $ 16
{% if player.treatment == "ExPost" %}
{% endif %}

Would you like to donate to any of these projects out of your ${{ Constants.endowment }}?
To the project on the left?
{{ form.trial_donation_A }}
To the project on the right?
{{ form.trial_donation_B }}
{% if player.treatment == "ExAnte" %}
{% endif %}
{% endblock %}