up Inquisit Language Reference

itemcount property

Returns the number of items in a set.

Member of

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

Remarks

Examples

The following displays the value of itemcount in a text stimulus:

<text sometext>
/ items= ("item = <% text.sometext.itemcount %>")
</text>

The following displays the value of itemcount in an instruction page:

<page somepage>
item = <% item.negativeitems.itemcount %>
</page>

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