Skip to main content

Jewels A

Jewels A is based on the Trail Making Test, a standard screening tool for dementia and cognitive assessment. The participant connects numbered jewels in ascending order by tapping them sequentially. Evidence suggests that digital Trail Making Tests reliably assess the same cognitive domains as their pen-and-paper counterparts.

ActivitySpec: lamp.jewels_a

Cognitive domain: Executive function, visual and motor abilities

Configurationโ€‹

  1. Navigate to the Activities tab and click + Add.
  2. Select Jewels and choose the Trails A variant.
  3. Configure the following settings:
SettingDescription
ModeDifficulty level โ€” Beginner, Intermediate, Advanced, or Expert. Higher difficulty reduces the time limit. Duration can also be set directly.
Initial Diamond CountNumber of jewels in Level 1 (up to 25)
Initial Shape CountNumber of shapes beyond the standard count
Bonus pointsPoints awarded for each completed level
API settings fields
Dashboard SettingAPI FieldType
Modemodenumber (1 = beginner, 4 = expert)
Initial Diamond Countdiamond_countnumber (default 15)
Initial Shape Countshape_countnumber (default 1)
Bonus pointsbonus_point_countnumber (default 50)
โ€”variantstring (if trails_b, shapes increase)
โ€”beginner_secondsnumber (time limit)
โ€”intermediate_secondsnumber (time limit)
โ€”advanced_secondsnumber (time limit)
โ€”expert_secondsnumber (time limit)

Sample Instructionsโ€‹

"Tap the jewels in chronological order, starting with number 1."

Usageโ€‹

The participant sees numbered jewels placed randomly on the screen and must tap them in ascending numerical order. Each level adds more jewels. The game continues until time runs out or the participant voluntarily exits.

Scoringโ€‹

Scoring is out of 100 points, with each incorrect jewel resulting in a deduction of 2 points.

References
  1. Soo-Yong Park & Nadja Schott (2021) The trail-making-test: Comparison between paper-and-pencil and computerized versions in young and healthy older adults, Applied Neuropsychology: Adult, DOI: 10.1080/23279095.2020.1864374
  2. Chanda Simfukwe, Young Chul Youn, Sang Yun Kim & Seong Soo An (2021) Digital trail making test-black and white: Normal vs MCI, Applied Neuropsychology: Adult, DOI: 10.1080/23279095.2021.1871615
  3. Magdalene R. Bracken, Anya Mazur-Mosiewicz & Kuba Glazek (2019) Trail Making Test: Comparison of paper-and-pencil and electronic versions, Applied Neuropsychology: Adult, 26:6, 522-532, DOI: 10.1080/23279095.2018.1460371
  4. Robert P. Fellows, Jessamyn Dahmen, Diane Cook & Maureen Schmitter-Edgecombe (2017) Multicomponent analysis of a digital Trail Making Test, The Clinical Neuropsychologist, 31:1, 154-167, DOI: 10.1080/13854046.2016.1238510

Demoโ€‹

Screenshotsโ€‹

Jewels gameplayjewels customization

Dataโ€‹

static_dataโ€‹

FieldTypeDescription
pointnumber1 = timed out, 2 = voluntarily exited
scorestringPercentage correct (e.g., "97.37")
total_attemptsnumberTotal tap attempts
total_bonus_collectednumberAccumulated bonus (time remaining โˆ’ 2 ร— errors)
total_jewels_collectednumberCorrectly tapped jewels

temporal_slicesโ€‹

FieldDescription
itemJewel number tapped
typetrue = correct, false = incorrect
durationTime since previous tap (ms)
levelTrial level
valueUnused

Exampleโ€‹

{
"timestamp": 1650900108188,
"activity": "zezv4mhv2p6v8n60f5dq",
"duration": 166494,
"static_data": {
"point": 2,
"score": "97.37",
"total_attempts": 76,
"total_bonus_collected": 239,
"total_jewels_collected": 74
},
"temporal_slices": [
{ "item": 1, "value": null, "type": true, "duration": 0, "level": 1 },
{ "item": 2, "value": null, "type": true, "duration": 1852, "level": 1 },
{ "item": 3, "value": null, "type": true, "duration": 1211, "level": 1 }
]
}

Cortex Featuresโ€‹

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

Game results returns average tap time per level.

View in Portal | Python SDK | API Reference

See also: Jewels B โ€” the alternating variant