The skipcommand attribute specifies a key combination that terminates the experiment.
<defaults>
commandkey |
One of the following values:
|
||||||||||
scancode | An integer indicating the scan code of the key. | ||||||||||
character | The single or double quoted character of the key. |
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.
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>