{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Part 2 - Answers to check questions. {% endblock %} {% block content %}
Time: {{ time }} seconds.
These are the answers to the questions in the previous page:
{% if group.r_aux_g2 >= 0.5 %}
How many participants compose your team for this task?
◦ Your team is composed of three participants, including you.
How were the participants of your team selected?
◦ We all think the most likely word in the recording is {% if player.prt == 0 %}
Yanney {% elif player.prt == 1 %}
Laurel {% endif %}
{% else %}
How many participants are also involved in this task (besides you)?
◦ There are two -2- other participants involved in this task.
In which part of the study are you?
◦ You are in the second part of the study.
{% endif %}
Please click “Next” to continue.
{% next_button %} {% endblock %}