Multiple Object Tracking (Online, RG Study)
●ValidatedPlatform: HTML · English · · verified today
scienceThis is a task in the RobbinGobblin Study study. Click to know more.
Description
The online Multiple Object Tracking task of the Bavelier lab's visual-attention battery (the JoVE 'Methods to Test Visual Attention Online' lineage), as run in the RobbinGobblin study. Moving dots appear as faces: cued targets start as blue sad faces, then all faces become yellow happy faces and keep moving; finally all dots stop and one is queried, and the participant presses B (was cued/started blue) or Y (was always yellow). The main task is 3 blocks of 20 trials (60 trials) with breaks between blocks, preceded by a gated practice phase. The number of attended dots varies per trial according to a fixed order (trialorder.txt); dot setup and movement use a seeded RNG (seedrandom.js) so trials are reproducible from the saved seeds. Stimulus sizes are calibrated per participant with a credit-card/CD screen-calibration procedure (pixels-per-degree). Frame draws (numDrawCalls) are logged per trial to audit timing fidelity. The study's MOT score — proportion correct on trials with 3 or more attended dots — drove group allocation in the RobbinGobblin randomization. This is a verbatim client-side port of the corrected rg-study code: only the PHP session/database layer was replaced (URL parameters + calibration in localStorage, results downloaded as JSON).
Contact & Lab
Contributors
Citation
- Pylyshyn, Z. W., & Storm, R. W. (1988). Tracking multiple independent targets: Evidence for a parallel tracking mechanism. Spatial Vision, 3(3), 179–197.
- Yung, A., Cardoso-Leite, P., Dale, G., Bavelier, D., & Green, C. S. (2015). Methods to test visual attention online. Journal of Visualized Experiments, (96), e52470. https://doi.org/10.3791/52470
Credits
Client-side port of the RG-study MOT (gitlab.unige.ch/bavelierlab/rg-study, online-visual-attention lineage), Brain and Learning Lab (UNIGE).
Target Population
Languages
Run under
Modalities
Task Outputs
Measure multiple-object tracking capacity (proportion correct by number of attended dots) with reproducible seeded trials.
numAttendDots- Tracking accuracy per numAttendDots
- MOT score (proportion correct on trials with ≥3 attended dots)
| Variable | Role | Type | Description | Unit |
|---|---|---|---|---|
trialStart | metadata | number | Trial start timestamp | - |
numAttendDots | independent | number | Number of cued dots on the trial | - |
probeTracked | independent | number | Whether the queried dot was originally cued | - |
response | dependent | number | Participant response (B/Y key) | - |
correctstar | dependent | number | 1 if correct | - |
rt | dependent | number | Response time | ms |
targetSeed | metadata | string | RNG seed for dot setup | - |
trialSeed | metadata | string | RNG seed for dot movement | - |
numDrawCalls | metadata | number | Frames drawn during the trial (timing audit) | - |
pxperdeg | metadata | number | Pixels per degree from calibration | - |
Administration
- Duration
- ≈ 15 min
- Sessions
- 1
- Input
- keyboardmouse
- Audio
- no audio
- Adaptivity
- fixed
- Pause / resume
- cancelNo
- Practice phase
- check_circleYes
- Offline-capable
- check_circleYes
- Sessions notes
- Administered at pre-test and post-test in the RobbinGobblin study; each administration is a single sitting.
Provenance
Source: nccr-seed
Fetched: 2026-09-07
Last verified: 2026-09-07 — passed
