For schools & counselors

Embed a free practice test on your site

Add a genuine, timed practice test to any web page. Free for training programs, apprenticeship prep centers, career counselors, and school career pages. One iframe snippet — no tracking scripts, no cost to you or your students.

Pick the test to embed
Trades
Public Safety
Cognitive
Step 1 — paste this HTML into your page
<iframe src="https://primedprep.com/ibew-aptitude-test/embed"
        width="100%" height="720"
        style="border:0;max-width:720px;display:block;margin:0 auto"
        title="Free practice test"
        loading="lazy"></iframe>
Works on WordPress, Squarespace, Wix, Google Sites, plain HTML.
Step 2 (optional) — auto-resize the iframe

The embed reports its height so the frame grows with the content. Paste this once, anywhere on the same page.

<script>
  window.addEventListener("message", function (e) {
    if (!e.data || e.data.type !== "primedprep:height") return;
    var f = document.querySelector('iframe[src*="primedprep.com"]');
    if (f && typeof e.data.px === "number") f.style.height = e.data.px + "px";
  });
</script>
Live preview

Free to embed

You may embed this free of charge on any school, program, or counselor site. The only requirement is that the small “Provided by PrimedPrep” attribution link stays visible — that's what keeps the test free to build and maintain.

Doesn't slow your page

Pure iframe with loading="lazy". No third-party scripts injected into your host page, no cross-site tracking, no cookies dropped on your visitors.

Need help?

Email us at [email protected] with your URL and we'll help you install it.