I have a ranking question with answer options that are populated from an array(texts) based on prior questions. For example, the answer options are:
{AR_Y001_X001}
{AR_Y001_X002}
{AR_Y001_X003}
There are circumstances where one of these array fields could be empty. What is the best way to hide an answer option if the field is empty? Otherwise, I am stuck with showing a blank answer option.
Hi, mbates,
in scenarios like this I like to include a hidden question of type "multiple choice".
Here I check according to the answers in the array ("Y" = filled, "" = empty) by an equation.
Now I use this hidden question as array filter for my ranking question.
Because there are used only built-in features it is easy to understand, easy to implement and extendable without knowledge of anything else than LS basics.
To be honest: That is what I know, LS basics.