up Inquisit Language Reference

required attribute

The required attribute specifies whether a response is required for a given survey item.

Member of

<checkboxes> <dropdown> <listbox> <openended> <radiobuttons> <slidertrial> <textbox>

Syntax

/ required = boolean

Parameters

boolean A boolean value of true or false.

Remarks

Examples

The following radiobutton survey item requires the respondent to select one of the options:

<radiobuttons q1>
/ options=("true", "false")
/ caption="I sometimes think I would like to be a forest ranger."
/ required = true
</radiobuttons>

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