Removes any stimuli at the specified stimulus frame.
<likert>
<trial>
| Name | Type | Description |
|---|---|---|
| index | integer | The index of the stimulus to remove. The first item in the list is 1. |
The following removes the first frame of stimuli from a trial:
<trial sometrial>
/ ontrialend= [trial.mytrial.removestimulusframe(1);]
</trial>