{"product_id":"11-plus-maths-topic-checklist","title":"11+ Maths Topic Checklist (Free PDF) | SHLC Tutor","description":"\u003cstyle\u003e\n  .cl- { box-sizing: border-box; }\n\n  .cl-wrap {\n    max-width: 820px;\n    margin: 0 auto;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    color: #2c2c2c;\n    --navy: #1f4e79;\n    --navy-dark: #163a5a;\n    --accent: #e8a317;\n    --accent-dark: #d4940f;\n    --bg-soft: #f4f8fb;\n    --bg-warm: #fff8e6;\n    --text: #2c2c2c;\n    --text-soft: #555;\n    --border: #e1e8ef;\n    --green: #2d8659;\n  }\n\n  \/* HERO *\/\n  .cl-hero {\n    background: linear-gradient(135deg, #1f4e79 0%, #163a5a 100%);\n    padding: 44px 36px;\n    border-radius: 10px;\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 36px;\n  }\n  .cl-hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 280px; height: 280px;\n    background: radial-gradient(circle, rgba(232,163,23,0.18) 0%, transparent 70%);\n    border-radius: 50%;\n  }\n  .cl-eyebrow {\n    display: inline-block;\n    background: rgba(232,163,23,0.2);\n    border: 1px solid rgba(232,163,23,0.4);\n    color: var(--accent);\n    font-size: 0.72em;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n    padding: 5px 12px;\n    border-radius: 20px;\n    margin-bottom: 16px;\n  }\n  .cl-hero h1 {\n    font-size: 2em;\n    color: #fff;\n    font-weight: 700;\n    line-height: 1.2;\n    margin: 0 0 12px 0;\n  }\n  .cl-hero p {\n    font-size: 1.05em;\n    color: rgba(255,255,255,0.82);\n    line-height: 1.65;\n    max-width: 580px;\n    margin: 0 0 22px 0;\n  }\n  .cl-trust-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n  .cl-trust-tag {\n    background: rgba(255,255,255,0.12);\n    color: rgba(255,255,255,0.9);\n    font-size: 0.78em;\n    padding: 6px 14px;\n    border-radius: 20px;\n    font-weight: 500;\n  }\n\n  \/* SECTION HEADINGS *\/\n  .cl-wrap h2 {\n    font-size: 1.5em;\n    color: var(--navy);\n    font-weight: 700;\n    margin: 0 0 22px 0;\n    padding-bottom: 10px;\n    position: relative;\n  }\n  .cl-wrap h2::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0;\n    width: 50px; height: 3px;\n    background: var(--accent);\n    border-radius: 2px;\n  }\n\n  \/* WHAT IT IS *\/\n  .cl-section { margin-bottom: 36px; }\n  .cl-section p {\n    font-size: 0.97em;\n    color: var(--text-soft);\n    line-height: 1.7;\n    margin-bottom: 12px;\n  }\n\n  \/* HOW IT WORKS *\/\n  .cl-steps { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }\n  .cl-step {\n    position: relative;\n    padding: 16px 20px 16px 64px;\n    border-left: 4px solid var(--navy);\n    border-radius: 6px;\n    background: var(--bg-soft);\n    transition: border-left-color 0.2s, transform 0.2s;\n    cursor: default;\n  }\n  .cl-step:hover {\n    border-left-color: var(--accent);\n    transform: translateX(4px);\n  }\n  .cl-step:hover .cl-step-num {\n    background: var(--accent);\n    color: #1a1a1a;\n  }\n  .cl-step-num {\n    position: absolute;\n    left: 14px; top: 50%;\n    transform: translateY(-50%);\n    width: 36px; height: 36px;\n    background: var(--navy);\n    color: #fff;\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-weight: 700; font-size: 0.9em;\n    transition: background 0.2s, color 0.2s;\n  }\n  .cl-step strong { display: block; color: var(--navy); font-size: 0.95em; margin-bottom: 3px; }\n  .cl-step span { font-size: 0.88em; color: var(--text-soft); line-height: 1.5; }\n\n  \/* WHAT YOU GET *\/\n  .cl-features {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 12px;\n  }\n  .cl-feature {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-left: 3px solid var(--accent);\n    border-radius: 6px;\n    padding: 14px 16px;\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n  .cl-feature:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 16px rgba(31,78,121,0.1);\n  }\n  .cl-feature strong {\n    display: block;\n    color: var(--navy);\n    font-size: 0.9em;\n    margin-bottom: 4px;\n  }\n  .cl-feature span {\n    font-size: 0.84em;\n    color: var(--text-soft);\n    line-height: 1.5;\n  }\n\n  \/* WHO IT'S FOR *\/\n  .cl-fit-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n  }\n  .cl-fit-card {\n    border-radius: 8px;\n    padding: 18px 20px;\n  }\n  .cl-fit-good {\n    background: #f0faf4;\n    border: 1px solid #b7dfc7;\n  }\n  .cl-fit-alt {\n    background: var(--bg-soft);\n    border: 1px solid var(--border);\n  }\n  .cl-fit-card h3 {\n    font-size: 0.9em;\n    font-weight: 700;\n    color: var(--navy);\n    margin: 0 0 10px 0;\n  }\n  .cl-fit-card ul {\n    margin: 0; padding: 0;\n    list-style: none;\n    display: flex; flex-direction: column; gap: 6px;\n  }\n  .cl-fit-card ul li {\n    font-size: 0.86em;\n    color: var(--text-soft);\n    padding-left: 18px;\n    position: relative;\n    line-height: 1.45;\n  }\n  .cl-fit-good ul li::before {\n    content: '✓';\n    position: absolute; left: 0;\n    color: var(--green);\n    font-weight: 700;\n  }\n  .cl-fit-alt ul li::before {\n    content: '→';\n    position: absolute; left: 0;\n    color: var(--navy);\n    font-weight: 700;\n  }\n\n  \/* PRICING *\/\n  .cl-price-box {\n    background: var(--bg-warm);\n    border: 1px solid rgba(232,163,23,0.35);\n    border-radius: 10px;\n    padding: 28px 32px;\n    margin-bottom: 36px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 24px;\n  }\n  .cl-price-left { flex: 1; }\n  .cl-price-amount {\n    font-size: 2.6em;\n    font-weight: 700;\n    color: var(--navy);\n    line-height: 1;\n    margin-bottom: 8px;\n  }\n  .cl-price-amount span {\n    font-size: 0.45em;\n    font-weight: 400;\n    color: var(--text-soft);\n    vertical-align: middle;\n  }\n  .cl-price-left p {\n    font-size: 0.88em;\n    color: var(--text-soft);\n    line-height: 1.6;\n    max-width: 420px;\n    margin: 0;\n  }\n  .cl-price-btn {\n    display: inline-block;\n    background: var(--accent);\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.95em;\n    padding: 13px 28px;\n    border-radius: 6px;\n    text-decoration: none;\n    white-space: nowrap;\n    transition: background 0.2s;\n  }\n  .cl-price-btn:hover { background: var(--accent-dark); }\n\n  \/* ABOUT *\/\n  .cl-about {\n    background: var(--bg-soft);\n    border-radius: 8px;\n    padding: 22px 24px;\n    margin-bottom: 36px;\n  }\n  .cl-about p {\n    font-size: 0.9em;\n    color: var(--text-soft);\n    line-height: 1.7;\n    margin: 0 0 8px 0;\n  }\n  .cl-about a { color: var(--navy); font-weight: 600; }\n\n  \/* FAQ *\/\n  .cl-faq { margin-bottom: 36px; display: flex; flex-direction: column; gap: 8px; }\n  .cl-faq details {\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    overflow: hidden;\n    transition: border-color 0.2s;\n  }\n  .cl-faq details[open] { border-color: var(--navy); }\n  .cl-faq summary {\n    padding: 14px 48px 14px 18px;\n    font-weight: 600;\n    font-size: 0.92em;\n    color: var(--navy);\n    cursor: pointer;\n    position: relative;\n    list-style: none;\n    background: #fff;\n  }\n  .cl-faq summary::-webkit-details-marker { display: none; }\n  .cl-faq summary::after {\n    content: '+';\n    position: absolute;\n    right: 16px; top: 50%;\n    transform: translateY(-50%);\n    width: 24px; height: 24px;\n    background: var(--bg-soft);\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-weight: 700; font-size: 1em;\n    color: var(--navy);\n    line-height: 24px;\n    text-align: center;\n  }\n  .cl-faq details[open] summary::after {\n    content: '−';\n    background: var(--accent);\n    color: #1a1a1a;\n  }\n  .cl-faq .cl-faq-body {\n    padding: 14px 18px 16px;\n    font-size: 0.88em;\n    color: var(--text-soft);\n    line-height: 1.7;\n    background: #fff;\n    border-top: 1px solid var(--border);\n  }\n\n  \/* CTA *\/\n  .cl-cta {\n    background: linear-gradient(135deg, #1f4e79 0%, #163a5a 100%);\n    border-radius: 10px;\n    padding: 36px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .cl-cta::before {\n    content: '';\n    position: absolute;\n    bottom: -40px; left: -40px;\n    width: 200px; height: 200px;\n    background: radial-gradient(circle, rgba(232,163,23,0.15) 0%, transparent 70%);\n    border-radius: 50%;\n  }\n  .cl-cta h2 {\n    color: #fff;\n    font-size: 1.4em;\n    margin-bottom: 8px;\n    padding-bottom: 0;\n  }\n  .cl-cta h2::after { display: none; }\n  .cl-cta p {\n    color: rgba(255,255,255,0.78);\n    font-size: 0.92em;\n    margin-bottom: 24px;\n    line-height: 1.6;\n  }\n  .cl-cta-btns {\n    display: flex;\n    gap: 14px;\n    justify-content: center;\n    flex-wrap: wrap;\n  }\n  .cl-btn-primary {\n    background: var(--accent);\n    color: #1a1a1a;\n    font-weight: 700;\n    font-size: 0.92em;\n    padding: 12px 24px;\n    border-radius: 6px;\n    text-decoration: none;\n    transition: background 0.2s;\n  }\n  .cl-btn-primary:hover { background: var(--accent-dark); }\n  .cl-btn-secondary {\n    background: transparent;\n    color: #fff;\n    font-weight: 600;\n    font-size: 0.92em;\n    padding: 12px 24px;\n    border-radius: 6px;\n    border: 1.5px solid rgba(255,255,255,0.5);\n    text-decoration: none;\n    transition: border-color 0.2s;\n  }\n  .cl-btn-secondary:hover { border-color: #fff; }\n\n  @media (max-width: 700px) {\n    .cl-hero { padding: 28px 20px; }\n    .cl-hero h1 { font-size: 1.5em; }\n    .cl-features { grid-template-columns: 1fr; }\n    .cl-fit-grid { grid-template-columns: 1fr; }\n    .cl-price-box { flex-direction: column; align-items: flex-start; }\n    .cl-cta { padding: 28px 20px; }\n    .cl-cta-btns { flex-direction: column; }\n    .cl-btn-primary, .cl-btn-secondary { width: 100%; text-align: center; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cl-wrap\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"cl-hero\"\u003e\n    \u003cdiv class=\"cl-eyebrow\"\u003eFree Resource\u003c\/div\u003e\n    \u003ch1\u003e11+ Maths Topic Checklist\u003c\/h1\u003e\n    \u003cp\u003eEvery topic your child needs for 11+ Maths, laid out clearly by level. Know exactly where they stand and what to tackle next.\u003c\/p\u003e\n    \u003cdiv class=\"cl-trust-tags\"\u003e\n      \u003cspan class=\"cl-trust-tag\"\u003e38 topics covered\u003c\/span\u003e\n      \u003cspan class=\"cl-trust-tag\"\u003eFoundation, Core and Extended\u003c\/span\u003e\n      \u003cspan class=\"cl-trust-tag\"\u003eParent-friendly\u003c\/span\u003e\n      \u003cspan class=\"cl-trust-tag\"\u003ePrint-ready PDF\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHAT IT IS --\u003e\n  \u003cdiv class=\"cl-section\"\u003e\n    \u003ch2\u003eWhat this is\u003c\/h2\u003e\n    \u003cp\u003eThe 11+ Maths syllabus is not published by any single body. Different schools set different papers, and it can be hard to know what to revise. This checklist pulls together 38 topics drawn from years of 11+ tutoring and past paper analysis, organised into three levels so you know what to prioritise.\u003c\/p\u003e\n    \u003cp\u003eFoundation skills are the non-negotiables. Core covers what most selective schools expect. Extended is for the most competitive papers. Tick each subtopic as your child masters it and you will always know what comes next.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n  \u003cdiv class=\"cl-section\"\u003e\n    \u003ch2\u003eHow to use it\u003c\/h2\u003e\n    \u003cul class=\"cl-steps\"\u003e\n      \u003cli class=\"cl-step\"\u003e\n        \u003cdiv class=\"cl-step-num\"\u003e1\u003c\/div\u003e\n        \u003cstrong\u003eDownload and print\u003c\/strong\u003e\n        \u003cspan\u003eThe checklist is a two-page A4 PDF, designed to sit on a desk or go into a folder.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"cl-step\"\u003e\n        \u003cdiv class=\"cl-step-num\"\u003e2\u003c\/div\u003e\n        \u003cstrong\u003eStart at Foundation\u003c\/strong\u003e\n        \u003cspan\u003eWork through every Foundation subtopic first. These must be secure before moving on.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"cl-step\"\u003e\n        \u003cdiv class=\"cl-step-num\"\u003e3\u003c\/div\u003e\n        \u003cstrong\u003eTick as you go\u003c\/strong\u003e\n        \u003cspan\u003eTick a subtopic only when your child can do it without help. Gaps show you exactly where to focus practice.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli class=\"cl-step\"\u003e\n        \u003cdiv class=\"cl-step-num\"\u003e4\u003c\/div\u003e\n        \u003cstrong\u003eMove through Core and Extended\u003c\/strong\u003e\n        \u003cspan\u003eOnce Foundation is solid, work through Core for selective schools. Extended topics suit the most competitive papers.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHAT YOU GET --\u003e\n  \u003cdiv class=\"cl-section\"\u003e\n    \u003ch2\u003eWhat you get\u003c\/h2\u003e\n    \u003cdiv class=\"cl-features\"\u003e\n      \u003cdiv class=\"cl-feature\"\u003e\n        \u003cstrong\u003e38 topics, 100+ subtopics\u003c\/strong\u003e\n        \u003cspan\u003eCovers everything from place value to simultaneous equations, laid out in a logical progression.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cl-feature\"\u003e\n        \u003cstrong\u003eThree levels per topic\u003c\/strong\u003e\n        \u003cspan\u003eFoundation, Core and Extended give you a clear sense of priority, not just a flat list.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cl-feature\"\u003e\n        \u003cstrong\u003eHigh-priority topics flagged\u003c\/strong\u003e\n        \u003cspan\u003eBigger topics that appear frequently and carry more marks are highlighted so you can weight your time.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cl-feature\"\u003e\n        \u003cstrong\u003ePrint-ready, two-page PDF\u003c\/strong\u003e\n        \u003cspan\u003eClean A4 portrait layout with tick boxes. No account needed, no email required.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHO IT'S FOR --\u003e\n  \u003cdiv class=\"cl-section\"\u003e\n    \u003ch2\u003eWho it's for\u003c\/h2\u003e\n    \u003cdiv class=\"cl-fit-grid\"\u003e\n      \u003cdiv class=\"cl-fit-card cl-fit-good\"\u003e\n        \u003ch3\u003eGood fit if your child is\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003ePreparing for 11+ entry to a selective or grammar school\u003c\/li\u003e\n          \u003cli\u003eIn Year 4 or Year 5 and starting to structure their preparation\u003c\/li\u003e\n          \u003cli\u003eWorking independently or with a tutor and needs a clear progress tracker\u003c\/li\u003e\n          \u003cli\u003eStrong in some areas but unsure about gaps\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cl-fit-card cl-fit-alt\"\u003e\n        \u003ch3\u003eYou might also want\u003c\/h3\u003e\n        \u003cul\u003e\n          \u003cli\u003eA \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/diagnostic-assessment-gcse-11plus-sats\" style=\"color:#1f4e79;font-weight:600;\"\u003eDiagnostic Assessment\u003c\/a\u003e to identify gaps quickly with expert feedback\u003c\/li\u003e\n          \u003cli\u003eThe \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/consultation-session-gcse-11plus-sats\" style=\"color:#1f4e79;font-weight:600;\"\u003eConsultation Session\u003c\/a\u003e to build a structured preparation plan\u003c\/li\u003e\n          \u003cli\u003eThe \u003ca href=\"https:\/\/shlc-tutor.co.uk\/collections\/online-tuition-exam-prep\" style=\"color:#1f4e79;font-weight:600;\"\u003e11+ Full Programme\u003c\/a\u003e for ongoing weekly tuition\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRICING --\u003e\n  \u003cdiv class=\"cl-price-box\"\u003e\n    \u003cdiv class=\"cl-price-left\"\u003e\n      \u003cdiv class=\"cl-price-amount\"\u003eFree \u003cspan\u003eno sign-up needed\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cp\u003eDownload immediately. The PDF opens in your browser and prints on standard A4. If you would like a tailored version or have questions about your child's preparation, get in touch.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/11-plus-maths-topic-checklist\" class=\"cl-price-btn\"\u003eDownload Free PDF\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ABOUT --\u003e\n  \u003cdiv class=\"cl-about\"\u003e\n    \u003ch2 style=\"font-size:1.15em;margin-bottom:10px;padding-bottom:8px;\"\u003eAbout Aadam\u003c\/h2\u003e\n    \u003cp\u003eAadam is a QTS qualified teacher with a Master's in Education and over 3,000 hours of one-to-one tutoring experience across 120 families. His 11+ students have secured places at Bradford Grammar, Merchant Taylors', Queen Elizabeth's and other selective schools. This checklist is based on the same topic framework he uses when planning 11+ preparation programmes.\u003c\/p\u003e\n    \u003cp\u003e\u003ca href=\"https:\/\/shlc-tutor.co.uk\/pages\/online-maths-tutor-aadam-mulla\"\u003eRead more about Aadam\u003c\/a\u003e or \u003ca href=\"https:\/\/shlc-tutor.co.uk\/blogs\/gcse-and-11-exam-tips-revision-guides\/11-plus-success-stories\"\u003esee 11+ success stories\u003c\/a\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"cl-section\"\u003e\n    \u003ch2\u003eQuestions\u003c\/h2\u003e\n    \u003cdiv class=\"cl-faq\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes this cover every school's 11+ paper?\u003c\/summary\u003e\n        \u003cdiv class=\"cl-faq-body\"\u003eNo checklist can do that. Different schools set different papers and the topics vary. This list covers the ground that comes up most often across selective school papers in England, but you should always check the specific guidance for the schools you are applying to.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat year should my child be in to use this?\u003c\/summary\u003e\n        \u003cdiv class=\"cl-faq-body\"\u003eMost children sit the 11+ in September or October of Year 6, so preparation typically starts in Year 5 or early Year 6. The checklist works at any stage — it is just as useful early on to spot gaps as it is later to confirm what is secure.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow is Foundation different from Core and Extended?\u003c\/summary\u003e\n        \u003cdiv class=\"cl-faq-body\"\u003eFoundation covers the skills every child needs, regardless of which school they are aiming for. Core covers what most selective schools expect to see. Extended topics appear on the most competitive papers. Every child should aim to complete Foundation before moving on.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eMy child is struggling with several topics. What should I do?\u003c\/summary\u003e\n        \u003cdiv class=\"cl-faq-body\"\u003eA \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/diagnostic-assessment-gcse-11plus-sats\"\u003eDiagnostic Assessment\u003c\/a\u003e is the fastest way to get a clear picture of where the gaps are and how to fix them. It is a one-off session with Aadam, followed by a written report and a recommended plan.\u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"cl-cta\"\u003e\n    \u003ch2\u003eNeed more than a checklist?\u003c\/h2\u003e\n    \u003cp\u003eIf you want to understand exactly where your child stands and how to prepare them for their target schools, a Diagnostic Assessment or Consultation Session is the right next step.\u003c\/p\u003e\n    \u003cdiv class=\"cl-cta-btns\"\u003e\n      \u003ca href=\"https:\/\/wa.me\/447763664107\" class=\"cl-btn-primary\"\u003eMessage on WhatsApp\u003c\/a\u003e\n      \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/diagnostic-assessment-gcse-11plus-sats\" class=\"cl-btn-secondary\"\u003eView Diagnostic Assessment\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"SHLC-Tutors","offers":[{"title":"Default Title","offer_id":52998361186570,"sku":null,"price":0.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/7091\/9434\/files\/11_Maths_Topic_Checklist_Parent_Child_Revision_Support_SHLC.png?v=1778022675","url":"https:\/\/shlc-tutor.co.uk\/products\/11-plus-maths-topic-checklist","provider":"SHLC-Tutors","version":"1.0","type":"link"}