up Inquisit Language Reference

wait property

The duration to wait before allowing the participant to advance to the next instruction page.

Member of

<instruct>

Syntax

instruct.name.wait

Read/Write

Type

integer

Remarks

Examples

The following displays the wait of wait in a text stimulus:

<text myText>
/ items= ("wait = <% waits.wait %>")
</text>

The following displays the wait of wait in an instruction page:

<page myPage>
wait = <% waits.wait %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.