Hello community,
I've developed a survey that dynamically adapts based on a JSON configuration. I've included a video showcasing the survey.
Essentially, the survey comprises elements consisting of questions with various types of answer formats, such as boolean, textarea, checkboxes, and toggles. When I say "dynamic," I mean that the number of categories, questions, and response formats are determined by the JSON configuration (also attached).
My issue is that I need to save the responses of the user somehow, I was trying to save the responses updating the "response" object on the same JSON using the set formula but I can't make it work, do not know why.
Another option could be creating a new array variable and appending on click the response of each option_id, but to be honest I'm a bit stuck here.
Would be helpful to know how you would do this, thanks beforehand 😄