{% 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 compose your team for this task (including you)?" %}
{% formfield player.plyrs_select label = "How were the participants of your team selected?" %}
Please click “Next” to continue.
{% next_button %} {% endblock %}