Validation check
Last updated
Was this helpful?
Last updated
Was this helpful?
To enable advanced validation check for your multiple choice matrix, import the library as described in the Getting started section.
Once you have comepleted the main steps, you will need to modify the parameters in the provided template snippet to apply the changes.
question_code
The multiple choice matrix code you want to configure.
validation
Here we define settings to validate checked options per row. If not needed, just remove this entire block code and skip this tutorial
validation
-> n_required
A variable that defines how many options should be checked.
If you are using this validation, do not use min_limit and/or max_limit
validation
-> min_limit
A variable that defines a minimum amount of checked options.
You cannot use min_limit if you are already using n_required.
validation
-> max_limit
A variable that defines a maximum amount of checked options.
You cannot use max_limit if you are already using n_required.