The postInstructions attribute determines the sequence of instruction pages presented at the end of an experiment or block.
Name | Type | Description |
---|---|---|
pagename | page | The name of a page or htmlpage element defined elsewhere in the script. |
The following block presents 3 instruction pages after the block is complete:
<block myBlock>
/ trials=[1-10=noreplace(trial1, trial2)]
/ postInstructions=(page1, page2, page3)
</block>