I have numerous pages that are basically 6 questions per page. The questions of each page with have check boxes for multiple choice but may have a different amount of answers depending on the questions.
So user has question one could be:
How old are you?
( ) Below 50
( ) 51 to 60
( ) 61 to 74
( ) 75 and above
[ Next button ]
Question two could be:
Are you currently retired?
( ) Yes
( ) No
[ Next Button ]
So say around six page like this, I’m thinking the designs are pretty much the same, just different questions and text
How can I make the local variables in the best way to handle this?


