{% block title %}
Decision {{ decision_name }}:
Computer{{ if not participant.base }}s{{ endif }}
solve{{ if participant.base }}s{{ endif }} {{ label_pool }} or {{ label_sep }}
Task{{ if not participant.base }}s{{ endif }}
{% endblock %}
{% block content %}
{{ if session.config.development }}
{{ endif }}
{{ if player.round_number == 1 }} You will go through ten decisions. {{ endif }} Instructions for all decisions are similar, but the underlined numbers on this page change between decisions.
{{ if player.round_number == 1 }}{{ if not participant.base }} There are two Computers which solve tasks. There are two tasks: {{ label_pool }} task and {{ label_sep }} task. One computer is of Good quality, and the other is of 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 not participant.base }} In this decision, the two computers 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 == '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 }}