If I have three buttons:

Red button
Blue button
Green Button

and each opens a new form, depending which button the user clicks on, data of the color will appear in a new Form Page.

Example:

The RED button has data A and B... so if I choose Red the next screen should bring me A and B button so I can choose from one of them.

The BLUE button has three options: Option 1, 2, and 3. So, if i choose one of them, then the next screen should bring me data regarding option number 1, if i choose option number 1. And so on if I keep choosing different options.

The First screen or Form Page would consist of three buttons ( RED, BLUE and GREEN ). Depending which color the user chooses then the next Form Page would bring more buttons to choose from. Until we have the result....which is
For Example:
RED A is 95%
Red B is 100%
BLUE 1 is Excellent
Blue 2 is Good
BLUE 3 is Poor

Hope someone can help me on this.