I have a question set up to be a matrix table displayed as a carousel. The scale points are multiselect, but I want respondents to only be able to select up to 3 scale points. Can’t find a current functionality for this when a matrix question is in the carousel format, and with 14 statements would prefer overly complex custom validation.
hi
END!
I’m having some issues implementing this, and am now getting an error message that won’t proceed even when answered correctly
I am using the same logic you laid out with 9 statements - A-I; and 14 scale points - with the values recoded 1-14. Though I forgot to note, the 9 statements are carryforwards based on selected choices in a previous question. So though there’s a chance for a respondent to see all 9 statements they could also only see 3/9. Due to this I used “OR” rather than “AND”. For the regex I am using ^(?:i1-14])(?:,>1-14]){0,2}$ to fit my specifications.
To ensure I am properly explaining myself, I am not trying to limit a maximum of three statements per scale point, but a maximum of three scale points per statement. If you notice what I could be doing wrong here please let me know!
you’ll have to either go by the standard lengthy method of multiple custom validations for all the statements with various permutations and combinations or maybe try using a custom Javascript code (I’m not good at it).
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.