{% extends "global/Page.html" %} {% load otree static %} {% block content %} {% if form.errors %} {% include "global/field_validation_error.html" %} {% endif %} {% include "global/fopen_bt.html" %} Information on Part 4 {% include "global/fopen_at.html" %}

We will now ask you how much you value receiving the recommendation. For this purpose, we will show you {{Constants.no_decisions}} scenarios. You can see an illustration of the decisions in the figure below. Each of the decisions reflects a different cost of the recommendation. The actual cost of the recommendation will be randomly determined after you have made your decisions. Depending on your decision in that scenario you may or may not receive a recommendation for the next {{Constants.play_rounds}} rounds.

If you choose the option on the right, you will get a recommendation. You will also have to pay the cost listed in the right option in each of the {{Constants.play_rounds}} rounds. Hence, each round we will subtract the selected amount from your overall payoff.

If you choose the option on the left, you will not get a recommendation. You will then have to pay the cost listed in the left option in each of the {{Constants.play_rounds}} rounds. Hence, each round we will subtract the selected amount from your overall payoff.

For example, if you click on the right column for the first decision, it means that you would want to receive the recommendation if it comes at a cost of 16 points per round. If you click on the left row in the final scenario 13, it means that you would want to receive no recommendation even if you have to pay 8 points per round to not receive the recommendation.

To simplify the process, you can simply click on the decision for which you want to switch from not receiving the recommendation to receiving the recommendation. Your preferred options will then be highlighted in blue.



There will be two screens with {{Constants.no_decisions}} scenarios. Each screen refers to a different payment level for the completion of the tasks. After you have made your choices, one of the payment levels is randomly selected for you. Because the payment levels are randomly selected, you cannot affect which payment level is chosen. Instead, on the following screens, you will make decisions assuming that a given payment level is chosen.



{% formfield player.control_q1 label="If one of the scenarios is selected and you chose the option on the RIGHT, what would happen?" %}
{% formfield player.control_q2 label="How often do you have to pay the selected amount?" %}
{% include "global/fclose.html" %} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% if form.errors %} {% endif %} {% endblock %}