{{ if participant.det }}
In this decision, each computer solves the task depending on their quality as follows:
{{ else }}
In this decision, the computer solves the task depending on its quality as follows:
{{ endif }}
Good quality:
{{ if current_parameterization <= 2 or current_parameterization == 6 or current_parameterization == 7 }}
Produces {{ part1_bonus_pool }} in both {{ label_pool }} and {{ label_sep }} tasks.
{{ else }}
Produces {{ part1_bonus_pool }} in the {{ label_pool }} task and {{ part1_bonus_good_sep }} in the
{{ label_sep }} task.
{{ endif }}
Bad quality:
{{ if current_parameterization == 1 or current_parameterization == 6 }}
Produces {{ part1_bonus_pool }} in both {{ label_pool }} and {{ label_sep }} tasks.
{{ else }}
Produces {{ part1_bonus_pool }} in the {{ label_pool }} task and {{ part1_bonus_bad_sep }} in the
{{ label_sep }} task.
{{ endif }}