Embed on Your Site
In short: any public quiz can live inside your own page. Copy one iframe snippet from Quizzz and paste it into your site, blog, or LMS — students answer right there, no login, no redirect.
Instead of sending people away to a link, put the quiz where your readers already are: a course page, a landing page, a lesson write-up.
Try it
This is a real embedded quiz (Quizzz Official's English demo) — answer a question:
Get the embed code
- Open Quizzz ↗ → Assignments → Generate Links.
- On the quiz you want, click Generate Embed Code.
- Pick the mode (below), then Copy Embed Code and paste it into your page.
The three modes
The embed can render in any of the answer modes:
| Mode | Feel | Plan |
|---|---|---|
| Classic | Whole quiz on one page, submit once | Free |
| Guided | One question at a time | Lite |
| Interactive | Gamified, instant right/wrong | Go |
If your plan doesn't include a mode, its embed shows an upgrade prompt instead of the quiz — Classic always works.
The snippet
The code Quizzz gives you is a self-contained iframe (no scripts to add). For example, the Classic embed looks like:
<iframe
src="https://quizzz.techtranslab.com/widget/<assignmentId>"
title="My quiz"
loading="lazy"
referrerpolicy="strict-origin-when-cross-origin"
width="100%"
height="760"
style="max-width:900px;border:1px solid #dfd2b6;border-radius:16px;background:#fffdf8;"
></iframe>- Responsive —
width="100%"with amax-widthcap. Adjustheight/max-widthto fit your layout. - No login — the embedded quiz is public; anyone on your page can answer.
- Prefer to just link it? Add
/qrto any exam link for a scannable QR page (see Exam Modes).
Collections embed too
Bundling several quizzes? A whole Collection embeds with the same one-iframe approach.
Next
- Decide the answer experience → Exam Modes.
- Open Quizzz ↗ to grab your embed code.