We inherited a survey that contains a fairly large Matrix table (50 questions with a five point scale). The Matrix table is a list of skills associated with a discipline and respondents need to rate how important that skill is to them. The matrix table question, is followed by this text-box question:
You identified X, Y, Z skills as very important or important, Please tell us why.
“X,Y,Z” above uses piped text to display the question text only if users identify a skill as very important or important (scale point 1 or 2), but when we test the survey we get many blank values when users select neither of those options. I looked at the code and I see where they how it is making questions display, but i do not see how it is preventing the blanks. Can advice? I can post the code if you like.