up Inquisit Language Reference

stimulusframe function

Returns the first stimulus presented on the frame at the specified index.

Member of

<likert>

<openended>

<slidertrial>

<surveypage>

<trial>

Syntax

element.name.stimulusframe(index)

Parameters

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

Examples

The following displays the name of the stimulus presented on the first frame of a trial:

<text sometext>
/ items= ("current category = <% trial.mytrial.stimulusframe(1) %>")
</text>

The following displays the name of the stimulus presented on the tenth frame of a trial:

<page somepage>
current category = <% trial.mytrial.stimulusframe(10) %>
</page>

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