up Inquisit Language Reference

items attribute

The items attribute specifies the audio files presented by the sound element.

Member of

<sound>

Syntax

/ items = itemname

or

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

Parameters

Name Type Description
itemname item The name of an item element defined elsewhere in the script listing audio file names.
file soundfile The path to a sound file.

Remarks

Items can be defined either by specifying the name of an item element or by directly by listing each audio file in the set.

Examples

The following defines sound items:

<sound rock>
/ items = ("beatles.wav", "stones.wav", "thewho.wav")
</sound>

Copyright Millisecond Software, LLC. All rights reserved.