NotebookLM generates great quizzes. But how do you export them?
NotebookLM can generate quiz content from your documents, but there is no straightforward way to export, reuse, or share that quiz. 9PM Quiz solves this with a simple prompt-to-JSON workflow that turns NotebookLM output into a live, playable quiz.
How to Export a NotebookLM Quiz
From NotebookLM to Live Quiz in 4 Steps
Add Your Sources
Upload PDFs, documents, or websites as sources in NotebookLM
Copy the Prompt
Use our guided prompt generator to tell NotebookLM exactly what JSON to output
Import the JSON
Paste the JSON output into 9PM Quiz, which validates and previews it instantly
Run It Live
Schedule a time, share a link, and everyone plays together in sync
NotebookLM Export Prompt Generator
Customize your prompt, then copy and paste it into NotebookLM
Generate a quiz with the following parameters:
- Topic: [YOUR TOPIC]
- Target audience: General public
- Difficulty level: medium
- Number of questions: 10
- Question type: multiple choice
- Region: Worldwide
Output as JSON with this exact structure:
{
"title": "Quiz title based on the topic",
"questions": [
{
"type": "single_choice",
"question": "What is the capital of France?",
"options": ["London", "Paris", "Berlin", "Madrid"],
"correct": "Paris",
"explanation": "Paris has been the capital of France since the 10th century."
}
]
}
Rules:
- Set "title" to a clear, descriptive quiz title based on the topic
- Each question must have "type": "single_choice"
- Each question must have exactly 4 options
- "correct" must match exactly one of the options
- Include a brief explanation for each answer
- Adapt vocabulary and complexity to the target audience and difficulty level
- Ensure questions are universally applicable
Question Quality Requirements:
- NEVER reference or cite sources in questions or explanations
- Use precise, unambiguous wording - each question must have exactly one defensible correct answer
- Avoid vague qualifiers ("often", "usually", "sometimes")
- Avoid subjective language ("best", "most important", "should", "ideal")
- Use concrete, measurable, or verifiable facts
- Ensure answer options are clearly distinct
- Explanations must state facts, not reference source materials
- Output ONLY the JSON object, no other textWhat the JSON Output Looks Like
NotebookLM will respond with structured JSON that 9PM Quiz can import directly
{
"title": "The Solar System",
"questions": [
{
"type": "single_choice",
"question": "Which planet is closest to the Sun?",
"options": ["Venus", "Mercury", "Earth", "Mars"],
"correct": "Mercury",
"explanation": "Mercury orbits at an average distance of 57.9 million km from the Sun."
},
{
"type": "true_false",
"question": "Jupiter is the largest planet in our Solar System.",
"options": ["True", "False"],
"correct": "True",
"explanation": "Jupiter has a mass more than twice that of all other planets combined."
}
]
}Got your JSON? Validate it for free.
Paste your NotebookLM output into our free validator. Preview your quiz, check for errors, then import it into 9PM Quiz.
Who Is This For?
Teachers & Classrooms
Turn your lesson materials into interactive review quizzes. Upload your PDFs to NotebookLM, generate questions, and run a live quiz with your class.
Creators & Communities
Engage your audience with quiz nights based on your content. Perfect for newsletters, podcasts, and YouTube channels.
Trainers & Teams
Convert training materials into assessments. Run live knowledge checks after onboarding sessions or workshops.