{{ block title }}
Part III
{{ endblock }} {{ block content }}

Part III is a post-task survey. Please answer all the questions.

{{ if player.id_in_group == 1 }} {{ formfield player.Managerial_Experience label="Question 1: How much managerial experience do you have at work?" }}
{{ if group.task_choice == 1 }} {{ formfield player.Reason label=reason_label_1 }} {{ else }} {{ formfield player.Reason label=reason_label_2 }} {{ endif }}

Question 3: How would you rate the performance of {{ group.employee_name }} ? The scale is from 1 (Not Satisfactory) to 5 (Very Satisfactory)

{{ for choice in form.Rate_Overall_Performance }}
{{ choice }}
{{ choice.label }}
{{ endfor }}

{{ formfield player.Freeform_Feedback label=freeform_label }}
{{ else }}

Question 1: How helpful was the feedback you received from the manager? The scale is from 1 (Not helpful) to 5 (Very Helpful)

{{ for choice in form.Rate_Feedback }}
{{ choice }}
{{ choice.label }}
{{ endfor }}
{{ formfield_errors 'Rate_Feedback' }}
{{ endif }}
{{ if player.id_in_group == 1 }}

Question 5: How important do you think it is for managers in a workplace to:

{{ else }}

Question 2: How important do you think it is for managers in a workplace to:

{{ endif }} {{ formfield player.Managerial_1 label="Maintain employees' confidence related to their working duty" }} {{ formfield player.Managerial_2 label="Encourage their employees" }} {{ formfield player.Managerial_3 label="Provide actionable advice on how to improve" }} {{ formfield player.Managerial_4 label="Pay attention to employees' happiness" }}

{{ next_button }}
{{ endblock }}