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