up Inquisit Language Reference

removestimulusframe function

Removes any stimuli at the specified stimulus frame.

Member of

<likert>

<openended>

<slidertrial>

<surveypage>

<trial>

Syntax

element.name.removestimulusframe(index)

Parameters

Name Type Description
index integer The index of the stimulus to remove. The first item in the list is 1.

Examples

The following removes the first frame of stimuli from a trial:

<trial sometrial>
/ ontrialend= [trial.mytrial.removestimulusframe(1);]
</trial>

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