I can't find a way to put more than one drropdown under a single question (5, in my case). Something like.
QUESTION: How many countries did you visit for each continent?
Europe: [DROPDOWN with numbers from 0 to number of european countries]
America: [DROPDOWN with numbers from 0 to number of american countries]
Asia: [DROPDOWN with numbers from 0 to number of asian countries]
Africa: [DROPDOWN with numbers from 0 to number of african countries]
Oceania: [DROPDOWN with numbers from 0 to number of oceanian countries]
Basically I need to transform the basic "Multiple Numerical Input" type into a "Multiple Dropdown Input".
I can't use the basic "Multiple Numerical Input"type because people could make mistake and type, for example, 11 instead of 1 without realizing.
Is this possible somehow?
I am aware I could just create 5 different dropdown questions but I have MANY questions like this one, and multiply everything by 5 is going to explode my survey!
The only solution would be to insert your own dropdowns into a multi-short-text via JavaScript but you will end up with just as many columns in the data as with separate questions.
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.