The total number of stimulus items that have yet to be selected without replacement.
object.name.unselectedCount
Read Only
integer
None.
The following displays the value of unselectedCount in a text stimulus:
<text myText>
/ items= ("unselectedCount = <% text.myText.unselectedCount %>")
</text>
The following displays the value of unselectedCount in an instruction page:
<page myPage>
unselectedCount = <% text.myText.unselectedCount %>
</page>