Skip to main content

Stroop Color-Word Test

The Stroop Color-Word Interference Test (Stroop, 1935) measures selective attention, cognitive control, and interference suppression. Color words are displayed in mismatching ink colors, and participants must name the ink color while ignoring the word itself. The Stroop effect -- slower responses on incongruent trials -- is one of the most robust findings in cognitive psychology.

ActivitySpec: lamp.stroop

Cognitive domain: Selective attention, cognitive control, interference suppression

Configurationโ€‹

SettingDescription
Trials per ConditionNumber of trials per condition
ConditionsComma-separated conditions to include
Fixation DurationFixation cross duration (ms)
Feedback DurationFeedback display duration (ms)
API settings fields
Dashboard SettingAPI FieldTypeDefault
Trials per Conditiontrials_per_conditionnumber20
Conditionsconditionsstring"congruent,incongruent,neutral"
Fixation Durationfixation_msnumber500
Feedback Durationfeedback_msnumber500

Sample Instructionsโ€‹

"A color word will appear on screen. Tap the button that matches the INK COLOR of the word, not the word itself."

Usageโ€‹

Each trial begins with a fixation cross (500 ms), followed by a color word stimulus displayed in a specific ink color. Four color response buttons (red, blue, green, yellow) are arranged in a 2x2 grid. The participant taps the button matching the ink color of the word.

Trials fall into three conditions: congruent (word and ink color match, e.g., "RED" in red ink), incongruent (word and ink color conflict, e.g., "RED" in blue ink), and neutral (non-color word in colored ink, e.g., "DESK" in green ink). Trials are randomized across conditions with ink colors balanced. Correctness feedback is displayed for 500 ms after each response.

Scoringโ€‹

The Stroop effect (incongruent mean RT minus congruent mean RT) is the primary metric. Per-condition accuracy and RT are also reported.

References
  1. Stroop, J. R. (1935). Studies of interference in serial verbal reactions. Journal of Experimental Psychology, 18(6), 643-662. DOI: 10.1037/h0054651
  2. MacLeod, C. M. (1991). Half a century of research on the Stroop effect: an integrative review. Psychological Bulletin, 109(2), 163-203. DOI: 10.1037/0033-2909.109.2.163

Dataโ€‹

static_dataโ€‹

FieldTypeDescription
stroop_effectnumberIncongruent mean RT minus congruent mean RT (ms)
overall_mean_rtnumberMean RT across all conditions (ms)
overall_accuracynumberProportion correct across all conditions
total_trialsnumberTotal trials
total_correctnumberTotal correct responses
total_errorsnumberTotal errors
congruentobject{count, correct_count, error_count, mean_rt, median_rt, sd_rt}
incongruentobject{count, correct_count, error_count, mean_rt, median_rt, sd_rt}
neutralobject{count, correct_count, error_count, mean_rt, median_rt, sd_rt}
scorenumberOverall score
correct_answersnumberTotal correct
wrong_answersnumberTotal errors
total_questionsnumberTotal trials
questionnaireobjectPost-game ratings: clarity (1-5), happiness (1-5)

temporal_slicesโ€‹

One entry per trial.

FieldTypeDescription
itemnumberTrial index
levelnumberAlways 1
typebooleanWhether the response was correct
valuenullUnused
durationnumberReaction time (ms)
wordstringThe displayed word
ink_colorstringThe ink color of the word
responsestringThe color the participant selected
conditionstring"congruent", "incongruent", or "neutral"

Cortex Featuresโ€‹

No Cortex features are currently available for this activity.

View in Portal | Python SDK | API Reference