The point at which a trial, block, or other event terminates if no response was made.
<clock> <block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial> <instruct> <response>
object.name.timeout
Read/Write
integer
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>