This project automatically builds a Google Form quiz using data stored in a Google Sheet.
- Auto-generated Google Form quiz
- Multiple-choice questions with scoring
- Feedback explanations
- Sheet-driven for easy updates
Create a sheet named Questions with columns:
Question, Option A, Option B, Option C, Option D, CorrectOption, Explanation
- Open Google Sheets → Extensions → Apps Script.
- Paste
Code.gs. - Prepare your questions in the sheet.
- Run
buildJavaScriptQuizFormFromSheet().