The value of the item at the specified index number.
<item>
The index property is expressed as an actual numeric value rather than the text "index". For example, to specify the fifth item in an itemset, the index would be expressed as "5". To specify the tenth item, the index would be expressed as "10", and so on.
The following displays the value of an item in a text stimulus:
<text sometext>
/ items= ("item number 4 = <% item.someitem.4 %>")
</text>
The following displays the value of an item in an instruction page:
<page somepage>
item number 7 = <% item.someitem.7 %>
</page>