up Inquisit Language Reference

poolitems property

Gets or sets an item in the selection pool.

Member of

<list>

Remarks

This is a collection property.

Examples

The following displays the value of the second item in the selection pool of a list:

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

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

<item negative>
items = <% item.negativepoolitems.poolitems.1 %>
</page>

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

<page rankedpreferences>
items = <% list.rankedpreferences.poolitems.1 %>
</page>

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