{% extends "global/Page.html" %} {% load otree static %} {% block title %} Job Market Signaling: Round {{ player.round_number }} {% endblock %} {% block content %} {% if player.round_number != 3 %}

You are a {{ group.type }}. That means that you are in the payoff matrix on the {{ if group.type == "Slacker" }}left {{ else }} right {{ endif }}below. However, the employer doesn’t know this.

{% formfield player.choice label="Please choose your courses." %}
Slacker (probability 0.6)
Employer Easy Difficult
Manager (0, 100) (0, 50)
Clerk (60, 60) (60, 10)
Go-getter (probability 0.4)
Employer Easy Difficult
Manager (100, 100) (100, 80)
Clerk (60, 60) (60, 40)
{% else %}

You are a {{ group.type }}. In this round, you will choose how to message your employer about your applicant type. The message sent does not affect your payoff.

Please choose your message:


{% formfields %}
Slacker (probability 0.6)
Employer Manager (0, 100)
Clerk (60, 60)
Go-getter (probability 0.4)
Employer Manager (100, 100)
Clerk (60, 60)
{% endif %} {% next_button %} {% endblock %}