The duration to wait before allowing the participant to advance to the next instruction page.
<instruct>
instruct.name.wait
Read/Write
integer
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>