up Inquisit Language Reference

beginResponseTime property

Gets or sets the stimulus presentation time at which the participant may respond.

Member of

<trial> <likert> <openended> <slidertrial> <surveypage>

Syntax

trial.name.beginResponseTime

Read/Write

Type

integer

Remarks

This property indicates when, relative to the presentation of stimuli, Inquisit will begin registering participant responses. By default, Inquisit waits until the entire sequence of stimulus presentation frames has been presented before allowing responses.

Examples

The following displays the value of beginResponseTime:

<text myText>
/ items= ("time = <% trial.myTrial.beginResponseTime %>")
</text>

The following displays the value of beginResponseTime in an instruction page:

<page myPage>
Time = <% trial.myTrial.beginResponseTime %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.