{% load otree %}
{{ if player.round_number == 1 }} {{ include C.PART1_TEMPLATE }} {{ endif }}
The computer produces money from solving the task. How much money it produces depends on its quality as follows:
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 }}
{{ else }}
{{ endif }}
Bad quality:
Produces {{ part1_bonus_pool }} in the {{ label_pool }} task and {{ part1_bonus_bad_sep }} in the
{{ label_sep }} task.
Bonus from Part 1: {{ if participant.treatment == 'deterministic' }} You get the amount of money the computers produce in the task. {{ else }} You get the amount of money the computer{{ if participant.det }}s{{ endif }} produce{{ if not participant.det }}s{{ endif }} in the task. {{ endif }}
{{if participant.treatment == 'strategy'}}If the computer solves the {{ label_sep }} task, you will be able to tell its quality.
{{endif}}