Multiple widget

Hi everyone,

Need your help. I have questions that will have multiple options say 10. But i want to restrict it to 5 only. is there anything I can do to restrict answers to 5 options?

E.g : What is the most preferred rice variety in the area?

options are:

  1. A
    2.B
  2. C
    4.D
    5E
    6F
    7G
    8H
    9I
    10J

Now though respondent can have multiple options but not more than 5. How to do that.

Thank you in advance.

Mosharaf

Hi
You can restrict this by using constraint count-selected(.)<=5 which will set this to a maximum of 5 options orcount-selected(.)=5 to exactly 5 options or count-selected(.)>=5 which sets this to more than or equal to 5

Regards
Stephane

Thank you so much. It worked!

1 Like