up Inquisit Language Reference

selectedcount property

The number of options selected on a multiple choice survey question.

Member of

<checkboxes> <dropdown> <listbox> <radiobuttons>

Remarks

The number of options selected on a multiple choice survey question. This is especially useful for checkbox questions which permit multiple options to be selected.

Examples

The following displays the number of selected checkbox options in a text stimulus:

<text sometext>
/ items= ("selectedcount = <% checkboxes.foo.selectedcount %>")
</text>

The following displays the number of selected listbox options in an instruction page:

<page somepage>
selectedcount = <% listbox.bar.selectedcount %>
</page>

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