Returns the first stimulus presented on the frame corresponding to the specified time.
<likert>
<trial>
| Name | Type | Description | 
|---|---|---|
| time | integer | The time in milliseconds corresponding to the frame to get. | 
The following displays the name of the stimulus presented at 100 ms:
<text sometext>
/ items= ("current category = <% trial.mytrial.stimulustime(100) %>")
</text>The following displays the name of the stimulus presented at 1000 ms:
<page somepage>
current category  = <% trial.mytrial.stimulustime(1000) %>
</page>