up Inquisit Language Reference

unselectedCount property

The total number of stimulus items that have yet to be selected without replacement.

Member of

<counter> <list> <html> <picture> <port> <sound> <text> <video> <xid>

Syntax

object.name.unselectedCount

Read Only

Type

integer

Remarks

None.

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.