Skip to content

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