How to repeat a section in Google Forms before submit?

寵の児 提交于 2019-12-13 09:34:11

问题


I'm new here and also new in Google Apps Script. I'm trying to find out how to repeat a section in Google Forms n times and the closest script I found is this one: link

But this script is usable in Edit mode, and I need a specific section repeats while someone is responding and how responses will be plotted in Google Spreadheet this way. Can someone help me?

Sorry for my English.


回答1:


Google Apps Script can't edit the form response view while a respondent is viewing it.

To repeat a section, the form owner or editors should duplicate the section the number of times that it's required before sharing the form with respondents.

Related Questions

  • How to build a decision support app with Google Apps Script (forms with subquestions)?
  • refresh google form item list onOpen

Reference

  • Forms Service


来源:https://stackoverflow.com/questions/47022169/how-to-repeat-a-section-in-google-forms-before-submit

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