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

Time: {{ time }} seconds.

Please answer the following questions:
{% formfield player.plyrs_num label = "How many participants are also involved in this task (besides you)?" %}
{% formfield player.std_part label = "In which part of the study are you?" %}

Please click “Next” to continue.

{% next_button %} {% endblock %}