# Best quiz makers with scoring, compared (2026)

Short answer: **Google Forms** if you want a basic graded quiz for free in
a visual editor. **Typeform** if the respondent experience is the product.
**ScoreApp** if the quiz is a lead magnet and the report is the point.
**QuizGen** if an AI assistant or your own code should build the quiz and
your systems should receive the scores. Details and trade-offs below —
this is a comparison, not a sales page.

"Scoring" here means: answers carry points, each response gets a total,
and the result shown (and stored) depends on that total — graded tests,
lead qualification, and outcome/persona quizzes all included.

## The comparison

| Tool | Best for | Scoring model | Price to start | Where it falls short |
|---|---|---|---|---|
| Google Forms | Basic graded quizzes, classrooms | Right/wrong per question, auto-graded | Free | No score-based result screens; integrations mean Apps Script |
| Typeform | Polished, branded quiz experiences | Score quizzes + outcome quizzes | Paid for most quiz features | Editor-first; API is for retrieval, not building |
| ScoreApp | Lead-gen scorecards with PDF-style reports | Categories + score bands | Paid | Single-purpose; overkill for a simple test |
| Jotform | Form-heavy workflows that also need a quiz | Calculation widgets | Free tier, branded | Scoring is bolted on via widgets, fiddly to set up |
| Kahoot / Quizizz | Live, projected classroom play | Points + speed bonuses | Free tiers | Synchronous play, not a link you send and collect |
| QuizGen | AI-assistant and API-built quizzes | Points → buckets, scored server-side | Free (sandbox + 3 live quizzes) | No drag-and-drop editor — you describe or POST the quiz |

## Google Forms

The default for a reason: free, familiar, and "Make this a quiz" turns on
auto-grading with per-question points and answer feedback. Results land in
a summary view or a Sheet. The walls: you can't show different result
screens by score band, branding is Google's, and anything reactive
(notify Slack on a high score) means writing Apps Script. Fine for a
Friday classroom quiz; limiting for anything customer-facing.

## Typeform

The benchmark for how a quiz *feels* — one question at a time, smooth,
branded. It has real scoring: score quizzes (number ranges → endings) and
outcome quizzes (answers → personas). You build in the editor; the API
reads responses but doesn't meaningfully write forms. Most quiz features
sit on paid tiers. Pick it when polish converts — a marketing quiz on a
landing page. Longer comparison:
[a Typeform alternative for developers and AI agents](/blog/typeform-alternative-for-ai-agents).

## ScoreApp

Purpose-built for one shape: the lead-magnet scorecard. Respondent
answers, gets a score band and a report; you get the lead and the
segmentation. If that's exactly the job, it's the strongest option here.
If you need a plain graded test or an intake form too, it's the wrong
shape.

## Jotform

The most capable general form platform on this list — approvals,
payments, widgets. Scoring exists via calculation widgets but it's
assembled, not native: you wire field calculations to conditions by hand.
Choose Jotform for the surrounding workflow, not for the quiz. Longer
comparison: [Jotform alternative](/blog/jotform-alternative).

## Kahoot and Quizizz

Different job entirely: live quizzes played together, projected in a
room, points-with-speed-bonuses. Great for classrooms and all-hands
energy. Not for "send a link, collect scored responses over two weeks."

## QuizGen

QuizGen is headless: there is no drag-and-drop editor. You either tell an
AI assistant what you want (it uses QuizGen's MCP server or API and hands
back a live link), or you POST one JSON document yourself. Scoring is
native — points per answer, buckets by score range, each response stored
with its `score` and `outcome`, webhooks push scored responses to your
systems. The sandbox needs no account; the free plan covers 3 live
quizzes.

That makes it the wrong choice if you want to click a quiz together in an
editor — and the right one if the quiz is built by Claude or ChatGPT
mid-conversation, or by your own product's code. Worked example:
[how to make a quiz with scoring](/blog/how-to-make-a-quiz-with-scoring).

## How to choose in 30 seconds

- Free + visual + basic grading → **Google Forms**
- The experience sells something → **Typeform**
- Quiz-as-lead-magnet with a report → **ScoreApp**
- Quiz inside a bigger form workflow → **Jotform**
- Live game in a room → **Kahoot / Quizizz**
- Built by an AI assistant or an API, scores delivered to your systems →
  **QuizGen**
