Hello!
This is my fourth question and I'm sorry for asking many questions. But I cannot find solutions via Google or on my own. I think this is an easy (and stupid) question and hope someone can quickly answer this.
I am using Version 1.91+ Build 12416.
So, I'm trying to do
drop-down lists with numeric values There is "other" option in only some of them. I know how to do it with text items because it is obvious. So, this is about numeric ones.
My lists are:
I first tried
Array (number) but it has three problems:
- it uses "Other" option for all sub questions
- my questions are not sequential
- using array for one question is a bad design
Then, I tried
List (drop down) but it has this problem(?):
Unlike array (number), there is no automatic numeric value generation (minimum, maximum, and step). Making a label set between 16 and 100 seems not the right way. Therefore I thought that List (drop down) is not meant for single numeric drop-down list.
So, how to make a single numeric drop-down list?
Thank you in advance for any help you can provide...