Turn your course notes into ready to use exams in minutes. The flow takes a Google Doc, builds open and multiple choice questions, and saves everything into Google Sheets. It suits teachers, trainers, and learning teams who need fast, consistent assessments tied to their source content.
Here is how it works. A manual test start creates or refreshes a Qdrant collection through HTTP requests, so the vector database is ready. The Google Doc is fetched, converted to a file, split into small chunks, and turned into embeddings with OpenAI. Those vectors are stored in Qdrant. Google Gemini then drafts two lists of questions, one open ended and one closed. The flow loops through each question and uses retrieval from Qdrant to build accurate answers. It also generates three distractors for quizzes. Structured parsers clean the output, and two Google Sheets nodes write the open and closed sets to separate sheets.
Setup is simple if you have accounts for Google Docs, Google Sheets, OpenAI, Google Gemini, and a Qdrant endpoint. Update the QDRANT URL and collection name, paste your Google Doc ID, and select your target spreadsheets. Expect a big time cut from manual authoring and more consistent question quality. Use it for unit tests, onboarding checks, policy training, or product education.