Part 2
{# {{ include C.PART2_TEMPLATE }}#}
{{ if participant.treatment == 'deterministic' }}
The same computers solve the {{ label_sep }} task.
{{ else }}
The same computer{{ if not participant.base }}s{{ endif }} solve{{ if participant.base }}s{{ endif }}
the {{ label_sep }} task.
{{ endif }}
{{ if not participant.base }} Each {{ else }} The {{ endif }}
computer produces money from solving the task.
How much money it produces depends on its quality as follows:
Good quality:
Produces {{ part2_bonus_good }} in the {{ label_sep }} task.
-
{{ if not participant.base }}
{{ else }}
{{ endif }}
Bad quality:
Produces {{ part2_bonus_bad }} in the {{ label_sep }} task.
Bonus from Part 2:
You will
choose to have your bonus determined in one of two ways:
{{ if not participant.treatment == 'base' }}
- You get the amount of money the computer of your choice produces in the task.
{{ else }}
- You get the amount of money the computer produces in the task in part 2.
{{ endif }}
{{ if not participant.treatment == 'base' }}
- Add a fixed amount of {{ C.OUTSIDE_OPTION }} to your bonus, independently of how much the
computers produce.
{{ else }}
- You get {{ C.OUTSIDE_OPTION }}, independently of how much the
computer{{ if not participant.base }}s{{ endif }} produce{{ if participant.base }}s{{ endif }}.
{{ endif }}