A memory scanning task in which participants memorize a set of letters and then judge whether probe letters were in the memorized set.
Participants memorize a short set of letters (set sizes of 2, 4, and 6 by default). They are then shown a series of individual probe letters and must respond whether each probe was present or absent from the memorized set. Response time increases linearly with set size, providing a measure of memory scanning speed.
Measures: Memory scanning speed, short-term memory retrieval
| length1 | Set size 1 (default: 2) |
| length2 | Set size 2 (default: 4) |
| length3 | Set size 3 (default: 6) |
| rounds | Number of rounds. Rounds repeat all set sizes in order. (default: 2) |
| samestim | Whether the same stimuli should be used in each round. (default: 1) |
| trialsperblock | Number of target and foil trials per block (total trials = 2x this). (default: 25) |
| isi | Inter-stimulus interval. Time in ms of blank screen after response and before next stimulus. (default: 50) |
| stimset | Characters to sample the stimulus set from. Must contain at least as many as largest set size. (default: BCDFGHJKLMNPQRSTVWZ) |
| responsemode | Response method: auto (platform-aware), keyboardShift (L/R shift), keyboardSafe (Z/slash for web), arrowLR (left/right arrows), mousetarget (click targets), mousebutton (L/R mouse buttons), userselect (custom keys), touchtarget (large touch targets) (default: auto) |
| responselabels | Semantic labels for left and right responses (default: Array) |
| subNum | Participant ID |
| length | Memory set size (number of letters to remember) |
| trial | Trial number (cumulative across blocks) |
| set | The memorized letter set for this block |
| stim | The probe letter shown on this trial |
| targetfoil | Whether probe was a target (T) or foil (F) |
| resp | Participant response (present or absent) |
| corr | Whether response was correct (1=correct, 0=incorrect) |
| rt | Response time in milliseconds |