{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Summary Information {% endblock %} {% block content %}

In Part 1 you earned {{ income }} ECU gross income for solving {{ correct }} out of the 12 tasks.


The following table and graph show the results of a random selection of 9 other players from your group:

Player Earnings
#001 {% if matchgroup == 0 %} 70,000 ECU {% else %} 60,000 ECU {% endif %}
#002 {% if matchgroup == 0 %} 50,000 ECU {% else %} 30,000 ECU {% endif %}
#003 {% if matchgroup == 0 %} 90,000 ECU {% else %} 70,000 ECU {% endif %}
#004 {% if matchgroup == 0 %} 20,000 ECU {% else %} 50,000 ECU {% endif %}
#005 {% if matchgroup == 0 %} 70,000 ECU {% else %} 100,000 ECU {% endif %}
#006 {% if matchgroup == 0 %} 40,000 ECU {% else %} 10,000 ECU {% endif %}
#007 {% if matchgroup == 0 %} 30,000 ECU {% else %} 90,000 ECU {% endif %}
#008 {% if matchgroup == 0 %} 40,000 ECU {% else %} 80,000 ECU {% endif %}
#009 {% if matchgroup == 0 %} 80,000 ECU {% else %} 90,000 ECU {% endif %}


{% if matchgroup == 0 %}

{% else %}

{% endif %}

All those players earned their income from the exact same 12 tasks you solved in Part 1.

{% next_button %}

{% include Constants.instructions_template %}
{% endblock %}