The number of options selected on a multiple choice survey question.
<checkboxes> <dropdown> <listbox> <radiobuttons>
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.
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>