{% block title %} You are done with Part 1 {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }}

Now you enter part 2 of Stage {{ currentStage }} of the study.

In part 2 of this stage of the study the software faces {{ C.NUMBER_OF_TASKS_PART2 }} People recognition tasks. This is the same software as in part 1, and it is of the same type.

{{ if player.soph }}

When you are ready, continue to the next page.

{{ else }} Your bonus in this part starts at {{ C.PART2_MAX_BONUS }} and you can choose to have it determined in one of two ways:

When you are ready, click the button below to choose how your bonus for part 2 is determined.

{{ formfields }}


{{ endif }}
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}