{% block title %}
{#Computer{{ if stage_of_chosen_decision == 1 and participant.treatment == 'deterministic'}}s'{{ else }}'s{{ endif }}#}
{# produced money#}
{{ if not participant.treatment == 'base' }} Computers have produced money
{{ else }} Computer has produced money
{{ endif }}
{% endblock %}
{% block content %}
{{ if session.config.development }}
{{ endif }}
Good quality:
Produces {{ part1_bonus_pool }} in the {{ label_pool }} task and {{ part1_bonus_good_sep }} in the
{{ label_sep }} task.
{{ else }}
{{ endif }}
Bad quality:
Produces {{ part1_bonus_pool }} in the {{ label_pool }} task and {{ part1_bonus_bad_sep }} in the
{{ label_sep }} task.
The decision chosen to count is Decision {{ chosen_decision }} from Stage {{ stage_of_chosen_decision }}.
#} {#Hence, your bonus from this part is {{ payoff_part1 }}.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}