up Inquisit Language Reference

removeStimulusFrame function

Removes any stimuli at the specified stimulus frame.

Member of

<trial><likert><openended><sliderTrial><surveyPage>

Syntax

trial.name.removeStimulusFrame(index)

Return Type

none

Parameters

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

Remarks

The removeStimulusFrame function removes the stimuli at the specified frame index of the trial.

Examples

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

<trial myTrial>
/ onTrialEnd= [trial.myTrial.removeStimulusFrame(1);]
</trial>

Copyright Millisecond Software, LLC. All rights reserved.