~bendersteed/gsheets-to-gforms

a small App Script to import responses exported to Google Sheets in another (or the same?) Google Form
fc4f0611 — Dimakakos Dimos 2 years ago
Docs: one README is enough, some fixes
558c66e9 — Dimakakos Dimos 2 years ago
Add: markdown README
d3f54812 — Dimakakos Dimos 2 years ago
Add: copyright notice, license and readme

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~bendersteed/gsheets-to-gforms
read/write
git@git.sr.ht:~bendersteed/gsheets-to-gforms

You can also use your local clone with git send-email.

#gsheets to gforms

This script is working through google's platform, allowing to transfer data from a form to another by exporting them first to a google sheet.

For now it handles the SECTION_HEADERS, TEXT, PARAGRAPH_TEXT, GRID, MULTIPLE_CHOICE and CHECKBOX items of google forms. Also it makes assumptions about the structure of the data in the spreadsheet based on how they are exported from a google form.

#using

It's pretty simple, given that items you need are implemented.

Steps:

  1. Go to script.google.com
  2. Start a new script and paste in the editor the contents of append-responses.gs
  3. Change the urls for the sheet and form you are targeting
  4. Click run and validate the necessary permissions
  5. PROFIT???

If you need form items that are not implemented, you will get an exception. Please contact me, and depending on my schedule I might be of assistance.

#disclaimer

Developing and sharing this script is not intended as an endorsement of google or its products. If anything, please take some time to think about the implications of the loss of privacy and computing freedom that comes together with using such products.

If you are looking for a Forms web app that is more respectful to your privacy and freedom take a look at https://framaforms.org/.

As always this software is provided as is, without any warranty or liability from my side.