Returns the first stimulus presented on the frame at the specified index.
<likert>
<trial>
Name | Type | Description |
---|---|---|
index | integer | The index of the item to get. The first item in the list is 1. |
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>