{"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","url":"https:\/\/shop.lightupliterature.com\/products\/digital-product","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}