Inquisit Language Reference
inputDevice attribute
The inputDevice attribute defines the modality used to register responses.
Syntax
/ inputDevice = device
Parameters
Name |
Type |
Description |
device
|
inputdeviceenum
|
Value | Description |
---|
com | COM serial port device. | dragDrop | Drag and drop gesture. | eyeTracker | Eye tracker. | gamepad | Gamepad controller. | joystick | Joystick. | keyboard | Standard keyboard. | lpt | LPT parallel port device. | lptData | LPT parallel port device using the data register. | mouse | Standard mouse or track pad. | mouseKey | Mouse button. | mouseOver | Mouse cursor position. | speech | Speech recognizer. | touchScreen | A touch screen device. | voiceKey | The onset of a verbal response. | voiceRecord | The onset of a recorded verbal response. | xid | A Cedrus response pad. |
|
Remarks
Inquisit supports a single input device per trial, although each trial in an experiment can use different input devices. The keyboard is the default input device.
Examples
The following sets the default input device for the script to voice key:
<defaults>
/ inputDevice = voicekey
</defaults>