Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Shouldn't you include your_points in the average? The note in the description explicitly says your_points is not included. class_size is length of class_points, so it's also off by one (since you are also in this class). I think right now, you're checking whether you're better than the average student excluding yourself. If that's correct, then the note is somewhat confusing. Or am I missing something?