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

Suppose an employer employed no worker and a worker accepted no job.
What profits would the worker and the employer make in this case?

{{ formfield 'quiz1_worker' }} {{ formfield 'quiz1_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 %}