{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Bonus Questions (revision) {% endblock %} {% block content %}

Would you like to amend any of your answers?

Remember that answering the following questions correctly can earn you an additional reward of {{ Constants.b_points }} ECU to be added to your final pay at the end of the experiment.

You earned {{ earnings }} ECU from the 12 tasks of Part 1.

{% if treatment < 3 %}

Your tax due is {{ taxdue }}.

{% endif %}


1. How do you think you rank among the 100 players in your group?


{% formfield player.selfrank_r label='' %}

2. What do you think was the average income in your group (you included)?

{% formfield player.meaninc_r label='' %}

3. "Your income is above the average in your group".
With what probability do you think this may be true?

  %

Note: all other 99 players faced the same 12 tasks as you did, with the same time limit, in the same order, same earnings per task, etc.

{% include Constants.payment_template2 %}
{% endblock %}