Options
- Title: Provide a title or question to the list question, setting title type and toggle “Title is visible?” to change the visibility on the calculator.
- Add tooltip: Toggle this option if you want to add a tooltip to the question. Description: Can add a description under the title or question. Allow to use markdown markups to format.
- Minimum: The lowest number can be used.
- Maximum: The highest number can be used.
- Default: The number will appear first and will appear if no one changes it.
- Step: How many numbers do you want to increase and decrease.
- Prefix: Symbol, number or character do you want to appear before the number selected. (e.g. $)
- Postfix: Symbol, number, words or character do you want to appear after the number selected. (e.g. per month)
- Items: Add or delete, as many items you want. Set up a title and a value for each item.
- Is this questions required?: Toggle if you want to make this list question mandatory required to answer.
- Show/Hide Logic: Toggle this if you want to control if this question is shown or hidden under certain circumstances.
- Visibility formula: If the result of the formula is TRUE or a number above 0. The question is visible. If the result is FALSE or 0, it’s hidden.
Usage in calculations
- With the Order List question, you can add multiple options and give them a numerical value. When you use the question reference in a formula the value of the sum of every items selected is returned.
- To check if a specific item is selected in a multiple selection, you can use the reference QX{IA}. This returns the value of the option if it's selected, otherwise it returns 0.
- To return the label of the selected option(s) in a formula, use QX{label}.
Remarks
This element is especially comes in handy when you want to create an online order form.