Limiting response based on previous response

Hi there,
I have a select one question as ‘Sub-Activity’ and it has list of 10 activities as options. My next question is ‘Skill’ which has two options, ‘Skilled’ and ‘Unskilled’. For the first 5 options of first question, my enumerator should be able to select only ‘Skilled’, For the options 6 and 7, skill should be ‘Unskilled’ only. For the last three options (8-10), skill can be any of ‘Skilled’ or ‘Unskilled’. How could you I do this? Thanks. A dummy question is attached herewith.
Sub-Activity.xlsx (11.2 KB)

@tasfik_rukan, you should be able to do it as outlined in the image shared below:

In the survey tab of your XLSForm:

In the choices tab of your XLSForm:

Image 2

Data entry screen as seen in Enketo: 1 in Q1 and 1 in Q2 (error message)

Data entry screen as seen in Enketo: 5 in Q1 and 2 in Q2 (no error message)

Data entry screen as seen in Enketo: 6 in Q1 and 2 in Q2 (error message)

Data entry screen as seen in Enketo: 7 in Q1 and 1 in Q2 (no error message)

Data entry screen as seen in Enketo: 8 in Q1 and 1 in Q2 (no error message)

Data entry screen as seen in Enketo: 10 in Q1 and 2 in Q2 (no error message)

Reference XLSForm:

Sub-Activity.xlsx (11.3 KB)