up Inquisit Language Reference

selectedcount property

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

Member of

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

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>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.