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