My current workflow was directing any response to a true statement, and then using code to generate the next message depending on what they chose, so that i could avoid creating a bunch of different branches.
But I see now that creating normal branches for each response is the most straightforward way, albiet time consuming.
In my case I only have 3 options to choose from but I imagine have 5+ would be a complete chore