Library Not Applicable: Per Question
Adds a "Not Applicable" checkbox beneath a question.
- Details
- Zachary Anderson
- Written for Lighthouse Studio 9.3
- Last Updated: 22 February 2017

Description
Requires a question to be answered or that "Not Applicable" be selected. Supports all general interviewing question types.
Instructions
- The downloaded question must be placed immediately after your question (the question to be given this checkbox).
- Your question must have require response disabled. For questions with multiple variables (i.e., grid, free format), all variables must have require response disabled.
- If your question is a grid, lines 3 and 4 of the custom JavaScript verification must be updated. Example:
constantSumOrRanking: [2, 3]
- If your question has graphical radio buttons or checkboxes, Disable Graphical Inputs must be included.
Options
- The list included with the downloaded question can be updated to change the label of the checkbox.
- Line 6 of the custom JavaScript verification can be updated with a minimum number of checkboxes a respondent must select if not choosing "Not Applicable." The minimum is zero by default.