{% 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 candidates.

Candidates need to roll the ten-side dice once to represent each job offer they are looking for.

The probability of getting any job offer is 20%.

Candidates will get the job offer if they get number 9 or 10 in rolling the dice.

After getting job offers, candidates need to roll the ten-side dice for each job offer they have acquired.

The probability of getting any wage rate is 10% from 1 to 10.

Candidates will get the wage rate from 1 to 10 according the number shown with dice.



{% formfields %}
{% endblock %}