I love card sorts. I teach computer science and use card sorts as a well to help categorize things.
I love having some things that clearly sort into categories, and some things that are ambiguous.
I’d like to be able to check for correctness that a few particular cards are in the same set, but ignore where the ambiguous cards where placed.
Currently I’m having students sort cards based on whether something is or isn’t an algorithm. A student could make an argument that choreography is an algorithm (because it is a sequence of instructions), or could make an argument that it is not an algorithm (because the instructions aren’t being executed by a computer, or because the instructions won’t be able to be followed exactly the same way every time – there will be slight variations in the movement).
In my ideal world I have a key that checks that the really obvious algorithm is in the “is an algorithm” set, the really obvious non-algorithm is in the “not an algorithm” set, and that “is an algorithm” and “not an algorithm” are not in the same set. I also would love to be able to source from the CL which set the choreography card is in, and then prompt the student to explain their thinking:
if the choreo card is in the “is an alg” set: “Why do you think this is an algorithm?”
else: “Why do you think this is not an algorithm?”
Right now from the sources I can just get a count of all the cards, a count of “correct” cards, and whether or not the student’s sort matches the key.
I think that card sorts are much more intuitive than a series of similar multiple choice questions, but the sources for MC give me more control on how to automatically determine if a student has met the requirements for the slide.