{"title":"Diagnostics \u0026 Placement Assessments","description":"\u003cp\u003eThis collection brings together no-prep ELA diagnostics and placement assessments designed for 6th grade, 7th grade, and 8th grade classrooms. Every resource is built to give you accurate, actionable data on exactly where your students are — before you spend a single instructional minute teaching skills they've already mastered or standards they aren't ready for yet.\u003c\/p\u003e\n\n\u003cp\u003eWhether you need a beginning-of-year reading and language diagnostic to establish baselines, a placement assessment to identify skill gaps before a new unit, or a targeted check to find out which students need intervention and which are ready to move forward, you'll find materials here built for the real decisions middle school ELA teachers have to make — often in the first two weeks of school when the stakes are highest and the data is thinnest.\u003c\/p\u003e\n\n\u003cp\u003eThese resources work for whole-class diagnostic administration, small group placement, and individual intervention planning. Answer keys and teacher guides are included with every product, and everything is ready to use without additional prep — so you can spend your time responding to the data, not collecting it.\u003c\/p\u003e\n\n\u003cp\u003ePerfect for ELA teachers and homeschool educators who want reliable diagnostic tools that tell them something true about their students — because the fastest way to close a skill gap is to know exactly where it starts.\u003c\/p\u003e","products":[{"product_id":"digital-product","title":"7th Grade ELA Diagnostic Assessment | Reading, Grammar, Poetry \u0026 Writing | Common Core Aligned","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e7th Grade ELA Diagnostic Assessment | Reading, Grammar, Poetry \u0026amp; Writing | Light Up Literature\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"No-prep 7th grade ELA diagnostic assessment covering fiction, nonfiction, poetry, grammar, and argumentative writing. 40+ questions, answer keys, pacing guide. Common Core aligned (RL.7, RI.7, L.7, W.7).\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026amp;family=Playfair+Display:wght@700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #BD10E1;\n    --indigo: #25046B;\n    --indigo-light: #3a0999;\n    --indigo-faint: #f3effb;\n    --indigo-mid: #e8e0f8;\n    --white: #ffffff;\n    --text-body: #2d2d2d;\n    --text-muted: #5a5a7a;\n    --border: #e2daf0;\n    --green: #1a7f4b;\n    --green-bg: #edf7f2;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 14px;\n    line-height: 1.85;\n    color: var(--text-body);\n    background: var(--white);\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: var(--indigo);\n    padding: 4rem 2rem 3.5rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 280px; height: 280px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.12);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px; left: -40px;\n    width: 220px; height: 220px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.08);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }\n\n  .hero-badge {\n    display: inline-block;\n    background: rgba(189,16,225,0.25);\n    border: 1px solid rgba(189,16,225,0.5);\n    color: #e89df5;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 0.35rem 1rem;\n    border-radius: 20px;\n    margin-bottom: 1.4rem;\n  }\n\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(24px, 4vw, 38px);\n    font-weight: 700;\n    color: var(--white);\n    line-height: 1.25;\n    margin-bottom: 1.2rem;\n  }\n\n  .hero h1 span {\n    color: #d97df5;\n  }\n\n  .hero-sub {\n    font-size: 15px;\n    color: rgba(255,255,255,0.8);\n    max-width: 600px;\n    margin: 0 auto 2rem;\n    line-height: 1.7;\n  }\n\n  .hero-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.5rem;\n    justify-content: center;\n    margin-bottom: 2rem;\n  }\n  .hero-tag {\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.2);\n    color: rgba(255,255,255,0.85);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 0.3rem 0.8rem;\n    border-radius: 4px;\n  }\n\n  .hero-stats {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1.5rem;\n    justify-content: center;\n  }\n  .stat {\n    text-align: center;\n  }\n  .stat-number {\n    display: block;\n    font-family: 'Playfair Display', serif;\n    font-size: 28px;\n    font-weight: 700;\n    color: #d97df5;\n    line-height: 1;\n  }\n  .stat-label {\n    font-size: 11px;\n    font-weight: 600;\n    color: rgba(255,255,255,0.65);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    margin-top: 0.25rem;\n  }\n\n  \/* ── LAYOUT ── *\/\n  .content {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 1.5rem;\n  }\n\n  .section {\n    padding: 3rem 0 2.5rem;\n    border-bottom: 1px solid var(--border);\n  }\n  .section:last-child { border-bottom: none; }\n\n  .section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 0.5rem;\n  }\n\n  h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(20px, 3vw, 26px);\n    font-weight: 700;\n    color: var(--indigo);\n    line-height: 1.35;\n    margin-bottom: 1rem;\n  }\n\n  h3 {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin: 1.6rem 0 0.4rem;\n  }\n\n  p {\n    margin-bottom: 1rem;\n    color: var(--text-body);\n  }\n\n  \/* ── WHAT'S INSIDE CARDS ── *\/\n  .contents-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n\n  .content-card {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-left: 4px solid var(--purple);\n    border-radius: 6px;\n    padding: 1.1rem 1.2rem;\n  }\n\n  .content-card-title {\n    font-weight: 700;\n    color: var(--indigo);\n    font-size: 13px;\n    margin-bottom: 0.35rem;\n  }\n\n  .content-card-detail {\n    font-size: 12.5px;\n    color: var(--text-muted);\n    line-height: 1.6;\n  }\n\n  .content-card-tag {\n    display: inline-block;\n    margin-top: 0.5rem;\n    background: var(--indigo-mid);\n    color: var(--indigo);\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 0.2rem 0.55rem;\n    border-radius: 3px;\n  }\n\n  \/* ── INCLUDED EXTRAS LIST ── *\/\n  .extras-list {\n    list-style: none;\n    margin-top: 1.2rem;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 0.6rem;\n  }\n  .extras-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.6rem;\n    font-size: 13.5px;\n    color: var(--text-body);\n    background: var(--green-bg);\n    border: 1px solid #c3e8d5;\n    border-radius: 5px;\n    padding: 0.6rem 0.85rem;\n  }\n  .extras-list li::before {\n    content: '✓';\n    color: var(--green);\n    font-weight: 700;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  \/* ── USE CASES ── *\/\n  .use-cases {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 0.85rem;\n    margin-top: 1.2rem;\n  }\n  .use-case {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 1rem 1.1rem;\n    font-size: 13px;\n    color: var(--text-body);\n    line-height: 1.55;\n  }\n  .use-case strong {\n    display: block;\n    color: var(--indigo);\n    font-size: 12.5px;\n    margin-bottom: 0.2rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* ── WHY BOX ── *\/\n  .why-box {\n    background: var(--indigo);\n    border-radius: 8px;\n    padding: 2rem 2rem 1.5rem;\n    margin-top: 1.5rem;\n    color: rgba(255,255,255,0.9);\n  }\n  .why-box h3 {\n    color: #d97df5;\n    margin-top: 0;\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    margin-bottom: 1rem;\n  }\n  .why-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 0.65rem;\n  }\n  .why-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    font-size: 13.5px;\n    line-height: 1.6;\n    color: rgba(255,255,255,0.88);\n  }\n  .why-list li::before {\n    content: '★';\n    color: #d97df5;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  \/* ── PRODUCT DETAILS ── *\/\n  .details-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 1.2rem;\n    font-size: 13.5px;\n  }\n  .details-table tr {\n    border-bottom: 1px solid var(--border);\n  }\n  .details-table tr:last-child { border-bottom: none; }\n  .details-table td {\n    padding: 0.65rem 0.5rem;\n    vertical-align: top;\n  }\n  .details-table td:first-child {\n    font-weight: 700;\n    color: var(--indigo);\n    white-space: nowrap;\n    width: 40%;\n    padding-right: 1rem;\n  }\n\n  \/* ── STANDARDS ── *\/\n  .standards-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 0.7rem;\n    margin-top: 1.2rem;\n  }\n  .standard-pill {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-radius: 5px;\n    padding: 0.65rem 0.85rem;\n    font-size: 12.5px;\n  }\n  .standard-pill strong {\n    display: block;\n    color: var(--purple);\n    font-size: 12px;\n    letter-spacing: 0.04em;\n    margin-bottom: 0.15rem;\n  }\n  .standard-pill span {\n    color: var(--text-muted);\n    font-size: 12px;\n  }\n\n  \/* ── RELATED RESOURCES ── *\/\n  .related-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 0.85rem;\n    margin-top: 1.2rem;\n  }\n  .related-card {\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 1rem 1.1rem;\n    font-size: 13px;\n    line-height: 1.5;\n    text-decoration: none;\n    color: var(--text-body);\n    display: block;\n    transition: border-color 0.2s, box-shadow 0.2s;\n  }\n  .related-card:hover {\n    border-color: var(--purple);\n    box-shadow: 0 2px 10px rgba(189,16,225,0.1);\n  }\n  .related-card .related-label {\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 0.3rem;\n  }\n  .related-card strong {\n    display: block;\n    color: var(--indigo);\n    font-size: 13px;\n    line-height: 1.4;\n  }\n  .related-card.coming-soon {\n    opacity: 0.65;\n    cursor: default;\n  }\n  .related-card.coming-soon:hover {\n    border-color: var(--border);\n    box-shadow: none;\n  }\n\n  \/* ── FOOTER ── *\/\n  .page-footer {\n    background: var(--indigo-faint);\n    border-top: 1px solid var(--border);\n    padding: 2rem 1.5rem;\n    text-align: center;\n    font-size: 12px;\n    color: var(--text-muted);\n    margin-top: 2rem;\n  }\n  .page-footer strong {\n    color: var(--indigo);\n  }\n\n  @media (max-width: 520px) {\n    .hero { padding: 3rem 1.25rem 2.5rem; }\n    .hero-stats { gap: 1.2rem; }\n    .contents-grid { grid-template-columns: 1fr; }\n    .use-cases { grid-template-columns: 1fr; }\n    .related-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ═══════════ HERO ═══════════ --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003eNo Prep · Printable PDF · Common Core Aligned\u003c\/div\u003e\n    \u003ch1\u003e7th Grade ELA Diagnostic Assessment\u003cbr\u003e\u003cspan\u003eReading · Grammar · Poetry · Writing\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eOne complete tool to identify exactly where your 7th graders are — across every major ELA domain — before you spend a single lesson teaching what they already know.\u003c\/p\u003e\n    \u003cdiv class=\"hero-tags\"\u003e\n      \u003cspan class=\"hero-tag\"\u003eRL.7 Fiction\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eRI.7 Nonfiction\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003ePoetry Analysis\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eL.7 Grammar\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eW.7 Argumentative\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e40+\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eRigorous Questions\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e5\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eELA Domains\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e4\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eFull Passages\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e0\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003ePrep Required\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"content\"\u003e\n\n  \u003c!-- ═══════════ THE PROBLEM ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhy This Exists\u003c\/div\u003e\n    \u003ch2\u003eYou Can't Teach to the Gaps You Can't See\u003c\/h2\u003e\n    \u003cp\u003eEvery 7th grade class walks in with wildly different skill levels — and most placement data doesn't tell you nearly enough. You need to know which students can identify central idea, which ones struggle with punctuation, and who's never written a real thesis statement. Not in October. \u003cem\u003eIn August.\u003c\/em\u003e\u003c\/p\u003e\n    \u003cp\u003eThis diagnostic gives you that picture in a single class period. Fiction, nonfiction, poetry, grammar, and argumentative writing — assessed together, answered for you, with standards mapped so you know exactly what to reteach and who needs intervention.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ WHAT'S INSIDE ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhat's Inside\u003c\/div\u003e\n    \u003ch2\u003eFive Sections. Every Major Domain. One Ready-to-Print File.\u003c\/h2\u003e\n    \u003cp\u003eEach passage was selected or written to be engaging at grade level — not frustrating, not boring. Every section mirrors the format students encounter on standardized assessments so you're measuring real skill, not test-taking unfamiliarity.\u003c\/p\u003e\n\n    \u003cdiv class=\"contents-grid\"\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e📖 Fiction Passage\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003e\"The Bench by the Fence\" — an original short story written for this assessment. 10 multiple-choice comprehension questions + 1 short answer response.\u003c\/div\u003e\n        \u003cspan class=\"content-card-tag\"\u003eRL.7\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e📰 Nonfiction Passage\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003e\"The Plastic Problem\" — an engaging informational text on a high-interest environmental topic. 10 multiple-choice questions + 1 short answer response.\u003c\/div\u003e\n        \u003cspan class=\"content-card-tag\"\u003eRI.7\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e🎭 Poetry Analysis\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003e\"Hope is the Thing with Feathers\" by Emily Dickinson. 10 questions using TPCASTT-style analysis + 1 short answer. Students analyze figurative language, tone, and structure.\u003c\/div\u003e\n        \u003cspan class=\"content-card-tag\"\u003eRL.7\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e✏️ Grammar \u0026amp; Language Review\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003e10 multiple-choice questions covering punctuation, active and passive voice, sentence fragments, comma rules, and more.\u003c\/div\u003e\n        \u003cspan class=\"content-card-tag\"\u003eL.7\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e📝 Argumentative Writing Prompt\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eA grade-appropriate essay prompt with a model sample response included — so you have a clear scoring anchor from day one.\u003c\/div\u003e\n        \u003cspan class=\"content-card-tag\"\u003eW.7\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003eAlso Included\u003c\/h3\u003e\n    \u003cul class=\"extras-list\"\u003e\n      \u003cli\u003eAnswer keys with explanations for all questions\u003c\/li\u003e\n      \u003cli\u003eCommon Core skill alignment chart for each section\u003c\/li\u003e\n      \u003cli\u003eSuggested 5-day pacing guide\u003c\/li\u003e\n      \u003cli\u003eFlexible implementation ideas for different classroom contexts\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ HOW TO USE ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eFlexible by Design\u003c\/div\u003e\n    \u003ch2\u003eUse It at the Start of the Year — or Anytime You Need Data\u003c\/h2\u003e\n\n    \u003cdiv class=\"use-cases\"\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eFirst-Week Placement\u003c\/strong\u003e\n        Know your students before your first real unit begins. Administer in one to two periods and walk away with a skills map.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003ePre–Test Prep Benchmark\u003c\/strong\u003e\n        Use it in January or February to identify which skills need the most reinforcement before spring testing season.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eSmall Group \u0026amp; Intervention\u003c\/strong\u003e\n        Pinpoint exactly which students need support in which domains so your intervention time is targeted, not guesswork.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eHomeschool Placement\u003c\/strong\u003e\n        A structured, objective assessment for parents who want to know whether 7th grade materials are the right fit — or whether to adjust.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eIEP Goal Tracking\u003c\/strong\u003e\n        Section-by-section scoring gives you documentation of baseline performance across multiple skill areas.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eEmergency Sub Plans\u003c\/strong\u003e\n        Independent, self-contained, and structured. A full period of purposeful work that doesn't require a sub to explain a thing.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ WHY TEACHERS LOVE IT ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhy It Works\u003c\/div\u003e\n    \u003ch2\u003eBuilt for Real Classrooms, Not Ideal Ones\u003c\/h2\u003e\n\n    \u003cdiv class=\"why-box\"\u003e\n      \u003ch3\u003eWhy Teachers Come Back to This Resource\u003c\/h3\u003e\n      \u003cul class=\"why-list\"\u003e\n        \u003cli\u003eEvery answer key is detailed — explanations tell you \u003cem\u003ewhy\u003c\/em\u003e each answer is correct, not just what it is, so you can use it to reteach on the spot.\u003c\/li\u003e\n        \u003cli\u003eStandards are explicitly mapped so you can pull section scores directly into progress monitoring, IEPs, or team planning documents.\u003c\/li\u003e\n        \u003cli\u003ePassages are engaging enough that even reluctant readers stay in it — no eye-rolling over dry, irrelevant texts.\u003c\/li\u003e\n        \u003cli\u003eThe format mirrors standardized test structure, so students get low-stakes practice with the question types they'll see all year.\u003c\/li\u003e\n        \u003cli\u003eADHD-friendly layout: clear sections, predictable structure, manageable chunks — so the format doesn't become its own barrier.\u003c\/li\u003e\n        \u003cli\u003ePrint and go. No accounts, no logins, no technology required.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ STANDARDS ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eStandards Alignment\u003c\/div\u003e\n    \u003ch2\u003eCommon Core Aligned Across All Four ELA Strands\u003c\/h2\u003e\n    \u003cp\u003eEvery section of this diagnostic is aligned to 7th grade Common Core ELA standards. The included skill alignment chart maps each question to its specific standard so your data is documentation-ready.\u003c\/p\u003e\n\n    \u003cdiv class=\"standards-grid\"\u003e\n      \u003cdiv class=\"standard-pill\"\u003e\n        \u003cstrong\u003eRL.7.1–RL.7.6\u003c\/strong\u003e\n        \u003cspan\u003eReading Literature — fiction comprehension, theme, character, point of view\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"standard-pill\"\u003e\n        \u003cstrong\u003eRI.7.1–RI.7.6\u003c\/strong\u003e\n        \u003cspan\u003eReading Informational — central idea, text structure, author's purpose\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"standard-pill\"\u003e\n        \u003cstrong\u003eL.7.1–L.7.2\u003c\/strong\u003e\n        \u003cspan\u003eLanguage — grammar, punctuation, sentence structure, conventions\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"standard-pill\"\u003e\n        \u003cstrong\u003eW.7.1\u003c\/strong\u003e\n        \u003cspan\u003eWriting — argumentative writing with claims, evidence, and reasoning\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ PRODUCT DETAILS ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eProduct Details\u003c\/div\u003e\n    \u003ch2\u003eEverything You Need to Know Before You Buy\u003c\/h2\u003e\n\n    \u003ctable class=\"details-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFormat\u003c\/td\u003e\n        \u003ctd\u003ePrintable PDF — not editable\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGrade Level\u003c\/td\u003e\n        \u003ctd\u003e7th Grade (also appropriate for advanced 6th graders or struggling 8th graders)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStandards\u003c\/td\u003e\n        \u003ctd\u003eCommon Core aligned — RL.7, RI.7, L.7, W.7\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eQuestion Count\u003c\/td\u003e\n        \u003ctd\u003e40+ multiple-choice questions, 3 short answer tasks, 1 argumentative essay prompt\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eAnswer Keys\u003c\/td\u003e\n        \u003ctd\u003eIncluded with full explanations for all questions\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSuggested Time\u003c\/td\u003e\n        \u003ctd\u003e1–2 class periods (flexible pacing guide included)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSkill Tracker\u003c\/td\u003e\n        \u003ctd\u003eStudent progress tools sold separately\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ RELATED ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eComplete the Grade Band\u003c\/div\u003e\n    \u003ch2\u003eBuild a Full Diagnostic Picture Across 6th–8th Grade\u003c\/h2\u003e\n    \u003cp\u003eEach diagnostic in this series uses the same structure, standards-mapping format, and answer key style — so your data is consistent and comparable across grade levels.\u003c\/p\u003e\n\n    \u003cdiv class=\"related-grid\"\u003e\n\n      \u003ca class=\"related-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/6th-Grade-Reading-Comprehension-Diagnostic-Fiction-Nonfiction-Poetry-Test-12711376\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003eAvailable Now\u003c\/div\u003e\n        \u003cstrong\u003e6th Grade ELA Diagnostic Assessment — Reading, Grammar, Poetry \u0026amp; Writing\u003c\/strong\u003e\n      \u003c\/a\u003e\n\n      \u003cdiv class=\"related-card coming-soon\"\u003e\n        \u003cdiv class=\"related-label\"\u003eComing Soon\u003c\/div\u003e\n        \u003cstrong\u003e8th Grade ELA Diagnostic Assessment — Reading, Grammar, Poetry \u0026amp; Writing\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003ca class=\"related-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/The-Hobbit-Test-Prep-Reading-Comprehension-Grammar-Writing-Assessments-13226086\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003eYou Might Also Like\u003c\/div\u003e\n        \u003cstrong\u003eThe Hobbit Test Prep — Reading Comprehension, Grammar \u0026amp; Writing Assessments\u003c\/strong\u003e\n      \u003c\/a\u003e\n\n      \u003ca class=\"related-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/The-Lightning-Thief-Revise-Edit-Test-Prep-660-Questions-STAAR-State-Test-13210534\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003eYou Might Also Like\u003c\/div\u003e\n        \u003cstrong\u003eThe Lightning Thief Revise \u0026amp; Edit Test Prep — 660 Questions (STAAR \u0026amp; State)\u003c\/strong\u003e\n      \u003c\/a\u003e\n\n      \u003ca class=\"related-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/5-7th-Grade-Sentence-Fragment-Practice-Test-Prep-Grammar-ELA-No-Prep-12851309\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003eGrammar Practice\u003c\/div\u003e\n        \u003cstrong\u003e5–7th Grade Sentence Fragment Practice — Test Prep Grammar, No Prep\u003c\/strong\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ═══════════ FOOTER ═══════════ --\u003e\n\u003cdiv class=\"page-footer\"\u003e\n  \u003cp\u003eIf this resource serves your students well, a review means the world — it helps other teachers find what you just found.\u003c\/p\u003e\n  \u003cp style=\"margin-top:0.6rem;\"\u003e\u003cstrong\u003e© 2025 Light Up Literature, LLC.\u003c\/strong\u003e All rights reserved. Printable PDF for single-classroom use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49234999279839,"sku":null,"price":8.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/7thGradeELADiagnosticAssessmentReading_Grammar_Poetry_WritingCommonCoreAligned.png?v=1779143506"},{"product_id":"digital-product-1","title":"6th Grade Reading Comprehension Diagnostic | Fiction, Nonfiction \u0026 Poetry | Common Core Aligned","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e6th Grade Reading Comprehension Diagnostic | Fiction, Nonfiction \u0026amp; Poetry | Light Up Literature\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"No-prep 6th grade reading comprehension diagnostic covering fiction, nonfiction, and poetry. 30+ questions, detailed answer key, Common Core aligned (RL.6, RI.6). Perfect for placement, benchmark, or test prep.\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026amp;family=Playfair+Display:wght@700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #BD10E1;\n    --indigo: #25046B;\n    --indigo-light: #3a0999;\n    --indigo-faint: #f3effb;\n    --indigo-mid: #e8e0f8;\n    --white: #ffffff;\n    --text-body: #2d2d2d;\n    --text-muted: #5a5a7a;\n    --border: #e2daf0;\n    --green: #1a7f4b;\n    --green-bg: #edf7f2;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 14px;\n    line-height: 1.85;\n    color: var(--text-body);\n    background: var(--white);\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: var(--indigo);\n    padding: 4rem 2rem 3.5rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 280px; height: 280px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.12);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px; left: -40px;\n    width: 220px; height: 220px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.08);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }\n\n  .hero-badge {\n    display: inline-block;\n    background: rgba(189,16,225,0.25);\n    border: 1px solid rgba(189,16,225,0.5);\n    color: #e89df5;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 0.35rem 1rem;\n    border-radius: 20px;\n    margin-bottom: 1.4rem;\n  }\n\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(24px, 4vw, 38px);\n    font-weight: 700;\n    color: var(--white);\n    line-height: 1.25;\n    margin-bottom: 1.2rem;\n  }\n  .hero h1 span { color: #d97df5; }\n\n  .hero-sub {\n    font-size: 15px;\n    color: rgba(255,255,255,0.8);\n    max-width: 600px;\n    margin: 0 auto 2rem;\n    line-height: 1.7;\n  }\n\n  .hero-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.5rem;\n    justify-content: center;\n    margin-bottom: 2rem;\n  }\n  .hero-tag {\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.2);\n    color: rgba(255,255,255,0.85);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 0.3rem 0.8rem;\n    border-radius: 4px;\n  }\n\n  .hero-stats {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1.5rem;\n    justify-content: center;\n  }\n  .stat { text-align: center; }\n  .stat-number {\n    display: block;\n    font-family: 'Playfair Display', serif;\n    font-size: 28px;\n    font-weight: 700;\n    color: #d97df5;\n    line-height: 1;\n  }\n  .stat-label {\n    font-size: 11px;\n    font-weight: 600;\n    color: rgba(255,255,255,0.65);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    margin-top: 0.25rem;\n  }\n\n  \/* ── REVIEW RIBBON ── *\/\n  .review-ribbon {\n    background: var(--green-bg);\n    border-top: 1px solid #c3e8d5;\n    border-bottom: 1px solid #c3e8d5;\n    padding: 0.75rem 1.5rem;\n    text-align: center;\n    font-size: 13px;\n    color: var(--green);\n    font-weight: 600;\n  }\n  .review-ribbon .stars { letter-spacing: 0.05em; margin-right: 0.4rem; }\n\n  \/* ── LAYOUT ── *\/\n  .content {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 1.5rem;\n  }\n  .section {\n    padding: 3rem 0 2.5rem;\n    border-bottom: 1px solid var(--border);\n  }\n  .section:last-child { border-bottom: none; }\n\n  .section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 0.5rem;\n  }\n\n  h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(20px, 3vw, 26px);\n    font-weight: 700;\n    color: var(--indigo);\n    line-height: 1.35;\n    margin-bottom: 1rem;\n  }\n\n  h3 {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin: 1.6rem 0 0.4rem;\n  }\n\n  p { margin-bottom: 1rem; color: var(--text-body); }\n\n  \/* ── CONTENT CARDS ── *\/\n  .contents-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n  .content-card {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-left: 4px solid var(--purple);\n    border-radius: 6px;\n    padding: 1.1rem 1.2rem;\n  }\n  .content-card-title {\n    font-weight: 700;\n    color: var(--indigo);\n    font-size: 13px;\n    margin-bottom: 0.35rem;\n  }\n  .content-card-detail {\n    font-size: 12.5px;\n    color: var(--text-muted);\n    line-height: 1.6;\n  }\n  .content-card-tag {\n    display: inline-block;\n    margin-top: 0.5rem;\n    background: var(--indigo-mid);\n    color: var(--indigo);\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 0.2rem 0.55rem;\n    border-radius: 3px;\n  }\n\n  \/* ── SKILLS ASSESSED ── *\/\n  .skills-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 0.7rem;\n    margin-top: 1.2rem;\n  }\n  .skill-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.65rem;\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-radius: 5px;\n    padding: 0.65rem 0.85rem;\n    font-size: 13px;\n    color: var(--text-body);\n    line-height: 1.5;\n  }\n  .skill-item::before {\n    content: '✓';\n    color: var(--purple);\n    font-weight: 700;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  \/* ── EXTRAS LIST ── *\/\n  .extras-list {\n    list-style: none;\n    margin-top: 1.2rem;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 0.6rem;\n  }\n  .extras-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.6rem;\n    font-size: 13.5px;\n    color: var(--text-body);\n    background: var(--green-bg);\n    border: 1px solid #c3e8d5;\n    border-radius: 5px;\n    padding: 0.6rem 0.85rem;\n  }\n  .extras-list li::before {\n    content: '✓';\n    color: var(--green);\n    font-weight: 700;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  \/* ── USE CASES ── *\/\n  .use-cases {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 0.85rem;\n    margin-top: 1.2rem;\n  }\n  .use-case {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 1rem 1.1rem;\n    font-size: 13px;\n    color: var(--text-body);\n    line-height: 1.55;\n  }\n  .use-case strong {\n    display: block;\n    color: var(--indigo);\n    font-size: 12.5px;\n    margin-bottom: 0.2rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* ── WHY BOX ── *\/\n  .why-box {\n    background: var(--indigo);\n    border-radius: 8px;\n    padding: 2rem 2rem 1.5rem;\n    margin-top: 1.5rem;\n  }\n  .why-box h3 {\n    color: #d97df5;\n    margin-top: 0;\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    margin-bottom: 1rem;\n  }\n  .why-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 0.65rem;\n  }\n  .why-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    font-size: 13.5px;\n    line-height: 1.6;\n    color: rgba(255,255,255,0.88);\n  }\n  .why-list li::before {\n    content: '★';\n    color: #d97df5;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  \/* ── GRADE BAND ── *\/\n  .grade-band {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n  .grade-card {\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 1.1rem;\n    font-size: 13px;\n    line-height: 1.55;\n    text-align: center;\n  }\n  .grade-card.active {\n    border-color: var(--purple);\n    border-width: 2px;\n    background: var(--indigo-faint);\n  }\n  .grade-card .grade-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--indigo);\n    display: block;\n    margin-bottom: 0.2rem;\n  }\n  .grade-card.active .grade-num { color: var(--purple); }\n  .grade-card .grade-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.07em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    display: block;\n    margin-bottom: 0.5rem;\n  }\n  .grade-card.active .grade-label { color: var(--purple); }\n  .grade-card .grade-desc { color: var(--text-muted); font-size: 12.5px; }\n  .grade-card .grade-badge {\n    display: inline-block;\n    margin-top: 0.65rem;\n    font-size: 10.5px;\n    font-weight: 700;\n    padding: 0.2rem 0.6rem;\n    border-radius: 3px;\n    background: var(--purple);\n    color: white;\n    letter-spacing: 0.05em;\n  }\n  .grade-card .grade-badge.soon {\n    background: var(--border);\n    color: var(--text-muted);\n  }\n\n  \/* ── PRODUCT DETAILS ── *\/\n  .details-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 1.2rem;\n    font-size: 13.5px;\n  }\n  .details-table tr { border-bottom: 1px solid var(--border); }\n  .details-table tr:last-child { border-bottom: none; }\n  .details-table td {\n    padding: 0.65rem 0.5rem;\n    vertical-align: top;\n  }\n  .details-table td:first-child {\n    font-weight: 700;\n    color: var(--indigo);\n    white-space: nowrap;\n    width: 40%;\n    padding-right: 1rem;\n  }\n\n  \/* ── STANDARDS ── *\/\n  .standards-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 0.7rem;\n    margin-top: 1.2rem;\n  }\n  .standard-pill {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-radius: 5px;\n    padding: 0.65rem 0.85rem;\n    font-size: 12.5px;\n  }\n  .standard-pill strong {\n    display: block;\n    color: var(--purple);\n    font-size: 12px;\n    letter-spacing: 0.04em;\n    margin-bottom: 0.15rem;\n  }\n  .standard-pill span { color: var(--text-muted); font-size: 12px; }\n\n  \/* ── RELATED ── *\/\n  .related-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 0.85rem;\n    margin-top: 1.2rem;\n  }\n  .related-card {\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 1rem 1.1rem;\n    font-size: 13px;\n    line-height: 1.5;\n    text-decoration: none;\n    color: var(--text-body);\n    display: block;\n    transition: border-color 0.2s, box-shadow 0.2s;\n  }\n  .related-card:hover {\n    border-color: var(--purple);\n    box-shadow: 0 2px 10px rgba(189,16,225,0.1);\n  }\n  .related-card .related-label {\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 0.3rem;\n  }\n  .related-card strong {\n    display: block;\n    color: var(--indigo);\n    font-size: 13px;\n    line-height: 1.4;\n  }\n  .related-card.coming-soon { opacity: 0.65; cursor: default; }\n  .related-card.coming-soon:hover { border-color: var(--border); box-shadow: none; }\n\n  \/* ── REVIEW QUOTE ── *\/\n  .review-quote {\n    background: var(--indigo-faint);\n    border-left: 4px solid var(--purple);\n    border-radius: 0 6px 6px 0;\n    padding: 1.1rem 1.4rem;\n    margin-top: 1.5rem;\n    font-size: 13.5px;\n    font-style: italic;\n    color: var(--text-body);\n    line-height: 1.7;\n  }\n  .review-quote .reviewer {\n    display: block;\n    margin-top: 0.5rem;\n    font-style: normal;\n    font-weight: 700;\n    font-size: 12px;\n    color: var(--indigo);\n  }\n  .review-quote .stars { color: var(--purple); }\n\n  \/* ── FOOTER ── *\/\n  .page-footer {\n    background: var(--indigo-faint);\n    border-top: 1px solid var(--border);\n    padding: 2rem 1.5rem;\n    text-align: center;\n    font-size: 12px;\n    color: var(--text-muted);\n    margin-top: 2rem;\n  }\n  .page-footer strong { color: var(--indigo); }\n\n  @media (max-width: 520px) {\n    .hero { padding: 3rem 1.25rem 2.5rem; }\n    .hero-stats { gap: 1.2rem; }\n    .contents-grid, .use-cases, .related-grid { grid-template-columns: 1fr; }\n    .grade-band { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ═══════════ HERO ═══════════ --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003eNo Prep · Printable PDF · Common Core Aligned\u003c\/div\u003e\n    \u003ch1\u003e6th Grade Reading Comprehension\u003cbr\u003e\u003cspan\u003eDiagnostic Assessment\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eFiction, nonfiction, and poetry — assessed together in one no-prep tool that tells you exactly where your 6th graders are before you spend a single lesson reteaching what they already know.\u003c\/p\u003e\n    \u003cdiv class=\"hero-tags\"\u003e\n      \u003cspan class=\"hero-tag\"\u003eRL.6 Fiction\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eRI.6 Nonfiction\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003ePoetry Analysis\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eMain Idea\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eText Evidence\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eInference\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e30+\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eQuestions\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e3\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eFull Passages\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e2\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eQuestion Formats\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e0\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003ePrep Required\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════ REVIEW RIBBON ═══════════ --\u003e\n\u003cdiv class=\"review-ribbon\"\u003e\n  \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e Rated 5.0 by verified buyers  ·  \"Great resource I love using this for small groups.\" — A'kasha J., 6th Grade Teacher\n\u003c\/div\u003e\n\n\u003cdiv class=\"content\"\u003e\n\n  \u003c!-- ═══════════ THE PROBLEM ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhy This Exists\u003c\/div\u003e\n    \u003ch2\u003e6th Grade Is a Pivot Year. Don't Start It Guessing.\u003c\/h2\u003e\n    \u003cp\u003eStudents arrive in 6th grade with wildly uneven reading skills — and a single class-period diagnostic gives you more actionable data than anything that came in the cumulative folder. Which students can identify central idea in nonfiction? Who's still guessing on inference questions? Who's never analyzed a poem?\u003c\/p\u003e\n    \u003cp\u003eThis assessment answers all of that before your first real unit begins. Three genre-specific passages, 30+ questions across multiple-choice and short-answer formats, and a detailed answer key — all in one print-and-go file.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ WHAT'S INSIDE ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhat's Inside\u003c\/div\u003e\n    \u003ch2\u003eThree Passages. Every Major Reading Genre. One Ready-to-Print File.\u003c\/h2\u003e\n    \u003cp\u003eEach passage is selected to be engaging and appropriately challenging at 6th grade level — not frustrating, not below grade. Every section reflects the format students encounter on standardized assessments so you're measuring real reading skill, not test-format confusion.\u003c\/p\u003e\n\n    \u003cdiv class=\"contents-grid\"\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e📖 Fiction Passage\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eA grade-level literary text with 10+ comprehension questions targeting character, theme, inference, point of view, and text evidence. Includes at least one short-answer response task.\u003c\/div\u003e\n        \u003cspan class=\"content-card-tag\"\u003eRL.6\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e📰 Nonfiction Passage\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eAn engaging informational text with 10+ questions covering central idea, supporting details, author's purpose, vocabulary in context, and text structure. Short-answer included.\u003c\/div\u003e\n        \u003cspan class=\"content-card-tag\"\u003eRI.6\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e🎭 Poetry Passage\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eA grade-appropriate poem with 10+ questions analyzing figurative language, tone, theme, and structure — the genre students most often struggle with and most need to see assessed early.\u003c\/div\u003e\n        \u003cspan class=\"content-card-tag\"\u003eRL.6\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003ch3\u003eAlso Included\u003c\/h3\u003e\n    \u003cul class=\"extras-list\"\u003e\n      \u003cli\u003eDetailed answer key for fast, confident grading\u003c\/li\u003e\n      \u003cli\u003eMultiple-choice and short-answer question formats throughout\u003c\/li\u003e\n      \u003cli\u003eCommon Core skill alignment for each section\u003c\/li\u003e\n      \u003cli\u003ePrint-and-go — no accounts, no tech, no setup\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ SKILLS ASSESSED ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eSkills Assessed\u003c\/div\u003e\n    \u003ch2\u003eThe Reading Skills That Show Up on Every 6th Grade Assessment\u003c\/h2\u003e\n    \u003cp\u003eEvery question in this diagnostic maps to a specific Common Core reading standard — so the data you collect is documentation-ready from day one.\u003c\/p\u003e\n\n    \u003cdiv class=\"skills-grid\"\u003e\n      \u003cdiv class=\"skill-item\"\u003eMain idea \u0026amp; summarizing (RI.6.2)\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eMaking inferences \u0026amp; citing text evidence (RL.6.1, RI.6.1)\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eFigurative language \u0026amp; literary devices (RL.6.4)\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eVocabulary in context (RL.6.4, RI.6.4)\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eDetermining theme in fiction \u0026amp; poetry (RL.6.2)\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eAuthor's purpose \u0026amp; point of view (RI.6.6)\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eComparing fiction, nonfiction \u0026amp; poetry structures\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eTone, mood \u0026amp; word choice analysis (RL.6.4)\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ HOW TO USE ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eFlexible by Design\u003c\/div\u003e\n    \u003ch2\u003eUse It at the Start of the Year — or Anytime You Need a Clear Picture\u003c\/h2\u003e\n\n    \u003cdiv class=\"use-cases\"\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eFirst-Week Placement\u003c\/strong\u003e\n        Know your students before your first real unit begins. Administer in one to two periods and walk away with actionable skills data.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eBenchmark Assessment\u003c\/strong\u003e\n        Use it before test prep season to see which skills have stuck and which ones need direct reteaching before spring.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eSmall Group \u0026amp; Intervention\u003c\/strong\u003e\n        Section scores tell you exactly which students need support in which genres — so your intervention time is targeted, not scattered.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eHomeschool Placement\u003c\/strong\u003e\n        A structured, objective tool for families who want to know whether 6th grade materials are the right fit before committing to a curriculum.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eIEP \u0026amp; Progress Monitoring\u003c\/strong\u003e\n        Section-by-section scoring creates a documented baseline across multiple skill areas. Standards-mapped and ready to drop into progress notes.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eEmergency Sub Plans\u003c\/strong\u003e\n        Independent, self-contained, and structured. A full period of purposeful, grade-level work that requires zero explanation from a sub.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-quote\"\u003e\n      \"Great resource I love using this for small groups.\"\n      \u003cspan class=\"reviewer\"\u003e\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e   A'kasha J. — Verified Buyer, 6th Grade Teacher\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ WHY IT WORKS ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhy It Works\u003c\/div\u003e\n    \u003ch2\u003eBuilt for Real Classrooms, Not Ideal Ones\u003c\/h2\u003e\n\n    \u003cdiv class=\"why-box\"\u003e\n      \u003ch3\u003eWhat Makes This Different from a Generic Reading Test\u003c\/h3\u003e\n      \u003cul class=\"why-list\"\u003e\n        \u003cli\u003eAll three genres in one file — so you assess the full picture of how a student reads, not just one type of text.\u003c\/li\u003e\n        \u003cli\u003eThe detailed answer key doesn't just tell you what's correct — it gives you enough information to reteach the skill on the spot.\u003c\/li\u003e\n        \u003cli\u003eStandards are explicitly mapped so scores become documentation without any extra work on your part.\u003c\/li\u003e\n        \u003cli\u003ePassages are chosen to stay engaging — reluctant readers are less likely to check out when the text itself holds their attention.\u003c\/li\u003e\n        \u003cli\u003eADHD-friendly format: predictable structure, clear sections, manageable chunks — so the layout doesn't create its own barrier.\u003c\/li\u003e\n        \u003cli\u003eWorks equally well for homeschool families and co-op groups who need an objective placement tool, not just a worksheet.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ GRADE BAND ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eComplete the Grade Band\u003c\/div\u003e\n    \u003ch2\u003eThe Full Diagnostic Series for Grades 6–8\u003c\/h2\u003e\n    \u003cp\u003eEach diagnostic in this series is built with the same structure and standards-mapping format so your data is consistent and comparable across grade levels — whether you're tracking one student over three years or building a school-wide placement system.\u003c\/p\u003e\n\n    \u003cdiv class=\"grade-band\"\u003e\n      \u003cdiv class=\"grade-card active\"\u003e\n        \u003cspan class=\"grade-num\"\u003e6th\u003c\/span\u003e\n        \u003cspan class=\"grade-label\"\u003eYou Are Here\u003c\/span\u003e\n        \u003cdiv class=\"grade-desc\"\u003eFiction, Nonfiction \u0026amp; Poetry — reading comprehension across all three genres\u003c\/div\u003e\n        \u003cspan class=\"grade-badge\"\u003eAvailable Now\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grade-card\"\u003e\n        \u003cspan class=\"grade-num\"\u003e7th\u003c\/span\u003e\n        \u003cspan class=\"grade-label\"\u003eGrade 7\u003c\/span\u003e\n        \u003cdiv class=\"grade-desc\"\u003eFiction, Nonfiction, Poetry, Grammar \u0026amp; Argumentative Writing — all five ELA domains\u003c\/div\u003e\n        \u003cspan class=\"grade-badge\"\u003eAvailable Now\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grade-card\"\u003e\n        \u003cspan class=\"grade-num\"\u003e8th\u003c\/span\u003e\n        \u003cspan class=\"grade-label\"\u003eGrade 8\u003c\/span\u003e\n        \u003cdiv class=\"grade-desc\"\u003eFull ELA diagnostic with elevated complexity and 8th grade standards alignment\u003c\/div\u003e\n        \u003cspan class=\"grade-badge soon\"\u003eComing Soon\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ STANDARDS ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eStandards Alignment\u003c\/div\u003e\n    \u003ch2\u003eCommon Core Aligned Across 6th Grade Reading\u003c\/h2\u003e\n    \u003cp\u003eEvery passage and every question maps to a specific 6th grade Common Core ELA standard. The included skill alignment makes your data documentation-ready without any additional work on your end.\u003c\/p\u003e\n\n    \u003cdiv class=\"standards-grid\"\u003e\n      \u003cdiv class=\"standard-pill\"\u003e\n        \u003cstrong\u003eRL.6.1\u003c\/strong\u003e\n        \u003cspan\u003eCiting textual evidence in literary texts\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"standard-pill\"\u003e\n        \u003cstrong\u003eRL.6.2\u003c\/strong\u003e\n        \u003cspan\u003eTheme and summary in fiction \u0026amp; poetry\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"standard-pill\"\u003e\n        \u003cstrong\u003eRL.6.4\u003c\/strong\u003e\n        \u003cspan\u003eFigurative language, tone \u0026amp; word choice\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"standard-pill\"\u003e\n        \u003cstrong\u003eRL.6.6\u003c\/strong\u003e\n        \u003cspan\u003ePoint of view in fiction \u0026amp; poetry\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"standard-pill\"\u003e\n        \u003cstrong\u003eRI.6.1\u003c\/strong\u003e\n        \u003cspan\u003eCiting textual evidence in informational text\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"standard-pill\"\u003e\n        \u003cstrong\u003eRI.6.2\u003c\/strong\u003e\n        \u003cspan\u003eCentral idea \u0026amp; summarizing nonfiction\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"standard-pill\"\u003e\n        \u003cstrong\u003eRI.6.4\u003c\/strong\u003e\n        \u003cspan\u003eVocabulary \u0026amp; technical language in context\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"standard-pill\"\u003e\n        \u003cstrong\u003eRI.6.6\u003c\/strong\u003e\n        \u003cspan\u003eAuthor's purpose \u0026amp; point of view\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ PRODUCT DETAILS ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eProduct Details\u003c\/div\u003e\n    \u003ch2\u003eEverything You Need to Know Before You Buy\u003c\/h2\u003e\n\n    \u003ctable class=\"details-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFormat\u003c\/td\u003e\n        \u003ctd\u003ePrintable PDF — not editable\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGrade Level\u003c\/td\u003e\n        \u003ctd\u003e6th Grade (also appropriate for strong 5th graders or students entering 7th grade below grade level)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStandards\u003c\/td\u003e\n        \u003ctd\u003eCommon Core aligned — RL.6, RI.6\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eQuestion Count\u003c\/td\u003e\n        \u003ctd\u003e30+ questions across multiple-choice and short-answer formats\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePassages\u003c\/td\u003e\n        \u003ctd\u003e3 passages — one fiction, one nonfiction, one poetry\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eAnswer Key\u003c\/td\u003e\n        \u003ctd\u003eIncluded with detailed explanations\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSuggested Time\u003c\/td\u003e\n        \u003ctd\u003e1–2 class periods\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eDigital Compatibility\u003c\/td\u003e\n        \u003ctd\u003ePDF only — not editable\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ RELATED ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eRelated Resources\u003c\/div\u003e\n    \u003ch2\u003eKeep Building Your 6th Grade ELA Toolkit\u003c\/h2\u003e\n\n    \u003cdiv class=\"related-grid\"\u003e\n      \u003ca class=\"related-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/6th-Grade-Reading-Comprehension-Diagnostic-Fiction-Nonfiction-Poetry-Test-12711376\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003eYou're Here\u003c\/div\u003e\n        \u003cstrong\u003e6th Grade Reading Comprehension Diagnostic — Fiction, Nonfiction \u0026amp; Poetry\u003c\/strong\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"related-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/7th-Grade-ELA-Diagnostic-Assessment-Reading-Comprehension-Grammar-Poetry-12711376\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003eNext Grade Up\u003c\/div\u003e\n        \u003cstrong\u003e7th Grade ELA Diagnostic Assessment — Reading, Grammar, Poetry \u0026amp; Writing\u003c\/strong\u003e\n      \u003c\/a\u003e\n      \u003cdiv class=\"related-card coming-soon\"\u003e\n        \u003cdiv class=\"related-label\"\u003eComing Soon\u003c\/div\u003e\n        \u003cstrong\u003e8th Grade ELA Diagnostic Assessment — Full ELA, All Domains\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003ca class=\"related-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/The-Hobbit-Test-Prep-Reading-Comprehension-Grammar-Writing-Assessments-13226086\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003eYou Might Also Like\u003c\/div\u003e\n        \u003cstrong\u003eThe Hobbit Test Prep — Reading Comprehension, Grammar \u0026amp; Writing Assessments\u003c\/strong\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"related-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/5-7th-Grade-Sentence-Fragment-Practice-Test-Prep-Grammar-ELA-No-Prep-12851309\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003eGrammar Practice\u003c\/div\u003e\n        \u003cstrong\u003e5–7th Grade Sentence Fragment Practice — Test Prep Grammar, No Prep\u003c\/strong\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ═══════════ FOOTER ═══════════ --\u003e\n\u003cdiv class=\"page-footer\"\u003e\n  \u003cp\u003eIf this resource served your students well, a review means the world — it helps other teachers find what you just found.\u003c\/p\u003e\n  \u003cp style=\"margin-top:0.6rem;\"\u003e\u003cstrong\u003e© 2025 Light Up Literature, LLC.\u003c\/strong\u003e All rights reserved. Printable PDF for single-classroom use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49235046629599,"sku":null,"price":8.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/6thGradeELADiagnosticAssessmentReading_Grammar_PoetryCommonCoreAligned_5bb296df-1037-4274-ae8b-a30babbee3a2.png?v=1779145222"},{"product_id":"digital-product-3","title":"Writing Skill Progression Chart | Grade 1-12 Writing Development \u0026 Mastery Guide","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eWriting Skill Progression Chart | Grades 1–12 Writing Development \u0026amp; Mastery Guide | Light Up Literature\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"A grade-by-grade writing skills progression chart covering grades 1–12. Sentence structure, paragraph writing, argument development, transitions, and more. Perfect for ELA teachers, homeschool families, intervention specialists, and curriculum planners.\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026amp;family=Playfair+Display:wght@700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #BD10E1;\n    --indigo: #25046B;\n    --indigo-light: #3a0999;\n    --indigo-faint: #f3effb;\n    --indigo-mid: #e8e0f8;\n    --white: #ffffff;\n    --text-body: #2d2d2d;\n    --text-muted: #5a5a7a;\n    --border: #e2daf0;\n    --green: #1a7f4b;\n    --green-bg: #edf7f2;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 14px;\n    line-height: 1.85;\n    color: var(--text-body);\n    background: var(--white);\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: var(--indigo);\n    padding: 4rem 2rem 3.5rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 280px; height: 280px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.12);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px; left: -40px;\n    width: 220px; height: 220px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.08);\n    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }\n\n  .hero-badge {\n    display: inline-block;\n    background: rgba(189,16,225,0.25);\n    border: 1px solid rgba(189,16,225,0.5);\n    color: #e89df5;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 0.35rem 1rem;\n    border-radius: 20px;\n    margin-bottom: 1.4rem;\n  }\n\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(24px, 4vw, 38px);\n    font-weight: 700;\n    color: var(--white);\n    line-height: 1.25;\n    margin-bottom: 1.2rem;\n  }\n  .hero h1 span { color: #d97df5; }\n\n  .hero-sub {\n    font-size: 15px;\n    color: rgba(255,255,255,0.8);\n    max-width: 600px;\n    margin: 0 auto 2rem;\n    line-height: 1.7;\n  }\n\n  .hero-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.5rem;\n    justify-content: center;\n    margin-bottom: 2rem;\n  }\n  .hero-tag {\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.2);\n    color: rgba(255,255,255,0.85);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 0.3rem 0.8rem;\n    border-radius: 4px;\n  }\n\n  .hero-stats {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1.5rem;\n    justify-content: center;\n  }\n  .stat { text-align: center; }\n  .stat-number {\n    display: block;\n    font-family: 'Playfair Display', serif;\n    font-size: 28px;\n    font-weight: 700;\n    color: #d97df5;\n    line-height: 1;\n  }\n  .stat-label {\n    font-size: 11px;\n    font-weight: 600;\n    color: rgba(255,255,255,0.65);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    margin-top: 0.25rem;\n  }\n\n  \/* ── REVIEW RIBBON ── *\/\n  .review-ribbon {\n    background: var(--green-bg);\n    border-top: 1px solid #c3e8d5;\n    border-bottom: 1px solid #c3e8d5;\n    padding: 0.75rem 1.5rem;\n    text-align: center;\n    font-size: 13px;\n    color: var(--green);\n    font-weight: 600;\n  }\n  .review-ribbon .stars { letter-spacing: 0.05em; margin-right: 0.4rem; }\n\n  \/* ── LAYOUT ── *\/\n  .content {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 1.5rem;\n  }\n  .section {\n    padding: 3rem 0 2.5rem;\n    border-bottom: 1px solid var(--border);\n  }\n  .section:last-child { border-bottom: none; }\n\n  .section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 0.5rem;\n  }\n\n  h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(20px, 3vw, 26px);\n    font-weight: 700;\n    color: var(--indigo);\n    line-height: 1.35;\n    margin-bottom: 1rem;\n  }\n\n  h3 {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin: 1.6rem 0 0.4rem;\n  }\n\n  p { margin-bottom: 1rem; color: var(--text-body); }\n\n  \/* ── AUDIENCE CARDS ── *\/\n  .audience-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n  .audience-card {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-top: 3px solid var(--purple);\n    border-radius: 6px;\n    padding: 1.1rem 1.2rem;\n  }\n  .audience-card-icon {\n    font-size: 20px;\n    margin-bottom: 0.4rem;\n    display: block;\n  }\n  .audience-card-title {\n    font-weight: 700;\n    color: var(--indigo);\n    font-size: 13px;\n    margin-bottom: 0.3rem;\n  }\n  .audience-card-detail {\n    font-size: 12.5px;\n    color: var(--text-muted);\n    line-height: 1.6;\n  }\n\n  \/* ── CONTENT CARDS ── *\/\n  .contents-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n  .content-card {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-left: 4px solid var(--purple);\n    border-radius: 6px;\n    padding: 1.1rem 1.2rem;\n  }\n  .content-card-title {\n    font-weight: 700;\n    color: var(--indigo);\n    font-size: 13px;\n    margin-bottom: 0.35rem;\n  }\n  .content-card-detail {\n    font-size: 12.5px;\n    color: var(--text-muted);\n    line-height: 1.6;\n  }\n\n  \/* ── SKILLS LIST ── *\/\n  .skills-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 0.7rem;\n    margin-top: 1.2rem;\n  }\n  .skill-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.65rem;\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-radius: 5px;\n    padding: 0.65rem 0.85rem;\n    font-size: 13px;\n    color: var(--text-body);\n    line-height: 1.5;\n  }\n  .skill-item::before {\n    content: '✓';\n    color: var(--purple);\n    font-weight: 700;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  \/* ── USE CASES ── *\/\n  .use-cases {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 0.85rem;\n    margin-top: 1.2rem;\n  }\n  .use-case {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 1rem 1.1rem;\n    font-size: 13px;\n    color: var(--text-body);\n    line-height: 1.55;\n  }\n  .use-case strong {\n    display: block;\n    color: var(--indigo);\n    font-size: 12.5px;\n    margin-bottom: 0.2rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* ── REVIEW QUOTES ── *\/\n  .reviews-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n  .review-card {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 1.1rem 1.2rem;\n    font-size: 13px;\n    font-style: italic;\n    color: var(--text-body);\n    line-height: 1.7;\n  }\n  .review-card .reviewer {\n    display: block;\n    margin-top: 0.6rem;\n    font-style: normal;\n    font-weight: 700;\n    font-size: 11.5px;\n    color: var(--indigo);\n  }\n  .review-card .reviewer-detail {\n    font-weight: 400;\n    color: var(--text-muted);\n  }\n  .review-card .stars { color: var(--purple); font-style: normal; }\n\n  \/* ── WHY BOX ── *\/\n  .why-box {\n    background: var(--indigo);\n    border-radius: 8px;\n    padding: 2rem 2rem 1.5rem;\n    margin-top: 1.5rem;\n  }\n  .why-box h3 {\n    color: #d97df5;\n    margin-top: 0;\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    margin-bottom: 1rem;\n  }\n  .why-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 0.65rem;\n  }\n  .why-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    font-size: 13.5px;\n    line-height: 1.6;\n    color: rgba(255,255,255,0.88);\n  }\n  .why-list li::before {\n    content: '★';\n    color: #d97df5;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  \/* ── BUNDLE BOX ── *\/\n  .bundle-box {\n    background: var(--indigo-faint);\n    border: 2px solid var(--purple);\n    border-radius: 8px;\n    padding: 1.75rem 2rem;\n    margin-top: 1.5rem;\n    display: flex;\n    gap: 1.5rem;\n    align-items: flex-start;\n    flex-wrap: wrap;\n  }\n  .bundle-box-text { flex: 1; min-width: 200px; }\n  .bundle-label {\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 0.3rem;\n  }\n  .bundle-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    font-weight: 700;\n    color: var(--indigo);\n    line-height: 1.35;\n    margin-bottom: 0.5rem;\n  }\n  .bundle-desc {\n    font-size: 13px;\n    color: var(--text-muted);\n    line-height: 1.6;\n    margin-bottom: 0.75rem;\n  }\n  .bundle-price {\n    font-size: 13px;\n    color: var(--text-body);\n  }\n  .bundle-price strong { color: var(--indigo); font-size: 15px; }\n  .bundle-price s { color: var(--text-muted); font-size: 12px; }\n  .bundle-cta {\n    display: inline-block;\n    background: var(--purple);\n    color: white;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    padding: 0.55rem 1.2rem;\n    border-radius: 4px;\n    text-decoration: none;\n    margin-top: 0.75rem;\n    transition: background 0.2s;\n  }\n  .bundle-cta:hover { background: var(--indigo-light); }\n\n  \/* ── PRODUCT DETAILS ── *\/\n  .details-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 1.2rem;\n    font-size: 13.5px;\n  }\n  .details-table tr { border-bottom: 1px solid var(--border); }\n  .details-table tr:last-child { border-bottom: none; }\n  .details-table td {\n    padding: 0.65rem 0.5rem;\n    vertical-align: top;\n  }\n  .details-table td:first-child {\n    font-weight: 700;\n    color: var(--indigo);\n    white-space: nowrap;\n    width: 40%;\n    padding-right: 1rem;\n  }\n\n  \/* ── RELATED ── *\/\n  .related-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 0.85rem;\n    margin-top: 1.2rem;\n  }\n  .related-card {\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 1rem 1.1rem;\n    font-size: 13px;\n    line-height: 1.5;\n    text-decoration: none;\n    color: var(--text-body);\n    display: block;\n    transition: border-color 0.2s, box-shadow 0.2s;\n  }\n  .related-card:hover {\n    border-color: var(--purple);\n    box-shadow: 0 2px 10px rgba(189,16,225,0.1);\n  }\n  .related-card .related-label {\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 0.3rem;\n  }\n  .related-card strong {\n    display: block;\n    color: var(--indigo);\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  \/* ── FOOTER ── *\/\n  .page-footer {\n    background: var(--indigo-faint);\n    border-top: 1px solid var(--border);\n    padding: 2rem 1.5rem;\n    text-align: center;\n    font-size: 12px;\n    color: var(--text-muted);\n    margin-top: 2rem;\n  }\n  .page-footer strong { color: var(--indigo); }\n\n  @media (max-width: 520px) {\n    .hero { padding: 3rem 1.25rem 2.5rem; }\n    .hero-stats { gap: 1.2rem; }\n    .contents-grid, .audience-grid, .use-cases, .related-grid, .skills-grid, .reviews-grid { grid-template-columns: 1fr; }\n    .bundle-box { flex-direction: column; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ═══════════ HERO ═══════════ --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003ePrintable Reference Chart · Grades 1–12 · No Prep\u003c\/div\u003e\n    \u003ch1\u003eWriting Skill Progression Chart\u003cbr\u003e\u003cspan\u003eGrades 1–12 Writing Development \u0026amp; Mastery Guide\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eA clear, grade-by-grade roadmap of writing expectations from 1st through 12th grade — so you always know exactly what to teach next, what to remediate, and where each student stands on the path to writing mastery.\u003c\/p\u003e\n    \u003cdiv class=\"hero-tags\"\u003e\n      \u003cspan class=\"hero-tag\"\u003eGrades 1–12\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eSentence Structure\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eParagraph Writing\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eArgumentative Writing\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eIntervention\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eVertical Alignment\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e12\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eGrade Levels\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e5.0\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eStar Rating\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e4\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eVerified Reviews\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e1\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003ePage to Rule Them All\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════ REVIEW RIBBON ═══════════ --\u003e\n\u003cdiv class=\"review-ribbon\"\u003e\n  \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e Rated 5.0 by verified buyers  ·  Used by classroom teachers, special education specialists, and homeschool families\n\u003c\/div\u003e\n\n\u003cdiv class=\"content\"\u003e\n\n  \u003c!-- ═══════════ THE PROBLEM ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eThe Problem This Solves\u003c\/div\u003e\n    \u003ch2\u003eWriting Progression Is Hard to See. This Makes It Visible.\u003c\/h2\u003e\n    \u003cp\u003eMost teachers know writing development is a continuum — but few have a single document that shows what that continuum actually looks like from beginning to end. Without that big picture, it's easy to reteach skills students already have, skip skills that have gaps, or struggle to explain to parents and IEP teams exactly where a student is and where they need to go.\u003c\/p\u003e\n    \u003cp\u003eThis chart puts the entire K–12 writing arc in one place. Grade by grade, skill by skill — so you can plan instruction with clarity, identify gaps without guessing, and show students (and families) exactly what growth looks like.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ WHO IT'S FOR ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWho This Is For\u003c\/div\u003e\n    \u003ch2\u003eOne Chart. Four Distinct Audiences Who All Need It.\u003c\/h2\u003e\n\n    \u003cdiv class=\"audience-grid\"\u003e\n      \u003cdiv class=\"audience-card\"\u003e\n        \u003cspan class=\"audience-card-icon\"\u003e🏫\u003c\/span\u003e\n        \u003cdiv class=\"audience-card-title\"\u003eELA Classroom Teachers\u003c\/div\u003e\n        \u003cdiv class=\"audience-card-detail\"\u003ePlan instruction, identify where your class is relative to grade-level expectations, and differentiate for students above or below grade level — all from one reference.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"audience-card\"\u003e\n        \u003cspan class=\"audience-card-icon\"\u003e🏠\u003c\/span\u003e\n        \u003cdiv class=\"audience-card-title\"\u003eHomeschool Families\u003c\/div\u003e\n        \u003cdiv class=\"audience-card-detail\"\u003eKnow exactly what your child should be working toward at each grade level. Plan a long-term writing curriculum with confidence instead of guessing whether you're covering the right skills.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"audience-card\"\u003e\n        \u003cspan class=\"audience-card-icon\"\u003e📋\u003c\/span\u003e\n        \u003cdiv class=\"audience-card-title\"\u003eIntervention Specialists\u003c\/div\u003e\n        \u003cdiv class=\"audience-card-detail\"\u003eQuickly locate the grade level where a student's writing skills actually function, document a clear baseline, and build an intervention plan that addresses the right gaps.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"audience-card\"\u003e\n        \u003cspan class=\"audience-card-icon\"\u003e🗺️\u003c\/span\u003e\n        \u003cdiv class=\"audience-card-title\"\u003eCurriculum \u0026amp; Team Planners\u003c\/div\u003e\n        \u003cdiv class=\"audience-card-detail\"\u003eUse this for vertical alignment conversations, grade-band planning, and curriculum mapping across a department, school, or co-op — a shared reference that puts everyone on the same page.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ WHAT'S INCLUDED ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhat's Included\u003c\/div\u003e\n    \u003ch2\u003eGrade-by-Grade Writing Expectations in One Printable Chart\u003c\/h2\u003e\n    \u003cp\u003eDesigned for fast reference — not a binder insert you file and forget. This is a working document meant to live on your desk, in your planner, or on your wall.\u003c\/p\u003e\n\n    \u003cdiv class=\"contents-grid\"\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e📊 Grade-by-Grade Skill Breakdown\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eClear, specific writing expectations for every grade from 1st through 12th — organized so you can scan vertically (one grade) or horizontally (one skill across grades).\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e🧱 Sentence to Essay Progression\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eTracks the full writing development arc — from sentence fluency in early grades through thesis development, argument structure, and rhetorical strategies in high school.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e🗂️ Chart Format for Easy Reference\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eLaid out for quick scanning during conferences, planning sessions, IEP meetings, or parent conversations — not a wall of text, an actual usable chart.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ SKILLS COVERED ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eSkills Tracked\u003c\/div\u003e\n    \u003ch2\u003eEvery Major Writing Domain, Mapped Across All 12 Grade Levels\u003c\/h2\u003e\n\n    \u003cdiv class=\"skills-grid\"\u003e\n      \u003cdiv class=\"skill-item\"\u003eSentence fluency \u0026amp; structure development\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eParagraph writing \u0026amp; organization\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eThesis development \u0026amp; argumentative writing\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eTransitions, cohesion \u0026amp; flow\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eStyle, voice \u0026amp; rhetorical strategies\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eNarrative, informative \u0026amp; argumentative modes\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eEditing, revision \u0026amp; conventions by grade\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eResearch writing \u0026amp; source integration\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ HOW TO USE ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eHow to Use It\u003c\/div\u003e\n    \u003ch2\u003eA Reference Tool That Works in a Dozen Different Contexts\u003c\/h2\u003e\n\n    \u003cdiv class=\"use-cases\"\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eWriting Conferences\u003c\/strong\u003e\n        Show students exactly where they are on the progression and what the next step looks like — concrete, visual, and motivating.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eCurriculum Planning\u003c\/strong\u003e\n        Map your year against grade-level expectations and identify which skills need dedicated unit time versus ongoing reinforcement.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eVertical Alignment\u003c\/strong\u003e\n        Use with your department or grade-level team to ensure writing skills are building coherently across years — not repeating or skipping.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eIntervention \u0026amp; IEP Work\u003c\/strong\u003e\n        Document where a student's writing actually functions, set measurable goals, and track growth against a clear standard.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eHomeschool Planning\u003c\/strong\u003e\n        Build your long-term writing scope and sequence around grade-level benchmarks — and know when your child has truly mastered a skill.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eParent Communication\u003c\/strong\u003e\n        Use the chart to explain a student's writing level in concrete, grade-referenced terms that parents can actually understand and act on.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ REVIEWS ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhat Buyers Are Saying\u003c\/div\u003e\n    \u003ch2\u003eVerified Reviews from Teachers, Homeschool Families \u0026amp; Specialists\u003c\/h2\u003e\n\n    \u003cdiv class=\"reviews-grid\"\u003e\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"Wonderful resource! It has helped my girls so much. Makes homeschooling easier.\"\n        \u003cspan class=\"reviewer\"\u003eMelissa H. \u003cspan class=\"reviewer-detail\"\u003e— 5th Grade Homeschool, Students with Autism\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"This was really helpful for my special education students!\"\n        \u003cspan class=\"reviewer\"\u003eAbbie D. \u003cspan class=\"reviewer-detail\"\u003e— Verified Buyer, Special Education\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"Great value. Thanks for creating this resource! It helped me a lot!\"\n        \u003cspan class=\"reviewer\"\u003eNuvain B. \u003cspan class=\"reviewer-detail\"\u003e— 2nd–5th Grade, Students with Autism · Utah\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"I love this resource!\"\n        \u003cspan class=\"reviewer\"\u003eEmPower Adapted Ed \u003cspan class=\"reviewer-detail\"\u003e— Verified TPT Seller\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ WHY IT WORKS ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhy It Works\u003c\/div\u003e\n    \u003ch2\u003eSimple Tool. Significant Impact.\u003c\/h2\u003e\n\n    \u003cdiv class=\"why-box\"\u003e\n      \u003ch3\u003eWhat Makes This Chart Different from a Standards Document\u003c\/h3\u003e\n      \u003cul class=\"why-list\"\u003e\n        \u003cli\u003eStandards documents are written for compliance. This chart is written for teaching — organized the way a teacher actually thinks about writing development, not the way a committee organized a policy document.\u003c\/li\u003e\n        \u003cli\u003eThe grade-by-grade layout makes skill gaps visible at a glance — you can locate exactly where a student's writing breaks down without reading through pages of standards language.\u003c\/li\u003e\n        \u003cli\u003eWorks for students learning in all kinds of environments: traditional classrooms, intervention settings, homeschool co-ops, and one-on-one special education contexts.\u003c\/li\u003e\n        \u003cli\u003eParticularly useful for multi-grade teaching situations — homeschool families, intervention specialists, and teachers who work across grade bands all report it becoming a go-to reference.\u003c\/li\u003e\n        \u003cli\u003ePairs naturally with the Reading and Grammar Progression Charts for a complete ELA planning toolkit — see the bundle below.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ BUNDLE ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eSave with a Bundle\u003c\/div\u003e\n    \u003ch2\u003eGet All Three ELA Progression Charts Together\u003c\/h2\u003e\n    \u003cp\u003eThe Writing Chart is one piece of a complete ELA planning toolkit. The full bundle gives you reading, grammar, and writing progressions in one purchase — everything you need to plan, differentiate, and track ELA skill development from 1st through 12th grade.\u003c\/p\u003e\n\n    \u003cdiv class=\"bundle-box\"\u003e\n      \u003cdiv class=\"bundle-box-text\"\u003e\n        \u003cdiv class=\"bundle-label\"\u003eBundle · Save $1.00\u003c\/div\u003e\n        \u003cdiv class=\"bundle-title\"\u003eMiddle School ELA Skills Progression Charts\u003cbr\u003eReading · Grammar · Writing\u003c\/div\u003e\n        \u003cdiv class=\"bundle-desc\"\u003eThree printable progression charts covering every major ELA domain — sold together at a discount. The complete reference toolkit for teachers, homeschool families, and intervention specialists.\u003c\/div\u003e\n        \u003cdiv class=\"bundle-price\"\u003e\n\u003cstrong\u003e$9.50\u003c\/strong\u003e   \u003cs\u003e$10.50 separately\u003c\/s\u003e\n\u003c\/div\u003e\n        \u003ca class=\"bundle-cta\" href=\"#\" target=\"_blank\" rel=\"noopener\"\u003eView Bundle →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ PRODUCT DETAILS ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eProduct Details\u003c\/div\u003e\n    \u003ch2\u003eEverything You Need to Know Before You Buy\u003c\/h2\u003e\n\n    \u003ctable class=\"details-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFormat\u003c\/td\u003e\n        \u003ctd\u003ePrintable PDF — not editable\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGrade Coverage\u003c\/td\u003e\n        \u003ctd\u003e1st grade through 12th grade\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eBest For\u003c\/td\u003e\n        \u003ctd\u003eELA teachers, homeschool families, intervention specialists, curriculum planners, special education teachers\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eUse Context\u003c\/td\u003e\n        \u003ctd\u003eWriting conferences, curriculum mapping, IEP planning, vertical alignment, parent communication, homeschool scope \u0026amp; sequence\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStandards Alignment\u003c\/td\u003e\n        \u003ctd\u003eCommon Core ELA writing standards referenced across grade levels\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eAlso Available As\u003c\/td\u003e\n        \u003ctd\u003ePart of the Middle School ELA Skills Progression Charts bundle (Reading, Grammar \u0026amp; Writing)\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ RELATED ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eComplete the Toolkit\u003c\/div\u003e\n    \u003ch2\u003eReading \u0026amp; Grammar Progressions to Match\u003c\/h2\u003e\n    \u003cp\u003eEach chart in this series uses the same grade-by-grade format so your three reference tools work together seamlessly — whether you're planning a single unit or mapping an entire school year.\u003c\/p\u003e\n\n    \u003cdiv class=\"related-grid\"\u003e\n      \u003ca class=\"related-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/Reading-Skill-Progression-Chart-Grades-1-12-8398723\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003ePart of the Series\u003c\/div\u003e\n        \u003cstrong\u003eReading Skill Progression Chart — Grades 1–12 Reading Development \u0026amp; Mastery Guide\u003c\/strong\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"related-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/Grammar-Skills-Progression-Chart-1-12th-grade-8381529\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003ePart of the Series\u003c\/div\u003e\n        \u003cstrong\u003eGrammar Skills Progression Chart — Grades 1–12 Grammar Development Guide\u003c\/strong\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"related-card\" href=\"#\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003eBest Value\u003c\/div\u003e\n        \u003cstrong\u003eBundle: Middle School ELA Skills Progression Charts — Reading, Grammar \u0026amp; Writing\u003c\/strong\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ═══════════ FOOTER ═══════════ --\u003e\n\u003cdiv class=\"page-footer\"\u003e\n  \u003cp\u003eIf this chart has made your planning clearer or your teaching more targeted, a review makes a real difference — it helps other teachers and families find exactly what you found.\u003c\/p\u003e\n  \u003cp style=\"margin-top:0.6rem;\"\u003e\u003cstrong\u003e© 2025 Light Up Literature, LLC.\u003c\/strong\u003e All rights reserved. Printable PDF for single-classroom or single-family use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49235138248927,"sku":null,"price":5.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/Screenshot2026-05-18at7.07.05PM.png?v=1779149343"},{"product_id":"6th-grade-reading-diagnostic-test-fiction-nonfiction-placement-guide-skills-checklist","title":"6th Grade Reading Diagnostic Test | Fiction \u0026 Nonfiction Placement Guide \u0026 Skills Checklist","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e6th Grade Reading Diagnostic Test | Fiction \u0026amp; Nonfiction Placement Guide \u0026amp; Skills Checklist\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"Assess all 10 essential 6th grade reading skills in one sitting. Fiction + nonfiction passages, 20 MCQs, placement guide \u0026amp; expanded answer key. No prep.\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026amp;family=Playfair+Display:wght@700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #BD10E1;\n    --indigo: #25046B;\n    --indigo-light: #3a0999;\n    --indigo-faint: #f3effb;\n    --indigo-mid: #e8e0f8;\n    --white: #ffffff;\n    --text-body: #2d2d2d;\n    --text-muted: #5a5a7a;\n    --border: #e2daf0;\n  }\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 14px;\n    line-height: 1.85;\n    color: var(--text-body);\n    background: var(--white);\n  }\n\n  .hero {\n    background: var(--indigo);\n    padding: 4rem 2rem 3.5rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 280px; height: 280px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.12);\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px; left: -40px;\n    width: 220px; height: 220px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.08);\n  }\n  .hero-eyebrow {\n    display: inline-block;\n    background: var(--purple);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 4px 14px;\n    border-radius: 20px;\n    margin-bottom: 1.2rem;\n  }\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    color: #fff;\n    font-size: clamp(1.6rem, 4vw, 2.6rem);\n    line-height: 1.25;\n    max-width: 720px;\n    margin: 0 auto 1rem;\n  }\n  .hero-sub {\n    color: rgba(255,255,255,0.82);\n    font-size: 15px;\n    max-width: 600px;\n    margin: 0 auto 2rem;\n  }\n  .hero-meta {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin-top: 0.5rem;\n  }\n  .hero-tag {\n    background: rgba(255,255,255,0.12);\n    color: rgba(255,255,255,0.9);\n    font-size: 11.5px;\n    font-weight: 600;\n    padding: 5px 13px;\n    border-radius: 20px;\n    letter-spacing: 0.04em;\n  }\n\n  .page-wrap { max-width: 760px; margin: 0 auto; padding: 0 1.5rem; }\n  .section { padding: 3rem 0; border-bottom: 1px solid var(--border); }\n  .section:last-child { border-bottom: none; }\n\n  .section-label {\n    display: inline-block;\n    color: var(--purple);\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    margin-bottom: 0.6rem;\n  }\n\n  h2 {\n    font-family: 'Playfair Display', serif;\n    color: var(--indigo);\n    font-size: clamp(1.3rem, 3vw, 1.75rem);\n    line-height: 1.3;\n    margin-bottom: 1rem;\n  }\n  h3 {\n    font-family: 'Open Sans', sans-serif;\n    color: var(--indigo);\n    font-size: 1rem;\n    font-weight: 700;\n    margin-bottom: 0.4rem;\n  }\n\n  .intro-text { font-size: 15px; line-height: 1.9; color: var(--text-body); }\n  .intro-text p + p { margin-top: 1rem; }\n\n  .callout {\n    border-left: 4px solid var(--purple);\n    background: var(--indigo-faint);\n    padding: 1.25rem 1.5rem;\n    border-radius: 0 8px 8px 0;\n    margin: 1.75rem 0;\n    font-size: 14.5px;\n    color: var(--indigo);\n    font-weight: 600;\n    line-height: 1.7;\n  }\n\n  \/* PASSAGES *\/\n  .passage-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n  @media (max-width: 560px) { .passage-grid { grid-template-columns: 1fr; } }\n  .passage-card {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 1.25rem;\n  }\n  .passage-badge {\n    display: inline-block;\n    background: var(--purple);\n    color: #fff;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding: 3px 10px;\n    border-radius: 20px;\n    margin-bottom: 0.5rem;\n  }\n  .passage-card h3 { font-size: 14px; margin-bottom: 0.4rem; }\n  .passage-card p { font-size: 13px; color: var(--text-muted); line-height: 1.65; }\n\n  \/* 10 SKILLS GRID *\/\n  .skills-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0.6rem;\n    margin-top: 1.5rem;\n  }\n  @media (max-width: 560px) { .skills-grid { grid-template-columns: 1fr; } }\n  .skill-item {\n    display: flex;\n    align-items: center;\n    gap: 0.75rem;\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    padding: 0.7rem 0.9rem;\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--indigo);\n  }\n  .skill-q {\n    background: var(--purple);\n    color: #fff;\n    font-size: 10px;\n    font-weight: 700;\n    padding: 2px 7px;\n    border-radius: 10px;\n    flex-shrink: 0;\n    letter-spacing: 0.04em;\n  }\n\n  \/* PLACEMENT GUIDE *\/\n  .placement-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 0.75rem;\n    margin-top: 1.5rem;\n  }\n  @media (max-width: 560px) { .placement-grid { grid-template-columns: 1fr; } }\n  .placement-card {\n    border-radius: 10px;\n    padding: 1.1rem 1rem;\n    text-align: center;\n    border: 1px solid var(--border);\n  }\n  .placement-card.needs { background: #fff3f3; border-color: #f5c6c6; }\n  .placement-card.grade { background: var(--indigo-faint); border-color: var(--border); }\n  .placement-card.above { background: #f0fdf4; border-color: #a7d7b8; }\n  .placement-card .score {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.5rem;\n    font-weight: 700;\n    color: var(--indigo);\n    display: block;\n    margin-bottom: 0.3rem;\n  }\n  .placement-card .label {\n    font-size: 12px;\n    font-weight: 700;\n    color: var(--indigo);\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n    display: block;\n    margin-bottom: 0.3rem;\n  }\n  .placement-card p { font-size: 12px; color: var(--text-muted); line-height: 1.5; }\n\n  \/* INCLUDED *\/\n  .included-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n  @media (max-width: 560px) { .included-grid { grid-template-columns: 1fr; } }\n  .included-card {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 1.25rem 1.25rem 1.25rem 1rem;\n  }\n  .included-card::before {\n    content: '✓';\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px; height: 22px;\n    background: var(--purple);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 700;\n    border-radius: 50%;\n    margin-bottom: 0.6rem;\n  }\n  .included-card h3 { font-size: 13.5px; margin-bottom: 0.3rem; }\n  .included-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }\n\n  \/* ANSWER KEY HIGHLIGHT *\/\n  .answer-key-highlight {\n    background: var(--indigo);\n    border-radius: 10px;\n    padding: 1.5rem 1.75rem;\n    margin-top: 1.25rem;\n    display: flex;\n    align-items: flex-start;\n    gap: 1rem;\n  }\n  .answer-key-highlight .icon { font-size: 28px; flex-shrink: 0; }\n  .answer-key-highlight h3 { color: var(--purple); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 0.4rem; }\n  .answer-key-highlight p { color: rgba(255,255,255,0.85); font-size: 13.5px; line-height: 1.75; }\n\n  .use-cases {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.65rem;\n    margin-top: 1.25rem;\n  }\n  .use-tag {\n    background: var(--indigo-mid);\n    color: var(--indigo);\n    font-size: 13px;\n    font-weight: 600;\n    padding: 6px 14px;\n    border-radius: 20px;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 1.25rem;\n    font-size: 13.5px;\n  }\n  .specs-table tr { border-bottom: 1px solid var(--border); }\n  .specs-table tr:last-child { border-bottom: none; }\n  .specs-table td { padding: 0.65rem 0.5rem; vertical-align: top; line-height: 1.6; }\n  .specs-table td:first-child {\n    font-weight: 700;\n    color: var(--indigo);\n    width: 38%;\n    padding-right: 1rem;\n  }\n\n  .faq-list { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 1.25rem; }\n  .faq-item {\n    padding: 1.1rem 1.25rem;\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    background: #fff;\n  }\n  .faq-q { font-weight: 700; color: var(--indigo); font-size: 13.5px; margin-bottom: 0.5rem; }\n  .faq-a { font-size: 13.5px; color: var(--text-body); line-height: 1.75; }\n\n  .cta-block {\n    background: var(--indigo);\n    padding: 3.5rem 2rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .cta-block::before {\n    content: '';\n    position: absolute;\n    top: -50px; left: -50px;\n    width: 220px; height: 220px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.1);\n  }\n  .cta-block h2 { color: #fff; margin-bottom: 1rem; font-size: clamp(1.3rem, 3vw, 1.8rem); }\n  .cta-block p {\n    color: rgba(255,255,255,0.82);\n    font-size: 14.5px;\n    max-width: 540px;\n    margin: 0 auto 2rem;\n    line-height: 1.85;\n  }\n  .cta-btn {\n    display: inline-block;\n    background: var(--purple);\n    color: #fff;\n    font-size: 15px;\n    font-weight: 700;\n    padding: 14px 38px;\n    border-radius: 6px;\n    text-decoration: none;\n    letter-spacing: 0.02em;\n    transition: background 0.2s, transform 0.15s;\n  }\n  .cta-btn:hover { background: #a00cc4; transform: translateY(-1px); }\n  .cta-meta {\n    margin-top: 1.2rem;\n    color: rgba(255,255,255,0.55);\n    font-size: 12px;\n    letter-spacing: 0.04em;\n  }\n\n  .footer-note {\n    text-align: center;\n    padding: 2rem 1.5rem;\n    font-size: 12.5px;\n    color: var(--text-muted);\n  }\n  .footer-note a { color: var(--purple); text-decoration: none; }\n  .footer-note a:hover { text-decoration: underline; }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-eyebrow\"\u003e6th Grade ELA · Reading Diagnostic · Fiction + Nonfiction\u003c\/div\u003e\n  \u003ch1\u003eKnow Exactly Where Your Students Stand — In One Class Period\u003c\/h1\u003e\n  \u003cp class=\"hero-sub\"\u003eTwo original passages, 20 rigorous questions, and a skill-by-skill checklist that tells you which of the 10 most essential reading skills each student has mastered — and which need reteaching — from day one.\u003c\/p\u003e\n  \u003cdiv class=\"hero-meta\"\u003e\n    \u003cspan class=\"hero-tag\"\u003eGrade 6\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003e10 Reading Skills\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003eFiction + Nonfiction\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003ePlacement Guide Included\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003eExpanded Answer Key\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003eNo Prep · $8\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"page-wrap\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eWhat This Actually Does\u003c\/span\u003e\n    \u003ch2\u003eA Reading Quiz Tells You a Score. This Tells You What to Do Next.\u003c\/h2\u003e\n    \u003cdiv class=\"intro-text\"\u003e\n      \u003cp\u003eMost reading assessments give you a number. This diagnostic gives you a map. After one sitting, you'll know each student's overall placement — Needs Support, On Grade Level, or Above Grade Level — and exactly which of the 10 most tested reading skills are strong and which are gaps. That's actionable data you can use to group students, plan intervention, or guide the first weeks of instruction.\u003c\/p\u003e\n      \u003cp\u003eThe two passages share a theme — comets — which means students experience both fiction and nonfiction on the same topic in the same sitting. That cross-genre connection isn't accidental: it mirrors how state assessments present reading, and it lets you see how the same student processes narrative versus informational text differently.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"callout\"\u003e\n      Every question maps directly to one of 10 essential reading skills — two questions per skill — so the Skills Checklist shows you not just overall performance, but exactly where each student is strong and where instruction needs to go next.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- THE TWO PASSAGES --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eThe Two Passages\u003c\/span\u003e\n    \u003ch2\u003eSame Theme. Two Genres. One Complete Picture.\u003c\/h2\u003e\n    \u003cp\u003eBoth passages are original, written specifically for this diagnostic at a 6th grade reading level. The shared comet theme means students bring background knowledge from Passage 1 into Passage 2 — just like state assessments are increasingly structured.\u003c\/p\u003e\n    \u003cdiv class=\"passage-grid\"\u003e\n      \u003cdiv class=\"passage-card\"\u003e\n        \u003cspan class=\"passage-badge\"\u003ePassage 1 · Fiction\u003c\/span\u003e\n        \u003ch3\u003eThe Night of the Comet\u003c\/h3\u003e\n        \u003cp\u003eMaria spends hours outside waiting to be the first in her town to spot a passing comet. Her younger brother Javier doubts it will appear. A quiet, suspenseful narrative about patience, preparation, and determination — rich for inference, theme, and character analysis.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"passage-card\"\u003e\n        \u003cspan class=\"passage-badge\"\u003ePassage 2 · Nonfiction\u003c\/span\u003e\n        \u003ch3\u003eComets: Messengers from Space\u003c\/h3\u003e\n        \u003cp\u003eAn informational article covering comet composition, historical fear and fascination, Halley's Comet, Hale-Bopp, and the 2014 Rosetta mission — structured to test main idea, text evidence, vocabulary in context, author's purpose, and summarization.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- THE 10 SKILLS --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003e10 Skills Assessed\u003c\/span\u003e\n    \u003ch2\u003eThe Most Tested 6th Grade Reading Skills — 2 Questions Each\u003c\/h2\u003e\n    \u003cp\u003eQuestions 1–10 cover the fiction passage. Questions 11–20 cover the nonfiction passage. Each skill is tested once in each genre so you can see cross-genre performance.\u003c\/p\u003e\n    \u003cdiv class=\"skills-grid\"\u003e\n      \u003cdiv class=\"skill-item\"\u003e\n\u003cspan class=\"skill-q\"\u003eQ1 · Q11\u003c\/span\u003e Main Idea\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003e\n\u003cspan class=\"skill-q\"\u003eQ2 · Q12\u003c\/span\u003e Theme\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003e\n\u003cspan class=\"skill-q\"\u003eQ3 · Q13\u003c\/span\u003e Inference\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003e\n\u003cspan class=\"skill-q\"\u003eQ4 · Q14\u003c\/span\u003e Text Evidence\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003e\n\u003cspan class=\"skill-q\"\u003eQ5 · Q15\u003c\/span\u003e Vocabulary in Context\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003e\n\u003cspan class=\"skill-q\"\u003eQ6 · Q16\u003c\/span\u003e Author's Purpose\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003e\n\u003cspan class=\"skill-q\"\u003eQ7 · Q17\u003c\/span\u003e Point of View\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003e\n\u003cspan class=\"skill-q\"\u003eQ8 · Q18\u003c\/span\u003e Cause \u0026amp; Effect\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003e\n\u003cspan class=\"skill-q\"\u003eQ9 · Q19\u003c\/span\u003e Compare \u0026amp; Contrast\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003e\n\u003cspan class=\"skill-q\"\u003eQ10 · Q20\u003c\/span\u003e Summary\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PLACEMENT GUIDE --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eThe Placement Guide\u003c\/span\u003e\n    \u003ch2\u003eThree Clear Levels — Instant Snapshot of Overall Performance\u003c\/h2\u003e\n    \u003cp\u003eScore the diagnostic in minutes. The placement guide gives you an immediate overall read, while the skill-by-skill checklist tells you exactly where to focus instruction next.\u003c\/p\u003e\n    \u003cdiv class=\"placement-grid\"\u003e\n      \u003cdiv class=\"placement-card needs\"\u003e\n        \u003cspan class=\"score\"\u003e0–59%\u003c\/span\u003e\n        \u003cspan class=\"label\"\u003eNeeds Support\u003c\/span\u003e\n        \u003cp\u003eBelow grade-level expectations — intervention and reteaching needed across multiple skill areas.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"placement-card grade\"\u003e\n        \u003cspan class=\"score\"\u003e60–79%\u003c\/span\u003e\n        \u003cspan class=\"label\"\u003eOn Grade Level\u003c\/span\u003e\n        \u003cp\u003eMeets grade-level expectations — targeted support in specific skill gaps identified by the checklist.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"placement-card above\"\u003e\n        \u003cspan class=\"score\"\u003e80–100%\u003c\/span\u003e\n        \u003cspan class=\"label\"\u003eAbove Grade Level\u003c\/span\u003e\n        \u003cp\u003eShows advanced readiness — enrichment and extension opportunities across reading skills.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHAT'S INCLUDED --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eWhat's Included\u003c\/span\u003e\n    \u003ch2\u003eEverything in the Download\u003c\/h2\u003e\n    \u003cdiv class=\"included-grid\"\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003ch3\u003e2 Original Reading Passages\u003c\/h3\u003e\n        \u003cp\u003eFiction and nonfiction passages on the same theme — \"The Night of the Comet\" and \"Comets: Messengers from Space\" — ready to print and hand out.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003ch3\u003e20 Multiple-Choice Questions\u003c\/h3\u003e\n        \u003cp\u003eRigorous, standards-aligned questions — 10 per passage — covering all 10 essential reading skills with two questions per skill area.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003ch3\u003ePlacement Guide\u003c\/h3\u003e\n        \u003cp\u003eOverall score interpretation with three clear levels (Needs Support, On Grade Level, Above Grade Level) and instructions for both teachers and parents.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003ch3\u003eSkill-by-Skill Checklist\u003c\/h3\u003e\n        \u003cp\u003eA chart mapping every question to its skill area — mark each student's performance across all 10 skills to identify exactly where reteaching or extension is needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"answer-key-highlight\"\u003e\n      \u003cspan class=\"icon\"\u003e🔑\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eExpanded Answer Key — Every Distractor Explained\u003c\/h3\u003e\n        \u003cp\u003eEvery one of the 20 questions includes the correct answer and an explanation of why each wrong answer is wrong — not just \"B is correct\" but why A, C, and D don't work. That level of detail makes this key usable for instruction, parent conferences, tutoring sessions, or student self-correction — not just grading.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WAYS TO USE --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eWays to Use It\u003c\/span\u003e\n    \u003ch2\u003eFour High-Value Use Cases\u003c\/h2\u003e\n    \u003cdiv class=\"use-cases\"\u003e\n      \u003cspan class=\"use-tag\"\u003eFirst week of school baseline\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eHomeschool placement assessment\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eIntervention \u0026amp; tutoring intake\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eTest prep style familiarization\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eSmall group skill identification\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eMid-year progress check\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eAdvanced 5th grade readiness\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003e7th grade review or intervention\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUICK SPECS --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eAt a Glance\u003c\/span\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003eGrade Level\u003c\/td\u003e\n\u003ctd\u003eGrade 6 (flexes for advanced 5th or intervention 7th)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePassages\u003c\/td\u003e\n\u003ctd\u003e2 original passages — 1 fiction, 1 nonfiction — shared comet theme\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eQuestions\u003c\/td\u003e\n\u003ctd\u003e20 MCQs · 10 per passage · 2 per skill area\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSkills Assessed\u003c\/td\u003e\n\u003ctd\u003eMain Idea, Theme, Inference, Text Evidence, Vocabulary in Context, Author's Purpose, Point of View, Cause \u0026amp; Effect, Compare \u0026amp; Contrast, Summary\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePlacement Guide\u003c\/td\u003e\n\u003ctd\u003eOverall score interpretation — 3 levels with parent-facing instructions\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSkills Checklist\u003c\/td\u003e\n\u003ctd\u003eSkill-by-skill chart — 10 skills, 2 questions each, 3 performance levels\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eAnswer Key\u003c\/td\u003e\n\u003ctd\u003eExpanded — every answer explained, every distractor addressed\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePages\u003c\/td\u003e\n\u003ctd\u003e10 student pages + teacher materials\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eStandards\u003c\/td\u003e\n\u003ctd\u003eCommon Core \u0026amp; state reading standards aligned\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFormat\u003c\/td\u003e\n\u003ctd\u003ePrintable PDF · No prep required\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eYour Questions, Answered\u003c\/span\u003e\n    \u003ch2\u003eBefore You Download\u003c\/h2\u003e\n    \u003cdiv class=\"faq-list\"\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eWhy do both passages share the same theme?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eIt's intentional — and it mirrors how state assessments increasingly work. When students read fiction and nonfiction on the same topic in sequence, they carry background knowledge from the first passage into the second. This makes the diagnostic more accurate because you're measuring reading skill, not just topic familiarity. It also lets you see how the same student handles narrative text differently from informational text — which is diagnostic information you can't get from a single-passage quiz.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eHow long does it take students to complete?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eMost 6th graders complete both passages and all 20 questions in one class period (45–55 minutes). The passages are written to be engaging and appropriately paced — neither rushed nor exhausting. Students who need more time can be accommodated by splitting the two passages across two shorter sessions without losing the diagnostic value.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eHow do I use the Skills Checklist with parents?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eThe checklist is designed with parents in mind — the placement guide includes parent-facing language with instructions written for someone who isn't a reading specialist. At a parent conference or in a progress report, you can point to the checklist and show exactly which skills are strong (2\/2) and which need support (0\/2), with specific skill names that are clear outside of education jargon. The note \"This tool is meant to guide practice, not cause stress\" is built into the document.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eCan I use this mid-year rather than at the start of the year?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eAbsolutely. While it's ideal as a first-week baseline, it works equally well as a mid-year progress check, a pre-intervention intake tool, or a before-and-after measure if you use it in September and again in January. The skill-by-skill structure makes progress visible across time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eIs this appropriate for homeschool use?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eYes — it was specifically designed with homeschool parents in mind. The placement guide includes parent-facing instructions that don't require teaching experience to interpret, and the expanded answer key gives parents the rationale they need to discuss the questions with their student rather than just marking right or wrong.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- \/page-wrap --\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-block\"\u003e\n  \u003ch2\u003eTwo Passages. Ten Skills. One Complete Picture of Where Your Student Stands.\u003c\/h2\u003e\n  \u003cp\u003eA diagnostic that gives you a placement level, a skill-by-skill checklist, and an expanded answer key that explains every distractor — so you walk away from grading knowing exactly what to teach next. Download, print, and administer in one class period.\u003c\/p\u003e\n  \u003ca class=\"cta-btn\" href=\"#\"\u003eAdd to Cart — $8\u003c\/a\u003e\n  \u003cp class=\"cta-meta\"\u003eGrade 6 · Fiction + Nonfiction · 20 MCQs · 10 Skills · Placement Guide · Skills Checklist · Expanded Answer Key · PDF · No Prep\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer-note\"\u003e\n  Questions? Email \u003ca href=\"mailto:debra@lightupliteraturecurriculum.com\"\u003edebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003cbr\u003e\n  © 2025 Light Up Literature™ Curriculum. All rights reserved. For single-classroom use only.\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49285209784543,"sku":null,"price":8.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/6thGradeReadingDiagnostic-2.png?v=1779315463"},{"product_id":"6th-grade-writing-diagnostic-test-30-questions-key-light-up-literature","title":"6th Grade Writing Diagnostic Test | 30 Questions + Key | Light Up Literature","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e6th Grade Writing Diagnostic Test | Revise \u0026amp; Edit + 30 Questions\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"6th grade writing diagnostic with a revise \u0026amp; edit passage, 30 multiple-choice questions, skill-by-skill placement chart, and expanded answer key. No prep, print ready.\"\u003e\n\u003cmeta name=\"keywords\" content=\"6th grade writing diagnostic test, revise and edit 6th grade, writing skills assessment grade 6, ELA diagnostic test 6th grade, writing placement test middle school, 6th grade test prep writing, STAAR writing diagnostic, homeschool writing assessment 6th grade, writing skills checklist grade 6, beginning of year ELA diagnostic\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;900\u0026amp;family=Open+Sans:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #BD10E1;\n    --indigo: #25046B;\n    --indigo-mid: #3a0a8f;\n    --white: #ffffff;\n    --off-white: #faf8ff;\n    --light-purple: #f5e8fc;\n    --text-dark: #1a0040;\n    --text-mid: #3d2070;\n    --text-body: #2d1060;\n    --border-light: #e0cff5;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Open Sans', sans-serif;\n    background-color: var(--off-white);\n    color: var(--text-body);\n    line-height: 1.7;\n    font-size: 16px;\n  }\n\n  h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }\n  a { color: var(--purple); text-decoration: none; }\n\n  \/* ─── HERO ─── *\/\n  .hero {\n    background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%);\n    color: var(--white); padding: 64px 24px 72px;\n    text-align: center; position: relative; overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; top: -80px; right: -80px;\n    width: 320px; height: 320px; border-radius: 50%;\n    background: rgba(189,16,225,0.18); pointer-events: none;\n  }\n  .hero::after {\n    content: ''; position: absolute; bottom: -60px; left: -60px;\n    width: 240px; height: 240px; border-radius: 50%;\n    background: rgba(189,16,225,0.12); pointer-events: none;\n  }\n  .hero-inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }\n  .hero-badge {\n    display: inline-block;\n    background: rgba(189,16,225,0.25);\n    border: 1px solid rgba(189,16,225,0.5);\n    color: #e9b5f9; font-family: 'Open Sans', sans-serif;\n    font-size: 12px; font-weight: 700;\n    letter-spacing: 2px; text-transform: uppercase;\n    padding: 6px 18px; border-radius: 30px; margin-bottom: 22px;\n  }\n  .hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; color: var(--white); margin-bottom: 18px; }\n  .hero h1 span { color: #e07ef8; }\n  .hero-sub { font-size: 1.15rem; color: #d4b8f0; max-width: 640px; margin: 0 auto 32px; }\n  .hero-stats { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }\n  .stat-pill {\n    background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);\n    color: var(--white); font-size: 0.85rem; font-weight: 600;\n    padding: 7px 16px; border-radius: 30px;\n  }\n  .stat-pill.highlight { background: rgba(189,16,225,0.35); border-color: rgba(189,16,225,0.6); }\n  .btn-primary {\n    display: inline-block; background: var(--purple); color: var(--white);\n    font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700;\n    padding: 16px 40px; border-radius: 6px; letter-spacing: 0.5px;\n    text-transform: uppercase; transition: background 0.2s ease, transform 0.15s ease;\n  }\n  .btn-primary:hover { background: #a50cc8; transform: translateY(-2px); }\n\n  \/* ─── TRUST BAR ─── *\/\n  .trust-bar {\n    background: var(--purple); color: var(--white);\n    text-align: center; padding: 14px 24px;\n    font-size: 0.9rem; font-weight: 600;\n  }\n\n  \/* ─── SECTIONS ─── *\/\n  .section { max-width: 880px; margin: 0 auto; padding: 60px 24px; }\n  .section-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--purple); margin-bottom: 10px; }\n  .section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--indigo); margin-bottom: 20px; }\n  .section p { font-size: 1rem; color: var(--text-body); margin-bottom: 16px; max-width: 700px; }\n  .divider { border: none; border-top: 2px solid var(--border-light); max-width: 880px; margin: 0 auto; }\n\n  \/* ─── WHY BAND ─── *\/\n  .why-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n  .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 30px; }\n  .why-card {\n    background: var(--white); border: 1px solid var(--border-light);\n    border-left: 4px solid var(--purple); border-radius: 8px; padding: 20px 22px;\n  }\n  .why-card .w-icon { font-size: 1.5rem; margin-bottom: 8px; }\n  .why-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.93rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n  .why-card p { font-size: 0.88rem; color: var(--text-body); margin: 0; }\n\n  \/* ─── STRUCTURE BAND ─── *\/\n  .structure-band { background: var(--indigo); color: var(--white); }\n  .structure-band .section-label { color: #e07ef8; }\n  .structure-band h2 { color: var(--white); }\n  .structure-band p { color: #d4b8f0; }\n  .structure-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 28px; }\n  .structure-card {\n    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 10px; padding: 24px 22px;\n  }\n  .sc-num { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 900; color: #e07ef8; line-height: 1; margin-bottom: 8px; }\n  .structure-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.97rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }\n  .structure-card p { font-size: 0.87rem; color: #c0a0e0; margin: 0; }\n\n  \/* ─── SKILLS GRID ─── *\/\n  .skills-table-wrap { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; margin-top: 28px; }\n  .skills-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }\n  .skills-table thead tr { background: var(--indigo); }\n  .skills-table thead td { color: var(--white); font-weight: 700; padding: 12px 16px; }\n  .skills-table tbody tr { border-bottom: 1px solid var(--border-light); }\n  .skills-table tbody tr:last-child { border-bottom: none; }\n  .skills-table tbody tr:nth-child(even) td:first-child { background: #f0e5fc; }\n  .skills-table tbody tr:nth-child(odd) td:first-child { background: var(--light-purple); }\n  .skills-table td { padding: 11px 16px; vertical-align: top; }\n  .skills-table td:first-child { font-weight: 700; color: var(--indigo); width: 35%; }\n  .skills-table td:nth-child(2) { color: var(--text-mid); width: 28%; background: var(--white); font-size: 0.85rem; }\n  .skills-table td:nth-child(3) { color: var(--text-body); background: var(--white); font-size: 0.87rem; }\n\n  \/* ─── PLACEMENT CALLOUT ─── *\/\n  .placement-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n  .placement-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 28px; }\n  .placement-card {\n    background: var(--white); border: 1px solid var(--border-light);\n    border-radius: 10px; padding: 20px 18px; text-align: center;\n  }\n  .placement-score { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 900; color: var(--purple); margin-bottom: 6px; }\n  .placement-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n  .placement-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n  \/* ─── PARENT CALLOUT ─── *\/\n  .parent-callout {\n    margin-top: 28px;\n    background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 100%);\n    border-radius: 10px; padding: 26px 30px;\n    display: flex; gap: 20px; align-items: flex-start; flex-wrap: wrap;\n  }\n  .parent-callout .pc-icon { font-size: 2rem; flex-shrink: 0; }\n  .parent-callout h3 { font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }\n  .parent-callout p { font-size: 0.9rem; color: #d4b8f0; margin: 0; }\n  .parent-callout strong { color: var(--white); }\n\n  \/* ─── WHO ─── *\/\n  .who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 28px; }\n  .who-card { text-align: center; background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; padding: 24px 18px; }\n  .who-icon { font-size: 2rem; margin-bottom: 10px; }\n  .who-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n  .who-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n  \/* ─── WAYS ─── *\/\n  .ways-list {\n    list-style: none; display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 16px; margin-top: 28px;\n  }\n  .ways-list li {\n    display: flex; align-items: flex-start; gap: 12px;\n    background: var(--white); border: 1px solid var(--border-light);\n    border-radius: 8px; padding: 16px 18px;\n    font-size: 0.93rem; color: var(--text-body); font-weight: 600;\n  }\n  .ways-list li span.icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ─── SPECS ─── *\/\n  .specs-wrap { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; margin-top: 28px; }\n  .specs-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }\n  .specs-table tr { border-bottom: 1px solid var(--border-light); }\n  .specs-table tr:last-child { border-bottom: none; }\n  .specs-table td { padding: 13px 16px; vertical-align: top; }\n  .specs-table td:first-child { font-weight: 700; color: var(--indigo); width: 38%; background: var(--light-purple); }\n  .specs-table td:last-child { color: var(--text-body); background: var(--white); }\n\n  \/* ─── FAQ ─── *\/\n  .faq-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }\n  .faq-item { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; }\n  .faq-q {\n    background: var(--white); padding: 18px 22px;\n    font-weight: 700; color: var(--indigo); font-size: 0.97rem;\n    display: flex; align-items: flex-start; gap: 12px;\n  }\n  .faq-q::before {\n    content: 'Q'; background: var(--purple); color: var(--white);\n    font-size: 0.75rem; font-weight: 700; width: 22px; height: 22px; min-width: 22px;\n    border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px;\n  }\n  .faq-a { background: var(--light-purple); padding: 16px 22px 18px 56px; font-size: 0.93rem; color: var(--text-body); border-top: 1px solid var(--border-light); }\n\n  \/* ─── CTA ─── *\/\n  .cta-band {\n    background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%);\n    color: var(--white); text-align: center; padding: 64px 24px;\n    position: relative; overflow: hidden;\n  }\n  .cta-band::before { content: ''; position: absolute; top: -100px; right: -100px; width: 350px; height: 350px; border-radius: 50%; background: rgba(189,16,225,0.15); pointer-events: none; }\n  .cta-inner { max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }\n  .cta-band h2 { color: var(--white); font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 16px; }\n  .cta-band p { color: #d4b8f0; font-size: 1.05rem; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }\n  .cta-reassure { margin-top: 20px; font-size: 0.82rem; color: #b89fd4; }\n\n  \/* ─── FOOTER ─── *\/\n  .footer { background: var(--text-dark); color: #9980c0; text-align: center; padding: 28px 24px; font-size: 0.82rem; }\n  .footer a { color: #c99ee0; }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ══════════════════════════════════════════\n     HERO\n══════════════════════════════════════════ --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003e6th Grade ELA · Writing Diagnostic · Placement \u0026amp; Assessment\u003c\/div\u003e\n    \u003ch1\u003eKnow Exactly Where Your\u003cbr\u003e\u003cspan\u003e6th Grader's Writing Stands\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eOne diagnostic. Thirty questions. Ten specific writing skills — each one measured separately so you know not just the score, but exactly what to work on next.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e30 Questions\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e10 Skills Assessed\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eSkill-by-Skill Placement Chart\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eExpanded Answer Key\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eNo Prep · Print Ready\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#buy\" class=\"btn-primary\"\u003eGet This Resource\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"trust-bar\"\u003e\n  Mirrors real state writing assessments (STAAR, TNReady, PARCC)  ·  Grades 6th (also: advanced 5th or struggling 7th)  ·  Common Core aligned\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHY THIS IS DIFFERENT\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhy This Diagnostic\u003c\/p\u003e\n    \u003ch2\u003eA Score Tells You How. This Tells You Why — and What to Do Next.\u003c\/h2\u003e\n    \u003cp\u003eMost writing assessments give you a single number and leave you guessing. This diagnostic is built differently. The placement chart breaks results down by skill — so you can see that a student scored 100% on Transitions but 0% on Introductions and Conclusions, and know exactly where to focus next.\u003c\/p\u003e\n    \u003cp\u003eThe expanded answer key explains not just which answer is correct, but why each wrong answer is wrong. That makes this usable by teachers, parents, tutors, and anyone supporting a 6th grader's writing development — with or without an ELA background.\u003c\/p\u003e\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📊\u003c\/div\u003e\n        \u003ch3\u003eSkill-level data, not just a score\u003c\/h3\u003e\n        \u003cp\u003eTen skill areas, each mapped to specific questions. Identify strengths and gaps at the skill level, not just overall placement.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📖\u003c\/div\u003e\n        \u003ch3\u003eReal revise and edit format\u003c\/h3\u003e\n        \u003cp\u003eSection 1 mirrors actual state test format — students read a passage and answer revision and editing questions about it, just like on STAAR, TNReady, and similar assessments.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e💡\u003c\/div\u003e\n        \u003ch3\u003eAnswer key anyone can use\u003c\/h3\u003e\n        \u003cp\u003eEvery answer includes an explanation of why it's correct and why each alternative is wrong — useful for discussion, tutoring, and parent-led review.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e🏠\u003c\/div\u003e\n        \u003ch3\u003eWritten for parents too\u003c\/h3\u003e\n        \u003cp\u003eThe placement chart includes explicit \"Instructions for Parents\" — a built-in guide for how to interpret results and what each score level means in practice.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     HOW IT'S STRUCTURED\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"structure-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhat's Inside\u003c\/p\u003e\n    \u003ch2\u003eTwo Sections, One Complete Picture\u003c\/h2\u003e\n    \u003cp\u003eThe diagnostic is divided into two sections that work together to assess writing skills both in context and in isolation.\u003c\/p\u003e\n    \u003cdiv class=\"structure-grid\"\u003e\n      \u003cdiv class=\"structure-card\"\u003e\n        \u003cdiv class=\"sc-num\"\u003e10\u003c\/div\u003e\n        \u003ch3\u003eSection 1 — Revise \u0026amp; Edit Passage\u003c\/h3\u003e\n        \u003cp\u003eStudents read \"The Invention of Basketball\" (~275 words) and answer 10 multiple-choice questions requiring them to revise sentences, improve word choice, fix organization, and choose the strongest introduction and conclusion. This mirrors exactly how writing revision is tested on state assessments.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"structure-card\"\u003e\n        \u003cdiv class=\"sc-num\"\u003e20\u003c\/div\u003e\n        \u003ch3\u003eSection 2 — Isolated Skills\u003c\/h3\u003e\n        \u003cp\u003eTwenty questions that test each of the 10 writing skills in a clean, standalone format — separate from the passage. This section reveals whether skill gaps are passage-specific or reflect broader writing knowledge students need to develop.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     10 SKILLS TABLE\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003e10 Skills Assessed\u003c\/p\u003e\n  \u003ch2\u003eEvery Skill That Shows Up on a 6th Grade Writing Test\u003c\/h2\u003e\n  \u003cp\u003eThe diagnostic covers the ten writing skills most commonly tested at 6th grade — the ones that appear on state assessments year after year, and the ones that directly affect writing quality.\u003c\/p\u003e\n  \u003cdiv class=\"skills-table-wrap\"\u003e\n    \u003ctable class=\"skills-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSkill Area\u003c\/td\u003e\n          \u003ctd\u003eQuestions\u003c\/td\u003e\n          \u003ctd\u003eWhat It Tests\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eClarity\u003c\/td\u003e\n          \u003ctd\u003eQ1, Q15, Q27\u003c\/td\u003e\n          \u003ctd\u003eChoosing the clearest, most direct revision of a sentence\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eWord Choice\u003c\/td\u003e\n          \u003ctd\u003eQ2, Q12, Q23\u003c\/td\u003e\n          \u003ctd\u003eSelecting the most precise and academically appropriate word\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eRedundancy\u003c\/td\u003e\n          \u003ctd\u003eQ4, Q16, Q26\u003c\/td\u003e\n          \u003ctd\u003eIdentifying and removing unnecessary repetition\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTransitions\u003c\/td\u003e\n          \u003ctd\u003eQ3, Q14, Q20\u003c\/td\u003e\n          \u003ctd\u003eChoosing the right transition word for the relationship between ideas\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eOrganization\u003c\/td\u003e\n          \u003ctd\u003eQ5, Q17, Q28\u003c\/td\u003e\n          \u003ctd\u003ePlacing sentences in logical order; understanding sequence\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eConsistency (Tense)\u003c\/td\u003e\n          \u003ctd\u003eQ6, Q11, Q24\u003c\/td\u003e\n          \u003ctd\u003eMaintaining consistent verb tense within a sentence or passage\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSentence Variety\u003c\/td\u003e\n          \u003ctd\u003eQ8, Q13, Q19, Q29\u003c\/td\u003e\n          \u003ctd\u003eCombining sentences smoothly and avoiding repetitive structure\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eStyle\/Formality\u003c\/td\u003e\n          \u003ctd\u003eQ7, Q18, Q25\u003c\/td\u003e\n          \u003ctd\u003eChoosing formal over casual language in academic writing\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eIntroductions\u003c\/td\u003e\n          \u003ctd\u003eQ9, Q21\u003c\/td\u003e\n          \u003ctd\u003eRecognizing and writing strong opening sentences for paragraphs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eConclusions\u003c\/td\u003e\n          \u003ctd\u003eQ10, Q22, Q30\u003c\/td\u003e\n          \u003ctd\u003eRecognizing and writing strong closing sentences that reflect and synthesize\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     PLACEMENT CHART\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"placement-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eThe Placement Tool\u003c\/p\u003e\n    \u003ch2\u003eThree Score Levels. Ten Skill Areas. One Clear Picture.\u003c\/h2\u003e\n    \u003cp\u003eThe included placement chart gives you two kinds of data: an overall placement level based on the total score, and a skill-by-skill checklist that shows exactly where a student is strong, on-level, or needs support.\u003c\/p\u003e\n    \u003cdiv class=\"placement-grid\"\u003e\n      \u003cdiv class=\"placement-card\"\u003e\n        \u003cdiv class=\"placement-score\"\u003e0–59%\u003c\/div\u003e\n        \u003ch3\u003eNeeds Support\u003c\/h3\u003e\n        \u003cp\u003eStudent is below grade-level expectations. Direct reteaching is recommended for skill areas where they scored 0.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"placement-card\"\u003e\n        \u003cdiv class=\"placement-score\"\u003e60–79%\u003c\/div\u003e\n        \u003ch3\u003eOn Grade Level\u003c\/h3\u003e\n        \u003cp\u003eStudent meets 6th grade expectations. Watch for consistency and use skill chart to identify any areas still developing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"placement-card\"\u003e\n        \u003cdiv class=\"placement-score\"\u003e80–100%\u003c\/div\u003e\n        \u003ch3\u003eAbove Grade Level\u003c\/h3\u003e\n        \u003cp\u003eStudent shows advanced readiness. Note strength areas and consider enrichment or 7th grade readiness preparation.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"parent-callout\"\u003e\n      \u003cdiv class=\"pc-icon\"\u003e🏠\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eBuilt-In Instructions for Parents\u003c\/h3\u003e\n        \u003cp\u003eThe placement chart includes a dedicated \u003cstrong\u003e\"Instructions for Parents\"\u003c\/strong\u003e section — not teacher-only language. It explains how to read results (0 = direct reteach needed; 1 = watch for consistency; 2 = strength area) and includes the reminder: \u003cstrong\u003e\"This tool is meant to guide practice, not cause stress.\"\u003c\/strong\u003e Whether you're a homeschool parent or a parent reviewing results with your child, this chart was written for you.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHO IT'S FOR\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eWho This Works For\u003c\/p\u003e\n  \u003ch2\u003eDesigned for Teachers, Parents, and Everyone Supporting a 6th Grade Writer\u003c\/h2\u003e\n  \u003cdiv class=\"who-grid\"\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e🏫\u003c\/div\u003e\n      \u003ch3\u003e6th Grade ELA Teachers\u003c\/h3\u003e\n      \u003cp\u003eBegin the year with data. Use results to inform small group instruction, differentiation, and curriculum pacing.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eHomeschool Parents\u003c\/h3\u003e\n      \u003cp\u003eA complete writing assessment with parent-friendly instructions — no ELA background required to interpret results and guide next steps.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e📚\u003c\/div\u003e\n      \u003ch3\u003eTutors \u0026amp; Interventionists\u003c\/h3\u003e\n      \u003cp\u003eUse the skill-by-skill breakdown to prioritize what a student needs most — rather than reteaching everything from scratch.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e📋\u003c\/div\u003e\n      \u003ch3\u003eSubstitute Teachers\u003c\/h3\u003e\n      \u003cp\u003eSelf-contained and no-prep — students can work through it independently. The answer key handles everything else.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHEN TO USE\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhen to Use It\u003c\/p\u003e\n    \u003ch2\u003eMore Than a Beginning-of-Year Test\u003c\/h2\u003e\n    \u003cul class=\"ways-list\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📅\u003c\/span\u003eBeginning-of-year diagnostic placement\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📊\u003c\/span\u003eMid-year benchmark to measure growth\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🎯\u003c\/span\u003eEnd-of-year test prep before state assessments\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🏠\u003c\/span\u003eHomeschool writing assessment and progress check\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e👩‍🏫\u003c\/span\u003eTutoring intake assessment to identify focus areas\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📋\u003c\/span\u003eSub day — completely self-contained, no explanation needed\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     SPECS\n══════════════════════════════════════════ --\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eProduct Details\u003c\/p\u003e\n  \u003ch2\u003eWhat You're Getting\u003c\/h2\u003e\n  \u003cdiv class=\"specs-wrap\"\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGrade Level\u003c\/td\u003e\n        \u003ctd\u003e6th Grade (also: advanced 5th or struggling 7th)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSubject\u003c\/td\u003e\n        \u003ctd\u003eELA — Writing, Revise \u0026amp; Edit, Language Arts\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eTotal Questions\u003c\/td\u003e\n        \u003ctd\u003e30 multiple-choice questions\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSection 1\u003c\/td\u003e\n        \u003ctd\u003e10 questions based on a ~275-word revise \u0026amp; edit passage (\"The Invention of Basketball\")\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSection 2\u003c\/td\u003e\n        \u003ctd\u003e20 isolated skill-based questions covering all 10 skill areas\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSkills Assessed\u003c\/td\u003e\n        \u003ctd\u003eClarity · Word Choice · Redundancy · Transitions · Organization · Consistency (Tense) · Sentence Variety · Style\/Formality · Introductions · Conclusions\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eAnswer Key\u003c\/td\u003e\n        \u003ctd\u003eExpanded — includes correct answer and explanation for every item, including why wrong answers are wrong\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePlacement Tool\u003c\/td\u003e\n        \u003ctd\u003eOverall score guide (three levels) + skill-by-skill checklist with instructions for parents\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStudent Pages\u003c\/td\u003e\n        \u003ctd\u003e6 student pages + full teacher materials (answer key + placement chart)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStandards\u003c\/td\u003e\n        \u003ctd\u003eCommon Core ELA writing and language standards; mirrors STAAR, TNReady, PARCC, and similar state assessment formats\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFormat\u003c\/td\u003e\n        \u003ctd\u003ePDF — no prep, print ready\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eLicense\u003c\/td\u003e\n        \u003ctd\u003eSingle classroom or personal homeschool use. Additional licenses required for teams, schools, or districts.\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     FAQ\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\" style=\"padding-top: 0;\"\u003e\n  \u003cp class=\"section-label\"\u003eCommon Questions\u003c\/p\u003e\n  \u003ch2\u003eBefore You Buy\u003c\/h2\u003e\n  \u003cdiv class=\"faq-list\"\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat exactly is a \"revise and edit\" passage, and why does it matter?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eA revise and edit passage is a short piece of writing that students read and then answer multiple-choice questions about — not comprehension questions, but questions that ask them to improve the writing itself. Questions cover things like: which revision makes this sentence clearer, which word is more precise, which introduction is strongest. This is the exact format used on STAAR (Texas), TNReady (Tennessee), PARCC, and most state ELA writing assessments, so this diagnostic gives students practice in the real test format.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eI'm a homeschool parent with no ELA background. Can I use this?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — it was specifically designed with parents in mind. The expanded answer key explains every answer in plain language. The placement chart includes a \"Instructions for Parents\" section that walks you through how to interpret results (0 = direct reteach needed; 1 = on grade level, watch for consistency; 2 = strength area) and includes a reminder that this tool is meant to guide practice, not cause stress. You don't need to know ELA standards to use this effectively.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat does \"expanded answer key\" mean?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eEvery answer in the key includes: the correct letter, an explanation of why it's correct, and notes on why each wrong answer is incorrect. For example, for a word choice question, the key explains that \"significant\" is correct because it's precise and formal — and that \"major\" is too casual, \"tremendous\" is too emotional, and \"notable\" is weaker. This makes the key useful for teaching, not just grading.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this appropriate for 5th grade or 7th grade?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eIt's written for 6th grade. Advanced 5th graders reading and writing at a higher level will find it an appropriate challenge. 7th graders who are struggling with writing conventions or need to build foundational skills will find it useful for review and identification of gaps before moving to 7th grade content.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eHow long does it take students to complete?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eMost 6th graders will complete this in a single class period (45–50 minutes). Students who read and work more slowly may need slightly longer. The two sections can also be given separately — Section 1 (the passage) in one sitting and Section 2 (isolated skills) in another — if you prefer a split format.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     CTA\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"cta-band\" id=\"buy\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003ch2\u003eStop Guessing.\u003cbr\u003eStart Knowing.\u003c\/h2\u003e\n    \u003cp\u003eThirty questions. Ten skills. One placement chart that tells you exactly what your 6th grader needs to work on — and what they've already mastered.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-primary\"\u003eAdd to Cart\u003c\/a\u003e\n    \u003cp class=\"cta-reassure\"\u003ePDF delivered instantly · Single-classroom license · Expanded answer key + placement chart included\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     FOOTER\n══════════════════════════════════════════ --\u003e\n\u003cfooter class=\"footer\"\u003e\n  \u003cp\u003e© 2025 Light Up Literature™ Curriculum, LLC. All rights reserved.  |  \u003ca href=\"https:\/\/lightupliterature.com\"\u003elightupliterature.com\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp style=\"margin-top: 6px;\"\u003eQuestions? \u003ca href=\"mailto:Debra@lightupliteraturecurriculum.com\"\u003eDebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49286944981215,"sku":null,"price":7.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/6thGradeWriting_ReviseEditDiagnostic.png?v=1779375243"},{"product_id":"7th-grade-reading-diagnostic-test-fiction-nonfiction-light-up-literature","title":"7th Grade Reading Diagnostic Test | Fiction \u0026 Nonfiction | Light Up Literature","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003e7th Grade Reading Diagnostic Test | Fiction \u0026amp; Nonfiction | 30 Questions\u003c\/title\u003e\n  \u003cmeta name=\"description\" content=\"30-question 7th grade reading diagnostic with fiction \u0026amp; nonfiction passages, expanded answer key, skill placement chart, and standards alignment. No prep.\"\u003e\n  \u003cmeta name=\"keywords\" content=\"7th grade reading diagnostic test, 7th grade reading assessment, RL.7.1 RI.7.1 standards aligned, 7th grade fiction nonfiction passages, middle school reading placement test, homeschool 7th grade reading test, STAAR reading diagnostic, ELA diagnostic 7th grade, reading comprehension test grade 7, reading skills assessment middle school\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;900\u0026amp;family=Open+Sans:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    :root {\n      --purple: #BD10E1;\n      --indigo: #25046B;\n      --indigo-mid: #3a0a8f;\n      --white: #ffffff;\n      --off-white: #faf8ff;\n      --light-purple: #f5e8fc;\n      --text-dark: #1a0040;\n      --text-mid: #3d2070;\n      --text-body: #2d1060;\n      --border-light: #e0cff5;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      font-family: 'Open Sans', sans-serif;\n      background-color: var(--off-white);\n      color: var(--text-body);\n      line-height: 1.7;\n      font-size: 16px;\n    }\n\n    h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }\n    a { color: var(--purple); text-decoration: none; }\n\n    \/* ─── HERO ─── *\/\n    .hero {\n      background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%);\n      color: var(--white); padding: 64px 24px 72px;\n      text-align: center; position: relative; overflow: hidden;\n    }\n    .hero::before {\n      content: ''; position: absolute; top: -80px; right: -80px;\n      width: 320px; height: 320px; border-radius: 50%;\n      background: rgba(189,16,225,0.18); pointer-events: none;\n    }\n    .hero::after {\n      content: ''; position: absolute; bottom: -60px; left: -60px;\n      width: 240px; height: 240px; border-radius: 50%;\n      background: rgba(189,16,225,0.12); pointer-events: none;\n    }\n    .hero-inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }\n    .hero-badge {\n      display: inline-block;\n      background: rgba(189,16,225,0.25);\n      border: 1px solid rgba(189,16,225,0.5);\n      color: #e9b5f9; font-family: 'Open Sans', sans-serif;\n      font-size: 12px; font-weight: 700;\n      letter-spacing: 2px; text-transform: uppercase;\n      padding: 6px 18px; border-radius: 30px; margin-bottom: 22px;\n    }\n    .hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; color: var(--white); margin-bottom: 18px; }\n    .hero h1 span { color: #e07ef8; }\n    .hero-sub { font-size: 1.15rem; color: #d4b8f0; max-width: 660px; margin: 0 auto 32px; }\n    .hero-stats { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }\n    .stat-pill {\n      background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);\n      color: var(--white); font-size: 0.85rem; font-weight: 600;\n      padding: 7px 16px; border-radius: 30px;\n    }\n    .stat-pill.highlight { background: rgba(189,16,225,0.35); border-color: rgba(189,16,225,0.6); }\n    .btn-primary {\n      display: inline-block; background: var(--purple); color: var(--white);\n      font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700;\n      padding: 16px 40px; border-radius: 6px; letter-spacing: 0.5px;\n      text-transform: uppercase;\n    }\n    .btn-primary:hover { background: #a50cc8; }\n\n    \/* ─── TRUST BAR ─── *\/\n    .trust-bar {\n      background: var(--purple); color: var(--white);\n      text-align: center; padding: 14px 24px;\n      font-size: 0.9rem; font-weight: 600;\n    }\n\n    \/* ─── SECTIONS ─── *\/\n    .section { max-width: 880px; margin: 0 auto; padding: 60px 24px; }\n    .section-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--purple); margin-bottom: 10px; }\n    .section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--indigo); margin-bottom: 20px; }\n    .section p { font-size: 1rem; color: var(--text-body); margin-bottom: 16px; max-width: 700px; }\n    .divider { border: none; border-top: 2px solid var(--border-light); max-width: 880px; margin: 0 auto; }\n\n    \/* ─── WHY BAND ─── *\/\n    .why-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n    .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 30px; }\n    .why-card {\n      background: var(--white); border: 1px solid var(--border-light);\n      border-left: 4px solid var(--purple); border-radius: 8px; padding: 20px 22px;\n    }\n    .why-card .w-icon { font-size: 1.5rem; margin-bottom: 8px; }\n    .why-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.93rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n    .why-card p { font-size: 0.88rem; color: var(--text-body); margin: 0; }\n\n    \/* ─── DARK BAND ─── *\/\n    .dark-band { background: var(--indigo); color: var(--white); }\n    .dark-band .section-label { color: #e07ef8; }\n    .dark-band h2 { color: var(--white); }\n    .dark-band p { color: #d4b8f0; }\n\n    \/* ─── PASSAGE CARDS ─── *\/\n    .passage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; margin-top: 28px; }\n    .passage-card {\n      background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);\n      border-radius: 12px; padding: 28px 26px;\n    }\n    .passage-tag {\n      display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: 2px;\n      text-transform: uppercase; padding: 4px 12px; border-radius: 20px; margin-bottom: 14px;\n    }\n    .passage-tag.fiction { background: rgba(189,16,225,0.3); color: #e9b5f9; border: 1px solid rgba(189,16,225,0.5); }\n    .passage-tag.nonfiction { background: rgba(255,255,255,0.12); color: #d4b8f0; border: 1px solid rgba(255,255,255,0.25); }\n    .passage-card h3 { font-family: 'Open Sans', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }\n    .passage-card p { font-size: 0.88rem; color: #c0a0e0; margin: 0; line-height: 1.6; }\n    .passage-meta { margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.82rem; color: #9070c0; }\n\n    \/* ─── SKILLS GRID ─── *\/\n    .skills-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; margin-top: 28px; }\n    .skill-card {\n      background: var(--white); border: 1px solid var(--border-light);\n      border-radius: 10px; padding: 18px 20px;\n      border-top: 3px solid var(--purple);\n    }\n    .skill-card .s-icon { font-size: 1.3rem; margin-bottom: 6px; }\n    .skill-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--indigo); margin-bottom: 4px; }\n    .skill-card p { font-size: 0.8rem; color: var(--text-mid); margin: 0; }\n    .skill-card .s-standard { font-size: 0.75rem; color: var(--purple); font-weight: 700; margin-top: 8px; }\n\n    \/* ─── PLACEMENT BAND ─── *\/\n    .placement-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 28px; }\n    .placement-card {\n      border-radius: 10px; padding: 24px 22px; text-align: center;\n    }\n    .placement-card.needs { background: rgba(220,53,69,0.12); border: 2px solid rgba(220,53,69,0.3); }\n    .placement-card.grade { background: rgba(255,193,7,0.12); border: 2px solid rgba(255,193,7,0.3); }\n    .placement-card.advanced { background: rgba(25,135,84,0.12); border: 2px solid rgba(25,135,84,0.3); }\n    .placement-dot { font-size: 1.8rem; margin-bottom: 10px; }\n    .placement-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; }\n    .placement-card.needs h3 { color: #c82333; }\n    .placement-card.grade h3 { color: #856404; }\n    .placement-card.advanced h3 { color: #146c43; }\n    .placement-range { font-size: 1.5rem; font-family: 'Playfair Display', serif; font-weight: 700; margin-bottom: 8px; }\n    .placement-card.needs .placement-range { color: #c82333; }\n    .placement-card.grade .placement-range { color: #856404; }\n    .placement-card.advanced .placement-range { color: #146c43; }\n    .placement-card p { font-size: 0.82rem; color: var(--text-mid); margin: 0; }\n\n    \/* ─── ANSWER KEY ─── *\/\n    .key-callout {\n      background: var(--white); border: 1px solid var(--border-light);\n      border-radius: 10px; padding: 28px 30px; margin-top: 28px;\n      border-left: 5px solid var(--purple);\n    }\n    .key-callout h3 { font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700; color: var(--indigo); margin-bottom: 10px; }\n    .key-callout p { font-size: 0.9rem; color: var(--text-body); margin-bottom: 10px; }\n    .key-callout p:last-child { margin: 0; }\n\n    \/* ─── ADHD BAND ─── *\/\n    .adhd-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n    .adhd-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-top: 28px; }\n    .adhd-card {\n      background: var(--white); border: 1px solid var(--border-light);\n      border-radius: 8px; padding: 18px 20px;\n      display: flex; gap: 14px; align-items: flex-start;\n    }\n    .adhd-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }\n    .adhd-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--indigo); margin-bottom: 4px; }\n    .adhd-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n    \/* ─── WHO ─── *\/\n    .who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 28px; }\n    .who-card { text-align: center; background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; padding: 24px 18px; }\n    .who-icon { font-size: 2rem; margin-bottom: 10px; }\n    .who-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n    .who-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n    \/* ─── WAYS ─── *\/\n    .ways-list {\n      list-style: none; display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 16px; margin-top: 28px;\n    }\n    .ways-list li {\n      display: flex; align-items: flex-start; gap: 12px;\n      background: var(--white); border: 1px solid var(--border-light);\n      border-radius: 8px; padding: 16px 18px;\n      font-size: 0.93rem; color: var(--text-body); font-weight: 600;\n    }\n    .ways-list li span.icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }\n\n    \/* ─── SPECS ─── *\/\n    .specs-wrap { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; margin-top: 28px; }\n    .specs-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }\n    .specs-table tr { border-bottom: 1px solid var(--border-light); }\n    .specs-table tr:last-child { border-bottom: none; }\n    .specs-table td { padding: 13px 16px; vertical-align: top; }\n    .specs-table td:first-child { font-weight: 700; color: var(--indigo); width: 38%; background: var(--light-purple); }\n    .specs-table td:last-child { color: var(--text-body); background: var(--white); }\n\n    \/* ─── STANDARDS ─── *\/\n    .standards-band { background: var(--indigo); color: var(--white); }\n    .standards-band .section-label { color: #e07ef8; }\n    .standards-band h2 { color: var(--white); }\n    .standards-band p { color: #d4b8f0; }\n    .standards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin-top: 28px; }\n    .standard-block {\n      background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);\n      border-radius: 10px; padding: 20px 22px;\n    }\n    .standard-block h3 { font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700; color: #e07ef8; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }\n    .standard-block p { font-size: 0.85rem; color: #c0a0e0; margin: 0; line-height: 1.6; }\n\n    \/* ─── FAQ ─── *\/\n    .faq-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }\n    .faq-item { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; }\n    .faq-q {\n      background: var(--white); padding: 18px 22px;\n      font-weight: 700; color: var(--indigo); font-size: 0.97rem;\n      display: flex; align-items: flex-start; gap: 12px;\n    }\n    .faq-q::before {\n      content: 'Q'; background: var(--purple); color: var(--white);\n      font-size: 0.75rem; font-weight: 700; width: 22px; height: 22px; min-width: 22px;\n      border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px;\n    }\n    .faq-a { background: var(--light-purple); padding: 16px 22px 18px 56px; font-size: 0.93rem; color: var(--text-body); border-top: 1px solid var(--border-light); }\n\n    \/* ─── CTA ─── *\/\n    .cta-band {\n      background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%);\n      color: var(--white); text-align: center; padding: 64px 24px;\n      position: relative; overflow: hidden;\n    }\n    .cta-band::before { content: ''; position: absolute; top: -100px; right: -100px; width: 350px; height: 350px; border-radius: 50%; background: rgba(189,16,225,0.15); pointer-events: none; }\n    .cta-inner { max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }\n    .cta-band h2 { color: var(--white); font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 16px; }\n    .cta-band p { color: #d4b8f0; font-size: 1.05rem; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }\n    .cta-reassure { margin-top: 20px; font-size: 0.82rem; color: #b89fd4; }\n\n    \/* ─── FOOTER ─── *\/\n    .footer { background: var(--text-dark); color: #9980c0; text-align: center; padding: 28px 24px; font-size: 0.82rem; }\n    .footer a { color: #c99ee0; }\n\n    \/* ─── IMPL GRID ─── *\/\n    .impl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 28px; }\n    .impl-card {\n      background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);\n      border-radius: 10px; padding: 22px;\n    }\n    .impl-icon { font-size: 1.5rem; margin-bottom: 8px; }\n    .impl-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }\n    .impl-card p { font-size: 0.85rem; color: #c0a0e0; margin: 0; }\n  \u003c\/style\u003e\n\n\n\n\u003c!-- ══════════════════════════════════════════\n     HERO\n══════════════════════════════════════════ --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003e7th Grade ELA · Reading Diagnostic · Fiction \u0026amp; Nonfiction · Standards Aligned\u003c\/div\u003e\n    \u003ch1\u003e\n      Know Exactly Where Your\u003cbr\u003e\u003cspan\u003e7th Grader Stands in Reading.\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003e30 high-rigor multiple-choice questions across two original passages — one fiction, one nonfiction — with a skills placement chart, expanded answer key, and everything you need to group students and plan instruction. No prep required.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e30 Multiple-Choice Questions\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003eFiction + Nonfiction Passages\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e10 Skill Clusters Assessed\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eRL.7.1–7.6 \u0026amp; RI.7.1–7.6\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003e3-Level Placement Chart\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eExpanded Answer Key\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eNo Prep · Print \u0026amp; Go\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#buy\" class=\"btn-primary\"\u003eGet This Diagnostic\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"trust-bar\"\u003e\n  Standards-Aligned · STAAR \u0026amp; Common Core Compatible · Printable PDF · Immediate Results · No Grading Setup Required\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     THE PROBLEM THIS SOLVES\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhy This Resource\u003c\/p\u003e\n    \u003ch2\u003eA Diagnostic That Gives You Real Data — Not Just a Score.\u003c\/h2\u003e\n    \u003cp\u003eMost reading tests tell you a student got 20 out of 30 correct. This one tells you \u003cem\u003ewhich skills\u003c\/em\u003e that student has mastered, which ones are developing, and which ones need targeted instruction — broken down by skill cluster with a color-coded chart you can actually use.\u003c\/p\u003e\n    \u003cp\u003eThe two original passages were written specifically for 7th grade reading level and feature high-interest topics — an inventor and his dog, and student creators who turned empathy into real solutions. Students stay engaged. You get reliable data.\u003c\/p\u003e\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📊\u003c\/div\u003e\n        \u003ch3\u003eSkill-specific placement, not just overall scores\u003c\/h3\u003e\n        \u003cp\u003eTen skill clusters are mapped separately — Main Idea, Inference, Text Evidence, Author's Purpose, Text Structure, Vocabulary, Tone\/Figurative Language, Summarizing, Comparing Texts, and Cause \u0026amp; Effect. A single score won't show you that a student aces inference but struggles with text structure. This chart does.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📖\u003c\/div\u003e\n        \u003ch3\u003eBoth genres, in one assessment\u003c\/h3\u003e\n        \u003cp\u003eQuestions 1–15 assess fiction comprehension using \"The Barklight Invention.\" Questions 16–30 assess nonfiction comprehension using \"Inventing Change.\" Students practice the cross-genre reading skills required by 7th grade standards — in a single sitting.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e🔍\u003c\/div\u003e\n        \u003ch3\u003eEvery wrong answer choice is explained\u003c\/h3\u003e\n        \u003cp\u003eThe expanded answer key doesn't just list correct answers — it explains why the correct answer is right and exactly why each of the three incorrect options fails. Teachers use this for reteaching. Homeschool parents use it to understand where their student's thinking went wrong.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e🎯\u003c\/div\u003e\n        \u003ch3\u003eDesigned for real instructional use\u003c\/h3\u003e\n        \u003cp\u003eThe teacher guide includes specific intervention grouping examples by skill — not just generic advice. If students show patterns of weakness in tone and figurative language, there's a suggested next step. The diagnostic is designed to actually inform what you teach next.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     THE TWO PASSAGES — DARK BAND\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eThe Passages\u003c\/p\u003e\n    \u003ch2\u003eTwo Original Passages. One Assessment. Both Genres Covered.\u003c\/h2\u003e\n    \u003cp\u003eEach passage was written at 7th grade reading complexity and edited for diagnostic balance — high-interest content, varied sentence structure, and carefully crafted multiple-choice items with plausible (but clearly incorrect) distractor options.\u003c\/p\u003e\n    \u003cdiv class=\"passage-grid\"\u003e\n      \u003cdiv class=\"passage-card\"\u003e\n        \u003cdiv class=\"passage-tag fiction\"\u003eFiction · Questions 1–15\u003c\/div\u003e\n        \u003ch3\u003e\"The Barklight Invention\"\u003c\/h3\u003e\n        \u003cp\u003eJasper is a student inventor who sets out to solve a real problem — his dog Daisy's constant barking. After three failed experiments and a stretch of self-doubt, he shifts from tinkering to observing, and discovers that Daisy's barking isn't random — it's communication. The story follows his process from failure to connection, building to a school science fair where success looks different than he expected.\u003c\/p\u003e\n        \u003cdiv class=\"passage-meta\"\u003e~700 words · Third-person limited POV · Themes: persistence, empathy, invention, growth mindset\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"passage-card\"\u003e\n        \u003cdiv class=\"passage-tag nonfiction\"\u003eNonfiction · Questions 16–30\u003c\/div\u003e\n        \u003ch3\u003e\"Inventing Change: How Young Minds Turn Compassion into Creation\"\u003c\/h3\u003e\n        \u003cp\u003eAn informational article featuring three composite student inventors created for instructional purposes — each one motivated by a real problem they observed. Emma builds a motion-powered hearing aid charger for her grandmother. Miguel creates a tension-release fishing net to protect marine life. Tessa designs a voice-activated door system for her wheelchair-using brother. The article examines the shared pattern: problem, persistence, purpose.\u003c\/p\u003e\n        \u003cdiv class=\"passage-meta\"\u003e~800 words · Informational \/ problem-solution structure · Tone: encouraging, informative\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     TEN SKILL CLUSTERS\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eSkill Coverage\u003c\/p\u003e\n  \u003ch2\u003eTen Skill Clusters. Every Top-Tested Standard for 7th Grade ELA.\u003c\/h2\u003e\n  \u003cp\u003eEach skill cluster contains 2–6 questions. Multiple questions per skill means the data is reliable — not based on a single question that a student might get right by guessing. The placement chart breaks down each cluster individually so you can see exactly where students are strong and where gaps exist.\u003c\/p\u003e\n  \u003cdiv class=\"skills-grid\"\u003e\n    \u003cdiv class=\"skill-card\"\u003e\n      \u003cdiv class=\"s-icon\"\u003e💡\u003c\/div\u003e\n      \u003ch3\u003eMain Idea \u0026amp; Theme\u003c\/h3\u003e\n      \u003cp\u003eIdentify central message or lesson; explain how details develop it across both genres.\u003c\/p\u003e\n      \u003cdiv class=\"s-standard\"\u003eRL.7.2 \/ RI.7.2 · 6 questions\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"skill-card\"\u003e\n      \u003cdiv class=\"s-icon\"\u003e📌\u003c\/div\u003e\n      \u003ch3\u003eSupporting Evidence \u0026amp; Details\u003c\/h3\u003e\n      \u003cp\u003eCite precise text evidence to support inferences and main ideas.\u003c\/p\u003e\n      \u003cdiv class=\"s-standard\"\u003eRL.7.1 \/ RI.7.1 · 4 questions\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"skill-card\"\u003e\n      \u003cdiv class=\"s-icon\"\u003e🔎\u003c\/div\u003e\n      \u003ch3\u003eInference \u0026amp; Motives\u003c\/h3\u003e\n      \u003cp\u003eInfer unstated meaning, character motivation, and implied relationships between events.\u003c\/p\u003e\n      \u003cdiv class=\"s-standard\"\u003eRL.7.1 \/ RI.7.3 · 4 questions\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"skill-card\"\u003e\n      \u003cdiv class=\"s-icon\"\u003e✍️\u003c\/div\u003e\n      \u003ch3\u003eAuthor's Purpose \u0026amp; Point of View\u003c\/h3\u003e\n      \u003cp\u003eAnalyze author perspective, point of view choices, tone, and intent in both genres.\u003c\/p\u003e\n      \u003cdiv class=\"s-standard\"\u003eRL.7.6 \/ RI.7.6 · 4 questions\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"skill-card\"\u003e\n      \u003cdiv class=\"s-icon\"\u003e🏗️\u003c\/div\u003e\n      \u003ch3\u003eText Structure \u0026amp; Organization\u003c\/h3\u003e\n      \u003cp\u003eExplain how structure — experiment steps, problem-solution — contributes to meaning.\u003c\/p\u003e\n      \u003cdiv class=\"s-standard\"\u003eRL.7.5 \/ RI.7.5 · 2 questions\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"skill-card\"\u003e\n      \u003cdiv class=\"s-icon\"\u003e📚\u003c\/div\u003e\n      \u003ch3\u003eVocabulary in Context\u003c\/h3\u003e\n      \u003cp\u003eDetermine meaning of Tier 2–3 words using context clues and tone.\u003c\/p\u003e\n      \u003cdiv class=\"s-standard\"\u003eRL.7.4 \/ RI.7.4 · 2 questions\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"skill-card\"\u003e\n      \u003cdiv class=\"s-icon\"\u003e🎨\u003c\/div\u003e\n      \u003ch3\u003eTone, Figurative Language \u0026amp; Symbolism\u003c\/h3\u003e\n      \u003cp\u003eInterpret figurative expressions, tonal shifts, and symbolic meaning across genres.\u003c\/p\u003e\n      \u003cdiv class=\"s-standard\"\u003eRL.7.4 \/ RI.7.6 · 4 questions\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"skill-card\"\u003e\n      \u003cdiv class=\"s-icon\"\u003e📝\u003c\/div\u003e\n      \u003ch3\u003eSummarizing\u003c\/h3\u003e\n      \u003cp\u003eProduce objective summaries that capture who, what, and why without bias or distortion.\u003c\/p\u003e\n      \u003cdiv class=\"s-standard\"\u003eRL.7.2 \/ RI.7.2 · 2 questions\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"skill-card\"\u003e\n      \u003cdiv class=\"s-icon\"\u003e🔀\u003c\/div\u003e\n      \u003ch3\u003eComparing Texts \u0026amp; Synthesis\u003c\/h3\u003e\n      \u003cp\u003eIntegrate information and identify shared themes across the fiction and nonfiction passages.\u003c\/p\u003e\n      \u003cdiv class=\"s-standard\"\u003eRI.7.9 · 1 question\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"skill-card\"\u003e\n      \u003cdiv class=\"s-icon\"\u003e⚡\u003c\/div\u003e\n      \u003ch3\u003eCause \u0026amp; Effect \/ Problem-Solution\u003c\/h3\u003e\n      \u003cp\u003eExplain how one event leads to another and link problem to resolution within texts.\u003c\/p\u003e\n      \u003cdiv class=\"s-standard\"\u003eRL.7.3 \/ RI.7.3 · 2 questions\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     PLACEMENT CHART — DARK BAND\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003ePlacement Tools\u003c\/p\u003e\n    \u003ch2\u003eThree Performance Levels. Clear Next Steps for Each.\u003c\/h2\u003e\n    \u003cp\u003eThe overall score guide tells you at a glance what a student's total score means for their 7th grade reading readiness. The skill-specific breakdown goes further — using a color-coded red\/yellow\/green chart so you can see at a glance which skill clusters are solid and which need attention.\u003c\/p\u003e\n    \u003cdiv class=\"placement-grid\"\u003e\n      \u003cdiv class=\"placement-card needs\"\u003e\n        \u003cdiv class=\"placement-dot\"\u003e🔴\u003c\/div\u003e\n        \u003ch3\u003eNeeds Support\u003c\/h3\u003e\n        \u003cdiv class=\"placement-range\"\u003e0–17 correct\u003c\/div\u003e\n        \u003cp\u003eSignificant gaps in comprehension and analytical reading. Student needs targeted small-group or scaffolded instruction in main idea, inference, and text evidence.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"placement-card grade\"\u003e\n        \u003cdiv class=\"placement-dot\"\u003e🟡\u003c\/div\u003e\n        \u003ch3\u003eOn Grade Level\u003c\/h3\u003e\n        \u003cdiv class=\"placement-range\"\u003e18–25 correct\u003c\/div\u003e\n        \u003cp\u003eSolid comprehension of 7th grade texts with minor weaknesses in nuance, tone, or structure. Performing at expected grade-level standards.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"placement-card advanced\"\u003e\n        \u003cdiv class=\"placement-dot\"\u003e🟢\u003c\/div\u003e\n        \u003ch3\u003eAdvanced \/ Exceeds\u003c\/h3\u003e\n        \u003cdiv class=\"placement-range\"\u003e26–30 correct\u003c\/div\u003e\n        \u003cp\u003eConsistently interprets theme, author craft, and implicit meaning. Demonstrates readiness for pre-AP or advanced practice passages.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"margin-top: 28px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; padding: 22px 26px;\"\u003e\n      \u003cp style=\"font-size: 0.9rem; color: #d4b8f0; margin-bottom: 8px;\"\u003e\u003cstrong style=\"color: var(--white);\"\u003eSkill-Cluster Color Key:\u003c\/strong\u003e Each skill cluster is also rated separately using the same red\/yellow\/green system — scaled to cluster size (2-item clusters, 4-item clusters, and 6-item clusters each have their own threshold). Count the green cells to estimate overall readiness: 0–3 greens = Needs Support, 4–7 = On Grade Level, 8–10 = Advanced.\u003c\/p\u003e\n      \u003cp style=\"font-size: 0.87rem; color: #9070c0; margin: 0;\"\u003eThis two-level system (overall score + skill-by-skill chart) is what separates this diagnostic from a standard reading test — it tells you not just \u003cem\u003ehow\u003c\/em\u003e a student performed, but \u003cem\u003ewhere\u003c\/em\u003e to focus next.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     EXPANDED ANSWER KEY\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eThe Answer Key\u003c\/p\u003e\n    \u003ch2\u003eNot Just Correct Answers — Explanations That Teach.\u003c\/h2\u003e\n    \u003cp\u003eThe expanded answer key explains every question at three levels: the correct answer with the reasoning behind it, and a brief explanation of why each of the three incorrect options fails. This is the part of the resource that turns assessment into instruction.\u003c\/p\u003e\n    \u003cdiv class=\"key-callout\"\u003e\n      \u003ch3\u003eWhat the expanded answer key includes for every question:\u003c\/h3\u003e\n      \u003cp\u003eThe correct answer letter and a written explanation connecting it back to the text — not just \"this is right,\" but why the evidence supports this interpretation and what reading skill it demonstrates.\u003c\/p\u003e\n      \u003cp\u003eSpecific explanations for why each wrong answer is wrong — which detail in the text contradicts it, which skill misapplication it represents, or what a student would have to misread to choose it. This is the part teachers use for reteaching and parents use to have a real conversation about reading errors.\u003c\/p\u003e\n      \u003cp\u003eThe answer key is organized by question number with the standard label included (e.g., \"Q3 – Inference · RL.7.1\") so you can cross-reference with the skills chart while reviewing results with a student.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     ADHD \/ ENGAGEMENT FEATURES\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"adhd-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eDesigned for Engagement \u0026amp; Access\u003c\/p\u003e\n    \u003ch2\u003eStructured for Focus. Built to Reduce Assessment Anxiety.\u003c\/h2\u003e\n    \u003cp\u003eA diagnostic test is only useful if students actually engage with it. This resource is built with the same attention to student experience as instruction — shorter passages, clear formatting, high-interest topics, and a structure that keeps cognitive load manageable for diverse learners including students with attention challenges.\u003c\/p\u003e\n    \u003cdiv class=\"adhd-grid\"\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e📄\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eTwo shorter passages, not one long one\u003c\/h3\u003e\n          \u003cp\u003eBreaking the assessment into two ~700–800 word passages — each with its own question set — reduces sustained reading fatigue. Students complete one passage and reset before the second, making the full 30-question test more manageable for students who struggle with long text stamina.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e✅\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eMultiple choice throughout — no open-ended demands\u003c\/h3\u003e\n          \u003cp\u003eAll 30 questions are multiple choice with four options. For students who freeze on written responses or whose handwriting or processing challenges inflate assessment anxiety, this format gives a cleaner window into reading comprehension without additional writing barriers.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e🔗\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eHigh-interest passages that motivate completion\u003c\/h3\u003e\n          \u003cp\u003eBoth passages feature relatable middle school topics — a student inventor and a dog, student creators solving problems for family members. Students who disengage during dense informational passages or unmotivating fiction are more likely to complete assessment tasks that feel relevant to their lives.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e📊\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eVisual placement chart reduces analysis paralysis\u003c\/h3\u003e\n          \u003cp\u003eThe color-coded skill chart (red\/yellow\/green by cluster) gives teachers and parents an at-a-glance picture of student performance without requiring extensive score interpretation. Clear visual structure means the data is actually usable — not buried in a complex rubric that takes longer to decode than the assessment itself.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e🎯\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eIntervention grouping built directly into the guide\u003c\/h3\u003e\n          \u003cp\u003eThe teacher notes include specific examples: Group A (weak in Main Idea \u0026amp; Evidence) → paragraph annotation; Group B (weak in Tone \/ Figurative Language) → short fiction and poetry analysis; Group C (strong overall, weak in Compare \u0026amp; Synthesis) → paired-text practice. Teachers don't have to translate data into action on their own.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e⏱️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eCompletable in a single class period\u003c\/h3\u003e\n          \u003cp\u003eThe full 30-question diagnostic is designed to be administered in one sitting — typically 45–60 minutes. Students don't carry the assessment across multiple sessions, which reduces the cognitive interruption and working memory demands that multi-day assessments can create for students with attention challenges.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     STANDARDS — DARK BAND\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"standards-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eStandards Alignment\u003c\/p\u003e\n    \u003ch2\u003eEvery Question Maps to a 7th Grade ELA Standard.\u003c\/h2\u003e\n    \u003cp\u003eThis diagnostic is aligned to both the Common Core State Standards (CCSS) and Texas STAAR reading expectations. The skill clusters assess the same top-tested competencies across both frameworks — making it usable in any 7th grade classroom regardless of state standards.\u003c\/p\u003e\n    \u003cdiv class=\"standards-grid\"\u003e\n      \u003cdiv class=\"standard-block\"\u003e\n        \u003ch3\u003eRL.7.1 \u0026amp; RI.7.1\u003c\/h3\u003e\n        \u003cp\u003eCite textual evidence to support analysis of what the text says explicitly as well as inferences drawn from the text.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"standard-block\"\u003e\n        \u003ch3\u003eRL.7.2 \u0026amp; RI.7.2\u003c\/h3\u003e\n        \u003cp\u003eDetermine theme or central idea; analyze how it is conveyed through particular details; provide objective summary.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"standard-block\"\u003e\n        \u003ch3\u003eRL.7.3 \u0026amp; RI.7.3\u003c\/h3\u003e\n        \u003cp\u003eAnalyze how elements interact — character motivation, plot development, cause and effect, problem and solution.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"standard-block\"\u003e\n        \u003ch3\u003eRL.7.4 \u0026amp; RI.7.4\u003c\/h3\u003e\n        \u003cp\u003eDetermine meaning of words and phrases as used in text, including figurative and connotative meanings; analyze impact of word choice on tone.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"standard-block\"\u003e\n        \u003ch3\u003eRL.7.5 \u0026amp; RI.7.5\u003c\/h3\u003e\n        \u003cp\u003eAnalyze how structure contributes to meaning — how sections relate, how form shapes purpose, how information is organized.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"standard-block\"\u003e\n        \u003ch3\u003eRL.7.6 \u0026amp; RI.7.6 \u0026amp; RI.7.9\u003c\/h3\u003e\n        \u003cp\u003eAnalyze author's point of view and purpose; compare and contrast information from multiple texts on the same topic.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHO IT'S FOR\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eWho This Works For\u003c\/p\u003e\n  \u003ch2\u003eOne Diagnostic. Multiple Use Cases.\u003c\/h2\u003e\n  \u003cdiv class=\"who-grid\"\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e🏫\u003c\/div\u003e\n      \u003ch3\u003e7th Grade ELA Teachers\u003c\/h3\u003e\n      \u003cp\u003eAdminister at the start of the year to establish baseline data. Use the skill clusters to form small groups. Re-administer mid-year or pre-STAAR to measure growth. The standard alignment makes it easy to connect results to your existing curriculum pacing.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eHomeschool Parents\u003c\/h3\u003e\n      \u003cp\u003eUse as a placement tool to understand what your 7th grader already knows and what needs focused instruction. The expanded answer key walks through every explanation — no ELA background required to understand and use the results.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e📚\u003c\/div\u003e\n      \u003ch3\u003eTutors \u0026amp; Reading Support\u003c\/h3\u003e\n      \u003cp\u003eAdminister as a first-session assessment to quickly identify where a student's gaps are concentrated. The skill-cluster chart tells you where to start in fewer questions than an informal read-aloud session — and gives you something concrete to show parents about progress targets.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e🎯\u003c\/div\u003e\n      \u003ch3\u003eIntervention \u0026amp; Small Group\u003c\/h3\u003e\n      \u003cp\u003eUse the skill breakdown to justify and design intervention groupings — not by overall score, but by specific skill weakness. Students with similar skill-cluster patterns can be grouped for targeted instruction even when their overall scores differ.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHEN TO USE\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhen to Use It\u003c\/p\u003e\n    \u003ch2\u003eFive Moments When This Diagnostic Makes a Difference.\u003c\/h2\u003e\n    \u003cul class=\"ways-list\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📅\u003c\/span\u003eBeginning-of-year baseline — understand where students are before instruction begins\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📊\u003c\/span\u003eMid-year progress check — measure growth after core reading units and reteaching cycles\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🧪\u003c\/span\u003ePre-unit diagnostic — assess readiness before a complex literary or informational unit\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🎓\u003c\/span\u003eTest prep baseline — identify STAAR\/Common Core skill gaps before formal test prep begins\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🏠\u003c\/span\u003eHomeschool placement — determine where 7th grade reading instruction should start\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e👥\u003c\/span\u003eIntervention planning — form skill-specific groups with data, not guesswork\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     SPECS\n══════════════════════════════════════════ --\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eProduct Details\u003c\/p\u003e\n  \u003ch2\u003eWhat You're Getting\u003c\/h2\u003e\n  \u003cdiv class=\"specs-wrap\"\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGrade Level\u003c\/td\u003e\n        \u003ctd\u003e7th Grade ELA (reading complexity and question rigor calibrated to Grade 7 standards)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePassages\u003c\/td\u003e\n        \u003ctd\u003eTwo original passages: \"The Barklight Invention\" (~700 words, fiction) and \"Inventing Change\" (~800 words, nonfiction informational). The nonfiction passage features composite student inventors created for instructional purposes.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eQuestions\u003c\/td\u003e\n        \u003ctd\u003e30 multiple-choice questions total — 15 per passage, A–D answer choices, balanced key distribution\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSkills Assessed\u003c\/td\u003e\n        \u003ctd\u003e10 skill clusters: Main Idea \u0026amp; Theme · Supporting Evidence · Inference \u0026amp; Motives · Author's Purpose \u0026amp; POV · Text Structure · Vocabulary in Context · Tone, Figurative Language \u0026amp; Symbolism · Summarizing · Comparing Texts · Cause \u0026amp; Effect\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStandards Alignment\u003c\/td\u003e\n        \u003ctd\u003eRL.7.1 through RL.7.6, RI.7.1 through RI.7.6, and RI.7.9 — compatible with CCSS and STAAR frameworks\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eExpanded Answer Key\u003c\/td\u003e\n        \u003ctd\u003eFull explanation for each question: correct answer with reasoning, plus why-wrong explanations for all three incorrect options — organized by question number and standard label\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePlacement Tools\u003c\/td\u003e\n        \u003ctd\u003eOverall score guide (3 levels: Needs Support \/ On Grade Level \/ Advanced) + skill-specific performance breakdown with red\/yellow\/green color-coding system, scaled by cluster size\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eTeacher Guide\u003c\/td\u003e\n        \u003ctd\u003eIncludes intervention grouping examples by skill cluster, cross-grade alignment notes (6th–8th), and diagnostic interpretation guidance\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFormat\u003c\/td\u003e\n        \u003ctd\u003ePDF — printable and digital upload ready (Google Classroom, Canvas, etc.)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eLicense\u003c\/td\u003e\n        \u003ctd\u003eSingle classroom or personal homeschool use. Additional licenses required for teams, co-ops, schools, or districts.\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     FAQ\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\" style=\"padding-top: 0;\"\u003e\n  \u003cp class=\"section-label\"\u003eCommon Questions\u003c\/p\u003e\n  \u003ch2\u003eBefore You Buy\u003c\/h2\u003e\n  \u003cdiv class=\"faq-list\"\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this diagnostic aligned to STAAR or just Common Core?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eBoth. The ten skill clusters assessed in this diagnostic reflect the top-tested competencies across both CCSS (RL.7.1–7.6, RI.7.1–7.6, RI.7.9) and Texas STAAR reading expectations. The skills — main idea, inference, text evidence, author's purpose, text structure, vocabulary in context, figurative language and tone, summarizing, and cross-text synthesis — appear on both frameworks. The teacher guide includes a cross-standard alignment chart so you can connect results to whichever framework your state or curriculum follows.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eCan I use this at the beginning of the year without knowing my students yet?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — that's the primary use case this resource was designed for. The passages are original (students won't have seen them before), the questions assess comprehension application rather than prior knowledge, and the skill breakdown gives you actionable grouping data from a single administration. You can administer on day one, score over the weekend using the answer key, and enter the second week with skill-cluster data that helps you group students and plan instruction.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eHow long does this take to administer?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe full 30-question diagnostic is designed to be completed in one sitting — typically 45 to 60 minutes for on-grade-level 7th graders. Students who read more slowly may need up to 75 minutes. The two-passage structure allows a natural break point between questions 15 and 16 if you need to split the assessment across two class periods, though administering in one sitting provides cleaner data for placement purposes.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eThe nonfiction passage mentions \"real teens\" — are these actual students?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo. The nonfiction passage — \"Inventing Change\" — features composite student inventors created for instructional purposes. This is stated directly in the passage itself (\"Names used are composites for instructional purposes\"). The scenarios and problems the inventors address are realistic and drawn from the kinds of student innovation projects that occur in real classrooms, but the named individuals are not real people. The passage was designed this way to allow the level of specific detail needed for high-quality assessment questions while avoiding privacy concerns associated with featuring real minors.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eMy student scored On Grade Level overall but is clearly weak in certain areas. How do I use that?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThat's exactly what the skill-specific breakdown is designed to surface. An overall score of 18–25 puts a student in the \"On Grade Level\" band, but within that range, a student might score 2\/4 on inference questions while scoring 6\/6 on main idea. The skill chart shows you which clusters are red (needs support), yellow (developing), or green (mastery) regardless of overall score. The teacher interpretation notes suggest targeted next steps for each pattern — for example, a student strong in inference but weak in text structure benefits from lessons on how organizational patterns create meaning, not from another round of main idea practice.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this resource appropriate for homeschool use if I'm not an ELA teacher?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. The expanded answer key was written to be useful to non-specialists. Each explanation tells you not just what the correct answer is, but why it's correct in plain language — and specifically what the wrong options misread or misapply. You don't need ELA training to use this as a placement tool or to have a meaningful conversation with your student about where their reading thinking went wrong. The placement guide also includes a clear interpretation of what each score level means and what to prioritize next.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     CTA\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"cta-band\" id=\"buy\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003ch2\u003eStop Guessing. Start\u003cbr\u003eTeaching to the Gaps.\u003c\/h2\u003e\n    \u003cp\u003e30 high-rigor questions. Two original passages. Ten skill clusters. A color-coded placement chart and an expanded answer key that explains every answer — correct and incorrect. Everything you need to know where your 7th grader stands in reading, and what to do next.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-primary\"\u003eAdd to Cart\u003c\/a\u003e\n    \u003cp class=\"cta-reassure\"\u003ePDF delivered instantly · Print-ready · 21 pages · No prep required · Single classroom or homeschool license\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     FOOTER\n══════════════════════════════════════════ --\u003e\n\u003cfooter class=\"footer\"\u003e\n  \u003cp\u003e© 2025 Light Up Literature™ Curriculum, LLC. All rights reserved. | \u003ca href=\"https:\/\/lightupliterature.com\"\u003elightupliterature.com\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp style=\"margin-top: 6px;\"\u003eQuestions? \u003ca href=\"mailto:Debra@lightupliteraturecurriculum.com\"\u003eDebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49287365034207,"sku":null,"price":11.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/7thGradeReadingDiagnostic.png?v=1779391361"},{"product_id":"7th-grade-grammar-diagnostic-test-30-questions-placement-light-up-literature","title":"7th Grade Grammar Diagnostic Test | 30 Questions + Placement | Light Up Literature","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003e7th Grade Grammar Diagnostic Test | 30 Questions + Placement Chart\u003c\/title\u003e\n  \u003cmeta name=\"description\" content=\"7th grade grammar diagnostic: 30 MC questions, editing passage, skills placement chart \u0026amp; expanded answer key. Covers 10 grammar skills. No prep.\"\u003e\n  \u003cmeta name=\"keywords\" content=\"7th grade grammar diagnostic, grammar baseline assessment 7th grade, 7th grade revise and edit test, L.7.1 L.7.2 grammar assessment, grammar placement test 7th grade, 7th grade grammar skills chart, editing passage grammar test, middle school grammar diagnostic, STAAR grammar prep 7th grade, CCSS grammar 7th grade\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;900\u0026amp;family=Open+Sans:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    :root {\n      --purple: #BD10E1;\n      --indigo: #25046B;\n      --indigo-mid: #3a0a8f;\n      --white: #ffffff;\n      --off-white: #faf8ff;\n      --light-purple: #f5e8fc;\n      --text-dark: #1a0040;\n      --text-mid: #3d2070;\n      --text-body: #2d1060;\n      --border-light: #e0cff5;\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      font-family: 'Open Sans', sans-serif;\n      background-color: var(--off-white);\n      color: var(--text-body);\n      line-height: 1.7;\n      font-size: 16px;\n    }\n\n    h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }\n    a { color: var(--purple); text-decoration: none; }\n\n    \/* ─── HERO ─── *\/\n    .hero {\n      background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%);\n      color: var(--white); padding: 64px 24px 72px;\n      text-align: center; position: relative; overflow: hidden;\n    }\n    .hero::before {\n      content: ''; position: absolute; top: -80px; right: -80px;\n      width: 320px; height: 320px; border-radius: 50%;\n      background: rgba(189,16,225,0.18); pointer-events: none;\n    }\n    .hero::after {\n      content: ''; position: absolute; bottom: -60px; left: -60px;\n      width: 240px; height: 240px; border-radius: 50%;\n      background: rgba(189,16,225,0.12); pointer-events: none;\n    }\n    .hero-inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; }\n    .hero-badge {\n      display: inline-block;\n      background: rgba(189,16,225,0.25);\n      border: 1px solid rgba(189,16,225,0.5);\n      color: #e9b5f9; font-family: 'Open Sans', sans-serif;\n      font-size: 12px; font-weight: 700;\n      letter-spacing: 2px; text-transform: uppercase;\n      padding: 6px 18px; border-radius: 30px; margin-bottom: 22px;\n    }\n    .hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; color: var(--white); margin-bottom: 18px; }\n    .hero h1 span { color: #e07ef8; }\n    .hero-sub { font-size: 1.15rem; color: #d4b8f0; max-width: 660px; margin: 0 auto 32px; }\n    .hero-stats { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }\n    .stat-pill {\n      background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);\n      color: var(--white); font-size: 0.85rem; font-weight: 600;\n      padding: 7px 16px; border-radius: 30px;\n    }\n    .stat-pill.highlight { background: rgba(189,16,225,0.35); border-color: rgba(189,16,225,0.6); }\n    .btn-primary {\n      display: inline-block; background: var(--purple); color: var(--white);\n      font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700;\n      padding: 16px 40px; border-radius: 6px; letter-spacing: 0.5px;\n      text-transform: uppercase;\n    }\n    .btn-primary:hover { background: #a50cc8; }\n\n    \/* ─── TRUST BAR ─── *\/\n    .trust-bar {\n      background: var(--purple); color: var(--white);\n      text-align: center; padding: 14px 24px;\n      font-size: 0.9rem; font-weight: 600;\n    }\n\n    \/* ─── SECTIONS ─── *\/\n    .section { max-width: 880px; margin: 0 auto; padding: 60px 24px; }\n    .section-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--purple); margin-bottom: 10px; }\n    .section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--indigo); margin-bottom: 20px; }\n    .section p { font-size: 1rem; color: var(--text-body); margin-bottom: 16px; max-width: 700px; }\n    .divider { border: none; border-top: 2px solid var(--border-light); max-width: 880px; margin: 0 auto; }\n\n    \/* ─── WHY BAND ─── *\/\n    .why-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n    .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 30px; }\n    .why-card {\n      background: var(--white); border: 1px solid var(--border-light);\n      border-left: 4px solid var(--purple); border-radius: 8px; padding: 20px 22px;\n    }\n    .why-card .w-icon { font-size: 1.5rem; margin-bottom: 8px; }\n    .why-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.93rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n    .why-card p { font-size: 0.88rem; color: var(--text-body); margin: 0; }\n\n    \/* ─── DARK BAND ─── *\/\n    .dark-band { background: var(--indigo); color: var(--white); }\n    .dark-band .section-label { color: #e07ef8; }\n    .dark-band h2 { color: var(--white); }\n    .dark-band p { color: #d4b8f0; }\n\n    \/* ─── WHAT'S INCLUDED CARDS ─── *\/\n    .included-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-top: 28px; }\n    .included-card {\n      background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);\n      border-radius: 12px; padding: 26px 24px;\n    }\n    .included-icon { font-size: 1.6rem; margin-bottom: 12px; }\n    .included-card h3 { font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }\n    .included-card p { font-size: 0.85rem; color: #c0a0e0; margin: 0; line-height: 1.6; }\n\n    \/* ─── PASSAGE BLOCK ─── *\/\n    .passage-block {\n      background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.15);\n      border-left: 4px solid #e07ef8; border-radius: 10px;\n      padding: 28px 30px; margin-top: 28px;\n    }\n    .passage-block h3 { font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 12px; }\n    .passage-block p { font-size: 0.88rem; color: #c0a0e0; margin-bottom: 10px; }\n    .passage-block p:last-child { margin: 0; }\n    .passage-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }\n    .passage-tags span {\n      background: rgba(189,16,225,0.25); border: 1px solid rgba(189,16,225,0.45);\n      color: #e9b5f9; font-size: 0.78rem; font-weight: 700;\n      padding: 4px 12px; border-radius: 20px;\n    }\n\n    \/* ─── CONTRAST ─── *\/\n    .contrast-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }\n    @media (max-width: 580px) { .contrast-wrap { grid-template-columns: 1fr; } }\n    .contrast-col { border-radius: 10px; padding: 24px 22px; }\n    .contrast-col.basic { background: #ede8f8; border: 2px solid #c0aee8; }\n    .contrast-col.this { background: var(--white); border: 2px solid var(--purple); }\n    .contrast-col h3 {\n      font-family: 'Open Sans', sans-serif; font-size: 0.82rem; font-weight: 700;\n      text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 14px;\n    }\n    .contrast-col.basic h3 { color: #5830a0; }\n    .contrast-col.this h3 { color: var(--purple); }\n    .contrast-list { list-style: none; }\n    .contrast-list li {\n      display: flex; gap: 10px; align-items: flex-start;\n      font-size: 0.87rem; color: var(--text-body);\n      padding: 8px 0; border-bottom: 1px solid rgba(0,0,0,0.06);\n    }\n    .contrast-list li:last-child { border-bottom: none; }\n    .contrast-list li .mark { flex-shrink: 0; font-size: 0.95rem; margin-top: 2px; }\n\n    \/* ─── SKILLS GRID ─── *\/\n    .skills-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; margin-top: 28px; }\n    .skill-card {\n      background: var(--white); border: 1px solid var(--border-light);\n      border-top: 3px solid var(--purple); border-radius: 10px; padding: 18px 20px;\n    }\n    .skill-card .s-icon { font-size: 1.3rem; margin-bottom: 6px; }\n    .skill-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--indigo); margin-bottom: 4px; }\n    .skill-card p { font-size: 0.8rem; color: var(--text-mid); margin: 0; }\n\n    \/* ─── PLACEMENT BAND ─── *\/\n    .placement-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n    .placement-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; margin-top: 28px; }\n    .placement-card {\n      background: var(--white); border: 1px solid var(--border-light);\n      border-radius: 10px; padding: 22px 20px; text-align: center;\n    }\n    .placement-label {\n      font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;\n      color: var(--purple); margin-bottom: 8px;\n    }\n    .placement-score {\n      font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 900;\n      color: var(--indigo); line-height: 1; margin-bottom: 10px;\n    }\n    .placement-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--indigo); margin-bottom: 8px; }\n    .placement-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n    \/* ─── IMPL BAND ─── *\/\n    .impl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-top: 28px; }\n    .impl-card {\n      background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);\n      border-radius: 10px; padding: 22px;\n    }\n    .impl-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #e07ef8; margin-bottom: 8px; }\n    .impl-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }\n    .impl-card p { font-size: 0.85rem; color: #c0a0e0; margin: 0; }\n\n    \/* ─── WHO ─── *\/\n    .who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 28px; }\n    .who-card { text-align: center; background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; padding: 24px 18px; }\n    .who-icon { font-size: 2rem; margin-bottom: 10px; }\n    .who-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n    .who-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n    \/* ─── WAYS ─── *\/\n    .ways-list {\n      list-style: none; display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 16px; margin-top: 28px;\n    }\n    .ways-list li {\n      display: flex; align-items: flex-start; gap: 12px;\n      background: var(--white); border: 1px solid var(--border-light);\n      border-radius: 8px; padding: 16px 18px;\n      font-size: 0.93rem; color: var(--text-body); font-weight: 600;\n    }\n    .ways-list li span.icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }\n\n    \/* ─── SPECS ─── *\/\n    .specs-wrap { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; margin-top: 28px; }\n    .specs-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }\n    .specs-table tr { border-bottom: 1px solid var(--border-light); }\n    .specs-table tr:last-child { border-bottom: none; }\n    .specs-table td { padding: 13px 16px; vertical-align: top; }\n    .specs-table td:first-child { font-weight: 700; color: var(--indigo); width: 38%; background: var(--light-purple); }\n    .specs-table td:last-child { color: var(--text-body); background: var(--white); }\n\n    \/* ─── FAQ ─── *\/\n    .faq-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }\n    .faq-item { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; }\n    .faq-q {\n      background: var(--white); padding: 18px 22px;\n      font-weight: 700; color: var(--indigo); font-size: 0.97rem;\n      display: flex; align-items: flex-start; gap: 12px;\n    }\n    .faq-q::before {\n      content: 'Q'; background: var(--purple); color: var(--white);\n      font-size: 0.75rem; font-weight: 700; width: 22px; height: 22px; min-width: 22px;\n      border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px;\n    }\n    .faq-a { background: var(--light-purple); padding: 16px 22px 18px 56px; font-size: 0.93rem; color: var(--text-body); border-top: 1px solid var(--border-light); }\n\n    \/* ─── CTA ─── *\/\n    .cta-band {\n      background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%);\n      color: var(--white); text-align: center; padding: 64px 24px;\n      position: relative; overflow: hidden;\n    }\n    .cta-band::before { content: ''; position: absolute; top: -100px; right: -100px; width: 350px; height: 350px; border-radius: 50%; background: rgba(189,16,225,0.15); pointer-events: none; }\n    .cta-inner { max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }\n    .cta-band h2 { color: var(--white); font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 16px; }\n    .cta-band p { color: #d4b8f0; font-size: 1.05rem; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }\n    .cta-reassure { margin-top: 20px; font-size: 0.82rem; color: #b89fd4; }\n\n    \/* ─── FOOTER ─── *\/\n    .footer { background: var(--text-dark); color: #9980c0; text-align: center; padding: 28px 24px; font-size: 0.82rem; }\n    .footer a { color: #c99ee0; }\n  \u003c\/style\u003e\n\n\n\n\u003c!-- ══════════════════════════════════════════\n     HERO\n══════════════════════════════════════════ --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003e7th Grade ELA · Grammar Diagnostic · Baseline Assessment · No Prep\u003c\/div\u003e\n    \u003ch1\u003e\n      Know Exactly Where Your Students Stand\u003cbr\u003e\u003cspan\u003eBefore You Teach a Single Grammar Lesson.\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eA complete 7th grade grammar diagnostic built around 10 tested grammar skills, an authentic editing passage, and a skills placement chart that tells you — skill by skill — who needs support, who is on grade level, and who is ready for enrichment. 30 questions, expanded answer key, and no prep required.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e30 Multiple Choice Questions\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e10 Grammar Skills Assessed\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003eSkills Placement Chart Included\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eAuthentic Editing Passage\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eExpanded Answer Key\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eMini-Lessons for Non-Specialists\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003e10 Student Pages · No Prep\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#buy\" class=\"btn-primary\"\u003eGet This Diagnostic\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"trust-bar\"\u003e\n  7th Grade · Grammar \u0026amp; Editing Diagnostic · CCSS L.7.1, L.7.2, L.7.3 · W.7.5 · Placement + Progress Tool\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHY THIS EXISTS\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhy This Resource\u003c\/p\u003e\n    \u003ch2\u003eA Grammar Worksheet Tells You What Students Got Wrong. This Tells You \u003cem\u003eWhy\u003c\/em\u003e — and What to Do Next.\u003c\/h2\u003e\n    \u003cp\u003eMost grammar assessments hand you a score. This diagnostic hands you a roadmap. Every question maps to one of 10 grammar skill categories, so when a student finishes, you can see at a glance whether their errors cluster in punctuation, verb tense, parallel structure, or something else entirely — and target reteaching accordingly.\u003c\/p\u003e\n    \u003cp\u003eThe expanded answer key explains the rule behind every correct answer and breaks down exactly why each wrong answer is wrong. That's not just useful for grading — it's ready-to-use instructional content for teachers who need to reteach the skill immediately, and for parents who need to understand what their student missed without an ELA background.\u003c\/p\u003e\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📊\u003c\/div\u003e\n        \u003ch3\u003eSkill-level data, not just a total score\u003c\/h3\u003e\n        \u003cp\u003eThe Skills Placement Chart breaks performance into 10 grammar categories with clear thresholds for Needs Support, On Grade Level, and Above Grade Level within each skill. You'll know whether a student needs help with modifiers specifically — not just that they scored 18 out of 30.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e✏️\u003c\/div\u003e\n        \u003ch3\u003eAuthentic editing passage — not isolated drills\u003c\/h3\u003e\n        \u003cp\u003eThe first 10 questions are tied to \"The Backyard Business,\" a short realistic narrative seeded with authentic grammar and punctuation errors. Students practice revising and editing in context — the same format used on state assessments — rather than correcting decontextualized sentences.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e🧠\u003c\/div\u003e\n        \u003ch3\u003eExpanded answer key does the teaching for you\u003c\/h3\u003e\n        \u003cp\u003eEvery one of the 30 questions includes the correct answer, the grammar rule it tests, and a clear explanation of why each wrong answer is wrong. The embedded mini-lessons are written for non-specialists — useful for substitutes, new teachers, homeschool parents, and tutors who need to reinforce a rule on the spot.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e🎯\u003c\/div\u003e\n        \u003ch3\u003eMirrors state assessment rigor\u003c\/h3\u003e\n        \u003cp\u003eAnswer choices are carefully balanced — no obvious giveaways. Students must actually apply grammar knowledge, not pattern-match or eliminate careless errors. This makes the diagnostic accurate: the results reflect real skill, not test-taking luck, so your placement data is trustworthy.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHAT'S INCLUDED — DARK BAND\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhat's Included\u003c\/p\u003e\n    \u003ch2\u003eTwo Assessment Sections. One Placement Chart. A Complete Grammar Baseline.\u003c\/h2\u003e\n    \u003cp\u003eThis is not a grammar worksheet. It's a structured diagnostic that moves from in-context editing to standalone grammar application — giving you a full picture of where each student stands across the skills 7th grade ELA standards require.\u003c\/p\u003e\n    \u003cdiv class=\"included-grid\"\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003cdiv class=\"included-icon\"\u003e✏️\u003c\/div\u003e\n        \u003ch3\u003eEditing Passage: \"The Backyard Business\"\u003c\/h3\u003e\n        \u003cp\u003eA short, engaging narrative about three middle schoolers starting a backyard service business. The passage is written with intentional grammar errors — missing commas, verb tense mistakes, dialogue punctuation issues, pronoun errors, and more — giving students a realistic editing task rather than isolated sentence exercises. Ten revise-and-edit questions follow the passage directly.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003cdiv class=\"included-icon\"\u003e🔍\u003c\/div\u003e\n        \u003ch3\u003eSection I — Revise \u0026amp; Edit (Q1–10)\u003c\/h3\u003e\n        \u003cp\u003eTen multiple choice questions tied to \"The Backyard Business.\" Students identify errors and select the best correction across a range of skills: FANBOYS comma placement, introductory clause commas, dialogue punctuation, irregular verb forms, comma splices, pronoun-verb agreement, and run-on sentences. Questions mirror the format of STAAR and other state revise-and-edit tasks.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003cdiv class=\"included-icon\"\u003e🧠\u003c\/div\u003e\n        \u003ch3\u003eSection II — Grammar Diagnostic (Q11–30)\u003c\/h3\u003e\n        \u003cp\u003eTwenty standalone multiple choice questions spanning all 10 grammar skill categories: collective noun agreement, parallel structure, semicolons with conjunctive adverbs, introductory phrase commas, misplaced modifiers, affect\/effect, subject-verb agreement, sentence fragments, logical transitions, title capitalization, run-ons, verb tense, adjectives vs. adverbs, essential clauses, coordinating conjunctions, lay\/lie, dangling modifiers, parallel verbs, joining independent clauses, and preposition use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003cdiv class=\"included-icon\"\u003e📊\u003c\/div\u003e\n        \u003ch3\u003eSkills Placement Chart\u003c\/h3\u003e\n        \u003cp\u003eA printable one-page chart that maps every question to its grammar skill category and gives score thresholds for Needs Support, On Grade Level, and Above Grade Level within each of the 10 skills. Fill in the scores after grading and you have actionable data — organized by skill — ready for reteaching plans, parent conferences, or intervention grouping.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003cdiv class=\"included-icon\"\u003e📋\u003c\/div\u003e\n        \u003ch3\u003ePerformance Summary Table\u003c\/h3\u003e\n        \u003cp\u003eAn overall placement guide with three levels: Needs Support (0–14), On Grade Level (15–23), and Above Grade Level (24–30). Provides interpretive language for each level so you can communicate results clearly to students, parents, or instructional coaches without additional writing.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003cdiv class=\"included-icon\"\u003e📖\u003c\/div\u003e\n        \u003ch3\u003eExpanded Answer Key + Mini-Lessons\u003c\/h3\u003e\n        \u003cp\u003eFull explanations for all 30 questions: correct answer, the grammar rule tested, and a clear breakdown of why each wrong answer is wrong. Embedded mini-lessons for non-specialists explain five key patterns — independent clause test, introductory clause comma, dialogue tag rule, irregular verb tense, and comma splice fix — in plain language. No ELA background required to use this effectively.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"passage-block\"\u003e\n      \u003ch3\u003eThe Editing Passage: \"The Backyard Business\"\u003c\/h3\u003e\n      \u003cp\u003eA realistic five-paragraph narrative following Mason, Ben, and Lila as they launch an impromptu yard-service business before a community sale. The story arc is complete — planning, first customer, chaos, success, reflection — making it genuinely readable, not just a vehicle for error correction.\u003c\/p\u003e\n      \u003cp\u003eThe passage is seeded with errors across multiple skill categories so that the 10 editing questions pull from a range of grammar skills rather than hammering one rule repeatedly. Students who read carefully and think critically will perform better than students who pattern-match — which is exactly what makes the results accurate for placement purposes.\u003c\/p\u003e\n      \u003cdiv class=\"passage-tags\"\u003e\n        \u003cspan\u003eFANBOYS Comma Placement\u003c\/span\u003e\n        \u003cspan\u003eIntroductory Clause Commas\u003c\/span\u003e\n        \u003cspan\u003eDialogue Punctuation\u003c\/span\u003e\n        \u003cspan\u003eIrregular Verb Forms\u003c\/span\u003e\n        \u003cspan\u003ePronoun–Verb Agreement\u003c\/span\u003e\n        \u003cspan\u003eComma Splices\u003c\/span\u003e\n        \u003cspan\u003eRun-On Sentences\u003c\/span\u003e\n        \u003cspan\u003eSubject–Verb Agreement\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     THIS VS. GENERIC GRAMMAR TESTS\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eHow This Is Different\u003c\/p\u003e\n  \u003ch2\u003eBeyond the Score. Beyond the Answer Key.\u003c\/h2\u003e\n  \u003cp\u003eMost grammar tests tell you how many questions a student got wrong. This diagnostic tells you which skills those errors belong to, what rule the student missed, and what language you can use to reteach it — immediately, without additional prep.\u003c\/p\u003e\n  \u003cdiv class=\"contrast-wrap\"\u003e\n    \u003cdiv class=\"contrast-col basic\"\u003e\n      \u003ch3\u003eTypical Grammar Test\u003c\/h3\u003e\n      \u003cul class=\"contrast-list\"\u003e\n        \u003cli\u003e\n\u003cspan class=\"mark\"\u003e—\u003c\/span\u003eScore out of X — no skill-level breakdown\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"mark\"\u003e—\u003c\/span\u003eAnswer key with correct letters only\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"mark\"\u003e—\u003c\/span\u003eIsolated grammar sentences, no context\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"mark\"\u003e—\u003c\/span\u003eOne or two skills recycled throughout\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"mark\"\u003e—\u003c\/span\u003eNo guidance on what to reteach or how\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"mark\"\u003e—\u003c\/span\u003eNon-specialists can't grade or explain errors without additional research\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"contrast-col this\"\u003e\n      \u003ch3\u003eThis Diagnostic\u003c\/h3\u003e\n      \u003cul class=\"contrast-list\"\u003e\n        \u003cli\u003e\n\u003cspan class=\"mark\"\u003e✓\u003c\/span\u003eSkills placement chart — data by category, not just overall\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"mark\"\u003e✓\u003c\/span\u003eExpanded answer key — rule + why each wrong answer is wrong\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"mark\"\u003e✓\u003c\/span\u003eAuthentic editing passage — grammar in context, assessment-style format\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"mark\"\u003e✓\u003c\/span\u003e10 distinct grammar skills, balanced across 30 questions\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"mark\"\u003e✓\u003c\/span\u003ePerformance summary with interpretive language built in\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"mark\"\u003e✓\u003c\/span\u003eMini-lessons for non-specialists — usable on the spot, no prep\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     10 GRAMMAR SKILLS\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eSkills Covered\u003c\/p\u003e\n    \u003ch2\u003eTen Grammar Skills. Every One Tested. Every One Chartable.\u003c\/h2\u003e\n    \u003cp\u003eEvery question in this diagnostic belongs to one of the 10 skill categories on the placement chart. The result is a clean data picture — not just a raw score — that tells you exactly where to focus instruction for each student or group.\u003c\/p\u003e\n    \u003cdiv class=\"skills-grid\"\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🔤\u003c\/div\u003e\n        \u003ch3\u003eParts of Speech in Context\u003c\/h3\u003e\n        \u003cp\u003eNouns, verbs, adjectives, adverbs, and prepositions used correctly in realistic sentences. Includes adjectives vs. adverbs after sensory verbs and preposition selection.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🔗\u003c\/div\u003e\n        \u003ch3\u003eSentence Types \u0026amp; Structure\u003c\/h3\u003e\n        \u003cp\u003eIdentifying and correcting fragments, run-ons, comma splices, and compound or complex sentence construction. Four questions total — the most heavily weighted skill, consistent with state assessment priorities.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e✏️\u003c\/div\u003e\n        \u003ch3\u003ePunctuation\u003c\/h3\u003e\n        \u003cp\u003eIntroductory phrase and clause commas, FANBOYS commas, semicolons with conjunctive adverbs, dialogue punctuation, and essential vs. nonessential clause commas. Four questions total.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e👥\u003c\/div\u003e\n        \u003ch3\u003ePronoun–Antecedent Agreement\u003c\/h3\u003e\n        \u003cp\u003ePronoun case, collective noun pronoun agreement, indefinite pronoun agreement (each, neither, one), and correct pronoun selection in context.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e⏱️\u003c\/div\u003e\n        \u003ch3\u003eVerb Tense \u0026amp; Agreement\u003c\/h3\u003e\n        \u003cp\u003eIrregular past tense forms (blow\/blew, begin\/begun), future perfect tense, subject-verb agreement in complex constructions, and tense consistency within sentences.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🎯\u003c\/div\u003e\n        \u003ch3\u003eModifiers\u003c\/h3\u003e\n        \u003cp\u003eMisplaced modifiers (where almost falls in a sentence changes meaning entirely) and dangling modifiers (the trophy can't aim to win). Students must identify both the error and the correct fix.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e↔️\u003c\/div\u003e\n        \u003ch3\u003eConjunctions \u0026amp; Transitions\u003c\/h3\u003e\n        \u003cp\u003eLogical transition selection (however vs. furthermore vs. for instance), coordinating conjunction placement, and semicolon use between independent clauses.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🔠\u003c\/div\u003e\n        \u003ch3\u003eCapitalization \u0026amp; Titles\u003c\/h3\u003e\n        \u003cp\u003eCorrect capitalization of book titles following the major-words rule. Students must distinguish between fully correct capitalization and subtle errors in middle or final words.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e🔀\u003c\/div\u003e\n        \u003ch3\u003eCommonly Confused Words\u003c\/h3\u003e\n        \u003cp\u003eAffect vs. effect (noun vs. verb distinction) and lay vs. lie (transitive vs. intransitive verb). Answer choices include common errors like \"effected\" meaning \"caused\" — plausible distractors, not giveaways.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"skill-card\"\u003e\n        \u003cdiv class=\"s-icon\"\u003e⚖️\u003c\/div\u003e\n        \u003ch3\u003eParallel Structure\u003c\/h3\u003e\n        \u003cp\u003eBalanced phrasing in lists (all -ing, all infinitive, all base form) and in series comparisons. Students identify which option maintains consistent grammatical form across all items in the list.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     PLACEMENT TOOLS — LIGHT BAND\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"placement-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003ePlacement Tools\u003c\/p\u003e\n    \u003ch2\u003eThree Levels. Ten Categories. One Clear Picture of Where to Start.\u003c\/h2\u003e\n    \u003cp\u003eAfter grading, plug scores into the Skills Placement Chart to see where each student — and each skill — falls. This is the tool that makes the diagnostic useful beyond Day One: it drives small-group formation, reteaching sequence, and parent communication.\u003c\/p\u003e\n    \u003cdiv class=\"placement-grid\"\u003e\n      \u003cdiv class=\"placement-card\"\u003e\n        \u003cdiv class=\"placement-label\"\u003eLevel 1\u003c\/div\u003e\n        \u003cdiv class=\"placement-score\"\u003e0–14\u003c\/div\u003e\n        \u003ch3\u003eNeeds Support\u003c\/h3\u003e\n        \u003cp\u003eSignificant gaps in grammar fundamentals. Prioritize sentence structure and punctuation — these skills carry the most weight on standardized assessments. Intervention grouping or scaffolded instruction recommended.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"placement-card\"\u003e\n        \u003cdiv class=\"placement-label\"\u003eLevel 2\u003c\/div\u003e\n        \u003cdiv class=\"placement-score\"\u003e15–23\u003c\/div\u003e\n        \u003ch3\u003eOn Grade Level\u003c\/h3\u003e\n        \u003cp\u003eGeneral command of 7th grade grammar with identifiable growth areas. Use the skill-level chart to pinpoint which categories need targeted practice — students here don't need a full reteach, just focused follow-up.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"placement-card\"\u003e\n        \u003cdiv class=\"placement-label\"\u003eLevel 3\u003c\/div\u003e\n        \u003cdiv class=\"placement-score\"\u003e24–30\u003c\/div\u003e\n        \u003ch3\u003eAbove Grade Level\u003c\/h3\u003e\n        \u003cp\u003eMastery of most grade-level grammar skills. Students in this range are ready for advanced application — argument writing, complex sentence combining, or pre-AP grammar challenges that extend beyond standard L.7.1–L.7.3.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: var(--white); border: 1px solid var(--border-light); border-left: 5px solid var(--purple); border-radius: 8px; padding: 20px 24px; margin-top: 24px;\"\u003e\n      \u003cp style=\"font-size: 0.9rem; color: var(--text-body); margin: 0;\"\u003e\u003cstrong style=\"color: var(--indigo);\"\u003eSkill-level thresholds are also built in:\u003c\/strong\u003e Each of the 10 grammar categories on the placement chart includes its own Needs Support \/ On Grade Level \/ Above Grade Level range based on how many questions per skill a student answered correctly. You'll know not just the overall level but which specific skill is pulling performance down — before you begin planning reteaching.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     HOW TO USE IT — DARK BAND\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"dark-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eHow to Use It\u003c\/p\u003e\n    \u003ch2\u003eFour Implementation Paths — All No Prep.\u003c\/h2\u003e\n    \u003cp\u003eThe diagnostic works in a single class period for most 7th graders. The teacher notes suggest starting with sentence structure and punctuation reteaching when scores indicate gaps — these skills are weighted most heavily on standardized assessments.\u003c\/p\u003e\n    \u003cdiv class=\"impl-grid\"\u003e\n      \u003cdiv class=\"impl-card\"\u003e\n        \u003cdiv class=\"impl-label\"\u003eOption 1\u003c\/div\u003e\n        \u003ch3\u003eBeginning-of-Year Baseline\u003c\/h3\u003e\n        \u003cp\u003eAdminister in the first week to establish a grammar baseline before any instruction. Use the placement chart to form small groups for targeted grammar instruction throughout the semester, and re-administer at mid-year to measure growth.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"impl-card\"\u003e\n        \u003cdiv class=\"impl-label\"\u003eOption 2\u003c\/div\u003e\n        \u003ch3\u003eMid-Year Skill Check\u003c\/h3\u003e\n        \u003cp\u003eUse after a grammar unit to confirm which skills have reached mastery and which need additional practice before moving on. The skill-level chart makes it easy to identify students who are ready for enrichment versus those who need another instructional cycle.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"impl-card\"\u003e\n        \u003cdiv class=\"impl-label\"\u003eOption 3\u003c\/div\u003e\n        \u003ch3\u003ePre-Test Prep Assessment\u003c\/h3\u003e\n        \u003cp\u003eAdminister 4–6 weeks before a state benchmark or standardized assessment. Identify which grammar categories most students are missing and use the expanded answer key mini-lessons to deliver targeted, efficient grammar review sessions.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"impl-card\"\u003e\n        \u003cdiv class=\"impl-label\"\u003eOption 4\u003c\/div\u003e\n        \u003ch3\u003eHomeschool \u0026amp; Tutoring Placement\u003c\/h3\u003e\n        \u003cp\u003eAdminister at the start of a school year or tutoring engagement to establish a grammar baseline. Use the performance summary and skills chart to prioritize which skills to address first and track progress across sessions. The expanded answer key provides all the instructional language needed without additional research.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 10px; padding: 22px 26px; margin-top: 24px;\"\u003e\n      \u003cp style=\"color: #d4b8f0; font-size: 0.9rem; margin-bottom: 8px;\"\u003e\u003cstrong style=\"color: var(--white);\"\u003eSub-ready and specialist-optional:\u003c\/strong\u003e Because the expanded answer key explains every rule in plain language — including why wrong answers are wrong — this diagnostic can be administered and reviewed by a substitute teacher, a teaching aide, a homeschool parent, or a tutor without ELA expertise. The mini-lessons embedded in the answer key provide all the instructional language needed to review the diagnostic meaningfully after grading.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHO IT'S FOR\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eWho This Works For\u003c\/p\u003e\n  \u003ch2\u003eOne Diagnostic. Multiple Contexts.\u003c\/h2\u003e\n  \u003cdiv class=\"who-grid\"\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e🏫\u003c\/div\u003e\n      \u003ch3\u003e7th Grade ELA Teachers\u003c\/h3\u003e\n      \u003cp\u003eUse as a beginning-of-year baseline, mid-year checkpoint, or pre-test-prep assessment. The skills chart makes data-driven grouping fast — no additional tracking spreadsheet required. Grade-level teams can administer simultaneously and share results easily.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eHomeschool Parents\u003c\/h3\u003e\n      \u003cp\u003eThe expanded answer key explains every rule clearly — no ELA background needed. Administer the diagnostic, use the placement chart to identify priority skills, and let the mini-lessons guide review conversations. The performance summary gives you language to explain results accurately.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e📚\u003c\/div\u003e\n      \u003ch3\u003eTutors \u0026amp; Test Prep\u003c\/h3\u003e\n      \u003cp\u003eAdminister at the start of an engagement to identify which grammar skills to prioritize. The skill-level breakdown tells you whether a student needs foundational sentence structure work or just a targeted review of comma rules — so you can plan sessions efficiently and communicate progress to parents.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e🔄\u003c\/div\u003e\n      \u003ch3\u003eSubstitutes \u0026amp; Interventionists\u003c\/h3\u003e\n      \u003cp\u003eBecause the diagnostic is fully self-contained and the answer key explains every question without requiring specialist knowledge, this is genuinely sub-ready. The passage, questions, and answer key are all in one PDF — print and go.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHEN TO USE\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhen to Use It\u003c\/p\u003e\n    \u003ch2\u003eStart of Year. Before a Test. During Intervention. All of the Above.\u003c\/h2\u003e\n    \u003cul class=\"ways-list\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📅\u003c\/span\u003eBeginning-of-year grammar baseline — before any formal grammar instruction begins\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📊\u003c\/span\u003eMid-year grammar checkpoint — after a grammar unit, to confirm mastery and identify gaps\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🔁\u003c\/span\u003ePre-standardized-test grammar review — identify highest-priority skills 4–6 weeks out\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🎯\u003c\/span\u003eRTI or intervention placement — skills chart drives small-group formation quickly\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🏠\u003c\/span\u003eHomeschool or tutoring placement — establish a baseline at the start of instruction\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📋\u003c\/span\u003eSubstitute-ready assignment — fully self-contained, no specialist needed to administer or review\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     SPECS\n══════════════════════════════════════════ --\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eProduct Details\u003c\/p\u003e\n  \u003ch2\u003eWhat You're Getting\u003c\/h2\u003e\n  \u003cdiv class=\"specs-wrap\"\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGrade Level\u003c\/td\u003e\n        \u003ctd\u003e7th Grade ELA (appropriate for advanced 6th grade placement or 8th grade review)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSkill Focus\u003c\/td\u003e\n        \u003ctd\u003eGrammar, revising \u0026amp; editing, punctuation, sentence structure, pronoun agreement, verb tense, modifiers, transitions, capitalization, and commonly confused words\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStandards Alignment\u003c\/td\u003e\n        \u003ctd\u003eCCSS L.7.1, L.7.2, L.7.3, W.7.5 · Mirrors STAAR and TNReady revise-and-edit question format\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eEditing Passage\u003c\/td\u003e\n        \u003ctd\u003e\"The Backyard Business\" — original realistic narrative with intentional grammar errors seeded across 10 skill categories\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSection I (Q1–10)\u003c\/td\u003e\n        \u003ctd\u003eRevise-and-edit questions tied to the passage: comma placement, dialogue punctuation, verb forms, pronoun agreement, comma splices, run-ons\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSection II (Q11–30)\u003c\/td\u003e\n        \u003ctd\u003e20 standalone grammar questions covering all 10 skill categories with balanced, assessment-style answer choices — no obvious giveaways\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eTotal Questions\u003c\/td\u003e\n        \u003ctd\u003e30 multiple choice questions\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGrammar Skills Assessed\u003c\/td\u003e\n        \u003ctd\u003eParts of Speech in Context · Sentence Types \u0026amp; Structure · Punctuation · Pronoun–Antecedent Agreement · Verb Tense \u0026amp; Agreement · Modifiers · Conjunctions \u0026amp; Transitions · Capitalization \u0026amp; Titles · Commonly Confused Words · Parallel Structure\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePlacement Tools\u003c\/td\u003e\n        \u003ctd\u003eSkills Placement Chart (10 skill categories with Needs Support \/ On Grade Level \/ Above Grade Level thresholds) · Performance Summary Table (overall placement, 3 levels)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eAnswer Key\u003c\/td\u003e\n        \u003ctd\u003eExpanded answer key for all 30 questions — correct answer, grammar rule explanation, and why each wrong answer is wrong · Embedded mini-lessons for non-specialists\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStudent Pages\u003c\/td\u003e\n        \u003ctd\u003e10 student-facing pages (passage + both assessment sections + placement chart). Answer key and teacher materials are additional pages.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eTotal Pages\u003c\/td\u003e\n        \u003ctd\u003e22 pages\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFormat\u003c\/td\u003e\n        \u003ctd\u003ePDF — printable and digital upload ready (Google Classroom, Canvas, etc.)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eLicense\u003c\/td\u003e\n        \u003ctd\u003eSingle classroom or personal homeschool use. Additional licenses required for teams, co-ops, schools, or districts.\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     FAQ\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\" style=\"padding-top: 0;\"\u003e\n  \u003cp class=\"section-label\"\u003eCommon Questions\u003c\/p\u003e\n  \u003ch2\u003eBefore You Buy\u003c\/h2\u003e\n  \u003cdiv class=\"faq-list\"\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eHow is this different from just printing a grammar quiz?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe questions themselves are only part of what this product provides. The Skills Placement Chart maps every question to one of 10 grammar categories and gives proficiency thresholds for each one — so after grading, you can see whether a student's errors cluster in verb tense, punctuation, parallel structure, or somewhere else entirely. The expanded answer key explains the rule behind every correct answer and breaks down why each wrong answer is wrong. That combination — skill-level data plus instructional explanation — is what makes this a diagnostic rather than a quiz.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eHow long does this take to administer?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eMost 7th graders complete the full diagnostic in one class period (45–55 minutes). The editing passage takes approximately 10–15 minutes to read carefully; the 30 questions take another 30–40 minutes for most students. For homeschool or tutoring use, the assessment can be split across two sessions — the editing passage and Section I in one sitting, Section II in another — without affecting the validity of the results.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this appropriate for homeschool use if I'm not an ELA teacher?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. The expanded answer key was written with this use case in mind. It explains every grammar rule in plain language — not ELA jargon — and includes mini-lessons for non-specialists embedded directly in the key. The performance summary and skills chart give you clear language to interpret results without needing prior knowledge of what a 7th grade grammar standard means. Homeschool parents consistently find this type of resource useful precisely because the instructional support is built in.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eCan I use this as a substitute-ready assignment?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes. The diagnostic is fully self-contained — the passage, both question sections, and all answer materials are in a single PDF. A substitute can administer the assessment without any additional setup, and the answer key is written clearly enough that a non-specialist can review answers with students meaningfully. Many teachers use this as a first-week diagnostic precisely because it works without requiring the classroom teacher to be present for the review.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat standards does this align to?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe diagnostic aligns to CCSS L.7.1 (grammar and usage conventions), L.7.2 (capitalization, punctuation, and spelling), L.7.3 (language choices for style and meaning), and W.7.5 (revising and editing writing). The revise-and-edit format of Section I mirrors the question format used on STAAR and TNReady language assessments. The teacher notes in the expanded key include explicit notes on how the assessment connects to standardized test expectations.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs there a 6th grade or 8th grade version?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — this diagnostic is part of a grade-band series. The 6th Grade Grammar Diagnostic and 8th Grade Grammar Diagnostic are available separately, and a complete 6th–8th Grade Grammar Diagnostic Bundle is also available. Each version uses a different editing passage and is calibrated to the grammar skills and standards for that grade level, making them useful for pre\/post measurement or for identifying where a student falls across the grade band.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     CTA\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"cta-band\" id=\"buy\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003ch2\u003eStart the Year Knowing\u003cbr\u003eExactly Where to Begin.\u003c\/h2\u003e\n    \u003cp\u003e30 questions. 10 grammar skills. An editing passage that mirrors state assessment format. A skills placement chart that tells you — category by category — what each student needs next. Expanded answer key with mini-lessons included. No prep required.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-primary\"\u003eAdd to Cart\u003c\/a\u003e\n    \u003cp class=\"cta-reassure\"\u003ePDF delivered instantly · 22 pages · 10 student pages · No prep required · Single classroom or homeschool license\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     FOOTER\n══════════════════════════════════════════ --\u003e\n\u003cfooter class=\"footer\"\u003e\n  \u003cp\u003e© 2025 Light Up Literature™ Curriculum, LLC. All rights reserved. | \u003ca href=\"https:\/\/lightupliterature.com\"\u003elightupliterature.com\u003c\/a\u003e\u003c\/p\u003e\n  \u003cp style=\"margin-top: 6px;\"\u003eQuestions? \u003ca href=\"mailto:Debra@lightupliteraturecurriculum.com\"\u003eDebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49387126456543,"sku":null,"price":8.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/7thGradeGrammarDiagnostic-4.png?v=1779546800"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/collections\/Diagnostics_Placement_Assessments.png?v=1779489005","url":"https:\/\/shop.lightupliterature.com\/collections\/diagnostics-placement-assessments.oembed","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}