{% block title %} Instructions {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }} {{ if currentStage == 1 }}
{{ if player.probabilistic < 0.25 }} You decided, the computer will face {{ C.NUMBER_OF_TASKS_PART1 }} {{ if player.taskDifficulty == 1 }} hard {{ else }} easy {{ endif }} tasks. However, it was randomly decided that the computer will instead face {{ C.NUMBER_OF_TASKS_PART1 }} {{ if player.taskDifficulty == 2 }} hard {{ else }} easy {{ endif }} tasks. {{ else }} As you decided, the computer will face {{ C.NUMBER_OF_TASKS_PART1 }} {{ if player.taskDifficulty == 2 }} hard {{ else }} easy {{ endif }} tasks. {{ endif }}
{{ if player.baseline }}Before proceeding, please answer the question below:
{{ formfields }} {{ endif }} {{ else }}{{ if player.probabilistic_stage2 < 0.25 }} You decided, the computer will face {{ C.NUMBER_OF_TASKS_PART1 }} {{ if player.taskDifficulty_stage2 == 1 }} hard {{ else }} easy {{ endif }} tasks. However, it was randomly decided that the computer will instead face {{ C.NUMBER_OF_TASKS_PART1 }} {{ if player.taskDifficulty_stage2 == 2 }} hard {{ else }} easy {{ endif }} tasks. {{ else }} As you decided, the computer will face {{ C.NUMBER_OF_TASKS_PART1 }} {{ if player.taskDifficulty_stage2 == 2 }} hard {{ else }} easy {{ endif }} tasks. {{ endif }}
{{ endif }}When you are ready, continue.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}