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

Feedback Repetition:

Please, again, repeat the feedback you just received

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

{% if player.feedback_order == 0 %}

{% formfield player.ConfirmNegFeedback label="How many need to solve fewer additional tasks than you: " %}

{%formfield player.ConfirmPosFeedback label="How many need to solve more additional tasks than you:"%}

{% else%}

{%formfield player.ConfirmPosFeedback label="How many need to solve more additional tasks than you:"%}

{% formfield player.ConfirmNegFeedback label="How many need to solve fewer additional tasks than you: " %}

{% endif %}

{% formfield player.details_feedback_2 %}

{% next_button %}

{% endblock %}