Hi,
Already 2 weeks and still struggling in this problem.
Responders have to fill ValueA and ValueB for several years 2011-2016 for all groups
For every years the question is same:
ValueA Value B
Group 1
Group 2
Group 3
Group 4
Except this maybe responder knows some other groups and want to add data for them.
1. Need to ask user about other groups he knows except the mentioned Group1..Group4. He has to enter names for this groups like Group5, Group6
2.Based on answer need to create dynamic array with rownames Group1, Group2, Group3, Group4, Group5, Group6
3. This array has to be filled 6 times: for year 2011,2012...2016
Please help with some example because I read the manual several times but not getting some way out.
Regards
1) Before the array, insert a multiple short text question for the respondent to enter the extra group names. Let's say, for example, that this question has code "Q1" and 5 sub-questions codes SQ001 - SQ005.
2) Insert 5 new Y-Scale sub-questions (rows) in the array after the "Group 4" row.
3) You can use Expression Manager to pipe the values entered in Q1 into the labels for the new array rows. So the sub-question text for those rows would be {Q1_SQ001}, {Q1_SQ002}, {Q1_SQ003}...
4) You can use relevance on the new array rows to only show them if there is a value in the corresponding input in Q1. So the relevance for them would be !is_empty(Q1_SQ001), !is_empty(Q1_SQ002), !is_empty(Q1_SQ003)...
I checked your example provided and it is very like the one I need.
I tried it and it adds one more row but cannot figure how to add more than one group if needed.
Is it possible?
Regards
Already updated still the same.
I saw something strange.
When I create a Multiple short text and try to enter 5 subquestions, I press "Insert new subquestion after this one".
Instead of another subquestion I get several New answer options like in the picture attached?
Whats wrong with this?
Regards