{% block title %}
Stage {{ currentStage }}: Part 2 Bonus
{% endblock %}
{% block content %}
{{ if session.config.development }}
{{ endif }}
{{ if player.soph }}
{{ if currentStage < 3 }} When you are ready, continue to start with part 1, where you decide whether the computer faces easy or hard tasks. {{ else }} When you are ready, continue to start with part 1, where you decide whether the software faces Landscape or People recognition tasks. {{ endif }}
{{ else }}{{ if player.bonusChoice == 1 }} The computer faced {{ C.NUMBER_OF_TASKS_PART2 }} tasks and made {{ player.mistakes }} mistakes.{{ endif }} Hence, your bonus from this part is {{ payoffPart2 }}.
When you are ready, continue to the second half of the study.
{{ endif }} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}