Simple survey i have, In my survey I have three question.
Question 1 - Do you like working late hours? checkbox yes/No using Branching
Logic if yes go to 2nd question if no go to 3rd question.
Question 2 - Why do you like working late hours? Textbox
Question 3 - Why do you not like working late hours? Textbox
I'm facing problem here.
when user respond to this servey and checkbox is checked and click next it shows
both questions 2nd and 3rd. if user uncheck the check box it shows only 3rd
question. Although its should you only once at a time.
Question 1 - Do you play cricket? checkbox yes/No
Question 2 - Do you have Master degree? checkbox yes/No
Question 3 - Would like to work on client side? textbox
Question 4 - Which technology prefer to work? checkbox
Second question is if i have 4 questions on survy if user click on survey 1st
question on single page remaining questions all are on one page, I want all
questions on different page. help needed.