Google Form API?

后端 未结 4 1688
清酒与你
清酒与你 2020-12-16 09:41

I would like to (programmatically) convert a text file with questions to a Google form. I want to specify the questions and the questiontypes and their options. Example: the

4条回答
  •  再見小時候
    2020-12-16 10:10

    As of now (March 2016), Google Forms APIs allow us to create forms and store them in Google Drive. However, Forms APIs do not allow one programmatically modify the form (such as modify content, add or delete questions, pre-filled data, etc). In other words, the form is static. In order to serve custom, external APIs are needed.

提交回复
热议问题