{% block title %} Decision {{ decision_name }}, Part 1: {% endblock %} {% block content %} {{ if session.config.development }} {{ endif }}
On this page, you are choosing whether the computer{{ if not participant.base }}s{{ endif }} face{{ if participant.base }}s{{ endif }} the {{ label_pool }} or {{ label_sep }} task in part 1.
Choose whether, in part 1, the computer{{ if not participant.base }}s{{ endif }} face{{ if participant.base }}s{{ endif }} the {{ label_pool }} or {{ label_sep }} task.
#}
{#Good quality:#}
{# {{ if current_parameterization <= 2 or current_parameterization == 6 or current_parameterization == 7 }}#}
{# Produces {{ part1_bonus_pool }} in both {{ label_pool }} or {{ 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.#}
{# When you are ready, click "Submit."
{{ include C.REVIEW_INSTRUCTIONS }} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}