The total number of stimulus items that have yet to be selected without replacement.
Applies to
<text> <picture> <video> <sound> <port> <counter>
Remarks
None.
Examples
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>