up Inquisit Language Reference

items property

Returns an item from a stimulus item set.

Member of

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

Remarks

This is a collection property.

Examples

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

<text sometext>
/ items = ("item = <% text.sometext.items.2 %>")
</text>

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

<item negativeitems>
items = <% item.negativeitems.items.1 %>
</page>

The following displays the value of the first item in a list:

<page rankedpreferences>
items = <% list.rankedpreferences.items.1 %>
</page>

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