Hello,
I’m trying to solve a problem while I’m building a survey.
I have a section of my survey composed by different question groups.
My user can choose what section to compiling.
So my button list (multiple choice with multiple selections checked) is something like:
A key → tell me about our rooms
B key → tell me about services
C key → tell me about restaurant
D key → Everything done, let’s go
I binded my logic to every button.
But…
If I leave the “multiple selections” option unchecked, I can jump to the different sections, but it seems no value is passed when I go for D key and the user reaches the next section.
If I set the “multiple selections” option checked, the jump seems not work.
Maybe I can get what I need with other type of components?