Analysis updated 2026-05-18
Turn a PDF chapter or lecture notes into a quiz to test your understanding.
Quiz yourself on the contents of a web page or article.
Generate a timed practice test from study material with automatic grading.
Create a mixed objective and subjective quiz from multiple documents at once.
| shreyashkar-ml/doc-to-quiz | abhas9/escape-run | abhishek-kumar09/mern-live-js-june-2021 | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | HTML | HTML | HTML |
| Last pushed | — | — | 2021-09-13 |
| Maintenance | — | — | Dormant |
| Setup difficulty | easy | easy | moderate |
| Complexity | 1/5 | 2/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an agent like Claude Code or Codex that supports skills, no API key or server needed.
doc-to-quiz is a skill for AI coding agents like Claude Code and Codex that turns readable material such as PDFs, images, notes, Markdown files, or web pages into a polished interactive quiz. It is not a separate app or a wrapper around an AI model, it is a set of instructions that tells an agent, which already knows how to read these formats, how to turn what it reads into quiz questions grounded in that material. The end result is a single HTML file that runs entirely in a browser, with no server, account, API key, or extra software needed. To install it, you clone the repository into the skills folder your agent already looks in, one path for Claude Code and a different one for Codex. After that, you simply ask the agent in plain language, for example to create a quiz from a specific PDF, or to turn a set of lecture notes and diagrams into a fifteen question quiz, or to quiz you on the content of a web page. You can point it at one resource or several at once, and the agent works out things like how many questions to ask, how hard they should be, and what format to use for answers, based on the material itself and anything you specify. Before generating anything, the skill asks one short setup question, whether you want a timed quiz with a set duration or an open-ended one with no time limit, and optionally whether questions should be objective, subjective, or a mix of both. The finished quiz includes instant feedback on each answer with explanations, a running score, the ability to retry, and a review of your answers afterward. Timed quizzes can count down and submit automatically when time runs out. Every question links back to where it came from in the source material, and the interface supports keyboard controls and reduced motion for accessibility. A working example template is included in the repository that you can open directly in a browser to try before using it on your own material.
A Claude Code / Codex agent skill that turns PDFs, notes, images, or web pages into a self-contained interactive HTML quiz with instant feedback.
Mainly HTML. The stack also includes HTML, JavaScript, Claude Code.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.