up Inquisit Language Reference

clearstimulusframes function

Removes all of the stimuli from the stimulus frames list.

Member of

<likert>

<openended>

<slidertrial>

<surveypage>

<trial>

Syntax

element.name.clearstimulusframes()

Parameters

None.

Examples

The following clears all of the stimuli from a trial:

<trial sometrial>
/ ontrialend= [trial.sometrial.clearstimulusframes();]
</trial>

The following clears all of the stimuli from surveypage:

<surveypage somepage>
/ ontrialend= [surveypage.somepage.clearstimulusframes();]
</trial>

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