Not-relevant (i.e. a question is skipped or options are filtered) always stores NULL in the database. Options are shown but not selected store an empty (blank) string in the database. This is great except for multiple choice question with exclusive option.
When we have multiple choice question with exclusive option, if user choose exclusive option (i.e. "None of the above"), then all other options store as NULL in the database. I believe it should be BLANK instead of NULL because those options are shown up. Is it a bug or expected behaviour?
Currently, we cannot tell the difference between "option is been filtered" or "it's been disabled by exclusive option" when looking at the data.
But if user see the "None of the above" : he see the question.
Maybe we can save "" if relevance is set to "diabled" and null if it set to hidden.
Feature request
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Sorry for bumping this old thread but this is still an issue.
Is there any workaround for this (insert blank for answers that were shown and NULL for hidden ones)?