Returns an item from a stimulus item set.
<html> <item> <list> <picture> <port> <sound> <text> <video> <xid>
This is a collection property.
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>