{% extends "global/Page.html" %} {% load otree %} {% block title %} Questionnaire about the task {% endblock %} {% block content %} You will now receive an additional 10 points.

These points can be used to increase or decrease your coordinator’s earnings:
- For each point invested in Increase, your coordinator’s final payout will increase with 1 point (5 cents).
- For each point invested in Decrease, your coordinator’s final payout will decrease with 1 point (5 cents).

For example:


Increase
How many points do you want to invest in increasing your coordinator’s earnings (in whole numbers)? {% formfield player.increase_leaderendorse label="" %}
Decrease
How many points do you want to invest in decreasing your coordinator’s earnings (in whole numbers)? {% formfield player.decrease_leaderendorse label="" %}
{% next_button %} {% endblock %}