The total number of stimulus items that have yet to be selected without replacement.
<counter> <list> <picture> <port> <sound> <text> <video> <xid>
None.
The following displays the value of unselectedcount in a text stimulus:
<text sometext>
/ items= ("unselectedcount = <% text.sometext.unselectedcount %>")
</text>
The following displays the value of unselectedcount in an instruction page:
<page somepage>
unselectedcount = <% text.sometext.unselectedcount %>
</page>