Version Notice: This article covers features in our r9/IS Pro platform. If you're looking for information on this topic related to r8, see Survey elements overview for IntelliBuilder.
Attributes are similar to properties, but are added features applied to individual options. Attributes are the equivalent to element decorators in IntelliSurvey's SPL (survey programming language).
Multiple attributes can be added to a single option to alter how it behaves or functions. Some attributes require the user to input additional information and will display a caution/warning icon next to them if not entered. Once the required information has been added, the icon will disappear, and the survey element can be saved.
Currently the following items are available in the attributes menu.
Attribute name | Description | For use with... | SPL equivalent |
---|---|---|---|
Anchor |
Keeps the option in its ordered position while the other options are randomized. Note, this is for use with the Randomize Options property. |
Any survey element that has a list of options, including table rows | anchor |
Condition |
Specifies a condition which, if "true," allows the option to be shown to the respondent. Selecting this option requires the user to define the logic necessary for showing the option via the Condition Logic modal. |
Any displayed list option, question option, or table option/row-question | condition |
Exclusive |
Prevents other options from being chosen when this option is selected; any previously selected options will be deselected. Note, this attribute only appears in the menu if the Multi Select element type is being used. |
Multi-select questions and tables | exclusive |
Explain |
Affixes a mouseover with additional text; also known as a "tooltip." Users must input the text that needs to be displayed to the respondent. |
Any displayed list option, question option, or table option/row-question | explain |
Go To |
Directs respondents to a particular survey element upon selection of this option. |
Any displayed list option, question option, or table option | goto |
Other Specify |
Creates an input field at the response-option level. Users can also define aspects of how the field is displayed to respondents, including the text field size, placeholder text, and input types, via the Autoother Parameters modal. |
Any non-text input question or table | autoother |
Terminate | Terminates respondents if this option is selected. | Any displayed list option, question option, or table option | term |
Tip! Any decorators that are not present in the attribute menu can be added directly in the survey source code via SPL. Reach out to your survey Maker for assistance. You may also contact a Support agent by clicking "Submit a request" at the top of any documentation page, using the Help modal below, or email help@intellisurvey.com.
Comments
0 comments
Please sign in to leave a comment.