{% block title %} Decision {{ decision_name }}:
Computer{{ if participant.det }}s{{ endif }} solve{{ if not participant.det }}s{{ endif }} {{ label_pool }} or {{ label_sep }} Task{{ if participant.det }}s{{ endif }} {% endblock %} {% block content %} {{ if session.config.development }}

{{ endif }} {{ if player.round_number == 1 }}

{{ if participant.det }} There are two Computers which solve tasks. There are two tasks: {{ label_pool }} task and {{ label_sep }} task. One computer is of the Good quality, and the other is of the Bad quality. {# The computer's quality in this decision is not necessarily the same as the computer's quality in other decisions.#} {{ else }} There is a Computer which solves tasks. There are two tasks: {{ label_pool }} task and {{ label_sep }} task. The computer can be of the Good or the Bad quality. {# The computer's quality in this decision is not necessarily the same as the computer's quality in other decisions.#} {{ endif }}

{{ else }}

{{ if participant.det }} In this decision, the two computers, one of Good quality and one of Bad quality, solve different tasks and produce different amounts of money, as shown below. For each computer, its quality in this decision is not necessarily the same as its quality in other decisions. {{ else }} In this decision, the computer solves different tasks and produces different amounts of money, as shown below. The computer's quality in this decision is not necessarily the same as the computer's quality in other decisions. {{ endif }}

{{ endif }} {{ include C.BONUS_PART1_TEMPLATE }} {{ if participant.treatment == 'base' }}

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 == 'salient' }}

Before part 2, you will see how much money the computer produces. We might also tell you the computer's quality, depending on your choice in part 1.

{{ endif }} {{ include C.BONUS_PART2_TEMPLATE }}
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}