{% extends "global/Page.html" %} {% load otree static %} {% block title %} Survey Questions {% endblock %} {% block content %}
For the next 4 statements, please indicate your responses according to the following scale: 1 (Strongly Disagree) to 5 (Strongly Agree)
Consider the team that you are currently working with and indicate your agreement/disagreement with the following statements.
| Statement | Answer |
|---|---|
| I really enjoyed being part of this team. | {% formfield player.teamQuestion1 label="" %} |
| I felt like I got a lot out of being a member of this team. | {% formfield player.teamQuestion2 label="" %} |
| I wouldn't hesitate to participate on another task with the same team members. | {% formfield player.teamQuestion3 label=""%} |
| If I could have left this team and worked with another team, I would have. | {% formfield player.teamQuestion4 label=""%} |
For the next 3 questions, please indicate your responses according to the following scale:
1 (Poor), 2 (Fair), 3 (Good), 4 (Very Good), 5 (Excellent)
| Question | Answer |
|---|---|
| How good or bad was the manager in preparing the team for the last round? | {% formfield player.leaderQuestion1 label="" %} |
| How good or bad was the manager at organizing the team during the last round? | {% formfield player.leaderQuestion2 label=""%} |
| How good or bad was the manager's overall leadership ability? | {% formfield player.leaderQuestion3 label=""%} |