Hello,
I'm probably over thinking this, but I don't know of a proper way of building the schema for a questionnaire, specifically when I have a list of questions that depend on a YES or NO answer...
For example:
Do you own a car? (Y|N)
If yes, what is the Brand and Model?
If yes, what Color is it?
Do you plan to buy a car? (Y|N)
If yes, how much are you willing to spend?
If yes, when are you planning to buy?
My confusion is whether or not those "dependent" questions/answers need to live as child nodes inside the top question. If there are no rules regarding this, what is the best practice? An example would be helpful.
Thank you.
I'm probably over thinking this, but I don't know of a proper way of building the schema for a questionnaire, specifically when I have a list of questions that depend on a YES or NO answer...
For example:
Do you own a car? (Y|N)
If yes, what is the Brand and Model?
If yes, what Color is it?
Do you plan to buy a car? (Y|N)
If yes, how much are you willing to spend?
If yes, when are you planning to buy?
My confusion is whether or not those "dependent" questions/answers need to live as child nodes inside the top question. If there are no rules regarding this, what is the best practice? An example would be helpful.
Thank you.