{% block title %} Stage {{ currentStage }}: Computer solves Math Tasks {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }} {{ include C.COMPUTER_TYPES }} {{ if player.naive }}

Click the button below to learn about the decision you will make.

Decision
{{ include C.PART1_TEMPLATE }}

Click the button below to learn about your bonus payment.

Your Bonus
{{ include C.BONUS_TEMPLATE }}

When you are ready, click the "Next" button to answer some understanding questions.

{{else}} {{ if currentStage == 1 }}

In explaining the study, we use this badge to indicate the instances in which you will have to make a decision: Decision

{{else}}

The rest of this stage works the same as the previous stage.

{{endif}}

{{ if currentStage == 1 }} Click the button below to learn about Part 1 of this stage of the study. {{else}} Click the button below to review Part 1. {{endif}}

Part 1 {{ if currentStage == 2 }}(works the same as in previous stage){{endif}}
{{ include C.PART1_TEMPLATE }}

{{ if currentStage == 1 }} Click the button below to learn about Part 2 of this stage of the study. {{else}} Click the button below to review Part 2. {{endif}}

Part 2 {{ if currentStage == 2 }}(works the same as in previous stage){{endif}}

{{ include C.PART2_TEMPLATE }}


{{ if currentStage == 1 }} {{ elif currentStage == 2 }} {{endif}}

{{ if currentStage == 1 }} Click the button below to learn about your bonus payment. {{else}} Click the button below to review how your bonus payment is determined. {{endif}}

Your Bonus {{ if currentStage == 2 }}(works the same as in previous stage) {{endif}}
{{ include C.BONUS_TEMPLATE }}

When you are ready, click the "Next" button to answer some understanding questions.

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