{% block title %} {% if player.round_number == 1 %}

Your match

{% else %}

New match

{% endif %} {% endblock %} {% block content %} {% if player.round_number == 1 %}

We matched you with another Participant who already completed this study. We recorded this person's responses and will show them to you.

You will observe the other Participant's answers for both the Social Perception Survey and the Guess the Proportion of Blue Balls task for the next three rounds.

{% else %}

We have matched you with a different participant who also completed this study.

We will not show you this person's responses to the Social Survey.

You will only observe this new Participant's estimations about the Proportion of Blue Balls for the next two rounds.

{% endif %}

{{ next_button }}

{% endblock %}