{"product_id":"11-subject-programme-maths-nvr-or-english-vr-shlc","title":"11+ Subject Programme | Maths+NVR or English+VR | SHLC","description":"\u003cstyle\u003e\n  .s11-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  .s11-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  .s11-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  .s11-hero * { color: #fff !important; position: relative; }\n  .s11-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  .s11-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  .s11-hero-headline::after { display: none !important; }\n  .s11-hero-sub {\n    font-size: 1.1em;\n    margin: 0 0 22px 0;\n    opacity: 0.95;\n    max-width: 680px;\n  }\n  .s11-trust-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 8px;\n  }\n  .s11-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  .s11-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  .s11-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  .s11-page h3 {\n    font-size: 1.15em;\n    color: var(--navy-dark);\n    margin: 22px 0 10px 0;\n    font-weight: 700;\n  }\n  .s11-page p {\n    margin: 0 0 14px 0;\n    font-size: 1.02em;\n  }\n  .s11-page strong { color: var(--navy-dark); }\n  .s11-page a {\n    color: var(--navy);\n    text-decoration: underline;\n    transition: color 0.2s ease;\n  }\n  .s11-page a:hover { color: var(--accent-dark); }\n\n  \/* COMBO CARDS *\/\n  .s11-combos {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin: 22px 0 28px;\n  }\n  .s11-combo {\n    background: #fff;\n    border: 2px solid var(--border);\n    border-radius: 10px;\n    padding: 24px 22px;\n    transition: border-color 0.2s ease, box-shadow 0.2s ease;\n  }\n  .s11-combo:hover {\n    border-color: var(--navy);\n    box-shadow: 0 4px 14px rgba(31,78,121,0.1);\n  }\n  .s11-combo-icon { font-size: 2em; margin-bottom: 10px; display: block; }\n  .s11-combo-name {\n    font-size: 1.15em;\n    font-weight: 700;\n    color: var(--navy);\n    margin: 0 0 8px 0;\n    display: block;\n  }\n  .s11-combo-desc {\n    font-size: 0.93em;\n    color: var(--text-soft);\n    margin: 0 0 14px 0;\n  }\n  .s11-combo ul {\n    margin: 0;\n    padding: 0 0 0 18px;\n    font-size: 0.92em;\n    color: var(--text-soft);\n    line-height: 1.7;\n  }\n\n  \/* FEATURES GRID *\/\n  .s11-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n    margin: 18px 0 24px;\n  }\n  .s11-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  .s11-feature:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(0,0,0,0.08);\n  }\n  .s11-feature-title {\n    display: block;\n    color: var(--navy) !important;\n    font-weight: 700;\n    margin-bottom: 4px;\n    font-size: 1em;\n  }\n  .s11-feature p {\n    margin: 0;\n    font-size: 0.93em;\n    color: var(--text-soft);\n  }\n\n  \/* STEPS *\/\n  .s11-steps {\n    display: grid;\n    gap: 14px;\n    margin: 22px 0;\n  }\n  .s11-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  .s11-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  .s11-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  .s11-step:hover .s11-step-num { background: var(--accent); color: #1a1a1a; }\n  .s11-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  .s11-step p { margin: 0; font-size: 0.96em; }\n\n  \/* FIT CARDS *\/\n  .s11-fit {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin: 18px 0 24px;\n  }\n  .s11-fit-card {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    padding: 20px 22px;\n  }\n  .s11-fit-card.good { border-top: 3px solid var(--green); }\n  .s11-fit-card.alt  { border-top: 3px solid #8a9199; }\n  .s11-fit-card h4 {\n    margin: 0 0 12px 0;\n    font-size: 1em;\n    color: var(--navy-dark);\n    font-weight: 700;\n  }\n  .s11-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  \/* PRICE BOX *\/\n  .s11-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  .s11-price-num {\n    font-size: 2.6em;\n    font-weight: 700;\n    color: var(--navy-dark);\n    line-height: 1;\n    white-space: nowrap;\n  }\n  .s11-price-detail { font-size: 0.97em; color: var(--text-soft); }\n  .s11-price-detail p { margin: 0 0 6px 0; }\n  .s11-price-detail p:last-child { margin: 0; }\n\n  \/* FAQ *\/\n  .s11-faq { margin: 18px 0 24px; }\n  .s11-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  .s11-faq details:hover {\n    border-color: var(--accent);\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  }\n  .s11-faq details[open] {\n    border-color: var(--navy);\n    box-shadow: 0 2px 12px rgba(31,78,121,0.08);\n  }\n  .s11-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  .s11-faq summary::-webkit-details-marker { display: none; }\n  .s11-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  .s11-faq details[open] summary::after {\n    content: \"−\";\n    background: var(--accent);\n    color: #1a1a1a;\n  }\n  .s11-faq-body {\n    padding: 0 20px 18px;\n    font-size: 0.96em;\n    color: var(--text);\n    line-height: 1.6;\n  }\n  .s11-faq-body p:last-child { margin-bottom: 0; }\n\n  \/* CTA *\/\n  .s11-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  .s11-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  .s11-cta * { color: #fff !important; position: relative; }\n  .s11-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  .s11-cta h2::after { display: none !important; }\n  .s11-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  .s11-cta-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    justify-content: center;\n  }\n  .s11-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  .s11-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  .s11-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  .s11-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    .s11-hero { padding: 32px 22px; }\n    .s11-hero-headline { font-size: 1.6em; }\n    .s11-combos,\n    .s11-features,\n    .s11-fit { grid-template-columns: 1fr; }\n    .s11-price-box { flex-direction: column; gap: 12px; text-align: center; }\n    .s11-page h2 { font-size: 1.3em; }\n    .s11-step { padding: 16px 18px 16px 62px; }\n    .s11-step-num { left: 14px; width: 34px; height: 34px; font-size: 0.95em; }\n    .s11-cta-buttons { flex-direction: column; }\n    .s11-btn { width: 100%; box-sizing: border-box; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"s11-page\"\u003e\n\n  \u003csection class=\"s11-hero\"\u003e\n    \u003cspan class=\"s11-hero-eyebrow\"\u003eSubject Programme · 11+ Preparation\u003c\/span\u003e\n    \u003ch2 class=\"s11-hero-headline\"\u003eFocused 11+ Tuition in the Subjects Your Child Needs\u003c\/h2\u003e\n    \u003cp class=\"s11-hero-sub\"\u003eChoose Maths and Non-Verbal Reasoning, or English and Verbal Reasoning. Weekly sessions, monthly progress reports and a long-term plan built around your child's target schools.\u003c\/p\u003e\n    \u003cdiv class=\"s11-trust-row\"\u003e\n      \u003cspan class=\"s11-trust-tag\"\u003eTwo-Subject Combo\u003c\/span\u003e\n      \u003cspan class=\"s11-trust-tag\"\u003eGL Assessment \u0026amp; CEM\u003c\/span\u003e\n      \u003cspan class=\"s11-trust-tag\"\u003eMonthly Progress Reports\u003c\/span\u003e\n      \u003cspan class=\"s11-trust-tag\"\u003eGrammar \u0026amp; Independent Schools\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003ch2\u003eChoose Your Combination\u003c\/h2\u003e\n  \u003cp\u003eSelect the two-subject combination that fits your child's needs. Both are available at £250 per month. Confirm your choice at the free consultation and the programme is built around those subjects from day one.\u003c\/p\u003e\n\n  \u003cdiv class=\"s11-combos\"\u003e\n    \u003cdiv class=\"s11-combo\"\u003e\n      \u003cspan class=\"s11-combo-icon\"\u003e🔢🔷\u003c\/span\u003e\n      \u003cspan class=\"s11-combo-name\"\u003eMaths and Non-Verbal Reasoning\u003c\/span\u003e\n      \u003cp class=\"s11-combo-desc\"\u003eThe logical and numerical side of the 11+. Strong choice for students who are already confident readers but need to strengthen their numerical and spatial reasoning skills.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eNumber, fractions, algebra, shape and data\u003c\/li\u003e\n        \u003cli\u003eProblem solving and multi-step questions\u003c\/li\u003e\n        \u003cli\u003ePatterns, sequences and spatial reasoning\u003c\/li\u003e\n        \u003cli\u003eNVR question types specific to GL and CEM\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"s11-combo\"\u003e\n      \u003cspan class=\"s11-combo-icon\"\u003e📖🔤\u003c\/span\u003e\n      \u003cspan class=\"s11-combo-name\"\u003eEnglish and Verbal Reasoning\u003c\/span\u003e\n      \u003cp class=\"s11-combo-desc\"\u003eThe language and literacy side of the 11+. Suits students who need to develop comprehension, written expression and the word-based reasoning skills that GL and CEM tests rely on heavily.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003eReading comprehension and inference\u003c\/li\u003e\n        \u003cli\u003eCreative and structured writing\u003c\/li\u003e\n        \u003cli\u003eVocabulary, grammar and spelling\u003c\/li\u003e\n        \u003cli\u003eVR question types: analogies, codes, word patterns\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eHow the Programme Works\u003c\/h2\u003e\n\n  \u003cdiv class=\"s11-steps\"\u003e\n    \u003cdiv class=\"s11-step\"\u003e\n      \u003cspan class=\"s11-step-num\"\u003e1\u003c\/span\u003e\n      \u003cspan class=\"s11-step-title\"\u003eFree consultation to confirm the combination and plan\u003c\/span\u003e\n      \u003cp\u003eBefore the programme starts, we have a free 10-minute call to confirm which two subjects your child needs, understand their current level and target schools, and build the outline plan from there.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"s11-step\"\u003e\n      \u003cspan class=\"s11-step-num\"\u003e2\u003c\/span\u003e\n      \u003cspan class=\"s11-step-title\"\u003eWeekly sessions across both subjects\u003c\/span\u003e\n      \u003cp\u003eSessions run online via Google Meet, alternating between the two subjects based on where your child needs the most work at each stage. The plan is reviewed monthly and adjusted if the balance needs to shift.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"s11-step\"\u003e\n      \u003cspan class=\"s11-step-num\"\u003e3\u003c\/span\u003e\n      \u003cspan class=\"s11-step-title\"\u003eMonthly written progress reports\u003c\/span\u003e\n      \u003cp\u003eEach month you receive a written report covering what has been taught, where your child stands in each subject, and the focus for the coming month. Written clearly for parents throughout.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"s11-step\"\u003e\n      \u003cspan class=\"s11-step-num\"\u003e4\u003c\/span\u003e\n      \u003cspan class=\"s11-step-title\"\u003eTimed paper practice in the final stage\u003c\/span\u003e\n      \u003cp\u003eIn the months before the exam, sessions shift to past paper practice under timed conditions, with a focus on exam technique and question-type strategies specific to your target schools.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eWhat You Get\u003c\/h2\u003e\n\n  \u003cdiv class=\"s11-features\"\u003e\n    \u003cdiv class=\"s11-feature\"\u003e\n      \u003cspan class=\"s11-feature-title\"\u003eWeekly Sessions\u003c\/span\u003e\n      \u003cp\u003eOne-to-one tuition across both chosen subjects, paced to your child's timeline and exam date.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"s11-feature\"\u003e\n      \u003cspan class=\"s11-feature-title\"\u003eLong-Term Topic Plan\u003c\/span\u003e\n      \u003cp\u003eA structured plan mapped across the full preparation period, from foundational content to exam technique.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"s11-feature\"\u003e\n      \u003cspan class=\"s11-feature-title\"\u003eMonthly Progress Reports\u003c\/span\u003e\n      \u003cp\u003eWritten reports each month covering both subjects, current level and the next month's priorities.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"s11-feature\"\u003e\n      \u003cspan class=\"s11-feature-title\"\u003ePast Paper Practice\u003c\/span\u003e\n      \u003cp\u003eTimed paper practice built into the final stage, matched to your target schools and exam format.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"s11-feature\"\u003e\n      \u003cspan class=\"s11-feature-title\"\u003eSchool-Specific Content\u003c\/span\u003e\n      \u003cp\u003ePreparation matched to GL Assessment, CEM or school-set papers. Content is tailored to your target schools from the start.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"s11-feature\"\u003e\n      \u003cspan class=\"s11-feature-title\"\u003eNo Joining Fee\u003c\/span\u003e\n      \u003cp\u003eMonthly billing, no contract. Cancel with one month's notice.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eWho This Is For\u003c\/h2\u003e\n\n  \u003cdiv class=\"s11-fit\"\u003e\n    \u003cdiv class=\"s11-fit-card good\"\u003e\n      \u003ch4\u003eGood fit\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eEnglish or Maths is already covered and you need the other pair\u003c\/li\u003e\n        \u003cli\u003eYour child is strong in one area but needs focused work in two specific subjects\u003c\/li\u003e\n        \u003cli\u003eYou want targeted preparation without paying for subjects your child does not need\u003c\/li\u003e\n        \u003cli\u003eYear 4 or Year 5 students with a grammar or independent school target\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"s11-fit-card alt\"\u003e\n      \u003ch4\u003eConsider these alternatives\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eNeed all four subjects covered: \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/11-plus-full-programme\"\u003e11+ Full Programme\u003c\/a\u003e at £500\/month\u003c\/li\u003e\n        \u003cli\u003eNot sure which subjects your child needs most: \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/diagnostic-assessment-gcse-11plus-sats\"\u003eDiagnostic Assessment\u003c\/a\u003e\n\u003c\/li\u003e\n        \u003cli\u003eWant a short targeted block rather than ongoing tuition: \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/4-week-sprint-gcse-sats\"\u003e4-Week Sprint\u003c\/a\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003ePricing\u003c\/h2\u003e\n\n  \u003cdiv class=\"s11-price-box\"\u003e\n    \u003cdiv class=\"s11-price-num\"\u003e£250\u003cspan style=\"font-size:0.45em;font-weight:600;color:#555\"\u003e\/month\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"s11-price-detail\"\u003e\n      \u003cp\u003eCovers two subjects: Maths and NVR, or English and VR. Combination confirmed at booking.\u003c\/p\u003e\n      \u003cp\u003eMonthly billing. No joining fee. Cancel with one month's notice.\u003c\/p\u003e\n      \u003cp\u003eNeed all four subjects? See the \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/11-plus-full-programme\"\u003e11+ Full Programme\u003c\/a\u003e at £500\/month.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eAbout SHLC Tutors\u003c\/h2\u003e\n  \u003cp\u003eSHLC Tutors was founded by Aadam, 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. \u003ca href=\"https:\/\/shlc-tutor.co.uk\/pages\/online-maths-tutor-aadam-mulla\"\u003eRead more about our teaching team here.\u003c\/a\u003e\u003c\/p\u003e\n\n  \u003ch2\u003eCommon Questions\u003c\/h2\u003e\n\n  \u003cdiv class=\"s11-faq\"\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eHow do I know which combination to choose?\u003c\/summary\u003e\n      \u003cdiv class=\"s11-faq-body\"\u003e\n        \u003cp\u003eIt depends on your child's starting point and which subjects their target schools test most heavily. \u003ca href=\"https:\/\/shlc-tutor.co.uk\/pages\/online-tuition-consultation\"\u003eBook a free consultation\u003c\/a\u003e and we will talk you through which combination makes most sense given their strengths and the schools they are targeting. If you want a more detailed picture first, a \u003ca href=\"https:\/\/shlc-tutor.co.uk\/products\/diagnostic-assessment-gcse-11plus-sats\"\u003eDiagnostic Assessment\u003c\/a\u003e can identify exactly where the gaps are.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan we switch combination mid-programme?\u003c\/summary\u003e\n      \u003cdiv class=\"s11-faq-body\"\u003e\n        \u003cp\u003eYes. If circumstances change, such as adding a new target school or identifying a gap in a different subject, the combination can be adjusted. Raise it at the next monthly review and we will adapt the plan from there.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich exam boards does this cover?\u003c\/summary\u003e\n      \u003cdiv class=\"s11-faq-body\"\u003e\n        \u003cp\u003eGL Assessment, CEM and school-set papers. The content is matched to the specific format used by your target schools. Confirm which schools you are applying to at the consultation and sessions are built accordingly.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhen should we start?\u003c\/summary\u003e\n      \u003cdiv class=\"s11-faq-body\"\u003e\n        \u003cp\u003eMost families start 12 to 18 months before the exam date. If your timeline is shorter, \u003ca href=\"https:\/\/shlc-tutor.co.uk\/pages\/online-tuition-consultation\"\u003ebook a free call\u003c\/a\u003e and we will give you an honest view of what is achievable in the time available.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs there a minimum commitment?\u003c\/summary\u003e\n      \u003cdiv class=\"s11-faq-body\"\u003e\n        \u003cp\u003eNo minimum contract. Monthly billing with one month's notice to cancel. 11+ preparation does take time to work though, so we recommend committing to the full timeline agreed at consultation for the best results.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"s11-cta\"\u003e\n    \u003ch2\u003eBook a Free Consultation\u003c\/h2\u003e\n    \u003cp\u003eA free 10-minute call to confirm which combination is right for your child, understand their starting point and agree the plan.\u003c\/p\u003e\n    \u003cdiv class=\"s11-cta-buttons\"\u003e\n      \u003ca href=\"https:\/\/shlc-tutor.co.uk\/pages\/online-tuition-consultation\" class=\"s11-btn\"\u003eBook Free Consultation\u003c\/a\u003e\n      \u003ca href=\"https:\/\/wa.me\/447763664107\" class=\"s11-btn s11-btn-secondary\"\u003eMessage on WhatsApp\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":52993657766154,"sku":null,"price":250.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0732\/7091\/9434\/files\/11_SubjectProgramme_ChooseYourSubjectCombination_SHLC.png?v=1777979425","url":"https:\/\/shlc-tutor.co.uk\/products\/11-subject-programme-maths-nvr-or-english-vr-shlc","provider":"SHLC-Tutors","version":"1.0","type":"link"}