{% 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 }}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 }}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.
{{ endif }} {##} {# {{ if participant.det }}#} {# In this decision, each computer produces money from solving the task.#} {# How much money they produce depends on their quality as follows:#} {# {{ else }}#} {# In this decision, the computer produces money from solving the task.#} {# How much money it produces depends on its quality as follows:#} {# {{ endif }}#} {#
#} {{ include C.BONUS_PART1_TEMPLATE }}