Sorting (Classification) Questions
A sorting question provides category buckets and a set of items, and asks you to place each item in the group it belongs to based on a shared property.
How to approach it
Define what each bucket means before you sort, then place the unambiguous items first. The hard items usually sit on the boundary between two categories.
Example
Sort the animals into Vertebrate vs. Invertebrate: dog, spider, frog, octopus.
Common variants
- Two-bucket sort
- Multi-category sort
- Venn-style overlap sort
Where you'll see it
- Wayground
- H5P
- Quizizz
How AI Solve Quiz helps with sorting questions
AI Solve Quiz explains the defining property of each category and why each item lands where it does.
AI Solve Quiz is a study and explanation tool for practice and learning. It must not be used during graded assessments or proctored exams — see our Academic Integrity Policy.
Frequently asked questions
How is sorting different from matching? ▼
Matching pairs one item to one partner; sorting groups many items into a smaller number of shared categories.
Related question types
Multiple Choice A multiple choice question presents a stem (the question) and a fixed list of options, exactly one of which is correct. The wrong options are called distractors and are written to look plausible. Multiple Response A multiple response question has two or more correct options and asks you to select every one of them. Because partial credit is common, each checkbox is effectively its own true/false decision. True/False A true/false question gives one statement and asks you to judge whether it is correct. Yes/no and agree/disagree items are the same binary format. Fill in the Blank A fill-in-the-blank question removes a key word, term or value from a sentence and asks you to type it in. Grading usually matches your text against an accepted-answer list.