selectedcount property

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

Applies to

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

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.
1999-2006 Millisecond Software, LLC. All rights reserved.