up Inquisit Language Reference

removeStimulusTime function

Removes all stimuli at the stimulus frame corresponding to the specified time.

Member of

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

Syntax

trial.name.removeStimulusTime(time)

Return Type

none

Parameters

Name Type Description
time integer The time in milliseconds.

Remarks

The removeStimulusTime function removes all stimuli from the frame of a trial corresponding to the specified time in milliseconds.

Examples

The following removes the frame of stimuli from a trial corresponding to 1000 ms:

<trial myTrial>
/ onTrialEnd= [trial.myTrial.removeStimulusTime(1000);]
</trial>

Copyright Millisecond Software, LLC. All rights reserved.