So in a topic, I have two questions that are multiple choice, for example:
Q1. Which device are you using at work?
Q2. Which device are you using at home?
Now, if the bot asks Q1 and the user answers Tablet, then the bot will ask Q2.
If the bot asks Q1 and the user answers Desktop or Mobile, the bot will not ask Q2 however Q2's answer (variable) is the same as Q1's answer.
It seems like, if the user selects a multiple choice selection that happens to a value for the next question's multiple selection choice, the bot just uses the same value and skips that question entirely.
Not sure if this is a bug, or there's something wrong with my design.
I have tried creating two different entities and then in the Question using those entities... same result.
I have tried introducing a question in the middle (e.g. Confirm Selection: [var: workSelection] as a boolean) and with this, it still uses the same value if Q2 has that value in the multiple selection.
I've attached a screen shot of my actual questions. This issue occurs if the user selects 'email' and 'sms' for the question about the Source (which is Q1).
Q1. What is the source?

Q2. What is the medium?
