Returns an item from a stimulus item set.
object.name.items
Read/Write
stringarray
This is a list property.
The following displays the value of the first item in a text stimulus:
<text myText>
/ items = ("item = <% text.myText.item(0) %>")
</text>
The following displays the value of the first item in an item set:
<item negativeitems>
items = <% item.negativeitems.item(0) %>
</page>