up Inquisit Language Reference

1 attribute

The attributes are used to specify items to be used in stimuli.

Member of

<item>

Syntax

/ 1 = "item text"

or

/ 1 = "path"

Parameters

itemnum A positive integer.
item A quoted string representing an actual item.

Remarks

Different types of stimulus elements use the items in difference ways. If the stimulus is a text element, items represent the actual text items to be presented. If the stimulus is a picture, sound, or video, then the items are the names of the files containing the relevant media. If the stimulus is a port element, the items are strings of 0's and 1's representing 8-bit TTL signals. Characters in an item are specified in descending bit order, with the leftmost 0 or 1 value representing the highest bit and the rightmost value representing the lowest order bit. See How to Present TTL Signals Through the Parallel Port for more details.

Examples

The following item set consists of 2 items, each of which is a response to an openended trial called "personalinfoquestions".

<item personalinfo>
/ 1 = "jump.png"
/ 2 = "duck.png"
</item>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.