up Inquisit Language Reference

items attribute

The items attribute specifies the set of html files to be presented by the html stimulus.

Member of

<html>

Syntax

/ items = itemname

or

/ items = (file, file, file,... )

Parameters

Name Type Description
itemname item The name of an item element containing paths to html files.
file htmlfile The path to an html file.

Remarks

Items can be defined either by specifying the name of an item element or by directly by listing the paths to html files.

Examples

The following presents an html instruction page called page1.html:

<html instructions>
/ items = ("page1.htm"
</html>

Copyright Millisecond Software, LLC. All rights reserved.