The currently selected item in the stimulus set.
<clock> <counter> <picture> <port> <sound> <text> <video> <xid>
None.
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>