{% block title %} Part 2 Bonus {% endblock %} {% block content %} {{ if session.config.development }}

{{ endif }} {{ if currentStage == 1 }}

{{ if player.bonusChoice == 1 }} The computer faced {{ C.NUMBER_OF_TASKS_PART2 }} tasks and made {{ player.mistakes }} mistakes.{{ endif }} Hence, your bonus from this part is {{ payoffPart2 }}.

{{ else }}

{{ if player.bonusChoice_stage2 == 1 }} The computer faced {{ C.NUMBER_OF_TASKS_PART2 }} tasks and made {{ player.mistakes_stage2 }} mistakes.{{ endif }} Hence, your bonus from this part is {{ payoffPart2 }}.

{{ endif }}

Click the "Next" button to continue.

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