{% load otree %}
{{ if not participant.base }} There are two Computers which solve tasks. There are two tasks: {{ label_pool }} task and {{ label_sep }} task. The computers can be of the Good or the Bad quality. {{ if player.round_number > 1 }} For each computer, its quality in this decision is not necessarily the same as its quality in other decisions. {{ endif }} {{ else }} There is a Computer which solves tasks. There are two tasks: {{ label_pool }} tasks and {{ label_sep }} tasks. The computer can be of the Good or the Bad quality. {{ if player.round_number > 1 }} The computer's quality in this decision is not necessarily the same as the computer's quality in other decisions. {{ endif }} {{ endif }}
{#Before part 2, you will see how much money the computer produces. This is the only extra information about the computer you will see.
{{ endif }} {{ if participant.treatment == 'deterministic' }}Before part 2, you will see how much money the computers produce. This is the only extra information you will see.
{{ endif }} {{ if participant.treatment == 'salient' }}Before part 2, you will see how much money the computers produce. We might also tell you the computers' quality, depending on your choice in part 1.
{{ endif }} {{ include C.BONUS_PART2_TEMPLATE }}