up Inquisit Language Reference

items property

Returns an item from a stimulus item set.

Member of

<item> <html> <picture> <port> <sound> <text> <video> <xid>

Syntax

object.name.items

Read/Write

Type

stringarray

Remarks

This is a list property.

Examples

The following displays the value of the first item in a text stimulus:

<text myText>
/ items = ("item = <% text.myText.items[1] %>")
</text>

The following displays the value of the first item in an item set:

<item negativeitems>
items = <% item.negativeitems.items[0] %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.