Adaptive Question Selection
Also called: adaptive item selection, next-question selection
Adaptive question selection is the rule an adaptive assessment uses to choose the next item from its bank. The algorithm evaluates what is currently uncertain and selects a question expected to improve the estimate while respecting constraints such as content coverage, item exposure, fairness, and maximum test length.
Reviewed July 14, 2026 · 2 min read
When faced with a complex decision, I prioritize a methodical approach over intuitive leaps.
The selection loop
An adaptive assessment repeats three operations:
- update the current estimate from all answers so far;
- score eligible questions according to a selection objective;
- ask the best permitted question and repeat.
Eligibility matters. A useful algorithm excludes already seen items, limits near-duplicates, and enforces coverage across the intended construct.
Selection objectives
Item response theory systems often maximize information near the current trait estimate. Bayesian classifiers may select the question with the greatest expected information gain—the largest predicted reduction in uncertainty across possible profiles.
Other objectives can minimize expected error, separate the two most plausible outcomes, or balance several dimensions. These methods are related but not interchangeable.
Why the “best” item needs constraints
Pure optimization can repeatedly select similar items because they are statistically efficient. That risks measuring a narrow slice of the construct and making the experience repetitive. Content balancing ensures the result still represents the definition being claimed.
Exposure controls also prevent a small set of highly informative items from appearing for nearly everyone. Fairness review checks whether selection behaves differently across groups for irrelevant reasons.
A personality example
If two possible profiles differ mainly on assertiveness, a question about assertive behavior may add more information than another question about organization. Once that uncertainty is resolved, the algorithm can move to another dimension. Adaptation changes the route, not the underlying standard of evidence.
Go deeper: How Soultrace chooses each question
Sources
- Computerized Adaptive Personality Testing — Psychological Assessment
- Computerized Adaptive Testing for Narcissistic Personality — Frontiers in Psychology
- How Soultrace Works: A Technical Deep-Dive — Soultrace