The items attribute specifies the set of html files to be presented by the html stimulus.
<html>
or
/ items = (file, file, file,... )Name | Type | Description |
---|---|---|
itemname | item | The name of an item element containing paths to html files. |
file | htmlfile | The path to an html file. |
Items can be defined either by specifying the name of an item element or by directly by listing the paths to html files.
The following presents an html instruction page called page1.html:
<html instructions>
/ items = ("page1.htm"
</html>