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



Now you need to decide the sample size of your job search.

The total job search cost will depend on your sample size.

For example:

If n=0, the total job search cost is 0 point. If n=1, the total job search cost is 2 points.

If n=2, the total job search cost is 5 points. If n=3, the total job search cost is 10 points.

if n=4, the total job search cost is 18 points. if n=5, the total job search cost is 30 points.

Choose your sample size from 0 to 5.



{% formfields %}

{% endblock %}