{% load otree static %} {% block styles %} {% include '_templates/styles/intro_page.html' %} {% endblock %} {% block content %}
Question 2

Suppose an employer employed a worker for a wage of {{ q2_wage }} and requested {{ q2_effort_requested }} effort.
The worker decided to provide {{ q2_effort_received }} effort.

What profits would the worker and the employer make in this case?

{{ formfield 'quiz2_worker' }} {{ formfield 'quiz2_employer' }}

{% if player.participant.is_employer == True %} {% include '_templates/includes/quizInfo_employer.html' %} {% else %} {% include '_templates/includes/quizInfo_worker.html' %} {% endif %}

{{ next_button }} {% endblock %} {% block scripts %} {% endblock %}