{"product_id":"diagnostic-assessment-gcse-11plus-sats","title":"Diagnostic Assessment | Find Your Child's Gaps | SHLC Tutor","description":"\u003cstyle\u003e\n  .da-page {\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    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    color: var(--text);\n    line-height: 1.65;\n    max-width: 880px;\n    margin: 0 auto;\n  }\n\n  \/* HERO *\/\n  .da-hero {\n    background: linear-gradient(135deg, #1f4e79 0%, #163a5a 100%);\n    color: #fff !important;\n    padding: 44px 36px;\n    border-radius: 10px;\n    margin: 16px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .da-hero::before {\n    content: \"\";\n    position: absolute;\n    top: -50%;\n    right: -10%;\n    width: 400px;\n    height: 400px;\n    background: radial-gradient(circle, rgba(232,163,23,0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .da-hero * { color: #fff !important; position: relative; }\n  .da-hero-eyebrow {\n    display: inline-block;\n    font-size: 0.85em;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    background: rgba(232,163,23,0.2);\n    border: 1px solid rgba(232,163,23,0.4);\n    padding: 5px 14px;\n    border-radius: 20px;\n    margin-bottom: 16px;\n    font-weight: 600;\n  }\n  .da-hero-headline {\n    font-size: 2.1em;\n    line-height: 1.18;\n    margin: 0 0 12px 0;\n    font-weight: 700;\n    padding-bottom: 0 !important;\n  }\n  .da-hero-headline::after { display: none !important; }\n  .da-hero-sub {\n    font-size: 1.1em;\n    margin: 0 0 22px 0;\n    opacity: 0.95;\n    max-width: 680px;\n  }\n  .da-trust-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 8px;\n  }\n  .da-trust-tag {\n    background: rgba(255,255,255,0.12);\n    border: 1px solid rgba(255,255,255,0.25);\n    padding: 7px 14px;\n    border-radius: 20px;\n    font-size: 0.9em;\n  }\n\n  \/* TYPOGRAPHY *\/\n  .da-page h2 {\n    font-size: 1.55em;\n    color: var(--navy);\n    margin: 38px 0 16px 0;\n    font-weight: 700;\n    position: relative;\n    padding-bottom: 10px;\n  }\n  .da-page h2::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 50px;\n    height: 3px;\n    background: var(--accent);\n    border-radius: 2px;\n  }\n  .da-page h3 {\n    font-size: 1.15em;\n    color: var(--navy-dark);\n    margin: 22px 0 10px 0;\n    font-weight: 700;\n  }\n  .da-page p {\n    margin: 0 0 14px 0;\n    font-size: 1.02em;\n  }\n  .da-page strong { color: var(--navy-dark); }\n  .da-page a {\n    color: var(--navy);\n    text-decoration: underline;\n    transition: color 0.2s ease;\n  }\n  .da-page a:hover { color: var(--accent-dark); }\n\n  \/* FEATURES GRID *\/\n  .da-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n    margin: 18px 0 24px;\n  }\n  .da-feature {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-left: 3px solid var(--accent);\n    border-radius: 6px;\n    padding: 16px 18px;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n  .da-feature:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n  }\n  .da-feature-title {\n    display: block;\n    color: var(--navy) !important;\n    font-weight: 700;\n    margin-bottom: 4px;\n    font-size: 1em;\n  }\n  .da-feature p {\n    margin: 0;\n    font-size: 0.93em;\n    color: var(--text-soft);\n  }\n\n  \/* STEPS *\/\n  .da-steps {\n    display: grid;\n    gap: 14px;\n    margin: 22px 0;\n  }\n  .da-step {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-left: 4px solid var(--navy);\n    border-radius: 6px;\n    padding: 18px 22px 18px 70px;\n    position: relative;\n    transition: transform 0.25s ease, box-shadow 0.25s ease, border-left-color 0.25s ease;\n  }\n  .da-step:hover {\n    transform: translateX(4px);\n    box-shadow: 0 6px 16px rgba(31,78,121,0.1);\n    border-left-color: var(--accent);\n  }\n  .da-step-num {\n    position: absolute;\n    left: 18px;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 38px;\n    height: 38px;\n    background: var(--navy);\n    color: #fff;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 700;\n    font-size: 1.05em;\n    transition: background 0.25s ease, color 0.25s ease;\n  }\n  .da-step:hover .da-step-num { background: var(--accent); color: #1a1a1a; }\n  .da-step-title {\n    display: block;\n    color: var(--navy-dark);\n    font-weight: 700;\n    font-size: 1.05em;\n    margin-bottom: 4px;\n  }\n  .da-step p { margin: 0; font-size: 0.96em; }\n\n  \/* FIT CARDS *\/\n  .da-fit {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin: 18px 0 24px;\n  }\n  .da-fit-card {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    padding: 20px 22px;\n  }\n  .da-fit-card.good { border-top: 3px solid var(--green); }\n  .da-fit-card.alt  { border-top: 3px solid #8a9199; }\n  .da-fit-card h4 {\n    margin: 0 0 12px 0;\n    font-size: 1em;\n    color: var(--navy-dark);\n    font-weight: 700;\n  }\n  .da-fit-card ul {\n    margin: 0;\n    padding: 0 0 0 18px;\n    font-size: 0.94em;\n    color: var(--text-soft);\n    line-height: 1.7;\n  }\n\n  \/* REPORT HIGHLIGHT BOX *\/\n  .da-report {\n    background: var(--bg-soft);\n    border: 1px solid var(--border);\n    border-left: 4px solid var(--navy);\n    border-radius: 8px;\n    padding: 22px 24px;\n    margin: 20px 0 24px;\n  }\n  .da-report h3 {\n    margin: 0 0 12px 0;\n    color: var(--navy);\n  }\n  .da-report ul {\n    margin: 0;\n    padding: 0 0 0 20px;\n    font-size: 0.97em;\n    line-height: 1.8;\n    color: var(--text);\n  }\n\n  \/* PRICE BOX *\/\n  .da-price-box {\n    background: var(--bg-warm);\n    border: 1px solid #f0d68a;\n    border-radius: 10px;\n    padding: 26px 28px;\n    margin: 22px 0;\n    display: flex;\n    align-items: center;\n    gap: 28px;\n  }\n  .da-price-num {\n    font-size: 3em;\n    font-weight: 700;\n    color: var(--navy-dark);\n    line-height: 1;\n    white-space: nowrap;\n  }\n  .da-price-detail { font-size: 0.97em; color: var(--text-soft); }\n  .da-price-detail p { margin: 0 0 6px 0; }\n  .da-price-detail p:last-child { margin: 0; }\n\n  \/* FAQ *\/\n  .da-faq { margin: 18px 0 24px; }\n  .da-faq details {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    margin-bottom: 10px;\n    transition: border-color 0.2s ease, box-shadow 0.2s ease;\n  }\n  .da-faq details:hover {\n    border-color: var(--accent);\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  }\n  .da-faq details[open] {\n    border-color: var(--navy);\n    box-shadow: 0 2px 12px rgba(31,78,121,0.08);\n  }\n  .da-faq summary {\n    cursor: pointer;\n    padding: 16px 50px 16px 20px;\n    font-weight: 600;\n    color: var(--navy-dark);\n    list-style: none;\n    position: relative;\n    font-size: 1em;\n  }\n  .da-faq summary::-webkit-details-marker { display: none; }\n  .da-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 18px;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 26px;\n    height: 26px;\n    background: var(--bg-soft);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.2em;\n    color: var(--navy);\n    font-weight: 700;\n  }\n  .da-faq details[open] summary::after {\n    content: \"−\";\n    background: var(--accent);\n    color: #1a1a1a;\n  }\n  .da-faq-body {\n    padding: 0 20px 18px;\n    font-size: 0.96em;\n    color: var(--text);\n    line-height: 1.6;\n  }\n  .da-faq-body p:last-child { margin-bottom: 0; }\n\n  \/* CTA *\/\n  .da-cta {\n    background: linear-gradient(135deg, #1f4e79 0%, #163a5a 100%);\n    padding: 42px 32px;\n    border-radius: 10px;\n    margin: 36px 0 24px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .da-cta::before {\n    content: \"\";\n    position: absolute;\n    bottom: -40%;\n    left: -10%;\n    width: 350px;\n    height: 350px;\n    background: radial-gradient(circle, rgba(232,163,23,0.12) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .da-cta * { color: #fff !important; position: relative; }\n  .da-cta h2 {\n    margin: 0 0 12px 0 !important;\n    font-size: 1.5em;\n    text-align: center !important;\n    padding-bottom: 0 !important;\n  }\n  .da-cta h2::after { display: none !important; }\n  .da-cta p {\n    margin: 0 0 22px 0;\n    opacity: 0.95;\n    max-width: 560px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .da-cta-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    justify-content: center;\n  }\n  .da-btn {\n    display: inline-block;\n    background: var(--accent);\n    color: #1a1a1a !important;\n    padding: 14px 30px;\n    border-radius: 6px;\n    text-decoration: none !important;\n    font-weight: 700;\n    font-size: 1em;\n    transition: all 0.2s ease;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.2);\n  }\n  .da-btn:hover {\n    background: var(--accent-dark);\n    transform: translateY(-2px);\n    box-shadow: 0 6px 16px rgba(0,0,0,0.3);\n  }\n  .da-btn-secondary {\n    background: transparent;\n    color: #fff !important;\n    border: 2px solid rgba(255,255,255,0.4);\n    box-shadow: none;\n  }\n  .da-btn-secondary:hover {\n    background: rgba(255,255,255,0.1);\n    border-color: #fff;\n    box-shadow: none;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 700px) {\n    .da-hero { padding: 32px 22px; }\n    .da-hero-headline { font-size: 1.6em; }\n    .da-features,\n    .da-fit { grid-template-columns: 1fr; }\n    .da-price-box { flex-direction: column; gap: 12px; text-align: center; }\n    .da-page h2 { font-size: 1.3em; }\n    .da-step { padding: 16px 18px 16px 62px; }\n    .da-step-num { left: 14px; width: 34px; height: 34px; font-size: 0.95em; }\n    .da-cta-buttons { flex-direction: column; }\n    .da-btn { width: 100%; box-sizing: border-box; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"da-page\"\u003e\n\u003csection class=\"da-hero\"\u003e\u003cspan class=\"da-hero-eyebrow\"\u003eLow Commitment · One-Off Session\u003c\/span\u003e\n\u003ch2 class=\"da-hero-headline\"\u003eFind Out Exactly Where Your Child's Gaps Are\u003c\/h2\u003e\n\u003cp class=\"da-hero-sub\"\u003eA one-hour session where Aadam works directly with your child, maps their knowledge across the subject, and sends you a written report with a clear action plan within 48 hours.\u003c\/p\u003e\n\u003cdiv class=\"da-trust-row\"\u003e\n\u003cspan class=\"da-trust-tag\"\u003eQTS Qualified Teacher\u003c\/span\u003e \u003cspan class=\"da-trust-tag\"\u003eMaster's in Education\u003c\/span\u003e \u003cspan class=\"da-trust-tag\"\u003eWritten Report Included\u003c\/span\u003e \u003cspan class=\"da-trust-tag\"\u003eGCSE · SATs · 11+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003ch2\u003eWhat This Is\u003c\/h2\u003e\n\u003cp\u003eMost families have a rough sense that something is not clicking. This session finds out exactly what that is. Aadam works through a structured set of questions and problems with your child, covering the key areas of their subject. You get a written report within 48 hours that tells you precisely where the gaps are, why they exist, and what to do about them.\u003c\/p\u003e\n\u003cp\u003eIt suits any point in the year. Useful before starting tuition, after a disappointing mock, or when your child is working hard but not seeing the results you would expect.\u003c\/p\u003e\n\u003ch2\u003eHow It Works\u003c\/h2\u003e\n\u003cdiv class=\"da-steps\"\u003e\n\u003cdiv class=\"da-step\"\u003e\n\u003cspan class=\"da-step-num\"\u003e1\u003c\/span\u003e \u003cspan class=\"da-step-title\"\u003eAadam works through the subject with your child\u003c\/span\u003e\n\u003cp\u003eThe session runs online via Google Meet. Aadam takes your child through structured questions and problems across the key topic areas, watching where understanding breaks down and how they approach different question types.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"da-step\"\u003e\n\u003cspan class=\"da-step-num\"\u003e2\u003c\/span\u003e \u003cspan class=\"da-step-title\"\u003eGaps are identified at the level that matters\u003c\/span\u003e\n\u003cp\u003eA student can get a question wrong for several different reasons. Aadam identifies not just which topics are weak, but what is causing the difficulty in each case. That distinction changes what the fix looks like.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"da-step\"\u003e\n\u003cspan class=\"da-step-num\"\u003e3\u003c\/span\u003e \u003cspan class=\"da-step-title\"\u003eYou receive a written report within 48 hours\u003c\/span\u003e\n\u003cp\u003eThe report covers your child's current level across each topic area, the specific gaps found and their causes, a priority order for what to tackle first, and a practical action plan with resources matched to their exam board and year group.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWhat the Report Covers\u003c\/h2\u003e\n\u003cdiv class=\"da-report\"\u003e\n\u003ch3\u003eYour written report includes:\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eCurrent level across each topic area assessed\u003c\/li\u003e\n\u003cli\u003eSpecific gaps identified and what is causing them\u003c\/li\u003e\n\u003cli\u003ePriority order - what to fix first for the biggest grade impact\u003c\/li\u003e\n\u003cli\u003eA step-by-step action plan your child can follow at home\u003c\/li\u003e\n\u003cli\u003eResource recommendations matched to their exam board and year group\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe report is written for parents, not just students. You will understand it without needing a teaching background.\u003c\/p\u003e\n\u003ch2\u003eWhat You Get\u003c\/h2\u003e\n\u003cdiv class=\"da-features\"\u003e\n\u003cdiv class=\"da-feature\"\u003e\n\u003cspan class=\"da-feature-title\"\u003eOne-Hour Session\u003c\/span\u003e\n\u003cp\u003eAadam works directly with your child online via Google Meet. No preparation needed beforehand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"da-feature\"\u003e\n\u003cspan class=\"da-feature-title\"\u003eWritten Gap Analysis\u003c\/span\u003e\n\u003cp\u003eA detailed breakdown of topic-by-topic performance, sent within 48 hours of the session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"da-feature\"\u003e\n\u003cspan class=\"da-feature-title\"\u003eAction Plan\u003c\/span\u003e\n\u003cp\u003eA practical step-by-step plan your child can follow from the day after the report arrives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"da-feature\"\u003e\n\u003cspan class=\"da-feature-title\"\u003eResource Recommendations\u003c\/span\u003e\n\u003cp\u003eSpecific resources matched to their exam board, year group and the gaps identified.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003eWho This Is For\u003c\/h2\u003e\n\u003cdiv class=\"da-fit\"\u003e\n\u003cdiv class=\"da-fit-card good\"\u003e\n\u003ch4\u003eGood fit\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eYour child had a disappointing mock result and you want to understand why\u003c\/li\u003e\n\u003cli\u003eThey are working hard but not improving\u003c\/li\u003e\n\u003cli\u003eYou want a clear starting point before beginning tuition\u003c\/li\u003e\n\u003cli\u003eTheir school feedback has been vague and you want something specific\u003c\/li\u003e\n\u003cli\u003eYou want to know where their ceiling is before exam season arrives\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"da-fit-card alt\"\u003e\n\u003ch4\u003eConsider these alternatives\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eWant advice on approach and resources without a formal assessment: \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/consultation-session-gcse-11plus-sats\"\u003eConsultation Session\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003eJust want a quick 10-minute chat first: \u003ca href=\"https:\/\/shlc-tutor.co.uk\/pages\/online-tuition-consultation\"\u003eFree Consultation Call\u003c\/a\u003e\n\u003c\/li\u003e\n\u003cli\u003eReady to start tuition straight away: \u003ca href=\"https:\/\/shlc-tutor.co.uk\/collections\/online-tuition-exam-prep\"\u003eView all programmes\u003c\/a\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\u003ePricing\u003c\/h2\u003e\n\u003cdiv class=\"da-price-box\"\u003e\n\u003cdiv class=\"da-price-num\"\u003e£79\u003c\/div\u003e\n\u003cdiv class=\"da-price-detail\"\u003e\n\u003cp\u003eOne-off payment. No ongoing commitment.\u003c\/p\u003e\n\u003cp\u003eOne hour online via Google Meet. Written report and action plan sent within 48 hours.\u003c\/p\u003e\n\u003cp\u003eCovers GCSE Maths, English and Science, SATs and 11+.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2\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. Students he has worked with have improved by two to three grades within three months, and his 11+ students have secured places at Bradford Grammar, Merchant Taylors', Queen Elizabeth's and other selective schools. \u003ca href=\"https:\/\/shlc-tutor.co.uk\/pages\/online-maths-tutor-aadam-mulla\"\u003eRead more about Aadam here.\u003c\/a\u003e\u003c\/p\u003e\n\u003ch2\u003eCommon Questions\u003c\/h2\u003e\n\u003cdiv class=\"da-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow is this different from the Consultation Session?\u003c\/summary\u003e\n\u003cdiv class=\"da-faq-body\"\u003e\n\u003cp\u003eThe \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/consultation-session-gcse-11plus-sats\"\u003eConsultation Session\u003c\/a\u003e is a conversation with parent and child about direction, approach and resources. The Diagnostic Assessment involves Aadam working directly with your child through structured questions to map their knowledge. You get a written report with the Diagnostic. The Consultation does not include one.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes my child need to prepare anything?\u003c\/summary\u003e\n\u003cdiv class=\"da-faq-body\"\u003e\n\u003cp\u003eNo preparation needed. The session is designed to assess natural understanding, not rehearsed answers. If you have a recent mock paper or school report, share it as context beforehand, but it is not required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat subjects does this cover?\u003c\/summary\u003e\n\u003cdiv class=\"da-faq-body\"\u003e\n\u003cp\u003eMaths, English and Science at GCSE, SATs and 11+. Maths diagnostics are the most detailed, covering every major topic area on the specification. If you are not sure whether this session fits your child's situation, \u003ca href=\"https:\/\/shlc-tutor.co.uk\/pages\/online-tuition-consultation\"\u003ebook a free 10-minute call first\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long does the written report take?\u003c\/summary\u003e\n\u003cdiv class=\"da-faq-body\"\u003e\n\u003cp\u003eReports are sent within 48 hours of the session, usually sooner. You will receive it by email.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat if we want to book tuition after the assessment?\u003c\/summary\u003e\n\u003cdiv class=\"da-faq-body\"\u003e\n\u003cp\u003eAadam includes a recommendation at the end of the report on which programme would suit your child best. You can \u003ca href=\"https:\/\/shlc-tutor.co.uk\/pages\/online-tuition-consultation\"\u003ebook a free call\u003c\/a\u003e to talk it through before committing. View all options at \u003ca href=\"https:\/\/shlc-tutor.co.uk\/collections\/online-tuition-exam-prep\"\u003eshlc-tutor.co.uk\/packages\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"da-cta\"\u003e\n\u003ch2\u003eBook Your Diagnostic Assessment\u003c\/h2\u003e\n\u003cp\u003eAdd to cart and complete your order. Aadam will be in touch within one working day to arrange a time. Sessions run online via Google Meet.\u003c\/p\u003e\n\u003cdiv class=\"da-cta-buttons\"\u003e\n\u003ca href=\"https:\/\/wa.me\/447763664107\" class=\"da-btn\"\u003eMessage on WhatsApp\u003c\/a\u003e \u003ca href=\"mailto:info@shlc-tutor.co.uk\" class=\"da-btn da-btn-secondary\"\u003eEmail Us\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"SHLC-Tutors","offers":[{"title":"Default Title","offer_id":52992050397450,"sku":null,"price":79.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/7091\/9434\/files\/DiagnosticAssessment_OnlineMathsTutor_Student_SHLC.png?v=1777936835","url":"https:\/\/shlc-tutor.co.uk\/products\/diagnostic-assessment-gcse-11plus-sats","provider":"SHLC-Tutors","version":"1.0","type":"link"}