Mark outlier values in FCE by instructor and by semester #228
Labels
No labels
beginner friendly
bug
chore
documentation
duplicate
feature
help wanted
invalid
needs-triage
question
size/L
size/M
size/S
size/XL
size/XS
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/dalmatian#228
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overall Objective
For each rating of an instructor/semester (running
/fcewith Aggregate by Instructor or All Semesters) we should indicate whether it is a good outlier (abnormally high for teaching/course or low for workload) or a bad outlier (the opposite).This can be done via an emoji or other formatting next to each value. Suggestions?
I think +- 2 standard deviations away from the mean would be best here, but try different ways of classifying outliers and see what they result in!
Suggested Approach
This will be done in
src/commands/fce.ts. The current file is split into two halves: running/fceon a single course, and running/fceon multiple courses. You'll only need to focus on the former.Add some testcases to
tests/fce.test.tsas well!