Using Radio Buttons for advanced questionnaire Help

Hello Everyone

I have recently become stuck with a handful of small issues with some functionality in my bubble app. Some context I am creating a questionnaire that will ask the user a handful of questions the user answers yes/no to them and this is populated in a database. The questionnaire menu has the questions on the left side and the actual question, yes/no, and next button on the main area.

I have the functionality working good as in I can populate the database by selecting the question and selecting yes/no and hitting next this sends the proper info to the database however if i were to go back to another question and come back the state of my selection is not saved.

also

I want the questions on the left as they are answered to be highlighted green to show that they are complete but haven’t found a way to do this yet. I also haven’t figured out a way for the next button to move onto the next question in the repeating group and am stuck having to select it from the left hand menu.

also

I have the following de-duplication techniques in place but am still having duplication’s if a user selects yes and then no right after which could potentially be solved from the above issue.


Sorry for the packed post any help is appreciated!

You need to add an extra data type to track if your question is done or not.
Try adding a new yes/no type > set it as no as default > save it as yes when user aswers it.
Then create conditionals to track if this question was aswered already or not using this yes/no type you just created.

This topic was automatically closed after 70 days. New replies are no longer allowed.