up Inquisit Language Reference

timeout attribute

The timeout attribute specifies a time deadline in milliseconds for a block, instruction page, or trial.

Member of

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

Syntax

/ timeout = integer

or

/ timeout = expression

Parameters

Name Type Description
integer integer A integer value expressing the length of the deadline in milliseconds.
expression value An expression that resolves to an integer value expressing the length of the deadline in milliseconds.

Remarks

Once the timeout duration expires, the event is immediately terminated and the next event begins. For blocks, the timeout duration begins before pre-instruction pages and trials are run and thus includes time spent on instruction pages and trials. For trials, the duration begins as soon as Inquisit begins waiting for a response (by default, this is at the end of the stimulus presentation sequence, but can be earlier if the either the beginResponseTime or beginResponseFrame attribute is set).

If a trial or block times out before the subject responds, the response is recorded as "0" and the latency is recorded as the timeout duration.

See How to Control Trial Duration and Inter-Trial Intervals for more details on controlling timing of trials.

Examples


Copyright Millisecond Software, LLC. All rights reserved.