I have a list of questions and sub-questions in a form.
e.g. Are you above 40 years of age? Yes/No
If the answer for this is yes, then another sub-question has to be answered. If the answer is no, this sub-question need not be answered.
I have arranged all of them (both the question and sub-question) in a tabular format.
But it is a bit confusing for the user, as questions which have to be answered and which may have to be skipped occur sequentially.
What is the best way to display them in a form.
The options seem to be:
1) Remove them from the tabular layout and manually and keep the sub-question below the main question just like a indented bullet list.
2) Make the sub-question appear in the form only if the main question is answered yes. Is it possible?
Please advise me if a better method is available.