{% block title %}
Software's Mistakes
{% endblock %}
{% block content %}
{{ if session.config.development }}
{{ endif }}
{{ if currentStage == 3 }}
For each image that the software recognizes incorrectly{{if not player.naive}} in part 1{{endif}}, we subtract {{ C.BONUS_PER_CORRECT_TASK_PART1 }} from your part 1 bonus of {{ C.PART1_MAX_BONUS }}. Hence, your bonus {{if not player.naive}}from this part {{endif}}is {{ player.payoffPart12 }}.
{{ else }}For each image that the software recognizes incorrectly{{if not player.naive}} in part 1{{endif}}, we subtract {{ C.BONUS_PER_CORRECT_TASK_PART1 }} from your part 1 bonus of {{ C.PART1_MAX_BONUS }}. Hence, your bonus {{if not player.naive}}from this part {{endif}}is {{ player.payoffPart12 }}.
{{endif}}When you are ready, continue to the next page.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}