{% extends "global/Page.html" %} {% load otree %} {% block title %} Survey {% endblock %} {% block content %}
Please briefly explain your thinking process during the experiment.
{% if participant.vars.role == "Employee" %} {{ formfield player.why_effort }} {% if display_guideline_employee %} {{ formfield player.why_guideline_e label=question_label }} {% endif %} {% endif %} {% if participant.vars.role == "Supervisor" %} {{ formfield player.why_bonus }} {% if display_guideline_supervisor%} {{ formfield player.why_guideline_s label=question_label }} {% endif %} {% endif %} {% next_button %} {% endblock %}