Options
- Title: Provide a title to the switch question by setting the '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. You can use markdown markups to format.
- Display as:
- Switch: Create a toggle option to "activate" the affirmative answer.
- Checkbox: Create a selection option by checking for an affirmative answer.
- Is this question required?: Toggle if you want to make it mandatory to answer this switch question.
- Show/Hide Logic: Toggle 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 on calculations
- The switch question returns 0 when the switch is turned off and 1 when the switch is turned on. Let's say you want to add 50 when a switch is turned on. You need to add the following to a formula: ... + QX *
- If QX is 0, nothing is added. If QX is 1, 50 is added.