{% 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 computer faces {{ C.NUMBER_OF_TASKS_PART2 }} hard tasks. This is the same computer as in part 1, and it is of the same type.

{{ if player.soph }}

When you are ready, continue to the next page.

{{ else }}

In this part you can choose to have your bonus 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 %}