{% 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:
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}}