SableRaf / Json2GForm

A Google App Script that takes a JSON file and makes a new Google Form from it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Json2GForm

This Google Script takes a JSON file saved with GFormExporter and make a new Google Form from it.

To Do

  • shuffle choices using onOpen()
  • Form.setCollectEmail()
  • Form.setConfirmationMessage()
  • Form.setCustomClosedFormMessage()
  • Form.setDestination()
  • Form.setLimitOneResponsePerUser()
  • Form.setProgressBar()
  • Form.setPublishingSummary()
  • Form.setRequireLogin()
  • Form.setShowLinkToRespondAgain()
  • Form.setShuffleQuestions()

Known limitations

  • There is seemingly no way to handle items of the FILE_UPLOAD type (see this issue)
  • Support for Quiz forms is out of scope for now

About

A Google App Script that takes a JSON file and makes a new Google Form from it


Languages

Language:JavaScript 63.2%Language:HTML 36.8%