I'm trying to create a google form which adapts each question based on the previous response. I realize that while google forms cannot be written dynamically, you can manually add in the option to "go to section based on answer" in the GUI editor.
My question is - is there a way to write this function go to section based on answer in a Google App Script? I will have hundreds of answers for some of my questions and it will not be possible to manually add them in. My answer choices will also be added from a google spreadsheet and automated to change every day.
Any other experiences or tips faking dynamic google forms appreciated.