{{ 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: Have you ever had any managerial experience in the workplace?" }}
{{ if group.task_choice == 1 }} {{ formfield player.Reason label=reason_label_1 }} {{ else }} {{ formfield player.Reason label=reason_label_2 }} {{ endif }}
{{ formfield player.Freeform_Feedback label=freeform_label }}
{{ else }}

Question 1: How helpful is the feedback from player L? 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' }}

{{ formfield player.Gender_Guess label="Question 2: What gender do you believe your paired player L is?" }} {{ endif }}

{{ if player.id_in_group == 1 }}

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

{{ else }}

Question 3: 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 }}