{% block title %} Your bonus for part 2 {% endblock %} {% block content %} {{ if session.config.development }}

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

In part 2 the computer faced {{ C.NUMBER_OF_TASKS_PART2 }} hard tasks and made {{ player.mistakes }} mistakes.

{{ if player.risky_part2 }}You chose part 2 payoff to depend on the number of correct tasks. {{else}} You chose part 2 payoff to be independent of the number of correct tasks. {{endif}}Hence, your bonus from this part is {{ payoffPart2 }}.

{{ else }}

In part 2 the computer faced {{ C.NUMBER_OF_TASKS_PART2 }} hard tasks and made {{ player.mistakes_stage2 }} mistakes.

{{ if player.risky_part2 }}You chose part 2 payoff to depend on the number of correct tasks. {{else}} You chose part 2 payoff to be independent of the number of correct tasks. {{endif}}Hence, your bonus from this part is {{ payoffPart2 }}.

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