Returns an item from a stimulus item set.
<item> <list> <picture> <port> <sound> <text> <video>
This is a collection property.
The following displays the value of the first item in a text stimulus:
<text sometext>
/ items= ("item = <% text.sometext.item.2 %>")
</text>
The following displays the value of the first item in an item set:
<item negativeitems>
item = <% item.negativeitems.item.1 %>
</page>
The following displays the value of the first item in a list:
<list rankedpreferences>
item = <% list.rankedpreferences.item.1 %>
</page>