Hi there my question is:
I have one question that asks the user if it works with department A, B, C or D.
I want to, depending on the answer, the second question will appear with the answers of the first question, and asks from 0 to 5, how often he works with that department. Example:
-Question 1 I answer that I work with department A and C (multiple choice).
-Question 2 will appear department A and C (just like a numeric array).
I know that I can do this by adding one question for every case (A, A and B, A and C, etc), but is it possible dynamically?