Create Dynamic Questions on a Google Form

末鹿安然 提交于 2020-08-07 07:50:51

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!