{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Part 4 Block 2: Round {{round_num}} Step 2 {% endblock %} {% block content %}

{{tasks_presented.0|slice:"9"}} {{tasks_presented.0|slice:"9:"}}

{{tasks_presented.1|slice:"9"}} {{tasks_presented.1|slice:"9:"}}

{{tasks_presented.2|slice:"9"}} {{tasks_presented.2|slice:"9:"}}


The computer selected for you: {{ comp_choice|slice:"8" }}

In step 1, you selected for yourself: {{your_choice|slice:"8"}}


Please complete the following:

I am willing to pay up to $ {{ form.max_payment.errors }} to work on the Option I selected myself rathar than on the option the computer chose for me


You can fill in any number as your required maximum payment between $0 and $7.00 (both included), at 1-cent intervals.


Remember that

{% include Constants.calculator_template %} {% include "treatment_1/performance.html" %} {% include "treatment_1/type.html" %} {% endblock %} {% block scripts %} {% endblock %}