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

We are now starting Part 4. As described above, this part of the study consists again of {{ Constants.num_rounds}} rounds. As in Part 3, in each round, you can work on both the task from Part 1 and the task from Part 2. You have again {{ Constants.timeout }} seconds to complete both tasks.

For each correctly solved math problem, you receive {{player.math_piecerate}}. For each code that you enter correctly, you also receive {{player.pwd_piecerate}}. Your payout in a round is the {% if is_cost %} sum of the points earned for both tasks subtracted by the cost of {{player.field_maybe_none('WTP_cost') | to0 }} points you have to pay {% if player.field_maybe_none('rel_decision') == 1 %} for the recommendation. {% elif player.field_maybe_none('rel_decision') == 0 %} to not receive the recommendation. {% endif %} {% else %} sum of the points earned for both tasks. {% endif %}

{% if player.field_maybe_none('treatment') == 'Reminder' or player.field_maybe_none('rel_decision') == 1 %}

As explained above, your personal recommendation is based on how fast you completed the tasks in Part 1 and Part 2 of the study. This recommendation can help you in allocating your time between tasks. To generate your personal recommendation and proceed to Part 4, please select 'Analyze Data'. The analysis will tailor the recommendation to your specific performance data.



{% else %}

Please click on 'Next' to begin with Part 4.



{% endif %}
{% include "global/fclose.html" %} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}