Sets the stimulus at the specified frame of a trial.
<likert>
<trial>
Name | Type | Description |
---|---|---|
value | stimulus | The new stimulus. |
index | integer | The index of the frame. The first item in the list is 1. |
The following dynamically sets the first stimulus frame of a trial:
<trial sometrial>
/ ontrialend= [if (trial.sometrial.response == 50) trial.test.setstimulusframe(text.condition1, 1); ]
</trial>