0 votes
Is it possible to have a multiple choice question where one of the options is "other" and other allows the user to type in their response?
by (5.8k points)

1 Answer

0 votes
Best answer

Two possible approaches
 

#1 - other question is asked after the main one

*question: question
	*save: answer
	standart option 1
	standart option 2
	standart option 3
	other
		*question: please elaborate
			*save: answer

Your answer is {answer}

*page
	#2 - show other questions with the origianl one grouping them in *page
	
	*question: another question
		*save: answer2
		standart option 1
		standart option 2
		standart option 3
		other

	*question: enter your answer
		*blank
		*save: otherAnswer
		
*if: otherAnswer
	>> answer2 = otherAnswer

Your answer is {answer2}

 

by (5.8k points)
selected by
Welcome to Guidedtrack Q&A, where you can ask questions and receive answers from other members of the community.
134 questions
144 answers
55 comments
40 users