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

The fourth part of the study consists of {{Constants.play_rounds}} rounds. In each round, you can work again on both the task from Part 1 and the task from Part 2. You have again {{Constants.timeout}} seconds to complete both tasks in each round.

As a new feature in this part, you have the option to receive a personal recommendation on how to allocate your time between the tasks. To create this recommendation, we analyzed your data from the parts in which you only worked on the math task (Part 1) or the code task (Part 2), respectively. To estimate how you should allocate your time, we calculated your personal speed in each task. Based on this estimate, we determined the allocation of time for which you can expect the highest overall payoff.

If you receive the recommendation, the frame around the task and the 'Switch Task' button will turn red whenever you exceed the recommended time for this task (see below for an illustration). You can see how the display changes in the illustration below. Note that this is only a recommendation. You can still switch between tasks at any time before or after the display changes.



Before Part 4 begins, we will ask you how much you value such a recommendation. Whether you will receive the recommendation or not depends on how much you value the recommendation and on random chance.



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