{% extends "global/Page.html" %} {% load otree %} {% block title %} Third stage {% endblock %} {% block content %}

In this stage, you will be asked to perform tedious tasks for money. The system works as follows. You will be consecutively asked to enter the maximum number of tasks (from 1 to 60) that you would do for specific amounts of money. Then, the computer will randomly select both an amount and a number of tasks. If the maximum number of tasks that you are willing to do for the randomly selected amount is higher than the randomly selected number of tasks by the computer, you will proceed with doing as many tasks as the randomly selected number is. If you successfully complete these tasks, you will receive the respective randomly selected amount. If the maximum number of tasks you are willing to do for the randomly selected amount is lower than the randomly selected number of tasks by the computer, you will do no tasks and will not receive any reward.

Examples:

1. For the amounts 1,2,3,and 4 euro you respectively select 33, 40, 50, 58 as maximum numbers of tasks you would do. Then, the computer randomly selects 1 euro and 40 tasks. Since 33 < 40, you will do no tasks and will not receive the reward of 1 euro.

2. For the amounts of 1,2,3, and 4 euro you respectively select 40, 50, 56, and 60 as maximum number of tasks you would do. Then, the computer randomly selects 3 euro and 32 tasks. Since 56 > 32, you will proceed with doing 32 tasks and upon successful completion you will receive a reward of 3 euro.

Please, proceed to the next page to gather information about the tasks that you have to do.

{% next_button %} {% endblock %}