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

{{ 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 }}.

When you are ready, continue to the next page.

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