Making select_one question choices from multiple select_multiple questions

There are a total of 6 questions in my survey. The options for the 6th question come from the options selected in the first 5 questions. However, the 6th question is a single-select question, but it’s currently allowing multiple selections from the options of each of the 5 questions. I want the 6th question to allow only one option to be selected. How can I set this up?

And another thing is I wanna make funneling (1st choice, 2nd choice, 3rd choice and so on)after 6th question till last option.
Like if q1 is selected in 6th Question
in 7th question all the options should appear except q1 and so on.

@sudeep, if Q6 is a select_one question type it should only allow the user to select one choice. Maybe have a look at the question type you specified for Q6? If it’s a select_multiple question type change it to select_one.

@sudeep, maybe you could do it as outlined in the image shared below.

In the survey tab of your XLSForm:

In the choices tab of your XLSForm:

Data entry screen as seen in Enketo:

Reference XLSForm:

Cascading Select (Multiple & Select One Questions).xlsx (19.4 KB)