{% block title %} Stage {{ currentStage }}{{if not player.naive}}, Part 1{{ else }}Decision{{endif}}: Easy or Hard task? {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }}
On this page you are choosing whether the computer faces easy or hard tasks{{if player.baseline}} in part 1{{endif}}. You can review the instructions using the button below.
Choose whether{{if player.baseline}}, in part 1,{{endif}} the computer faces easy or hard tasks. After making your choice, the computer will solve the tasks and, on the next screen, we will tell you how many mistakes, if any, it made.
When you are ready, click "Submit."
{{ include C.REVIEW_INSTRUCTIONS }} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}