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.
ah yeah re-read -> strange definition of scoring 100% though: getting them all wrong.
Thanks though
not sure the test are right for python eg
test.assert_equals(possibly_perfect(['A', 'B', 'A', '_'], ['B', 'A', 'C', 'C']), True)
seems like the student answered question B, but the answer was A, so the student will not be able to have a perfect score