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

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.

{{ else }}

In part 2 of this decision, the computer faces the {{ label_sep }} tasks. This is the same computer as in part 1 of this decision, and it is of the same quality.

{{ endif }}

{#

#} {# 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 your bonus for part 2 is determined.

{{ formfield 'bonusChoice' }}


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