The preinstructions attribute determines the sequence of instruction pages presented at the beginning of an experiment or block.
pagename | The name of a page or htmlpage element defined elsewhere in the script. |
Any sequence of <page> or <htmpage> elements may be specifed.
The following block presents 3 instruction pages before the block starts:
<block myblock>
/ trials=[1-10=noreplace(trial1, trial2)]
/ preinstructions=(page1, page2, page3)
</block>