I end up with complex db design issue of user's question/answer & thought to take your help or suggestions. It looks it's rare case which generally appear.
A User should be able to provide offered question's answer (Up to here looks easy & good). Now we have a kind of requirement where we would offering N-levels of nested questions.
Let me explain it by an example,
Question - 1 : What's your favourite food ? (Very simplest - level -1)
Question - 2 : Do you like football match ? (Level - 1 )
Yes ? No ? (Level-1.1 or call it 2nd nested level)
if No then Why ? (Level - 1.1.1 or call it 3nd nested level)
So likewise, as of now we have up to 5-nested level of question bank and for which I want your opinion/suggestion about how do we do this?
Any suggestion would be much appreciable !!