{% block title %} {{if participant.treatment == 'strategy'}} Decision {{ decision_name }}, Part 2 {{else}} Decision {{ decision_name }} {{endif}} {% endblock %} {% block content %} {{ if session.config.development }}

{{ endif }}

In part 2 of this decision, the computers face the {{ label_sep }} tasks. These are the same computers as in part 1 of this decision, and they are of the same quality.


{#

#} {# In this part, you can choose to have your bonus determined in one of two ways:#} {#

#} {# #}

When you are ready, click the button below to choose how you want your bonus for part 2 to be determined in each of the possible scenarios.

{{ formfield 'bonusChoiceSep' label=label_Sep }} {{ formfield 'bonusChoicePool' label=label_Pool }}

{{if participant.treatment == 'plan'}}

When you are ready, click the button below to choose part 1 task.

{{ formfield 'environment_choice' label=label_env }}

{{endif}}
{# #} {{ include C.REVIEW_INSTRUCTIONS }} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}