{% block title %}
Computer{{ if participant.treatment == 'deterministic'}}s'{{ else }}'s{{ endif }}
produced money
{% endblock %}
{% block content %}
{{ if session.config.development }}
{{ endif }}
{#
The decision chosen to count is Decision {{ chosen_decision }} from Stage {{ stage_of_chosen_decision }}.
#} {#Hence, your bonus from this part is {{ payoff_part1 }}.
Good quality:
{{ if current_parameterization <= 2 or current_parameterization == 6 or current_parameterization == 7 }}
Produces {{ part1_bonus_pool }} in both {{ label_pool }} and {{ label_sep }} tasks.
{{ else }}
Produces {{ part1_bonus_pool }} in the {{ label_pool }} task and {{ part1_bonus_good_sep }} in the
{{ label_sep }} task.
{{ endif }}
{{ else }}
{{ endif }}
Bad quality:
Produces {{ part1_bonus_pool }} in the {{ label_pool }} task and {{ part1_bonus_bad_sep }} in the
{{ label_sep }} task.