The allChecked
function can be included in conditional statements, using a specified question and a set of response options as input. It returns "true" if all of the specified options are selected and "false" if any are not selected.
In the example above, if a respondent selects all of the response options for Q7, then allChecked($Q7,1,2,3,4)
returns “true” (the condition is met) and the respondent sees Q7B.
Tip! Instead of listing out all the option values that trigger the above showif
condition, SPs can instead list any consecutive option IDs like a series
input – e.g., allChecked($Q7,1..4)
.
Comments
0 comments
Please sign in to leave a comment.