up Inquisit Language Reference

stimulustime function

Returns the first stimulus presented on the frame corresponding to the specified time.

Member of

<likert>

<openended>

<slidertrial>

<surveypage>

<trial>

Syntax

element.name.stimulustime(time)

Parameters

Name Type Description
time integer The time in milliseconds corresponding to the frame to get.

Examples

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>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.