Skip to main content

Wisconsin Card Sorting Test

The Wisconsin Card Sorting Test (WCST) is the gold-standard measure of cognitive flexibility, set-shifting, and abstract reasoning. Participants sort cards by matching to one of four key cards, but the sorting rule (color, shape, or number) is never stated — they must infer it from correctness feedback. The rule changes without warning after 10 consecutive correct sorts, requiring flexible adaptation. Perseverative errors (continuing to sort by the old rule after a shift) are the most clinically informative metric.

ActivitySpec: lamp.wcst

Cognitive domain: Cognitive flexibility, set-shifting, abstract reasoning

Configuration

SettingDescription
Deck SizeNumber of cards (64 or 128)
Time LimitPer-trial timeout in seconds (0 = untimed)
API settings fields
Dashboard SettingAPI FieldTypeDefault
Deck Sizedeck_sizenumber64
Time Limittime_limit_per_trial_snumber0

Sample Instructions

"Match each card to one of the four cards at the top. You can match by color, shape, or number. You will not be told the rule — use the feedback to figure it out. The rule may change without warning."

Usage

Four key cards are displayed at the top: 1 Red Triangle, 2 Green Stars, 3 Yellow Crosses, 4 Blue Circles. A response deck of 64 unique cards (4 colors x 4 shapes x 4 numbers) is presented one at a time, or 128 for the full version. The rule sequence follows Color, Shape, Number and repeats up to 6 categories. Ten consecutive correct sorts complete a category and trigger a rule shift. The participant receives only "Correct" or "Incorrect" feedback. The game ends when 6 categories are completed or the deck is exhausted.

Scoring

The primary clinical metrics are perseverative errors and categories completed. Perseverative errors occur when the participant continues sorting by the previous rule after a shift.

References
  1. Berg, E. A. (1948). A simple objective technique for measuring flexibility in thinking. Journal of General Psychology, 39(1), 15-22. DOI: 10.1080/00221309.1948.9918159
  2. Heaton, R. K. (1981). Wisconsin Card Sorting Test Manual. Odessa, FL: Psychological Assessment Resources.

Data

static_data

FieldTypeDescription
categories_completednumberNumber of sorting categories achieved (max 6)
perseverative_responsesnumberResponses matching the previous rule
perseverative_errorsnumberIncorrect responses matching the previous rule
non_perseverative_errorsnumberErrors not matching the previous rule
conceptual_level_responsesnumberCorrect responses in runs of 3+ consecutive correct
failure_to_maintain_setnumberTimes a run of 5+ correct was broken before reaching 10
trials_to_first_categorynumberTrials needed to complete the first category
total_trialsnumberTotal cards sorted
total_correctnumberTotal correct sorts
total_errorsnumberTotal errors
mean_rt_correct_msnumberMean RT on correct sorts (ms)
scorenumberOverall score
correct_answersnumberTotal correct sorts
total_questionsnumberTotal trials
questionnaireobjectPost-game ratings: clarity (1-5), happiness (1-5)

temporal_slices

One entry per card sort.

FieldTypeDescription
itemnumberCard index
typestringSort type
trial_numbernumberTrial sequence number
card_colorstringColor of the presented card
card_shapestringShape of the presented card
card_numbernumberNumber on the presented card
chosen_keynumberWhich key card was selected (1-4)
current_rulestringActive sorting rule ("color", "shape", or "number")
match_dimensionstringWhich dimension the sort matched
correctbooleanWhether the sort was correct
perseverativebooleanWhether the response matched the previous rule
perseverative_errorbooleanWhether this was a perseverative error
rt_msnumberReaction time (ms)
durationnumberTotal trial duration (ms)
consecutive_correctnumberCurrent streak of correct sorts
categories_completednumberCategories completed so far

Cortex Features

No Cortex features are currently available for this activity.

View in Portal | Python SDK | API Reference