In this decision, the computer{{ if participant.det }}s{{ endif }} solve{{ if not participant.det }}s{{ endif }}
tasks depending on {{ if participant.det }}their{{ else }}its{{ endif }} type as follows:
Good type:
{{ if participant.det }}
Solves all {{ label_pool }} tasks making no mistakes, and makes 1 mistake every 2
{{ label_sep }} tasks it faces.
Bad type:
Solves all {{ label_pool }} tasks making no mistakes, and makes mistakes in every
{{ label_sep }} tasks it faces.
{{ else }}
{{ if current_parametrization <= 2 or current_parametrization == 6 or current_parametrization == 7 }}
Solves all tasks, {{ label_pool }} or {{ label_sep }}, making no mistakes.{{ endif }}
{{ if current_parametrization == 4 or current_parametrization == 9 }} Makes 1 mistake every 2 tasks,
{{ label_pool }} or {{ label_sep }}, it faces.{{ endif }}
{{ if current_parametrization == 3 or current_parametrization == 5 or current_parametrization == 10 or
current_parametrization == 8 }}
Solves all {{ label_pool }} tasks making no mistakes, and makes 1 mistake every 2
{{ label_sep }} tasks it faces.
{{ endif }}
Bad type: {{ if current_parametrization == 1 or current_parametrization == 6 }}
Solves all {{ label_pool }} tasks making no mistakes, and makes 1 mistake every 2
{{ label_sep }} tasks it faces.{{ endif }}
{{ if current_parametrization == 4 or current_parametrization == 9 }} Makes 1 mistake every 2
{{ label_pool }} tasks it faces, and makes mistakes in every {{ label_sep }} task it faces.
{{ endif }}
{{ if current_parametrization == 2 or current_parametrization == 3 or current_parametrization == 10 or
current_parametrization == 5 or current_parametrization == 7 or current_parametrization == 8 }}
Solves all {{ label_pool }} tasks making no mistakes, and makes mistakes in every
{{ label_sep }} tasks it faces.
{{ endif }}
{{ endif }}