{% block title %}
Part 2 Bonus
{% endblock %}
{% block content %}
{{ if session.config.development }}
{{ endif }}
{{ if currentStage == 3 }}
{{ if player.bonusChoice2 == 1 }} The software faced {{ C.NUMBER_OF_TASKS_PART2 }} tasks and made {{ player.mistakes2 }} mistakes.{{ endif }} Hence, your bonus from this part is {{ player.payoffPart22 }}.
{{ else }}{{ if player.bonusChoice2_stage2 == 1 }} The software faced {{ C.NUMBER_OF_TASKS_PART2 }} tasks and made {{ player.mistakes2_stage2 }} mistakes.{{ endif }} Hence, your bonus from this part is {{ player.payoffPart22 }}.
{{ endif }}Click the "Next" button to continue.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}