{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Part 3 Block 2: Round {{player.decission_num}} {% endblock %} {% block content %}

Option X: {{option_A}}

Option Y: {{option_B}}


Please complete the following:

I prefer to work on {{ option_A|slice:"6" }} and earn $0.50 per correct answer unless the computer offers me at least $ [ ] per correct answer for {{ option_B|slice:"6" }}


Suppose you filled in ${{filled}} as your required minimum rate and it is the round that was randomply chosen for part 3. Please, answer the questions below.


Question 1: If the computer draws ${{comp_draw1}}, what task will you perform? {% formfield player.answer_1 label=""%}

Question 2: If the computer draws ${{comp_draw1}}, what rate would you earn for performing the task? {% formfield player.answer_2 label=""%}

Question 3: If the computer draws ${{comp_draw2}}, what task will you perform? {% formfield player.answer_3 label=""%}

Question 4: If the computer draws ${{comp_draw2}}, what rate would you earn for performing the task? {% formfield player.answer_4 label=""%}

{% next_button %} {% include "treatment_1/type.html" %} {% endblock %} {% block styles %} {% endblock %}