Google Forms - Inserting an image in a multiple choice field using Apps Script

最后都变了- 提交于 2019-12-13 12:46:39

问题


I have created a script which will add images to a Google form to produce a multiple choice quiz.

At the moment it adds an image then adds the options (A,B,C,D). The image and the option are two separate items. As a result, I can't randomise the order as I need to make sure the image and question remain together.

Manually creating the quiz allows for an option to add the image with the question so it appears as one item. This would be preferable as it would allow me to randomise the question order.

I've had a look at the Forms Service API, but I can't see an option to add an image to a multiple choice question. Is there a possible solution to this (other than doing it by hand?)

Found this question with a very similar issue, but with no reply: Google Script: Add an image to a Google Form item (different from ImageItem)

来源:https://stackoverflow.com/questions/49022122/google-forms-inserting-an-image-in-a-multiple-choice-field-using-apps-script

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