up Inquisit Language Reference

option property

The collection of options in a multiple choice survey question.

Member of

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

Remarks

This is a collection property.

Examples

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

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

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

<page somepage>
option = <% listbox.bar.option.1 %>
</page>

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