Enable or Disable in Select Many tool in Kobo

If there is a “select many” tool used in KoboToolbox named selectMs, it contains several options like MS1, MS2, and MS3. I want the following behavior based on the value of the textbox:

  1. If the textbox contains “Yes,” only MS1 and MS3 should be selectable, while other options should be disabled.
  2. If the textbox contains “No,” only MS3 should be selectable, and all other options should be disabled.

If there is a “select many” tool used in KoboToolbox named selectMs, it contains several options like MS1, MS2, and MS3. I want the following behavior based on the value of the textbox:

  1. If the textbox contains “Yes,” only MS1 and MS3 should be selectable, while other options should be disabled.
  2. If the textbox contains “No,” only MS3 should be selectable, and all other options should be disabled.

@sandeelo, so did you mean you have the following questions:

Q1. (select_one question type) with the choices yes and no.
Q2. (select_mulitple question type) with the choices MS1, MS2, and MS3.

Now if Yes, is selected in Q1, then MS1 and MS3 should be automatically selected. Similarly, if No, is selected in Q2, then only MS3 should be selected. Is this what you would like to see how it’s designed?

hen the text field named txtconstruction has the value ‘Ground+1’, the selectMs dropdown will have multiple values, such as M1, M2, M3, and M4 for G1, and M4 for G2, or M5 for G1 and M5 for G2. If txtconstruction is set to ‘Ground+1’, the selectMs Select many tool will only enable MS1, MS2, MS3, and MS4 for G1, and MS5 for G1. The options MS4 for G2 and MS5 for G2 will only be available when txtconstruction is set to ‘Ground+2’.

hen the text field named txtconstruction has the value ‘Ground+1’, the selectMs dropdown will have multiple values, such as M1, M2, M3, and M4 for G1, and M4 for G2, or M5 for G1 and M5 for G2. If txtconstruction is set to ‘Ground+1’, the selectMs Many tool will only enable MS1, MS2, MS3, and MS4 for G1, and MS5 for G1. The options MS4 for G2 and MS5 for G2 will only be available when txtconstruction is set to ‘Ground+2’.

@sandeelo, maybe share a sample of these two questions with the community. The community should be able to help you out.