{% extends "global/Page.html" %} {% load otree static %} {% block title %} Job search -- Dice-rolling Simulation {% endblock %} {% block content %}
We introduce dice-rolling to simulate how companies provide job offers and wage rates for you.
You need to roll the ten-side dice once. You get the job offer if the number is 9 or 10 (20% chance).
When you get any job offer, you roll the ten-side dice again for each job offer.
The probability of getting any wage rate is 10% from 1 to 10.
The wage rate from 1 to 10 is defined by the number shown in the dice.
If you chose to apply for more than one job, you need to repeat the process more than once.
You get the job if any wage rate is higher than or equal to the value of your minimum wage.
If you got multiple jobs, you will only have one with the highest wage rate.
If you did not get any job, you move to the next round.