up Inquisit Language Reference

skip property

Determines whether or not the presentation of the given stimulus should be skipped.

Member of

<button> <clearscreen> <clock> <html> <picture> <port> <shape> <sound> <systembeep> <text> <video> <xid>

Syntax

stimulus.name.skip

Read/Write

Type

boolean

Remarks

This property provides an easy way to remove stimuli from the stimulus presentation sequence. A value of true (or a nonzero number) indicates the stimulus will be not be presented, even if it is listed among the stimulusFrames for the current trial. A value of false (or zero) it will be presented as usual. By default, skip is false for all stimuli.

Examples

The following displays the value of skip in a text stimulus:

<text myText>
/ items= ("skip = <% text.myText.skip %>")
</text>

The following displays the value of skip in an instruction page:

<page myPage>
skip = <% text.myText.skip %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.