workflows.fit
Back to n8n workflows
n8n templateFreeBy Jitesh Dugar

Run WhatsApp quizzes and track student progress with Wati, GPT-4.1 and Sheets

Turn WhatsApp into an interactive personal classroom. This workflow automates the entire learning cycle—from generating AI-powered quizzes to tracking student progress in real-time—by combining WATI, OpenAI AI Agents,...

Data & StorageProductivityDevelopmentCore NodesAILangchainSticky NoteSwitch
Loading interactive preview...

Template notes

Turn WhatsApp into an interactive personal classroom. This workflow automates the entire learning cycle—from generating AI-powered quizzes to tracking student progress in real-time—by combining WATI, OpenAI AI Agents, and Google Sheets.

---

🎯 What This Workflow Does

Provides a complete end-to-end educational experience through simple WhatsApp commands:

- 📝 Interactive Quiz Trigger Student sends a topic (e.g., quiz photosynthesis) via WATI Trigger to start a session.

- 🚦 Intelligent Command Routing A Route Message switch node detects specific student intents: - quiz: Triggers the AI generation of new questions. - answer: Routes to the evaluation engine to grade student replies. - progress: Triggers the historical performance report branch.

- 👁️ AI-Powered Content Creation An AI Agent using GPT-4o generates 3 tailored MCQ questions based on the requested topic, formatted as structured JSON.

- 📊 Automated Grading & Logging - Evaluation: Compares student replies (e.g., answer 1a 2b 3c) against stored correct answers fetched from Google Sheets. - Logging: Saves the final score, topic, and date to the master database.