{% load otree %}

Part 1

{{ if player.round_number == 1 }} {{ include C.PART1_TEMPLATE }} {{ endif }}

{{ if participant.det }} Each {{ else }} The {{ endif }} computer produces money from solving the task. How much money it produces depends on its quality as follows:

Donation from Part 1: {{ if participant.treatment == 'deterministic' }} We will donate the amount of money the computers produce in the task. {{ else }} We will donate 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 }}