up Inquisit Language Reference

required property

Whether a response is mandatory for a survey item.

Member of

<caption> <checkboxes> <dropdown> <image> <listbox> <radiobuttons> <slider> <textbox>

Remarks

A value of 1 indicates a response must be given, 0 indicates a response is optional.

Examples

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

<text sometext>
/ items= ("required = <% textbox.q1.required %>")
</text>

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

<page somepage>
required = <% checkboxes.q2.required %>
</page>

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