Part 2
{{ if stage_of_chosen_decision == 1 and participant.treatment == 'deterministic' }}
The same computers solve the {{ label_sep }} task.
{{ else }}
The same computer{{ if participant.det }}s{{ endif }} solve{{ if not participant.det }}s{{ endif }}
the {{ label_sep }} task.
{{ endif }}
Good quality:
Produces {{ part2_bonus_good }} in the {{ label_sep }} task.
-
{{ if participant.det }}
{{ 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 participant.treatment == 'deterministic' }}
- 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.
{{ endif }}
{{ if stage_of_chosen_decision == 1 and participant.treatment == 'deterministic' }}
- 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 participant.det }}s{{ endif }} produce{{ if not participant.det }}s{{ endif }}.
{{ endif }}