{% 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 }}
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.#}
{{ 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 }} {##} {# {{ 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 }}