0
votes

I have a sheet with questions and I'd like to write a script that will create a new form with these questions. I know how to create a form from Google script, but I do not understand how to:

  1. Create a new form from questions sheet

  2. Set the correct answer for the question (item in form)

  3. Set points for the correct answer

1
Please edit your question to show what you have tried so far. You should include a minimal reproducible example of the code that you are having problems with, then we can try to help with the specific problem. You should also read How to Ask. - Toby Speight
We need more info to help here. Post your current work and a small set of data so we can understand. I found this link that may help you support.google.com/docs/answer/7032287?hl=en - Jorge Caballero

1 Answers

0
votes

Google Forms now allow you to create & grade quizzes & you can get them up and running programatically too using Google Apps Script FormApp's QuizFeedbackBuilder.

Hope this helps!