The total number of stimulus items that have been selected without replacement.
<checkboxes> <radioButtons> <counter> <list> <html> <picture> <port> <sound> <text> <video> <xid>
object.name.selectedCount
Read Only
integer
None.
The following displays the value of selectedCount in a text stimulus:
<text myText>
/ items= ("selectedCount = <% text.myText.selectedCount %>")
</text>
The following displays the value of selectedCount in an instruction page:
<page myPage>
selectedCount = <% text.myText.selectedCount %>
</page>