{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Part 2 - Introduction {% endblock %} {% block content %}

Time: {{ time }} seconds.

{% if own == "pol" %}

The second part of the study is a {% if player.r_aux_g2 >= 0.5 %} team task.

For this, you are now part of a team with two other participants who – like you – identify more with {% if pet == 0 %} Republicans. {% elif pet == 1 %} Democrats. {% endif %}

There are other teams composed only of participants who also identify with the {% if pet == 0 %} Republicans, {% elif pet == 1 %} Democrats, {% endif %} and other teams composed only with participants who identify with the other party: {% if pet == 0 %} Democrats. {% elif pet == 1 %} Republicans. {% endif %}
{% else %} task that involves two other participants. They have now been selected. {% endif %}

Please click “Next” to see the instructions for this part.

{% elif own == "sound" %}

{% if player.r_aux_g2 >= 0.5 %} The second part of the study is a team task in groups of three participants.

For this, you are now part of a team with two other participants who – like you – agreed that the pronounced word was more likely {% if pet == 0 %} Yanney. {% elif pet == 1 %} Laurel. {% endif %} {% else %} Two -2- other participants have been assigned to you. {% endif %}

Please click “Next” to continue.

{% endif %} {% next_button %} {% endblock %}