up Inquisit Language Reference

preinstructions attribute

The preInstructions attribute determines the sequence of instruction pages presented at the beginning of an experiment or block.

Member of

<block> <expt>

Syntax

/ preinstructions = (pagename, pagename, pagename, ...)

Parameters

Name Type Description
pagename page The name of a page or htmlpage element defined elsewhere in the script.

Remarks

Any sequence of page or htmpage elements may be specifed.

Examples

The following block presents 3 instruction pages before the block starts:

<block myBlock>
/ trials=[1-10=noreplace(trial1, trial2)]
/ preInstructions=(page1, page2, page3)
</block>

Copyright Millisecond Software, LLC. All rights reserved.