A jsPsych plugin for the Trail Making Test (TMT), where participants connect circles in sequence. Supports Part A (numbers only) and Part B (alternating numbers and letters).
npm install @jspsych-contrib/plugin-trail-makingA jsPsych plugin for the Trail Making Test (TMT), a neuropsychological test of visual attention and task switching. Participants connect circles in sequence as quickly as possible.
- Part A: Connect numbers in order (1-2-3-4...)
- Part B: Alternate between numbers and letters (1-A-2-B-3-C...)
``html`
``
npm install @jspsych-contrib/plugin-trail-making
`js`
import jsPsychTrailMaking from "@jspsych-contrib/plugin-trail-making";
@jspsych-contrib/plugin-trail-making` requires jsPsych v8.0.0 or later.
See the documentation for parameters, data output, and usage examples.