I asked a similar question previously, but it was so vague that I couldn't possibly have gotten the answer I wanted.
Basically, I want a user to be able to select from multiple options and have various bits of information appear based on the selections.
For example:
"How old is your computer?"
Options: [x]One Year [ ] Two Years [ ] Three Years
Output: "Your computer is One year old"
I want that functionality to expand over multiple separate checkboxes and radioboxes...?
Is this possible?
EDIT:
Its for a hardware upgrade recommendation system that takes in to account your current system.
"Based on your current system, you need to replace your graphics card and purchase additional RAM"
Which could use factors like "How old is your computer?", "How much RAM does your computer have", "What directX version is your graphics card" or something like that.