Removes all stimuli at the stimulus frame corresponding to the specified time.
<likert>
<trial>
Name | Type | Description |
---|---|---|
time | integer | The time in milliseconds. |
The following removes the frame of stimuli from a trial corresponding to 1000 ms:
<trial sometrial>
/ ontrialend= [trial.mytrial.removestimulustime(1000);]
</trial>