LimeSurvey version:
Version 5.4.12+221121
Own server or LimeSurvey hosting: Self-hosted
Survey theme/template: Default
==================
We have a multiple choice question: Which colors do you like? With 4 options (black, white, blue, red) and no constraints on how many the user can select.
We have a subsequent Ranking question that asks the users to rank the colors they selected in the multiple choice question
The Ranking question filters the appropriate answers, so if the user only selects "black" and "blue" options in the multiple choice questions, then those are the only 2 they see in the ranking question. Works great! And we have a condition setup so that if the user selects none of the colors, the ranking question is skipped.
However, if the user selects a single color (say "black"), the Ranking question then shows up with a single item to be ranked, "black". How can we skip the Ranking question is the Multiple Choice question has less than 2 selections?
Thanks,
Tyler