{% block title %} {{ if currentStage < 3 }} Well done! {{ else }} Get ready! {{ endif }} {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }}

{{ if currentStage < 3 }} {{ if player.soph }} Get ready! On the next screen you will choose how your bonus for part 2 of this stage is determined. After making this choice, you will choose whether the computer faces easy or hard tasks in part 1. {{ else }} Get ready! On the next screen you will choose whether the computer faces easy or hard tasks{{ if not player.naive }} in part 1{{ endif }}. {{ endif }} {{ else }} {{ if player.soph }} Get ready! On the next screen you will choose how your bonus for part 2 of this stage is determined. After making this choice, you will choose whether the software faces Landscape recognition tasks or People recognition tasks in part 1. {{ else }} On the next screen you will choose whether the software faces Landscape recognition tasks or People recognition tasks{{ if not player.naive }} in part 1{{ endif }}. {{ endif }} {{ endif }}

When you are ready, click the "Next" button to make your choice.

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