up Inquisit Language Reference

nextKey attribute

The nextKey attribute specifies which response advances to the next instruction page.

Member of

<instruct>

Syntax

/ nextKey = (expression, expression, ...)

Parameters

Name Type Description
expression value An expression that resolves to a keyboard character or scancode, or an integer values for a serial or parallel port device such as a response box.

Remarks

The default value is the space bar, " ".

Examples

The following sets the previous key to the "m" key:

<instruct>
/ nextKey = "m"
</instruct>

Copyright Millisecond Software, LLC. All rights reserved.