{% load otree static %} {% block content %}

Reminder:

Remember, we have also compared you with three other randomly chosen participants from your group and told you whether they have to solve more or fewer additional tasks than you.

Of the 3 randomly selected participants from your group...

{% if player.feedback_order == 0 %}

Number of participants that need to solve fewer additional tasks: {{player.NegativeFeedback}}

Number of participants that need to solve more additional tasks: {{player.PositiveFeedback}}

{% else %}

Number of participants that need to solve more additional tasks: {{player.PositiveFeedback}}

Number of participants that need to solve fewer additional tasks: {{player.NegativeFeedback}}

{% endif %}
{% next_button %}

{% endblock %}