I have a profile created using a Google form. When a user fills out an answer, some questions should be skipped based on the answer to some previous questions. Although I can trust the user that they will follow the instructions, I feel that I can improve it by hiding the questions.
I know that I can do this by dividing the questionnaire into pages and using the default "go to page" function provided by the Google form. However, since there are too many such questions, I do not want the user to wait for the page to load after almost every question. Unfortunately, there is no default option to show / hide a question based on a user's choice on a Google form.
Then I found that there is a Google script application. I think this can help me realize such basic things, but then I am upset that I canβt even find the object in the questionnaire, and it seems that it lacks the function of controlling the visibility of the question objects. (or at least not found in the menu)
Google menu link: https://developers.google.com/apps-script/reference/forms/
Now I'm completely lost. I have google and search here on stack overflow but nothing was found. Any idea on how I can proceed?
source share