postinstructions attribute

The postinstructions attribute determines the sequence of instruction pages presented at the end of an experiment or block.

Applies to

<block> <expt>

Syntax

/ postinstructions = (pagename, pagename, pagename, ...)

Parameters

pagename 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 after the block is complete:

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


Send comments on this topic.
1999-2006 Millisecond Software, LLC. All rights reserved.