-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Introduce score to quickly assess quality of an assignment run.
The score is the sum of fulfilled priorities across all participants. Example: Participants had to specify six priorities and should be assigned to two activities. If somebody gets their first and fifth priority fulfilled they are scored with 6. If somebody only gets their second priority fulfilled they get a score of 8, because missing assignments are scored with the number of priorities.
- Loading branch information
bjorndown
committed
Feb 11, 2024
1 parent
8372ec2
commit 8460652
Showing
3 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters