{% 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 ranked better or worse than you.
Of the 3 randomly selected participants from your group...
{% if player.feedback_order == 0 %}Number of participants that ranked better than you: {{player.NegativeFeedback}}
Number of participants that ranked worse than you: {{player.PositiveFeedback}}
{% else %}Number of participants that ranked worse than you: {{player.PositiveFeedback}}
Number of participants that ranked better than you: {{player.NegativeFeedback}}
{% endif %}