{% block title %} Instructions {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }} {{ if currentStage == 3 }}
{{ if player.probabilistic2 < 0.25 }} You decided the software will face {{ C.NUMBER_OF_TASKS_PART1 }} {{ if player.taskDifficulty2 == 1 }} People {{ else }} Landscape {{ endif }} images. However, it was randomly decided that the software will instead face {{ C.NUMBER_OF_TASKS_PART1 }} {{ if player.taskDifficulty2 == 2 }} People {{ else }} Landscape {{ endif }} images. {{ else }} As you decided, the software will face {{ C.NUMBER_OF_TASKS_PART1 }} {{ if player.taskDifficulty2 == 2 }} People {{ else }} Landscape {{ endif }} images. {{ endif }}
{{ else }}{{ if player.probabilistic2_stage2 < 0.25 }} You decided the software will face {{ C.NUMBER_OF_TASKS_PART1 }} {{ if player.taskDifficulty2_stage2 == 1 }} People {{ else }} Landscape {{ endif }} images. However, it was randomly decided that the software will instead face {{ C.NUMBER_OF_TASKS_PART1 }} {{ if player.taskDifficulty2_stage2 == 2 }} People {{ else }} Landscape {{ endif }} images. {{ else }} As you decided, the software will face {{ C.NUMBER_OF_TASKS_PART1 }} {{ if player.taskDifficulty2_stage2 == 2 }} People {{ else }} Landscape {{ endif }} images. {{ endif }}
{{ endif }}When you are ready, continue.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}