{% block title %}
Computer{{ if participant.det }}s'{{ else }}'s{{ endif }} Mistakes
{% endblock %}
{% block content %}
{{ if session.config.development }}
{{ endif }}
The decision chosen to count in this stage is Decision {{ chosen_decision }}.
For each task that the computer solves correctly in part 1, we add {{ C.BONUS_PER_CORRECT_TASK_PART1 }} to your bonus. Hence, your bonus from this part is {{ payoff_part1 }}.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}