{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Part 2 - Bonus Questions {% endblock %} {% block content %}

Remember you were randomly matched with 99 other players at the beginning of the experiment, forming a group of 100.

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 label='' %}

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

{% formfield player.meaninc 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.

{% next_button %}

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