{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} End of the Experiment - Results {% endblock %} {% block content %}
The experiment has now finished.
In Part 1 you earned {{ income }} ECU, from which {{ taxdue }} will be deducted as taxes to fund further experiments.
In Part 2, a random draw selected Question {{ payquest }} to be the one defining your bonus payment.
{% if payquest == 1 %}Question 1: How do you think you rank among the 100 players in your group?
{% if jackpot == 1 %}You answered that your income rank was {{ selfrank }}, and this is CORRECT. You earned {{ bonus }} bonus.
{% elif jackpot == 0 %}You answered that your income rank was {{ selfrank }}, and this is INCORRECT. You did not earn a bonus.
{% endif %} {% elif payquest == 2 %}Question 2: What do you think was the average income in your group (you included)?
{% if jackpot == 1 %}You answered the average income in your group was {{ meaninc }}, and this is CORRECT.
{% elif jackpot == 0 %}You answered the average income in your group was {{ meaninc }}, and this is INCORRECT.
{% endif %} {% elif payquest == 3 %}Question 3: With what probability do you think your income may be above the average income in the group?
You reported a {{ abovemean }} % probability of your income being above the average income.
The computer randomly generated a box with a proportion of {{ threshold }} % of purple balls.
{% if box == 0 %}Since the proportion of purple balls in the box (your probability to win the lottery) is smaller than your reported probability you think your income is above the group average, your payoff will depend purely on whether your income actually is above the group average:
{% if jackpot == 1 %}TRUE. Your income {{ income }} ECU is ABOVE the group average.
{% elif jackpot == 0 %}FALSE. Unfortunately, your income {{ income }} ECU is BELOW the group average.
{% endif %} {% elif box == 1 %}Since your reported probability of your income being above the group average was smaller than the proportion of purple balls in the box, your payoff will depend on the random draw of a ball:
{% if jackpot == 1 %}The computer randomly drew a PURPLE ball, which means you win the bonus.
{% elif jackpot == 0 %}The computer randomly drew an ORANGE ball, which means you do not earn a bonus.
{% endif %} {% endif %}Your final payoff is therefore: {{ income }} ECU - {{ taxdue }} + {{ bonus }} = {{ payoff }} = {{ real }} USD.
You will receive this amount plus the participation fee.
Thank you for participating!
This graph summarises the performance of all players in your group. Your position is highlighted in purple:
Group average income: 48,300 ECU.
{% if correct == 0 %}












Group average income: 57,500 ECU.
{% if correct == 0 %}











