up Inquisit Language Reference

item property

Returns an item from a stimulus item set.

Member of

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

Remarks

This is a collection property.

Examples

The following displays the value of the first item in a text stimulus:

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

The following displays the value of the first item in an item set:

<item negativeitems>
item = <% item.negativeitems.item.1 %>
</page>

The following displays the value of the first item in a list:

<list rankedpreferences>
item = <% list.rankedpreferences.item.1 %>
</page>

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