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



Now you are in {% if round == 0 %} Round 20 {% else %} Round {{ round }} of 20 {% endif %}

Your current earning is {% if player.round_number < 181 %} {% if player.round_number < 161 %} {% if player.round_number < 141 %} {% if player.round_number < 121 %} {% if player.round_number < 101 %} {% if player.round_number < 81 %} {% if player.round_number < 61 %} {% if player.round_number < 41 %} {% if player.round_number < 21 %} {% if player.round_number == 1 %} {{ player.participant.vars.totalEarnings }} points {% else %} {{ player.participant.vars.totalEarnings }} {% endif %} {% else %} {% if player.round_number == 21 %} {{ player.participant.vars.totalEarnings_2 }} points {% else %} {{ player.participant.vars.totalEarnings_2 }} {% endif %} {% endif %} {% else %} {% if player.round_number == 41 %} {{ player.participant.vars.totalEarnings_3 }} points {% else %} {{ player.participant.vars.totalEarnings_3 }} {% endif %} {% endif %} {% else %} {% if player.round_number == 61 %} {{ player.participant.vars.totalEarnings_4 }} points {% else %} {{ player.participant.vars.totalEarnings_4 }} {% endif %} {% endif %} {% else %} {% if player.round_number == 81 %} {{ player.participant.vars.totalEarnings_5 }} points {% else %} {{ player.participant.vars.totalEarnings_5 }} {% endif %} {% endif %} {% else %} {% if player.round_number == 101 %} {{ player.participant.vars.totalEarnings_6 }} points {% else %} {{ player.participant.vars.totalEarnings_6 }} {% endif %} {% endif %} {% else %} {% if player.round_number == 121 %} {{ player.participant.vars.totalEarnings_7 }} points {% else %} {{ player.participant.vars.totalEarnings_7 }} {% endif %} {% endif %} {% else %} {% if player.round_number == 141 %} {{ player.participant.vars.totalEarnings_8 }} points {% else %} {{ player.participant.vars.totalEarnings_8 }} {% endif %} {% endif %} {% else %} {% if player.round_number == 161 %} {{ player.participant.vars.totalEarnings_9 }} points {% else %} {{ player.participant.vars.totalEarnings_9 }} {% endif %} {% endif %} {% else %} {% if player.round_number == 181 %} {{ player.participant.vars.totalEarnings_10 }} points {% else %} {{ player.participant.vars.totalEarnings_10 }} {% endif %} {% endif %} {% if player.round_number < 41 %} {% else %}

Unemployment Insurance (UI) benefit in current round is {{ player.subsidy }} {% if player.round_number < 91 %} points {% else %} {% if player.round_number < 101 %} point {% else %} {% if player.round_number < 111 %} points {% else %} {% if player.round_number < 121 %} point {% else %} {% if player.round_number < 131 %} points {% else %} {% if player.round_number < 141 %} point {% else %} {% if player.round_number < 151 %} points {% else %} {% if player.round_number < 161 %} point {% else %} {% if player.round_number < 176 %} points {% else %} {% if player.round_number < 181 %} point {% else %} {% if player.round_number < 196 %} points {% else %} point {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% if player.round_number < 161 %} {% if player.round_number < 121 %} {% if player.round_number < 81 %} {% if player.round_number < 41 %} {% else %}

You have UI benefit with 5 points for all 20 rounds

(You will not have any benefit once you find job) {% endif %} {% else %}

You have UI benefit with 5 points for the first 10 rounds

(You will not have any benefit once you find job) {% endif %} {% else %}

You have UI benefit with 10 points for the first 10 rounds

(You will not have any benefit once you find job) {% endif %} {% else %}

You have UI benefit with 10 points for the first 15 rounds

(You will not have any benefit once you find job) {% endif %}

Choose your minimum wage for your next job from 1 to 10


{% formfields %}




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).

{% endblock %}