Script Author: David Nitz (dave@millisecond.com), Millisecond
Last Modified: January 20, 2023 by K. Borchert (katjab@millisecond.com), Millisecond
Script Copyright © Millisecond Software, LLC
This script implements a practice session for the Immediate & Delayed Memory Task (IMT/DMT) described in:
Dougherty, D.M., Marsh, D.M., and Mathias, C.W. (2002). Immediate and Delayed Memory Tasks: A computerized measure of memory, attention, and impulsivity. Behavior Research Methods, Instruments, and Computers, 34, 391-398.
6 minutes
Participants view a steady stream of 5-digit (default) numbers and are asked to click the Mouse button if the current target number is identical to the one before it. 2 slightly different conditions: A) Delayed Memory Task: the target numbers are followed by three distractor numbers. The distractor numbers are always the same number (12345). B) Immediate Memory Task: target numbers follow target numbers immediately. No distractors are used.
Experimenter can select via parameters.taskType which conditions (and in which order) participant runs through
the task(s)
1 => only IMT task (for practice: 2 repetitions)
2 => only DMT task (for practice: 2 repetitions)
3 => IMT task -> DMT task (for practice: once per task)
4 => DMT task -> IMT task (for practice: once per task)
target numbers (identical repeats): exact repeat of the last presented 5-digit number
catch numbers (similar numbers): 5-digit numbers (default) that differ by only 1 digit from the previous number
(and are not equal to distractor items)
filler numbers (different numbers): randomly generated 5-digit numbers that differ in at least 2 digits from
the previous number (and are not equal to distractor items)
Numbers are presented black on white. Size can be set via parameters.stimSize
This script implements a practice session for the IMTDMT task and includes task instructions.
It should be noted that the original IMTDMT application
•does not* display task instructions at all.
Due to copyright concerns, the instructions provided in this script are are NOT the original instructions.
Original instructions may be obtained
by contacting the original author and can be exchanged for the ones provided.
Furthermore, Dougherty et al employ the use of flashcards in their original IMTDMT procedure to
demonstrate the procedure before they start the participants on the computer.
In this script, participants jump right into a practice session on the computer.
However, the use of flashcards can still be included in individual testing sessions if needed.
File Name: imtdmtPracticeSummary*.iqdat
| Name | Description |
|---|---|
| inquisit.version | Inquisit version number |
| computer.platform | Device platform: win | mac |ios | android |
| 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 |
| nDigits | Number of digits for stimuli. Valid range is 2-7. Default is 5. Default is "1234567". The distractor string will automatically be cropped to the correct length as specified by nDigits. imt |
| imtTotalCorrectDetections | Total number of correct detections across all IMT blocks. |
| imtNTargetTrialsTotal | Total number of Target trials across all IMT blocks. |
| imtCorrectDetectionsPctTotal | Computes the percentage of correct detections across all IMT blocks. |
| imtTotalCommissionErrors | Total number of Commission errors across all IMT blocks. |
| imtNCatchTrialsTotal | Total number of Catch trials across all IMT blocks. |
| imtCommissionErrorsPctTotal | Computes the percentage of Commission errors across all IMT blocks. |
| imtTotalFillerErrors | Total number of Filler errors across all IMT blocks. |
| imtNFillerTrialsTotal | Total number of Filler trials across all IMT blocks. |
| imtFillerErrorsPctTotal | Computes the percentage of Filler errors across all IMT blocks. |
| imtMeanTargetLatencyTotal | Computes the mean RT for responses to Target stimuli across all IMT blocks. |
| imtMeanCatchLatencyTotal | Computes the mean RT for responses to Catch stimuli across all IMT blocks. |
| imtHr | Computes the hit-rate across all IMT blocks. |
| imtFr | Computes the false-alarm-rate across all IMT blocks. |
| imtDPrime | Computes d' for the IMT (parametric measure of discriminability). |
| imtAPrime | Computes ß (beta) for the IMT (parametric measure of bias). |
| imtBeta | Computes A' for the IMT ("nonparametric" measure of discriminability). |
| imtBd | Computeds B''d for the IMT ("nonparametric" measure of bias; cf. Donaldson, 1992). dmt |
| dmtBlockCount | Number of DMT blocks run. |
| dmtTotalCorrectDetections | Total number of correct detections across all DMT blocks. |
| dmtNTargetTrialsTotal | Total number of Target trials across all DMT blocks. |
| dmtCorrectDetectionsPctTotal | Computes the percentage of correct detections across all DMT blocks. |
| dmtTotalCommissionErrors | Total number of Commission errors across all DMT blocks. |
| dmtNCatchTrialsTotal | Total number of Catch trials across all DMT blocks. |
| dmtCommissionErrorsPctTotal | Computes the percentage of Commission errors across all DMT blocks. |
| dmtTotalFillerErrors | Total number of Filler errors across all DMT blocks. |
| dmtNFillerTrialsTotal | Total number of Filler trials across all DMT blocks. |
| dmtFillerErrorsPctTotal | Computes the percentage of Filler errors across all DMT blocks. |
| dmtTotalDistractorErrors | Total number of Distractor errors across all DMT blocks. |
| dmtNDistractorTrialsTotal | Total number of Distractor trials across all DMT blocks. |
| dmtDistractorErrorsPctTotal | Computes the percentage of Distractor errors across all DMT blocks. |
| dmtMeanTargetLatencyTotal | Computes the mean RT for responses to Target stimuli across all DMT blocks. |
| dmtMeanCatchLatencyTotal | Computes the mean RT for responses to Catch stimuli across all DMT blocks. |
| dmtHr | Computes the hit-rate across all DMT blocks. |
| dmtFr | Computes the false-alarm-rate across all DMT blocks. |
| dmtDPrime | Computes d' for the DMT (parametric measure of discriminability). |
| dmtAPrime | Computes ß (beta) for the DMT (parametric measure of bias). |
| dmtBeta | Computes A' for the DMT ("nonparametric" measure of discriminability). |
| dmtBd | Computeds B''d for the DMT ("nonparametric" measure of bias; cf. Donaldson, 1992). Parameter Settings used |
| taskType | 1 = Run IMT only 2 = Run DMT only 3 = Run IMT -> DMT alternatingly 4 = Run DMT -> IMT alternatingly Default is 3. |
| nBlocksPerTask | Number of blocks per task. I.e., with taskType=3 and nBlocksPerTask=2, there will be 2 IMT blocks and 2 DMT blocks in alternating order. Defaults For taskType=1 and taskType=2, nBlocksPerTask should be set to 4. For taskType=3 and taskType=4, nBlocksPerTask should be set to 2. |
| targetProbability | Default is 33. |
| catchProbability | Default is 33. |
| fillerProbability | Default is 34 (100-targetProbability-catchProbability) target-, catch- and fillerProbability *must* add up to 100! !!! IMPORTANT NOTICE !!! * The above probabilities only apply to individual trials. * They *do not* represent presentation probabilities across a session! * This is an important consideration when adjusting target and catch probabilities * because a filler stimulus always follows a target or catch stimulus to prevent * successive target or catch trials. * Additionally, the first stimulus in a testing block will always be a novel filler stimulus. * As a consequence, the actual percentage of trials for each stimulus type across an * entire session can be expected to be approx. *half* of the respective Probability value * specified. * If needed, exact (empirical) probabilities for a given may be calculated based on the * recorded (raw) data. |
| distractor | Type of distractor. Valid options are "1234567" and "0000000". |
| stimulusDuration | Display duration of digit stimulus. Default is 2000ms. |
| blackoutDuration | Blackout duration after stimulus display. Default is 2000ms. |
| blockDuration | Duration of a single task block in ms. Default is 75000ms |
| restDuration | Duration of rest period between task blocks in ms. Recommended values range between 15000 and 30000. restDuration can be set to 0 to run blocks without any breaks between them. Default is 15000ms Additional In Inquisit Lab, a screenshot can be saved any time a participant is presented a performance summary for the current block. To do so, go to trial.dmtSummaryTrial/trial.imtSummaryTrial |
File Name: imtdmtPracticeRaw*.iqdat
| Name | Description |
|---|---|
| build | Inquisit version number |
| computer.platform | Device platform: win | mac |ios | android |
| date | Date the session was run |
| time | Time the session was run |
| subject, group, | With the current subject/groupnumber |
| session | Session number |
| blockCode | Name of the current block |
| blockNum | Number of the current block |
| trialCode | Name of the current trial |
| trialNum | Number of the current trial |
| response | The participant's response (scancode of response buttons) |
| correct | Accuracy of response: 1 = correct response; 0 = otherwise |
| latency | The response latency (in ms); measured from: onset of target |
| imtBlockCount | Number of IMT blocks run |
| dmtBlockCount | Number of DMT blocks run. |
The procedure can be adjusted by setting the following parameters.
| Name | Description | Default |
|---|---|---|
| resolution. | Dougherty et al. recommend a height of approx. 33 mm for all (digit) stimuli. | |
| targetProbability | Default is 60. | |
| catchProbability | Default is 0. | |
| fillerProbability | Default is 40 (100-targetProbability-catchProbability) target-, catch- and fillerProbability *must* add up to 100! !!! IMPORTANT NOTICE !!! * The above probabilities only apply to individual trials. * They *do not* represent presentation probabilities across a session! * This is an important consideration when adjusting target and catch probabilities * because a filler stimulus always follows a target or catch stimulus to prevent * successive target or catch trials. * Additionally, the first stimulus in a testing block will always be a novel filler stimulus. * As a consequence, the actual percentage of trials for each stimulus type across an * entire session can be expected to be approx. *half* of the respective Probability value * specified. * If needed, exact (empirical) probabilities for a given may be calculated based on the * recorded (raw) data. | |
| nDigits | Number of digits for stimuli. Valid range is 2-7. Default is 5. | |
| distractor | Type of distractor. Valid options are "1234567" and "0000000". Default is "1234567". The distractor string will automatically be cropped to the correct length as specified by nDigits. | |
| blockDuration | Duration of a single task block in ms. Default is 75000 | |
| restDuration | Duration of rest period between task blocks in ms. Recommended values range between 15000 and 30000. restDuration can be set to 0 to run blocks without any breaks between them. Default is 15000ms | |
| stimulusDuration | Display duration of digit stimulus. Default is 2000ms. | |
| blackoutDuration | Blackout duration after stimulus display. Default is 2000ms. | |
| taskType | 1 = Run IMT only 2 = Run DMT only 3 = Run IMT -> DMT alternatingly 4 = Run DMT -> IMT alternatingly Default is 3. | |
| nBlocksPerTask | Number of blocks per task. I.e., with taskType=3 and nBlocksPerTask=2, there will be 2 IMT blocks and 2 DMT blocks in alternating order. Defaults For taskType=1 and taskType=2, nBlocksPerTask should be set to 4. For taskType=3 and taskType=4, nBlocksPerTask should be set to 2. !!! THESE VARIABLES CAN BE EDITED IN THIS SCRIPT BUT ARE FIXED IN THE ORIGINAL IMTDMT PROGRAM. | |
| minLatency | The minimum latency that is accepted for a true response | 100ms |
| dmtNDistractors | Number of consecutive distractor trials | 3 |
| minhDist | Minimum number of digits that need to differ between a new filler stimulus and a previous stimulus Debugging Parameter | 2 |
| showdebuginfo | 1 = displays red debugging info on the screen; 0 = debugging info cannot be seen Recommended settings for *Training Sessions* - targetProbability = 60 - catchProbability = 0 - blockDuration = 75000 (75 secs) - restDuration = 15000 (15 secs) - stimulusDuration = 2000 - blackoutDuration = 2000 |