up Inquisit Language Reference

selectedCount property

The total number of stimulus items that have been selected without replacement.

Member of

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

Syntax

object.name.selectedCount

Read Only

Type

integer

Remarks

None.

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.