Script Author: Katja Borchert, Ph.D. (katjab@millisecond.com), Millisecond
Created: January 14, 2023
Last Modified: January 11, 2025 by K. Borchert (katjab@millisecond.com), Millisecond
Script Copyright © Millisecond Software, LLC
This script implements Millisecond's version of the Linguistic Serial Reaction Time (SRT) task - also referred to as the AGL-SRT- described by Misyak et al (2010) and Quam et al (2018). The linguistic SRT task combines a serial reaction time task with artificial grammar learning (Misyak et al, 2010) and has been used as a measure of procedural memory in language learning (Quam et al, 2018).
Misyak, J. B., Christiansen, M. H., and Tomblin, J. B. (2010). On-line individual differences in statistical learning predict language processing. Front. Psychol. 1:31. doi: 10.3389/fpsyg.2010.00031
Quam, C., Wang, A., Maddox, W. T., Golisch, K., & Lotto, A. (2018). Procedural-Memory, Working-Memory, and Declarative-Memory Skills Are Each Associated With Dimensional Integration in Sound-Category Learning. Frontiers in Psychology, 9, 1828–1828. https://doi.org/10.3389/fpsyg.2018.01828
40 minutes
Column1 holds two different 'A' nonwords (sampled from 3 possible ones). One 'A' word is the target and the other one is the foil.
Column2 holds two different 'B' nonwords (sampled from 24 possible ones). One 'B' word is the target and the other one is the foil.
Column3 holds two different 'C' nonwords (sampled from 3 possible ones). One 'C' word is the target and the other one is the foil.
For each column (starting with the A column), the computer plays a soundfile that pronounces the target and the participants' task is to select the spoken word in the matrix as fast as possible. As soon as the response is registered, the soundfile for the next column is played and so on. At the end of a sequence a blank screen is shown for a short duration before the next 2x3 matrix is presented.
1. Training: Participants work through 6 blocks of training (72 trials each). During training, the C-nonwords always depend on the A-nonwords (the pairing of the three A-nonwords and the three C-nonword is randomly decided at script start) => artificial 'grammar learning'
2. Disruption: Participants work through 1 block of 24 trials. During the shorter disruption block, the previously learned AC-dependencies are completely avoided. Thus, A-nonwords are always presented with one of the C-nonwords that the A-nonwords were NOT paired with during training.
3. Recovery: Participants work through 1 block of 72 trials. During recovery, the training AC pairings are once again in effect.
A-nonwords: the nonwords that appear in the left column of the matrix
B-nonwords: the nonwords that appear in the center column of the matrix
C-nonwords: the nonwords that appear in the right column of the matrix
(see list.A, list.B, list.C)
provided by Millisecond - can be edited under section 'Editable Stimuli/Lists'
The soundfiles were generated by FIVERR by (female American English Native Speaker), Millisecond .
provided by Millisecond - can be edited under section 'Editable Instructions'
File Name: linguisticsrt_summary*.iqdat
| Name | Description |
|---|---|
| inquisit.version | Inquisit version number |
| computer.platform | Device platform: win | mac |ios | android |
| computer.touch | 0 = device has no touchscreen capabilities; 1 = device has touchscreen capabilities |
| computer.hasKeyboard | 0 = no external keyboard detected; 1 = external keyboard detected |
| startDate | Date the session was run |
| startTime | Time the session was run |
| subjectId | Participant ID |
| groupId | Group number |
| sessionId | Session number |
| elapsedTime | Session duration in ms |
| completed | 0 = Test was not completed 1 = Test was completed |
| sequenceFlag | Should be empty BUT sequenceFlag = stores the phase and blocknumber during which the default sequence was run because the script couldn't generate a unique sequence within time constraints |
Training1-Training6 |
|
| training1PropTargetA | Proportion selected A targets |
| training1MeanRTTargetA | Mean response time in selecting A targets |
| training1PropTargetB | Proportion selected B targets |
| training1MeanRTTargetB | Mean response time in selecting B targets |
| training1PropTargetC | Proportion selected C targets |
| training1MeanRTTargetC | Mean response time in selecting C targets |
Disruption |
|
| disruptionPropTargetA | Proportion selected A targets |
| disruptionMeanRTTargetA | Mean response time in selecting A targets |
| disruptionPropTargetB | Proportion selected B targets |
| disruptionMeanRTTargetB | Mean response time in selecting B targets |
| disruptionPropTargetC | Proportion selected C targets |
| disruptionMeanRTTargetC | Mean response time in selecting C targets |
Recovery |
|
| recoveryPropTargetA | Proportion selected A targets |
| recoveryMeanRTTargetA | Mean response time in selecting A targets |
| recoveryPropTargetB | Proportion selected B targets |
| recoveryMeanRTTargetB | Mean response time in selecting B targets |
| recoveryPropTargetC | Proportion selected C targets |
| recoveryMeanRTTargetC | Mean response time in selecting C targets |
File Name: linguisticsrt_raw*.iqdat
| Name | Description |
|---|---|
| build | Inquisit version number |
| computer.platform | Device platform: win | mac |ios | android |
| computer.touch | 0 = device has no touchscreen capabilities; 1 = device has touchscreen capabilities |
| computer.hasKeyboard | 0 = no external keyboard detected; 1 = external keyboard detected |
| date | Date the session was run |
| time | Time the session was run |
| subject | Participant ID |
| group | Group number |
| session | Session number |
| blockcode | The name the current block (built-in Inquisit variable) |
| blocknum | The number of the current block (built-in Inquisit variable) |
| trialcode | The name of the currently recorded trial (built-in Inquisit variable) |
| trialnum | The number of the currently recorded trial (built-in Inquisit variable) trialnum is a built-in Inquisit variable; it counts all trials run even those that do not store data to the data file. |
| pairAC1 | The AC1 pair (e.g. pel-tood) |
| pairAC2 | The AC2 pair (e.g. dak-rud) |
| pairAC3 | The AC3 pair (e.g. vot-jic) |
| a1 | The A1 word (e.g. pel) |
| c1 | The C1 word (e.g. tood) |
| a2 | The A1 word (e.g. dak) |
| c2 | The C1 word (e.g. rud) |
| a3 | The A1 word (e.g. vot) |
| c3 | The C1 word (e.g. jic) |
| phase | The current phase of the script (e.g. "training") |
| defaultSeq | 0 = a unique (training) sequence could be generated for the current block 1 = a unique (training) sequence could not be generated; the default one was used instead (should be rare) |
| blockCounterPerPhase | The number of blocks run in the current phase |
| trialCounterPerBlock | The number of trials run in the current block |
| target | Stores the current target sequence (e.g. dak-loga-rud) |
| foil | Stores the current foil sequence (e.g. vot-kicey-jic) |
| aTarget | The A target (e.g. dak) |
| aTargetIndex | The itemnumber of targetA (used to call the soundfile) |
| aTargetSoundFile | The played targetA soundfile |
| bTarget | The B target (e.g. loga) |
| bTargetIndex | The itemnumber of targetB (used to call the soundfile) |
| bTargetSoundFile | The played targetB soundfile |
| cTarget | The C target (e.g. rud) |
| cTargetIndex | The itemnumber of targetB (used to call the soundfile) |
| cTargetSoundFile | The played targetC soundfile |
| aFoil | The A foil (e.g. vot) |
| bFoil | The B foil (e.g. kicey) |
| cFoil | The C foil (e.g. jic) |
| aTargetPosition | 1 = target A on top; 2 = target A on bottom |
| bTargetPosition | 1 = target B on top; 2 = target B on bottom |
| cTargetPosition | 1 = target B on top; 2 = target B on bottom |
| response | The response of participant: the selected response (e.g. ATarget) |
| correct | Correctness of response (1 = correct, 0 = error) |
| latency | Response latency (in ms); measured from: onset of nonword |
The procedure can be adjusted by setting the following parameters.
| Name | Description | Default |
|---|---|---|
Design Elements |
||
| withBreaksAfterTrainingBlocks | False: no breaks after training blocks true: rest after training blocks | false |
| numberTrainingsBlocks | The number of training blocks run this script only collects summary data for up to 6 training block | 6 |
Sizing Parameters |
||
| boxHeightPct | The proportional height of the grid boxes (relative to canvas height) | 30% |
Timing Parameters |
||
| startDurationMS | Delay (in ms) of the first nonword | 250 |
| itiMS | Intertrial interval (in ms) after each trial | 750 |