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

Suppose an employer employed two workers.
Worker 1 receives a wage of {{ q3_wage_1 }} and provides {{ q3_effort_received_1 }} effort.
Worker 2 receives a wage of {{ q3_wage_2 }} and provides {{ q3_effort_received_2 }} effort.

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

{{ formfield 'quiz3_worker1' }} {{ formfield 'quiz3_worker2' }} {{ formfield 'quiz3_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 %}