up Inquisit Language Reference

skipcommand attribute

The skipcommand attribute specifies a key combination that terminates the experiment.

Member of

<defaults>

Syntax

/ skipcommand = (command key + scancode)

Parameters

commandkey One of the following values:
Value Description
Alt<n> The right or left Alt key.
Ctrl<n> The right or left Ctrl key.
Shift<n> The right or left Shift key.
Win<n> The right or left Windows key.
scancode An integer indicating the scan code of the key.
character The single or double quoted character of the key.

Remarks

The skipcommand allows the researcher to define a custom combination of keys that enable the participant to opt out of an experiment. The skipcommand can consist of a single or multiple keys. If multiple keys are specified, the participant must press all of the keys simultaneously. The participant may press the keys any time during the experiment, at which point the experiment ends.

The skipcommand is similar to Inquisit's built in Ctrl+Q command. When the command is issued, Inquisit Web will terminate the experiment and forward the participant to the finish page url.

The skipcommand keys must be specified in terms of scancodes.

Examples

The following defines the skipcommand as the key combination Ctrl+Alt+30 (the scancode for the A key is 30):

<defaults>
/ skipcommand = (Ctrl+Alt+30)
</defaults>

The following defines the skipcommand as the key combination Win+T:

<defaults>
/ skipcommand = (Win+'T')
</defaults>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.