{"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","url":"https:\/\/shop.lightupliterature.com\/products\/6th-grade-reading-diagnostic-test-fiction-nonfiction-placement-guide-skills-checklist","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}