up Inquisit Language Reference

clearStimulusFrames function

Removes all of the stimuli from the stimulus frames list.

Member of

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

Syntax

trial.name.clearStimulusFrames()

Return Type

none

Parameters

None.

Remarks

The clearStimulusFrames function removes all stimuli from a trial's array of stimulus frames. After this function is called on a given trial, the trial will no longer present any stimuli.

Examples

The following clears all of the stimuli from a trial:

<trial myTrial>
/ onTrialEnd= {trial.myTrial.clearStimulusFrames();}
</trial>

The following clears all of the stimuli from surveypage:

<surveypage myPage>
/ onTrialEnd= {surveypage.myPage.clearStimulusFrames();}
</trial>

Copyright Millisecond Software, LLC. All rights reserved.