{% extends "global/Page.html" %} {% load otree static %} {% block title %} Job search -- Instruction {% endblock %} {% block content %}

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.
  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 (20 points = 1 dollar).

{% formfields %}
{% endblock %}