up Inquisit Language Reference

timeout property

The point at which a trial, block, or other event terminates if no response was made.

Member of

<clock> <block> <expt> <likert> <openended> <slidertrial> <survey> <surveypage> <trial> <instruct> <response>

Syntax

object.name.timeout

Read/Write

Type

integer

Remarks

Examples

The following displays the timeout of a trial element in a text stimulus:

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

The following displays the timeout of a trial in an instruction page:

<page myPage>
Timeout = <% trial.myTrial.timeout %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.