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


Great Job!

If your reservation wage is 6, and you did get a job. Your potential wage rate would be 6, 7, 8, 9, 10.

The probability of getting each wage rate offers would be equally at 10%.

The averaged wage rate would be (6+7+8+9+10)/5 = 8

You will proceed to the next job search sessions only after you answer the next question correctly.

(You can see instructions again here after clicking the button.)

Suppose your reservation wage is 4, and you do find a job.

What is the averaged wage rate of the job you got?







Suppose you have just lost your job, and now you are looking for a new job. In this process, you should consider:

  1. The minimum wage you are willing to accept.
  2. How much effort you would put in looking for jobs. (How many jobs you will look for.)

You will be able to look for jobs for 20 rounds.

  1. If you fail to find a job in one round, you move to the next.
  2. Once you find the job, the job search will end.
    1. Your earnings from new job equals to the wage rate multiplied by the rest of rounds (including the current round).

Let us think about what you have when looking for jobs:

  1. You have some money in your account that you borrow from others. (You have to return them after finishing job search)
  2. Looking for jobs has a cost, and the cost depends on how many jobs you are looking for.
  3. You may have Unemployment Insurance benefit for a period of time, and the amount and duration will vary.
    1. However,you won't have Unemployment Insurance anymore if you find a new job.

Finally, your earned points will be converted into U.S. dollars and rounded into integer (10 points = 1 dollar).

Any negative point will be converted into 0 finally.

{% endblock %}