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

Option U: {{option_A}}

Option V: {{option_B}}

Option W: {{option_C}}


Imagine that the computer selected for you: Option V:

Imagine that in step 1, you selected for yourself: Option U:


Please complete the following:

I am willing to pay up to $ [ ] to work on the Option I selected myself rathar than on the option the computer chose for me


Suppose you filled in ${{filled}} as your maximum willingness to pay and it is the round that was randomply chosen for part 4. Please, answer the questions below.


Question 1: If the computer price is $1.95, what Option will you have to work on? {% formfield player.answer_1 label=""%}

Question 2: If the computer price is $1.95, will you have to pay ? {% formfield player.answer_2 label=""%}

Question 3: If the computer price is $5.15, what Option will you have to work on? {% formfield player.answer_3 label=""%}

Question 4: If the computer price is $5.15, will you have to pay ? {% formfield player.answer_4 label=""%}

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