Page 1 of 1

Expandable screens based on radio selections

Posted: Fri Sep 03, 2021 2:28 pm
by dmurphy
Hello,

I am new to ProfoundUI and the question that I am about to ask has probably been asked before, but I couldn't find it. I'll present my scenario in as simple of terms as I can. In the scenario the user has a simple screen with some questions that have radio buttons for the answers that by default are set to No. When the user selects Yes on one of the questions then secondary questions would be presented for answering. I'm trying to figure out the best way of accomplishing this. I'll do a rough draft below to illustrate.

Default to No on screen open

1. Do you want to expand this to be asked another question? 0 Yes * No
2. How about expanding this to be asked another question? 0 Yes * No

Now select Yes on Question One
1. Do you want to expand this ask another question? * Yes 0 No
Here is the second question. Enter a number ______
2. How about expanding this ask another question? 0 Yes * No


Any advice would be much appreciated.

Thanks
David

Re: Expandable screens based on radio selections

Posted: Fri Sep 03, 2021 4:04 pm
by Scott Klement
I've never heard someone ask for something like this before, so to me this seems like a strange requirement. I'm pretty sure it can be done in HTML -- if so, you'd have to include the HTML container widget and code the HTML yourself.

Just out of curiosity, what does your program do? What type of information are you working with that expands based on responses like this?

Re: Expandable screens based on radio selections

Posted: Mon Sep 13, 2021 4:05 pm
by dmurphy
Hi Scott,

This is for Insurance and based on the response from the user we only want expand to ask additional questions if the user replies yes that they want a particular coverage.

Thanks,

David