Feature

An AI Quiz Generator That Knows Whether the Answer Is Right

In development — not available yet. Below: what a generated math quiz should actually look like, why general-purpose quiz makers get math wrong, and which free AI-Math tools you can use for practice today.

Сообщите мне о запуске

Функция ещё в разработке. Оставьте адрес электронной почты — в день запуска мы отправим одно письмо.

Мы используем ваш адрес только для одного: одного письма о том, что функция заработала. Никаких рассылок, никаких других писем о продукте; мы не передаём и не продаём адрес. В этом письме будет ссылка для отписки.

Status

In development — expected in 2027. We are not committing to a date.

What we are building

Questions with verified answers

Every generated item will be solved by the same engine that powers the solvers, so the answer key is derived rather than asserted. A quiz generator whose key is wrong is worse than no quiz at all, especially for a teacher handing it out.

Distractors built from real mistakes

Multiple-choice options will be generated from the specific errors students make on that problem type — sign slips, using −b/a instead of −b/(2a) — so a wrong choice identifies the misconception rather than being random noise.

Difficulty you can actually set

You will pick a topic and a level, and get items that differ in structure rather than just in the size of the numbers. Harder should mean an extra step or a hidden setup, not a four-digit coefficient.

Quizzes generated from your own notes

Paste a chapter or photograph a worked page, and the generator will produce items matching the notation, method and question style used there instead of generic textbook questions.

Worked solutions attached to every item

Each question will ship with the full step sequence, not just the letter of the correct option, so a practice set is reviewable without going back to the solver.

Printable and exportable sets

We plan print-ready output plus export for common quiz platforms, since a meaningful share of the people asking for this are teachers building a worksheet rather than students self-testing.

Status: in development. The AI-Math quiz generator is not live yet. This page describes what it will do and, more usefully today, what a good generated math quiz actually looks like — plus the free tools on this site you can practise with right now.

What one generated question should look like

Most AI quiz generators produce questions. Very few produce questions where the answer key is trustworthy, the wrong options are meaningful, and the solution is included. Here is the standard we are building to, as a single item:

Q3 (medium, quadratics / applications). A ball is thrown so its height in metres after t seconds is h(t) = −5t^2 + 20t + 1. At what time does it reach maximum height?
A. t = 4 s B. t = 2 s C. t = 20 s D. t = 21 s

Answer: B.

  1. The graph is a downward parabola (a = −5 < 0), so the maximum is at the vertex.
  2. Vertex time: t = −b / (2a) = −20 / (2 · −5) = 2 seconds.
  3. Check the height if you want it: h(2) = −5(4) + 40 + 1 = 21 metres.

What each wrong option means. A comes from using −b/a instead of −b/(2a). C comes from reading off b directly. D is the maximum height, 21 m, answered in place of the time — a question-reading error, not a math error.

That last block is the part almost no generator produces, and it is the part that makes a quiz worth taking. When a student picks D, they do not have an algebra problem; they have a habit of answering before finishing the question. Those need different fixes, and a quiz that cannot tell them apart just reports a score.

Why general quiz makers struggle with math

The generic tools — the ones aimed at trivia, training modules and reading comprehension — fail on math in three specific ways.

They generate the answer instead of computing it. A language model asked to write a math question and its answer will produce something that reads like a correct key. On multi-step algebra and calculus this is unreliable enough to matter, and the failure is silent: the question looks fine, the key is wrong, and nobody notices until a class has been graded against it. Our approach is to route every generated item through the solver and discard anything the engine cannot verify.

Distractors are random. Generic makers perturb the correct answer — add one, negate it, double it. Sometimes that accidentally matches a real misconception; usually it produces an option no student would ever pick, which makes a four-option question effectively a two-option one and inflates scores.

Notation degrades. Anything with a fraction, an integral, a matrix or a summation tends to come back as flattened text. On a printed worksheet that is not a cosmetic issue: an ambiguous expression is a question with two defensible answers.

There is also a difficulty problem. Ask a generic tool for a "hard" version and you usually get the same problem with uglier numbers. Genuine difficulty in math comes from structure — an extra substitution, a constraint you have to notice, a setup buried in a word problem — not from arithmetic weight.

What you can practise with today

The generator is not ready, but the solvers behind it are live and free, and they already close the practice loop if you bring your own problems from a textbook or past paper: work the problem yourself, then check every line rather than just the final answer.

For exam practice specifically, SAT and ACT math prep with AI feedback loops describes how to turn a past paper into a repeatable drill without a generator. Teachers in the same position — needing items faster than they can write them — will get more out of pulling problems from an existing bank and using the solvers to produce clean worked keys.

Honest status

No date. The blocker is verification, not generation: producing a hundred plausible questions is easy, and producing a hundred questions whose keys are all correct is the actual product. We would rather ship that a year later than hand a teacher a worksheet with three wrong answers in it. The waitlist gets one email when it opens.

Frequently asked questions

Is the AI quiz generator free?

It is not available yet, so there is nothing to pay for. The intention is a free tier consistent with the rest of the site — the AI-Math step-by-step solvers are free today with no paywall on the steps. We have not settled limits and will not announce a price we might change.

Will it convert a PDF into a quiz?

Generating items from your own material — a chapter, a set of notes, a photographed worked page — is a core part of the plan, PDF included. None of it works today: AI-Math currently takes photos and typed problems, and PDF input arrives with the parsing pipeline.

Can it generate random math problems on a topic?

That is the intended default: pick a topic and a difficulty and get a fresh set each time, with each item verified by the solver engine before it is shown. Until it ships, the free solvers will check any problem you bring from a textbook or past paper.

Is this useful for teachers?

That is a large part of who it is being built for, which is why verified answer keys and print-ready output are requirements rather than extras. It is not usable for lesson planning yet. Today the honest recommendation is to source items from a bank you trust and use the solvers to produce clean worked solutions.

Will it solve a quiz for me?

The generator is for producing practice, not for completing assessments. Separately, the AI-Math solvers will work through any individual problem you paste or photograph and show the full reasoning — that is live and free now.

How will the answers be checked?

Every generated item is planned to be routed through the same engine that powers the solvers, with anything the engine cannot verify discarded rather than published. Verification, not generation, is the hard part of this feature and the reason it has no launch date.