up Inquisit Language Reference

optionvalue property

The collection of option values 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 optionvalue in a text stimulus:

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

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

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

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