{% extends "global/Page.html" %} {% load otree %} {% block title %} Question 2 {% endblock %} {% block styles %} {% endblock %} {% block content %} {{ form.empiricalelicitation1_sum.errors }} {{ form.empirical1_statusquo.errors }} {% if player.choice_order == "take first" %}

Please guess how the other participants chose in the situation described previously, by indicating what percentage of the participants chose each option.

If this question is chosen, you will be paid XX points if your guess is within 5 percentage points of the true value in a category. You will be paid ZZ points if your guess is within 10 percentage points of the true value.

Take from the charity:
No change:
Give to the charity:


Total:   %


{% endif %} {% if player.choice_order == "give first" %}

Please guess how the other participants chose in the situation described previously, by indicating what percentage of the participants chose each option.

If this question is chosen, you will be paid XX points if your guess is within 5 percentage points of the true value in a category. You will be paid ZZ points if your guess is within 10 percentage points of the true value.

Give to the charity:
No change:
Take from the charity:


Total:   %


{% endif %}



{% endblock %} {% block scripts %} {% endblock %}