The currently selected item in the stimulus set.
Applies to
<text> <picture> <video> <sound> <port>
Remarks
None.
Examples
The following displays the value of currentitem in a text stimulus:
<text sometext>
/ items= ("currentitem = <% text.sometext.currentitem %>")
</text>
The following displays the value of currentitem in an instruction page:
<page somepage>
currentitem = <% text.sometext.currentitem %>
</page>