Export a NotebookLM quiz to JSON
Download the open NotebookLM quiz as structured JSON for application development, automation, custom quiz players and durable machine-readable archives.
Chrome extension · Review generated content before publishing or grading
Choose a format to continue
How to export a quiz from Gemini Notebook to JSON
First, install the NotebookLM Exporter Chrome extension linked on this page. Next, open NotebookLM Studio, select the completed quiz and wait for the canvas to load. Locate the Export ▾ button at the top of the quiz canvas. Then, choose JSON and set the available answer-information option. Finally, download the .json file, validate it and map its question fields into your application or automation.
Why export?
Developers need fields and relationships, not a visual quiz screen. JSON preserves the quiz as structured data that code can validate, transform, store or render in a custom interface.
Can Gemini Notebook handle this export natively?
Qualifying Gemini Notebook chat plans can generate structured data, but an existing Studio quiz does not expose a general JSON download. The extension serializes that completed quiz into a predictable object.
Product capabilities reviewed against current Google help documentation in August 2026.
A JSON-ready output
Questions and choices stay grouped
Less copy-paste and fewer transcription errors
A reusable asset outside NotebookLM
Download a NotebookLM Quiz as JSON in 5 Steps
Open NotebookLM Studio, select the completed quiz and wait for the canvas to load
Locate the Export ▾ button at the top of the quiz canvas
Choose JSON and set the available answer-information option
Download the .json file, validate it and map its question fields into your application or automation
Who uses this export workflow?
App development
Structured archives
Automation
Custom quiz players
What people need to know before using this export
What is included in the quiz JSON?
The export contains a quiz object with its title and structured question records, including choices and answer-related data available to the exporter.
Can I import the JSON into a quiz app?
Only if the app accepts the same schema. Most custom systems require a mapping step between the exported fields and their own API or database model.
Should I use JSON or CSV?
Use JSON for code, APIs and nested data. Use CSV for spreadsheet review, bulk editing and simple row-based imports.
FAQ
Can I export a NotebookLM quiz to JSON?+
Yes. Open the quiz, choose Export, select JSON, and download or import the generated output.
Does the export include answer choices?+
Yes. Multiple-choice questions retain their available options in the destination-appropriate structure.
Does it include correct answers?+
Supported quiz exports carry answer information where the destination format allows it. Review the export settings before creating a student-facing copy.
Should I review the quiz after export?+
Yes. Always verify AI-generated questions, answers and destination formatting before assigning or publishing the quiz.
What data is included in a NotebookLM quiz JSON file?+
The JSON output provides a structured quiz title, questions, choices and available answer fields for applications, scripts and automation.
Can I convert the NotebookLM quiz JSON to CSV?+
Yes. A script or data tool can flatten the structured fields into rows, although nested choices and explanations may need explicit mapping.
Product references
Native-feature comparisons on this page were checked against Google's current Gemini Notebook help pages.
Export a NotebookLM quiz to JSON
Download the open NotebookLM quiz as structured JSON for application development, automation, custom quiz players and durable machine-readable archives.
Add to Chrome Extension