Skip to main content

Spatial Span

Spatial Span assesses visuospatial memory, derived from the Corsi Block Test and Wechsler Spatial Span tests. White squares are arranged in a grid; squares "light up" (change to green) one at a time, and the participant must reproduce the sequence. Spatial span assessments have been used in populations including individuals with autism, psychosis, and depression.

ActivitySpec: lamp.spatial_span

Cognitive domain: Visuospatial memory, working memory

Configurationโ€‹

  1. Navigate to the Activities tab and click + Add.
  2. Select Spatial Span.
  3. Configure:
SettingDescription
Tap OrderForward Spatial Span or Backward Spatial Span

Forward: Reproduce the sequence in the same order. Backward: Reproduce the sequence in reverse order โ€” also measures working memory as processing is required before reproducing.

API settings fields
Dashboard SettingAPI FieldType
Tap Orderreverse_tappingboolean (true = Backward, false = Forward)

Sample Instructionsโ€‹

Forward: "You will see a grid of boxes. The boxes will light up in a certain order. Remember that order, and then tap the boxes in the same order in which they lit up. Each level will have more boxes light up. See how far you can get!"

Backward: "You will see a grid of boxes. The boxes will light up in a certain order. Remember that order, and then tap the boxes in the REVERSE order in which they lit up. Each level will have more boxes light up. See how far you can get!"

Usageโ€‹

Squares light up one at a time, then return to white. The participant taps the squares in the correct order (forward or backward). At every subsequent level, the number of squares increases.

Scoringโ€‹

Scoring is based on how many times participants can correctly complete the task within the time limit.

References
  1. Woods, D. L. et al. (2016) An improved spatial span test of visuospatial memory. Memory, 24(8), 1142-1155. DOI: 10.1080/09658211.2015.1076849
  2. Wang, Y. et al. (2017) A meta-analysis of working memory impairments in autism spectrum disorders. Neuropsychology Review, 27, 46-61. DOI: 10.1007/s11065-016-9336-y
  3. Sheffield, J. M. et al. (2018) Cognitive deficits in psychotic disorders: a lifespan perspective. Neuropsychology Review, 28, 509-533. DOI: 10.1007/s11065-018-9388-2
  4. Douglas, K. M. et al. (2018) Prevalence of cognitive impairment in major depression and bipolar disorder. Bipolar Disorders, 20(3), 260-274. DOI: 10.1111/bdi.12602

Demoโ€‹

Screenshotsโ€‹

Spatial Span forwardSpatial Span gameplayspatial span customizationSpatial Span conclusion

Dataโ€‹

static_dataโ€‹

FieldTypeDescription
pointnumber2 if all correct, else 1
scorenumberPercentage of stages correct
correct_answersnumberTotal correct taps
wrong_answersnumberTotal incorrect taps
StartTimestringSession start (human-readable)
EndTimestringSession end (human-readable)

temporal_slicesโ€‹

FieldDescription
itemGrid box index (1โ€“16, row-major)
typetrue = correct, false = incorrect
durationTime since previous tap (ms). First duration includes sequence display time.
levelSequence level (advances each round)
valueUnused

Cortex Featuresโ€‹

spatial_span (raw) โ†’ game_level_scores (primary) โ†’ game_results (secondary)

Game results returns average tap time per level.

View in Portal | Python SDK | API Reference