Skip logic based on multiple conditions/relevant

I am designing a household survey questionnaire. I want some sections to be answered by all countries, and some sections by specific countries. For example:

Country A- will answer mandatory sections 1, 2 and 3
Country B- will answer mandatory sections 1, 2 and 3
Country C- will answer mandatory sections 1, 2 and 3

Then I have country-specific questions.
I want Country A to answer sections 4, 5 and 6
Country B to answer sections 4 and 6
Country C to answer section 6

I know it’s a skip logic but I can’t seem to figure out how to make it work. Currently, I have ${consent}=‘1’ on my relevant column, should I add and ‘AND’ or ‘OR’

@JWM, maybe you could do it as outlined in the image shared below:

In the survey tab of your xlsform:

Image 1

In the choices tab of your xlsform:

Image 2

Reference XLSForm:

Group Skip.xlsx (24.5 KB)

Thanks Kal Lam,
I’s a survey and the very first condition is ${consent}=‘1’. Should I put this in the relevant column: ${consent}=‘1’ AND ${Q1}=‘1’ or …so on

You will have to use the relevant column against the group so that the entire groups are skipped.