问题
I have a list of URLs for hundreds of images in a google spreadsheet. I want to create a google form that dynamically picks 50 of these images, displays them and asks a generic like it / hate it question, then submits this data along with the URL to a spreadsheet.
Is there a way to do this dynamically?
回答1:
AFAIK, you can create form using apps script using a function. But once created it becomes static. Only updating a form would make it as dynamic as possible.
References:
- Dynamic selection options in Google Apps Script for forms
- Dynamically edit multiple choice options in live Google Form using Apps Script
- Is it possible to show dynamic information in a Google Form based on a previous response?
OR
Create a web App using Apps Script.
Hope this helps.
来源:https://stackoverflow.com/questions/47586640/create-dynamic-questions-on-a-google-form