up Inquisit Language Reference

removestimulustime function

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

Member of

<likert>

<openended>

<slidertrial>

<surveypage>

<trial>

Syntax

element.name.removestimulustime(time)

Parameters

Name Type Description
time integer The time in milliseconds.

Examples

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

<trial sometrial>
/ ontrialend= [trial.mytrial.removestimulustime(1000);]
</trial>

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