Hello, I am trying to create a survey for our field crews to sign off that they watched different videos. I have it working from CSV files so when new videos or new folders have been created, they will automatically go into the survey. I am (using PY) generating the CSV's that populate these questions, so it is dynamic.
For example:

My question is, if the user adds a 3rd level of folders and then puts videos in that folder, how can I dynamically create this survey to reflect that? I.e. nested questions? Not sure how to deal with this based on the CSVs. I can create the CSVs as needed, but don't know how to structure the survey to read them?
Thanks
Darryl