ChatGPT write the questions and generate a Google Apps Script
Yes. The easiest method is to have ChatGPT write the questions and generate a Google Apps Script that builds the complete form automatically.
The easiest process
1. Give me your lesson
Upload the lesson and say something like:
Create a 15-question Google Forms quiz from this lesson. Make every question multiple choice with four plausible answer choices. Include the correct answers, assign one point per question, and focus on theme, text evidence, figurative language, and roots and affixes.
I can review the lesson and prepare the complete quiz.
2. Ask me to create the Google Forms script
After approving the questions, say:
Turn these questions into a Google Apps Script that will automatically create a self-grading Google Forms quiz.
I will give you one block of code containing:
The form title and directions
All questions and answer choices
Correct answers
Point values
Required-question settings
Automatic grading
Google officially supports creating quizzes and multiple-choice questions through Apps Script. Google Forms Apps Script documentation, multiple-choice question documentation.
3. Run the script
Go to script.google.com.
Sign in with your school Google account.
Select New project.
Delete the sample code.
Paste in the code I provide.
Click Run.
Choose the function named something like
createQuiz.Approve Google’s permission request.
Click Run again if necessary.
Open your Google Drive. The completed form will be there.
You can then review it, change its colors, adjust the settings, and share it with students.
A prompt you can reuse
Create a self-grading Google Forms quiz for eighth-grade ELA using the attached lesson. Include 15 multiple-choice questions with four plausible choices each. Make all questions required and worth one point. Clearly identify the correct answer. Include questions about comprehension, theme, text evidence, figurative language, and Greek and Latin roots and affixes. Then provide a Google Apps Script that creates the entire quiz automatically.
For your classes, you can simply upload a lesson and tell me, “Please turn this into a Google Form.” I can prepare the questions and the form-building script for you. If your school blocks Apps Script, I can instead format everything for quick manual copying into Forms.

Post a Comment