JRutter
JRutter

Reputation: 51

Create Dynamic Questions on a Google Form

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?

Upvotes: 4

Views: 12499

Answers (1)

Mr.Rebot
Mr.Rebot

Reputation: 6791

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:

OR

Create a web App using Apps Script.

Hope this helps.

Upvotes: 2

Related Questions