The point at which a trial, block, or other event terminates if no response was made.
<block> <clock> <expt> <instruct> <likert> <openended> <response> <slidertrial> <survey> <surveypage> <trial> <video>
The following displays the timeout of a trial element in a text stimulus:
<text sometext>
/ items= ("timeout = <% trial.sometrial.timeout %>")
</text>
The following displays the timeout of a trial in an instruction page:
<page somepage>
timeout = <% trial.sometrial.timeout %>
</page>