git404hub

what is doc-to-quiz fr?

shreyashkar-ml/doc-to-quiz — explained in plain English

Analysis updated 2026-05-18

1HTMLAudience · developerComplexity · 1/5Setup · easy

tl;dr

A Claude Code / Codex agent skill that turns PDFs, notes, images, or web pages into a self-contained interactive HTML quiz with instant feedback.

vibe map

mindmap
  root((repo))
    What it does
      Reads documents
      Generates quiz
      Grounds questions
    Tech stack
      HTML
      Claude Code
      Codex
    Use cases
      Study quizzes
      Timed tests
    Audience
      Developers
      Students

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Turn a PDF chapter or lecture notes into a quiz to test your understanding.

VIBE 2

Quiz yourself on the contents of a web page or article.

VIBE 3

Generate a timed practice test from study material with automatic grading.

VIBE 4

Create a mixed objective and subjective quiz from multiple documents at once.

what's the stack?

HTMLJavaScriptClaude CodeCodex

how it stacks up fr

shreyashkar-ml/doc-to-quizabhishek-kumar09/mern-live-js-june-2021abhishek-kumar09/z
Stars111
LanguageHTMLHTMLHTML
Last pushed2021-09-132019-12-23
MaintenanceDormantDormant
Setup difficultyeasymoderateeasy
Complexity1/52/51/5
Audiencedeveloperdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires an agent like Claude Code or Codex that supports skills, no API key or server needed.

in plain english

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.

prompts (copy fr)

prompt 1
Install the doc-to-quiz skill and create an interactive quiz from ./chapter-4.pdf.
prompt 2
Turn these lecture notes and diagrams into a 15-question timed quiz.
prompt 3
Quiz me on the content at https://example.com/guide using an open-ended format.
prompt 4
Explain how doc-to-quiz grounds each quiz question in a source reference.

Frequently asked questions

what is doc-to-quiz fr?

A Claude Code / Codex agent skill that turns PDFs, notes, images, or web pages into a self-contained interactive HTML quiz with instant feedback.

What language is doc-to-quiz written in?

Mainly HTML. The stack also includes HTML, JavaScript, Claude Code.

How hard is doc-to-quiz to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is doc-to-quiz for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.