Move directly to next screen after selecting option

What is the problem? Please be detailed.
it not a problem. but wanted to know while selecting an option to a question in choice list, instead of swiping to see the follow up question in the next screen. is there a way where next screen appear automatically when you choose the option.
What ODK tool and version are you using? And on what device and operating system version?

What steps can we take to reproduce the problem?

What you have you tried to fix the problem?

Anything else we should know or have? If you have a test form or screenshots or logs, attach here.

Hi @Vineet_Jk

there is a quick appearance (please take a look at https://docs.opendatakit.org/form-question-types/). If you use this appearance you are moved forward automatically once you select an option.
Recently we have implemented some improvements in ODK Collect with the mentioned appearance and you can combine quick appearance with other appearances like:
quick search
quick minimal etc. https://github.com/opendatakit/collect/pull/2393.

2 Likes

thanks for this information. let me apply it in the form and give you update...thanks once again

can the above tool be used also for select_multiple question

I never tested it for multiple selection. My personal view is that it is not possible for multiple select question as it not possible for odk collect to understand when it should forward automatically as user can select options various combination but in single select question it is defined that user must select only one option. (experts have better explanation in this regard)

4 Likes

Correct it can't work with select_multiple question.

3 Likes