Script Author: Katja Borchert, Ph.D. (katjab@millisecond.com), Millisecond
Created: January 03, 2023
Last Modified: January 02, 2025 by K. Borchert (katjab@millisecond.com), Millisecond
Script Copyright © Millisecond Software, LLC
This script implements Millisecond's version of the Motor Praxis Task (MPT) described by Taylor et al (2019). The Motor Praxis Task tests psychomotor speed and visual tracking.
Researchers can select to run the task with an absolute screen size to ensure that distances stay the same across devices. The default setting is to use proportional sizing. Go to section Defaults for more information.
Taylor, Y., Merat, N., & Jamson, S. (2019). The Effects of Fatigue on Cognitive Performance in Police Officers and Staff During a Forward Rotating Shift Pattern. Safety and Health at Work, 10(1), 67–74. https://doi.org/10.1016/j.shaw.2018.08.003
Gur, R. C., Richard, J., Hughett, P., Calkins, M. E., Macy, L., Bilker, W. B., Brensinger, C., & Gur, R. E. (2010). A cognitive neuroscience-based computerized battery for efficient measurement of individual differences: Standardization and initial construct validation. Journal of Neuroscience Methods, 187(2), 254–262. https://doi.org/10.1016/j.jneumeth.2009.11.017
2 minutes
Participants are asked to quickly touch a series of blue dots as they appear on the screen in random locations. The dots continuously get smaller in size on each new trial. This script allows test administrators to set the start and end size of the dots as well as the number of trials to run. Based on these three variables (number of trials, start- and end size), the script calculates the size adjustment rate per trial.
1. Practice: 5 trials (editable parameter)
During the practice trials, the dot stays the same size.
The Dot appears randomly somewhere on the active canvas. Participants are instructed to touch
the dot as fast as possible. If no response occurs within the first 3se, a reminder text
stimulus appears on screen.
2. Test: 20 trials (editable parameter)
During the test trials, the dot gradually decreases in size (see Editable Parameters for size
settings). The Dot appears randomly somewhere on the active canvas. Participants are instructed to touch
the dot as fast as possible. No reminder text appears on screen if participants fail to respond.
Number of Trials in practice/test blocks as well as their color and size can be adjusted under
section Editable Parameters.
provided by Millisecond
The color of practice and test dots as well as sizes can be adjusted
under section Editable Parameters.
provided by Millisecond - can be edited under section 'Editable Instructions'
File Name: motorpraxistest_summary*.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 |
| numberOfTrials | The set number of test trials to run |
| meanRT | The mean response latency (in ms) |
| medianRT | The median response latency (in ms) |
File Name: motorpraxistest_raw*.iqdat
| Name | Description |
|---|---|
Built-In Inquisit Variables |
|
| 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 response of participant during current trial |
| latency | Response latency (in ms); measured from onset of dot |
Custom Variables |
|
| trialCounter | Counts the number of trials run |
| xPct | Horizontal coordinate of the current dot (in %) |
| yPct | Vertical coordinate of the current dot (in %) |
| stimSizeAdjust | The percentage height adjustments done per trial |
| stimHeightPct | The height of the current in %of active canvas |
| stimHeightMM | The height of the current in mm |
The procedure can be adjusted by setting the following parameters.
| Name | Description | Default |
|---|---|---|
Color Parameter |
||
| canvasColor | Display color of the actively used portion of the screen (the 'canvas') if set to a color other than the screenColor, the active canvas appears 'anchored' on the screen regardless of monitor size | black |
| screenColor | Color of the screen not used by the canvas ('inactive screen') | black |
| defaultTextColor | Default color of text items presented on active canvas | white |
| startSizePct | Set the startSize (diameter) of the circle in percent (size during trial1) | 15% |
| endSizePct | Set the endSize of the circle in percent (size during last trial) | 3% |
| numberOfTrials | Set the number of test trials to run the script calculates the adjustment rate based on those three variables (see expressions.stimSize_adjust) | 20 |
| stimColorTest | The color of the test dots | blue |
Practice |
||
| numberOfPracticeTrials | Set the number of practice trials to run | 5 |
| stimColorPractice | The color of the practice dots | blue |