{% block title %}
Computer's Mistakes
{% endblock %}
{% block content %}
{{ if session.config.development }}
{{ endif }}
{{ if currentStage == 1 }}
For each task that the computer solves correctly{{if not player.naive}} in part 1{{endif}}, we add {{ C.BONUS_PER_CORRECT_TASK_PART1 }} to your bonus. Hence, your bonus {{if not player.naive}}from this part {{endif}}is {{ player.payoff }}.
{{ else }}For each task that the computer solves correctly{{if not player.naive}} in part 1{{endif}}, we add {{ C.BONUS_PER_CORRECT_TASK_PART1 }} to your bonus. Hence, your bonus {{if not player.naive}}from this part {{endif}}is {{ payoffStage2 }}.
{{ endif }}Continue to the next page.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}