Team Performance Check evaluates Team Performance according to the four stages of team development. The test is composed of 25 questions that are averaged across the team.
Install .NET 6
Install MongoDB
or
- Install Docker desktop
- Pull docker MongoDB image
docker pull mongo
- Run image and expose standard ports
docker run -d -p 27017-27019:27017-27019 --name mongodb mongo
dotnet restore
dotnet build Api/
dotnet run --project Api
docker start mongodb
dotnet publish project ./Api
Use the api/team-assessment endpoint to get a team average over a period. TeamCheck currently only supports one team.
Total score:
Score | Group's stage |
---|---|
>85 | Performing |
70 - 84 | Norming |
<70 | Forming* or Storming** |
* The group is in Forming Stage if members are tentative, polite and somewhat passive.
** The group is in Storming Stage if members are disagreeing with each other or the leader.
Read more about the stages on Wikipedia