up Inquisit Language Reference

beginresponseframe property

Gets or sets the stimulus presentation frame after which the participant may respond.

Member of

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

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 beginresponseframe:

<text sometext>
/ items= ("frame = <% trial.sometrial.beginresponseframe %>")
</text>

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

<page somepage>
frame = <% trial.sometrial.beginresponseframe %>
</page>

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