{"title":"Main Idea","description":"\u003cp\u003eThis collection brings together no-prep main idea and supporting details resources designed for 6th-grade, 7th grade, and 8th-grade ELA classrooms. Every resource is aligned to Common Core Reading Informational Text standards — including RI.6.1, RI.6.2, RI.7.1, RI.7.2, RI.8.1, and RI.8.2 — so you can teach with confidence and skip the alignment guesswork.\u003c\/p\u003e\n\u003cp\u003eWhether you need a rigorous practice pack, a ready-to-use quiz, or a full assessment with a pacing guide, you'll find resources here built for real middle school readers working with complex informational texts. Answer keys are included with every product.\u003c\/p\u003e\n\u003cp\u003eThese materials work for direct instruction, independent practice, small group intervention, and end-of-unit assessment. They're designed to meet students where they are and push them toward the kind of close reading and text analysis that middle school standards demand.\u003c\/p\u003e\n\u003cp\u003ePerfect for ELA teachers and homeschool educators who want standards-aligned, low-prep resources that actually hold up to a tough crowd.\u003c\/p\u003e","products":[{"product_id":"7th-grade-main-idea-worksheets-ri-7-2-nonfiction-passages-answer-key-no-prep","title":"7th Grade Main Idea Worksheets | RI.7.2 Nonfiction Passages \u0026 Answer Key | No Prep","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 Main Idea Worksheets | RI.7.2 Nonfiction Passages \u0026amp; Answer Key | No Prep\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"3 high-interest nonfiction passages on Beethoven, Taylor Swift \u0026amp; Bob Marley. 30 RI.7.2 MCQs, answer key included. No-prep 7th grade ELA. Print and go.\"\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  \/* PASSAGE CARDS *\/\n  .passage-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n  @media (max-width: 600px) { .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 1rem;\n    text-align: center;\n  }\n  .passage-icon { font-size: 28px; display: block; margin-bottom: 0.5rem; }\n  .passage-card h3 { font-size: 13.5px; margin-bottom: 0.4rem; text-align: center; }\n  .passage-card p { font-size: 12.5px; color: var(--text-muted); line-height: 1.6; text-align: center; }\n  .passage-detail {\n    display: inline-block;\n    margin-top: 0.6rem;\n    font-size: 11.5px;\n    font-weight: 700;\n    color: var(--purple);\n  }\n\n  \/* INCLUDED GRID *\/\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  .skills-list {\n    list-style: none;\n    margin-top: 1.25rem;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0.6rem 1.5rem;\n  }\n  @media (max-width: 560px) { .skills-list { grid-template-columns: 1fr; } }\n  .skills-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.5rem;\n    font-size: 13.5px;\n    color: var(--text-body);\n    line-height: 1.55;\n  }\n  .skills-list li::before {\n    content: '◆';\n    color: var(--purple);\n    font-size: 9px;\n    margin-top: 5px;\n    flex-shrink: 0;\n  }\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\"\u003e7th Grade ELA · RI.7.2 · Nonfiction Reading\u003c\/div\u003e\n  \u003ch1\u003eMain Idea Practice Built Around Passages Students Actually Want to Read\u003c\/h1\u003e\n  \u003cp class=\"hero-sub\"\u003eBeethoven. Taylor Swift. Bob Marley. Three high-interest nonfiction passages, 30 rigorous MCQs, and a complete answer key — everything you need for no-prep RI.7.2 main idea practice.\u003c\/p\u003e\n  \u003cdiv class=\"hero-meta\"\u003e\n    \u003cspan class=\"hero-tag\"\u003eGrade 7\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003eRI.7.2 Aligned\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003e3 Passages · 30 MCQs\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003eAnswer Key Included\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003eNo Prep · Print \u0026amp; Go\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\"\u003eWhy the Passages Matter\u003c\/span\u003e\n    \u003ch2\u003eReluctant Readers Don't Resist the Skill — They Resist Boring Texts\u003c\/h2\u003e\n    \u003cdiv class=\"intro-text\"\u003e\n      \u003cp\u003eMost 7th graders aren't opposed to reading nonfiction. They're opposed to reading nonfiction about topics they don't care about. The passages in this resource were chosen deliberately — a classical composer who went deaf and kept creating, a pop star who reinvented herself across genres, a reggae pioneer who used music to fight for social justice.\u003c\/p\u003e\n      \u003cp\u003eThese are stories with stakes. Students who are actually engaged with the text practice main idea skills the way those skills are supposed to be practiced — by reading closely, thinking carefully, and choosing answers based on evidence. The questions push past surface recall into inference, author's purpose, and identifying what the text is really about.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"callout\"\u003e\n      Each passage is paired with 10 multiple-choice questions that progress from basic comprehension to deeper analysis — the same progression students encounter on state reading assessments.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- THE THREE PASSAGES --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eThe Three Passages\u003c\/span\u003e\n    \u003ch2\u003eHigh-Interest Nonfiction — Written for 7th Grade Main Idea Practice\u003c\/h2\u003e\n    \u003cp\u003eEvery passage has a clear main idea, layered supporting details, and questions that require students to think beyond the literal text.\u003c\/p\u003e\n    \u003cdiv class=\"passage-grid\"\u003e\n      \u003cdiv class=\"passage-card\"\u003e\n        \u003cspan class=\"passage-icon\"\u003e🎼\u003c\/span\u003e\n        \u003ch3\u003eThe Life of Ludwig van Beethoven\u003c\/h3\u003e\n        \u003cp\u003eA biography of the composer who lost his hearing and kept writing some of the most iconic music in history — a passage rich for main idea and theme analysis.\u003c\/p\u003e\n        \u003cspan class=\"passage-detail\"\u003e10 MCQs · Answer Key Included\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"passage-card\"\u003e\n        \u003cspan class=\"passage-icon\"\u003e🎤\u003c\/span\u003e\n        \u003ch3\u003eThe Career of Taylor Swift\u003c\/h3\u003e\n        \u003cp\u003eFrom country to pop to global icon — a high-engagement nonfiction article about artistic reinvention that pulls in even the most reluctant readers.\u003c\/p\u003e\n        \u003cspan class=\"passage-detail\"\u003e10 MCQs · Answer Key Included\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"passage-card\"\u003e\n        \u003cspan class=\"passage-icon\"\u003e🎵\u003c\/span\u003e\n        \u003ch3\u003eThe Influence of Bob Marley\u003c\/h3\u003e\n        \u003cp\u003eThe story of a reggae pioneer who used music as a tool for peace and social justice — and whose influence continues to reach across generations worldwide.\u003c\/p\u003e\n        \u003cspan class=\"passage-detail\"\u003e10 MCQs · Answer Key Included\u003c\/span\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    \u003cp\u003eThree complete passage sets and a full answer key — nothing left to create or supplement.\u003c\/p\u003e\n    \u003cdiv class=\"included-grid\"\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003ch3\u003e3 Nonfiction Reading Passages\u003c\/h3\u003e\n        \u003cp\u003eBeethoven, Taylor Swift, and Bob Marley — each passage written at 7th grade level with a clear main idea and structured supporting details.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003ch3\u003e30 Multiple-Choice Questions\u003c\/h3\u003e\n        \u003cp\u003e10 rigorous MCQs per passage, progressing from main idea identification to inference, author's purpose, and textual evidence analysis.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003ch3\u003eComplete Answer Key\u003c\/h3\u003e\n        \u003cp\u003eAll 30 answers on a single organized page — easy to grade quickly or hand to students for immediate self-correction and feedback.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003ch3\u003ePrint-and-Go Format\u003c\/h3\u003e\n        \u003cp\u003eNo cutting, laminating, or prep required. Download, print, and hand out — works for teachers, homeschool parents, and substitute teachers equally well.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SKILLS \u0026 STANDARDS --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eSkills \u0026amp; Standards\u003c\/span\u003e\n    \u003ch2\u003eRI.7.2 — Main Idea and Supporting Details\u003c\/h2\u003e\n    \u003cul class=\"skills-list\"\u003e\n      \u003cli\u003eIdentifying main idea in nonfiction\u003c\/li\u003e\n      \u003cli\u003eDistinguishing main idea from topic\u003c\/li\u003e\n      \u003cli\u003eAnalyzing supporting details\u003c\/li\u003e\n      \u003cli\u003eSummarizing informational text\u003c\/li\u003e\n      \u003cli\u003eMaking inferences from evidence\u003c\/li\u003e\n      \u003cli\u003eIdentifying author's purpose\u003c\/li\u003e\n      \u003cli\u003eClose reading of nonfiction\u003c\/li\u003e\n      \u003cli\u003eStandardized test MCQ strategies\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv style=\"margin-top:1.25rem; font-size:13px; color:var(--text-muted);\"\u003e\n      \u003cstrong style=\"color:var(--indigo);\"\u003eStandard:\u003c\/strong\u003e RI.7.2 (Main Idea \u0026amp; Supporting Details)  · \n      \u003cstrong style=\"color:var(--indigo);\"\u003eGrade:\u003c\/strong\u003e 7th  · \n      \u003cstrong style=\"color:var(--indigo);\"\u003eFormat:\u003c\/strong\u003e Printable PDF · No Prep\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PERFECT FOR --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eWays to Use It\u003c\/span\u003e\n    \u003ch2\u003eFlexible for Any Instructional Context\u003c\/h2\u003e\n    \u003cdiv class=\"use-cases\"\u003e\n      \u003cspan class=\"use-tag\"\u003eIndependent reading practice\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eSmall group instruction\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eTest prep \u0026amp; assessment review\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eBell ringers or exit tickets\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eSub plans\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eHomework\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eEarly finisher work\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eHomeschool ELA curriculum\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eLiteracy centers\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\u003e7th Grade\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eStandard\u003c\/td\u003e\n\u003ctd\u003eRI.7.2 — Main Idea \u0026amp; Supporting Details\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePassages\u003c\/td\u003e\n\u003ctd\u003e3 nonfiction articles — Beethoven, Taylor Swift, Bob Marley\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eQuestions\u003c\/td\u003e\n\u003ctd\u003e30 MCQs · 10 per passage\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eQuestion Depth\u003c\/td\u003e\n\u003ctd\u003eComprehension → inference → author's purpose (progressive rigor)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eAnswer Key\u003c\/td\u003e\n\u003ctd\u003eIncluded — all 30 answers on one organized page\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      \u003ctr\u003e\n\u003ctd\u003eBest For\u003c\/td\u003e\n\u003ctd\u003eTest prep, independent practice, sub plans, small group intervention\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\"\u003eAre these passages appropriate for students who struggle with nonfiction reading?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eYes — the passages were chosen specifically because the topics are high-interest, which lowers the resistance students often feel toward nonfiction. A student who resists reading about geological formations may read closely about how Taylor Swift reinvented her career. The skill practice is the same; the entry point is more accessible.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eCan I use a single passage as a standalone lesson?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eAbsolutely. Each passage and its 10 questions work as a completely self-contained lesson. Use all three as a unit, or pull one passage for a bell ringer series, a single-day lesson, or a sub plan. They don't need to be used together or in any particular order.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eHow do the questions progress within each passage?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eQuestions begin with main idea identification and move into supporting detail analysis, inference, and author's purpose — the same progression students encounter on state reading assessments. This means the resource functions as both skill practice and genuine test prep within a single passage set.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eIs this suitable for homeschool use?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eYes — the self-explanatory format, included answer key, and standalone passage structure make it easy to use without a classroom context. Each passage set works well as an independent reading and analysis assignment, and the answer key makes self-grading simple.\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\u003eThree Passages They'll Actually Read. Thirty Questions That Build the Skill.\u003c\/h2\u003e\n  \u003cp\u003eBeethoven, Taylor Swift, and Bob Marley — three high-interest nonfiction passages paired with 30 rigorous MCQs and a complete answer key. Download, print, and teach RI.7.2 main idea practice without writing a single question yourself.\u003c\/p\u003e\n  \u003ca class=\"cta-btn\" href=\"#\"\u003eAdd to Cart\u003c\/a\u003e\n  \u003cp class=\"cta-meta\"\u003eGrade 7 · RI.7.2 · 3 Nonfiction Passages · 30 MCQs · Answer Key Included · PDF · Print-and-Go · No Prep Required\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":49284242407647,"sku":null,"price":5.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/7MainIdea.png?v=1779291012"},{"product_id":"6th-grade-main-idea-worksheets-assessment-pacing-guide","title":"6th Grade Main Idea Worksheets, Assessment \u0026 Pacing 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\u003e6th Grade Main Idea Unit — Worksheets, Assessment \u0026amp; Pacing Guide | Light Up Literature™\u003c\/title\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    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --purple: #BD10E1;\n      --indigo: #25046B;\n      --indigo-dark: #1a0350;\n      --indigo-mid: #3a0d8f;\n      --white: #ffffff;\n      --off-white: #faf8ff;\n      --light-purple: #f3e8ff;\n      --mid-gray: #5a5a72;\n      --text: #1a1a2e;\n      --border: #e2d9f3;\n    }\n\n    body {\n      font-family: 'Open Sans', sans-serif;\n      color: var(--text);\n      background: var(--white);\n      line-height: 1.7;\n    }\n\n    h1, h2, h3 { font-family: 'Playfair Display', serif; }\n\n    \/* ── HERO ── *\/\n    .hero {\n      background: linear-gradient(135deg, var(--indigo-dark) 0%, var(--indigo) 55%, var(--indigo-mid) 100%);\n      color: var(--white);\n      padding: 72px 24px 64px;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hero::before {\n      content: '';\n      position: absolute;\n      top: -70px; right: -50px;\n      width: 300px; height: 300px;\n      border-radius: 50%;\n      background: rgba(189,16,225,0.13);\n      pointer-events: none;\n    }\n\n    .hero::after {\n      content: '';\n      position: absolute;\n      bottom: -80px; left: -60px;\n      width: 280px; height: 280px;\n      border-radius: 50%;\n      background: rgba(189,16,225,0.09);\n      pointer-events: none;\n    }\n\n    .hero-eyebrow {\n      font-size: 0.78rem;\n      font-weight: 700;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--purple);\n      margin-bottom: 16px;\n    }\n\n    .hero h1 {\n      font-size: clamp(1.9rem, 4.5vw, 2.9rem);\n      font-weight: 900;\n      line-height: 1.18;\n      max-width: 820px;\n      margin: 0 auto 20px;\n    }\n\n    .hero h1 span { color: var(--purple); }\n\n    .hero-subtitle {\n      font-size: 1.05rem;\n      color: rgba(255,255,255,0.87);\n      max-width: 620px;\n      margin: 0 auto 36px;\n    }\n\n    .hero-badges {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 10px;\n      margin-bottom: 40px;\n    }\n\n    .badge {\n      background: rgba(255,255,255,0.12);\n      border: 1px solid rgba(255,255,255,0.25);\n      color: var(--white);\n      font-size: 0.78rem;\n      font-weight: 700;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      padding: 6px 14px;\n      border-radius: 100px;\n    }\n\n    .hero-cta {\n      display: inline-block;\n      background: var(--purple);\n      color: var(--white);\n      font-family: 'Open Sans', sans-serif;\n      font-size: 1rem;\n      font-weight: 700;\n      letter-spacing: 0.04em;\n      text-decoration: none;\n      padding: 16px 40px;\n      border-radius: 6px;\n      transition: background 0.2s ease, transform 0.15s ease;\n    }\n    .hero-cta:hover { background: #a00dc7; transform: translateY(-2px); }\n\n    \/* ── STAT BAR ── *\/\n    .stat-bar {\n      background: var(--purple);\n      color: var(--white);\n      padding: 20px 24px;\n    }\n\n    .stat-bar-inner {\n      max-width: 960px;\n      margin: 0 auto;\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n    }\n\n    .stat-item {\n      text-align: center;\n      padding: 8px 28px;\n      border-right: 1px solid rgba(255,255,255,0.3);\n    }\n    .stat-item:last-child { border-right: none; }\n\n    .stat-number {\n      display: block;\n      font-family: 'Playfair Display', serif;\n      font-size: 1.9rem;\n      font-weight: 900;\n      line-height: 1;\n    }\n\n    .stat-label {\n      font-size: 0.68rem;\n      font-weight: 700;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      opacity: 0.9;\n    }\n\n    \/* ── SECTION SHARED ── *\/\n    section { padding: 64px 24px; }\n\n    .section-inner {\n      max-width: 880px;\n      margin: 0 auto;\n    }\n\n    .section-eyebrow {\n      font-size: 0.72rem;\n      font-weight: 700;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--purple);\n      margin-bottom: 10px;\n    }\n\n    .section-inner h2 {\n      font-size: clamp(1.6rem, 3.5vw, 2.2rem);\n      font-weight: 700;\n      color: var(--indigo);\n      margin-bottom: 20px;\n      line-height: 1.25;\n    }\n\n    .section-inner p {\n      font-size: 1rem;\n      color: var(--mid-gray);\n      margin-bottom: 16px;\n    }\n\n    \/* ── WHY ── *\/\n    .why {\n      background: var(--off-white);\n      border-top: 4px solid var(--purple);\n    }\n\n    .why-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));\n      gap: 20px;\n      margin-top: 36px;\n    }\n\n    .why-card {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: 10px;\n      padding: 26px 22px;\n    }\n\n    .why-card-icon { font-size: 1.7rem; margin-bottom: 10px; }\n\n    .why-card h3 {\n      font-size: 0.95rem;\n      font-weight: 700;\n      font-family: 'Open Sans', sans-serif;\n      color: var(--indigo);\n      margin-bottom: 8px;\n    }\n\n    .why-card p { font-size: 0.88rem; color: var(--mid-gray); margin: 0; }\n\n    \/* ── UNIT STRUCTURE ── *\/\n    .unit { background: var(--white); }\n\n    .unit-flow {\n      margin-top: 36px;\n      display: flex;\n      flex-direction: column;\n      gap: 0;\n    }\n\n    .unit-step {\n      display: grid;\n      grid-template-columns: auto 1fr;\n      gap: 0 24px;\n      position: relative;\n    }\n\n    .unit-step:not(:last-child) .step-connector {\n      position: absolute;\n      left: 23px;\n      top: 56px;\n      bottom: 0;\n      width: 2px;\n      background: var(--border);\n    }\n\n    .step-marker {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      flex-shrink: 0;\n    }\n\n    .step-num {\n      width: 48px;\n      height: 48px;\n      border-radius: 50%;\n      background: var(--indigo);\n      color: var(--white);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-family: 'Playfair Display', serif;\n      font-size: 1.1rem;\n      font-weight: 900;\n      flex-shrink: 0;\n    }\n\n    .step-content {\n      background: var(--off-white);\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      padding: 20px 22px;\n      margin-bottom: 16px;\n    }\n\n    .step-content h3 {\n      font-size: 1rem;\n      font-weight: 700;\n      font-family: 'Open Sans', sans-serif;\n      color: var(--indigo);\n      margin-bottom: 6px;\n    }\n\n    .step-content p { font-size: 0.88rem; color: var(--mid-gray); margin: 0; }\n\n    .step-tag {\n      display: inline-block;\n      background: var(--purple);\n      color: var(--white);\n      font-size: 0.68rem;\n      font-weight: 700;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      padding: 2px 9px;\n      border-radius: 100px;\n      margin-bottom: 8px;\n    }\n\n    \/* ── PACING ── *\/\n    .pacing {\n      background: var(--indigo);\n      color: var(--white);\n    }\n\n    .pacing .section-inner h2 { color: var(--white); }\n    .pacing .section-inner p { color: rgba(255,255,255,0.82); }\n    .pacing .section-eyebrow { color: var(--purple); }\n\n    .pacing-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 28px;\n      font-size: 0.88rem;\n    }\n\n    .pacing-table th {\n      background: rgba(255,255,255,0.12);\n      color: var(--white);\n      font-weight: 700;\n      text-align: left;\n      padding: 12px 16px;\n      border-bottom: 2px solid rgba(255,255,255,0.2);\n      letter-spacing: 0.04em;\n    }\n\n    .pacing-table td {\n      padding: 14px 16px;\n      vertical-align: top;\n      border-bottom: 1px solid rgba(255,255,255,0.1);\n      color: rgba(255,255,255,0.82);\n    }\n\n    .pacing-table tr:last-child td { border-bottom: none; }\n\n    .pacing-table td:first-child {\n      font-weight: 700;\n      color: var(--purple);\n      white-space: nowrap;\n    }\n\n    .pacing-table tr:hover td { background: rgba(255,255,255,0.04); }\n\n    \/* ── PASSAGES ── *\/\n    .passages { background: var(--off-white); }\n\n    .passages-intro {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n      gap: 12px;\n      margin-top: 28px;\n      margin-bottom: 32px;\n    }\n\n    .passage-topic {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-left: 3px solid var(--purple);\n      border-radius: 6px;\n      padding: 10px 14px;\n      font-size: 0.84rem;\n      color: var(--mid-gray);\n      font-weight: 600;\n    }\n\n    \/* ── TEST SECTION ── *\/\n    .test-section { background: var(--white); }\n\n    .test-passage-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 16px;\n      margin-top: 32px;\n    }\n\n    .test-card {\n      border: 1px solid var(--border);\n      border-radius: 10px;\n      overflow: hidden;\n    }\n\n    .test-card-header {\n      background: var(--indigo);\n      padding: 14px 18px;\n      color: var(--white);\n    }\n\n    .test-card-header .test-num {\n      font-size: 0.68rem;\n      font-weight: 700;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--purple);\n      margin-bottom: 4px;\n    }\n\n    .test-card-header h3 {\n      font-size: 0.92rem;\n      font-weight: 700;\n      font-family: 'Open Sans', sans-serif;\n      color: var(--white);\n    }\n\n    .test-card-body {\n      background: var(--off-white);\n      padding: 14px 18px;\n      font-size: 0.84rem;\n      color: var(--mid-gray);\n    }\n\n    \/* ── INCLUDED ── *\/\n    .included { background: var(--off-white); }\n\n    .included-list {\n      list-style: none;\n      margin-top: 28px;\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n    }\n\n    .included-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      padding: 16px 18px;\n      font-size: 0.92rem;\n      color: var(--mid-gray);\n    }\n\n    .included-list li::before {\n      content: '✓';\n      color: var(--purple);\n      font-weight: 700;\n      flex-shrink: 0;\n    }\n\n    \/* ── WHO ── *\/\n    .who { background: var(--white); }\n\n    .who-list {\n      list-style: none;\n      margin-top: 28px;\n      display: flex;\n      flex-direction: column;\n      gap: 14px;\n    }\n\n    .who-list li {\n      display: flex;\n      gap: 14px;\n      padding: 18px 20px;\n      background: var(--off-white);\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      font-size: 0.95rem;\n      color: var(--mid-gray);\n    }\n\n    .who-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }\n\n    \/* ── WAYS ── *\/\n    .ways {\n      background: linear-gradient(135deg, var(--indigo-dark) 0%, var(--indigo) 100%);\n      color: var(--white);\n    }\n\n    .ways .section-inner h2 { color: var(--white); }\n    .ways .section-inner p { color: rgba(255,255,255,0.82); }\n    .ways .section-eyebrow { color: var(--purple); }\n\n    .ways-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 12px;\n      margin-top: 28px;\n    }\n\n    .ways-item {\n      background: rgba(255,255,255,0.08);\n      border: 1px solid rgba(255,255,255,0.15);\n      border-radius: 8px;\n      padding: 16px 18px;\n      display: flex;\n      gap: 12px;\n      font-size: 0.88rem;\n      color: rgba(255,255,255,0.85);\n      align-items: flex-start;\n    }\n\n    .ways-dot {\n      width: 8px;\n      height: 8px;\n      background: var(--purple);\n      border-radius: 50%;\n      flex-shrink: 0;\n      margin-top: 7px;\n    }\n\n    \/* ── STANDARD BOX ── *\/\n    .standards { background: var(--off-white); }\n\n    .standard-box {\n      background: var(--white);\n      border: 2px solid var(--purple);\n      border-radius: 10px;\n      padding: 28px 24px;\n      margin-top: 24px;\n    }\n\n    .std-list {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 14px;\n    }\n\n    .std-list li {\n      display: flex;\n      gap: 16px;\n      align-items: flex-start;\n    }\n\n    .std-code {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.2rem;\n      font-weight: 900;\n      color: var(--purple);\n      flex-shrink: 0;\n      min-width: 70px;\n      line-height: 1.3;\n    }\n\n    .std-desc { font-size: 0.9rem; color: var(--mid-gray); }\n\n    \/* ── SPECS ── *\/\n    .specs { background: var(--white); }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 28px;\n      font-size: 0.9rem;\n    }\n\n    .specs-table tr { border-bottom: 1px solid var(--border); }\n    .specs-table tr:last-child { border-bottom: none; }\n\n    .specs-table td { padding: 14px 16px; vertical-align: top; }\n\n    .specs-table td:first-child {\n      font-weight: 700;\n      color: var(--indigo);\n      width: 40%;\n      background: var(--off-white);\n    }\n\n    .specs-table td:last-child { color: var(--mid-gray); }\n    .specs-table tr:nth-child(even) td:first-child { background: #f0ebfa; }\n    .specs-table tr:nth-child(even) td:last-child { background: var(--light-purple); }\n\n    \/* ── FAQ ── *\/\n    .faq { background: var(--off-white); }\n\n    .faq-list {\n      margin-top: 32px;\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n\n    .faq-item {\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      overflow: hidden;\n    }\n\n    .faq-q {\n      background: var(--light-purple);\n      padding: 18px 20px;\n      font-weight: 700;\n      color: var(--indigo);\n      font-size: 0.95rem;\n    }\n\n    .faq-a {\n      padding: 16px 20px;\n      font-size: 0.9rem;\n      color: var(--mid-gray);\n      background: var(--white);\n    }\n\n    \/* ── CTA ── *\/\n    .cta-section {\n      background: linear-gradient(135deg, var(--purple) 0%, var(--indigo-mid) 100%);\n      color: var(--white);\n      text-align: center;\n      padding: 72px 24px;\n    }\n\n    .cta-section h2 {\n      color: var(--white);\n      font-size: clamp(1.7rem, 4vw, 2.4rem);\n      margin-bottom: 16px;\n    }\n\n    .cta-section p {\n      color: rgba(255,255,255,0.88);\n      font-size: 1rem;\n      max-width: 540px;\n      margin: 0 auto 36px;\n    }\n\n    .cta-btn {\n      display: inline-block;\n      background: var(--white);\n      color: var(--indigo);\n      font-family: 'Open Sans', sans-serif;\n      font-size: 1rem;\n      font-weight: 700;\n      text-decoration: none;\n      padding: 16px 44px;\n      border-radius: 6px;\n      letter-spacing: 0.03em;\n      transition: background 0.2s ease, transform 0.15s ease;\n    }\n    .cta-btn:hover { background: var(--off-white); transform: translateY(-2px); }\n\n    \/* ── FOOTER ── *\/\n    .footer-note {\n      background: var(--indigo-dark);\n      color: rgba(255,255,255,0.55);\n      text-align: center;\n      font-size: 0.8rem;\n      padding: 20px 24px;\n    }\n\n    \/* ── RESPONSIVE ── *\/\n    @media (max-width: 600px) {\n      .stat-item {\n        padding: 8px 16px;\n        border-right: none;\n        border-bottom: 1px solid rgba(255,255,255,0.3);\n      }\n      .stat-item:last-child { border-bottom: none; }\n      .stat-bar-inner { flex-direction: column; }\n      .pacing-table th:nth-child(4),\n      .pacing-table td:nth-child(4) { display: none; }\n    }\n  \u003c\/style\u003e\n\n\n\n  \u003c!-- ── HERO ── --\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003cp class=\"hero-eyebrow\"\u003eLight Up Literature™ Curriculum\u003c\/p\u003e\n    \u003ch1\u003e6th Grade \u003cspan\u003eMain Idea\u003c\/span\u003e Unit\u003cbr\u003eWorksheets, Assessment \u0026amp; Pacing Guide\u003c\/h1\u003e\n    \u003cp class=\"hero-subtitle\"\u003eA complete, scaffolded nonfiction unit — from skill introduction to formal assessment — with 20 passages, a 5-day pacing guide, and a detailed answer key with teacher explanations. Everything in one download.\u003c\/p\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"badge\"\u003eGrade 6\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eRI.6.2\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003e20+ Passages\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eFull Assessment\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003ePacing Guide\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eAnswer Key\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eNo Prep\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#purchase\" class=\"hero-cta\"\u003eAdd to Cart\u003c\/a\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── STAT BAR ── --\u003e\n  \u003cdiv class=\"stat-bar\"\u003e\n    \u003cdiv class=\"stat-bar-inner\"\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cspan class=\"stat-number\"\u003e20+\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003ePractice Passages\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cspan class=\"stat-number\"\u003e5\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eDays of Lessons\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cspan class=\"stat-number\"\u003e3\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eLeveled Worksheets\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cspan class=\"stat-number\"\u003e1\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eFull Assessment\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cspan class=\"stat-number\"\u003e∞\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eUses Per Year\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── WHY ── --\u003e\n  \u003csection class=\"why\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eThe Problem This Solves\u003c\/p\u003e\n      \u003ch2\u003eMain idea is one of the most taught — and most confusing — 6th grade skills. Students need more than a definition to master it.\u003c\/h2\u003e\n      \u003cp\u003eThe main hurdle isn't that students can't read. It's that they confuse the topic with the main idea, or they land on a supporting detail and think they've found the central point. They know the difference in theory and then miss it on the test.\u003c\/p\u003e\n      \u003cp\u003eThis unit addresses that by teaching the skill in stages. It starts with explicit instruction — including the two most common mistakes and how to fix them — and moves through progressively more complex passages and question types before arriving at a formal assessment. Students build the skill, practice it at increasing difficulty, and then demonstrate mastery — all within one download.\u003c\/p\u003e\n\n      \u003cdiv class=\"why-grid\"\u003e\n        \u003cdiv class=\"why-card\"\u003e\n          \u003cdiv class=\"why-card-icon\"\u003e🏗️\u003c\/div\u003e\n          \u003ch3\u003eGenuinely scaffolded\u003c\/h3\u003e\n          \u003cp\u003eSkill instruction → guided practice → independent practice → extended practice → formal assessment. The progression is built in so you don't have to design it.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"why-card\"\u003e\n          \u003cdiv class=\"why-card-icon\"\u003e📅\u003c\/div\u003e\n          \u003ch3\u003ePacing guide included\u003c\/h3\u003e\n          \u003cp\u003eA 5-day lesson plan with time estimates tells you exactly which component to use each day and how to use it — whole group, small group, or independent.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"why-card\"\u003e\n          \u003cdiv class=\"why-card-icon\"\u003e💬\u003c\/div\u003e\n          \u003ch3\u003eAnswer key that teaches\u003c\/h3\u003e\n          \u003cp\u003eEvery answer includes an explanation of why it's correct — not just the letter. Teachers can use explanations for re-teaching; students can use them for self-correction.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"why-card\"\u003e\n          \u003cdiv class=\"why-card-icon\"\u003e📰\u003c\/div\u003e\n          \u003ch3\u003ePassages worth reading\u003c\/h3\u003e\n          \u003cp\u003eTopics include energy drinks, AI art, fast food marketing, lab-grown meat, honeybees, the printing press, coral reefs, and more — topics that hold attention.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── UNIT STRUCTURE ── --\u003e\n  \u003csection class=\"unit\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eHow the Unit Is Built\u003c\/p\u003e\n      \u003ch2\u003eSix components that build the skill from the ground up.\u003c\/h2\u003e\n      \u003cp\u003eEach component in this unit is designed to connect to the next. Students who work through the unit in sequence move from needing teacher support to working fully independently — with the assessment measuring how far they've come.\u003c\/p\u003e\n\n      \u003cdiv class=\"unit-flow\"\u003e\n        \u003cdiv class=\"unit-step\"\u003e\n          \u003cdiv class=\"step-connector\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"step-marker\"\u003e\u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\u003c\/div\u003e\n          \u003cdiv class=\"step-content\"\u003e\n            \u003cdiv class=\"step-tag\"\u003eDirect Instruction\u003c\/div\u003e\n            \u003ch3\u003eSkill Sheet — What Is the Main Idea?\u003c\/h3\u003e\n            \u003cp\u003eDefinitions of main idea, topic, and supporting details; key vocabulary; and explicit instruction on the two most common mistakes students make (confusing topic with main idea; choosing a supporting detail instead). Includes corrective examples for each error.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"unit-step\"\u003e\n          \u003cdiv class=\"step-connector\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"step-marker\"\u003e\u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\u003c\/div\u003e\n          \u003cdiv class=\"step-content\"\u003e\n            \u003cdiv class=\"step-tag\"\u003eScaffolded Warm-Up\u003c\/div\u003e\n            \u003ch3\u003eThree-Level Practice — One Passage, Three Skills\u003c\/h3\u003e\n            \u003cp\u003eA single passage about energy drinks is used for three sequential questions: (1) Identify the topic, (2) Identify the main idea, (3) Match a supporting detail to the main idea. Color-coded by difficulty level. Answers are embedded — ideal for modeling or checking understanding in real time.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"unit-step\"\u003e\n          \u003cdiv class=\"step-connector\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"step-marker\"\u003e\u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\u003c\/div\u003e\n          \u003cdiv class=\"step-content\"\u003e\n            \u003cdiv class=\"step-tag\"\u003eGuided Practice\u003c\/div\u003e\n            \u003ch3\u003eThree Additional Practice Passages\u003c\/h3\u003e\n            \u003cp\u003ePassages on penguins, reusable water bottles, and video games in education — each with 3 questions (topic, main idea, supporting detail) and embedded answers. These are designed for guided release: the teacher models with passage 1, pairs students for passage 2, and assigns passage 3 independently.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"unit-step\"\u003e\n          \u003cdiv class=\"step-connector\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"step-marker\"\u003e\u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\u003c\/div\u003e\n          \u003cdiv class=\"step-content\"\u003e\n            \u003cdiv class=\"step-tag\"\u003eIndependent Practice — Worksheet 1\u003c\/div\u003e\n            \u003ch3\u003e5 Short Passages — 15 Questions\u003c\/h3\u003e\n            \u003cp\u003eShort passages on bees, bats, cooking, storm shelters, and music — 3 questions each (topic, main idea, supporting detail). Consistent format reinforces the skill structure without cognitive overload. Works well for morning work, homework, or skill centers.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"unit-step\"\u003e\n          \u003cdiv class=\"step-connector\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"step-marker\"\u003e\u003cdiv class=\"step-num\"\u003e5\u003c\/div\u003e\u003c\/div\u003e\n          \u003cdiv class=\"step-content\"\u003e\n            \u003cdiv class=\"step-tag\"\u003eExtended Practice — Worksheets 2 \u0026amp; 3\u003c\/div\u003e\n            \u003ch3\u003e15 More Passages Across Two Worksheets\u003c\/h3\u003e\n            \u003cp\u003eWorksheet 2 uses 5 medium-length passages (fire, Clara Barton, composting, studying with music, honeybee decline) with 2 questions each. Worksheet 3 uses 10 passages — the longest in the set — with 1 main idea question each, requiring students to apply the skill fluently without scaffolding.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"unit-step\"\u003e\n          \u003cdiv class=\"step-marker\"\u003e\u003cdiv class=\"step-num\"\u003e6\u003c\/div\u003e\u003c\/div\u003e\n          \u003cdiv class=\"step-content\"\u003e\n            \u003cdiv class=\"step-tag\"\u003eFormal Assessment\u003c\/div\u003e\n            \u003ch3\u003eMain Idea Test — 4 Multi-Paragraph Passages, 20 Questions\u003c\/h3\u003e\n            \u003cp\u003eFour longer texts — lab-grown meat, fast food marketing, first impressions, and AI art — each with 5 rigorous questions. Question types include topic identification, main idea selection, supporting detail identification, \"NOT supported by the passage\" questions, and best-title questions. Designed for formal or benchmark assessment.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── PACING GUIDE ── --\u003e\n  \u003csection class=\"pacing\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003e5-Day Pacing Guide\u003c\/p\u003e\n      \u003ch2\u003eThe lesson plan is already done.\u003c\/h2\u003e\n      \u003cp\u003eThe pacing guide tells you which component to use each day, how to use it, and roughly how long it will take. No planning required — open the PDF and follow the guide.\u003c\/p\u003e\n\n      \u003ctable class=\"pacing-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eDay\u003c\/th\u003e\n            \u003cth\u003eFocus\u003c\/th\u003e\n            \u003cth\u003eWhat to Use\u003c\/th\u003e\n            \u003cth\u003eTime Est.\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDay 1\u003c\/td\u003e\n            \u003ctd\u003eDirect skill instruction\u003c\/td\u003e\n            \u003ctd\u003eSkill Sheet + Scaffolded Passage (Energy Drinks)\u003c\/td\u003e\n            \u003ctd\u003e25–40 min\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDay 2\u003c\/td\u003e\n            \u003ctd\u003eGuided practice\u003c\/td\u003e\n            \u003ctd\u003ePractice passages 1–3 (Penguins, Water Bottles, Video Games)\u003c\/td\u003e\n            \u003ctd\u003e30–40 min\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDay 3\u003c\/td\u003e\n            \u003ctd\u003eIndependent practice\u003c\/td\u003e\n            \u003ctd\u003eWorksheet 1 (5 short passages)\u003c\/td\u003e\n            \u003ctd\u003e25–30 min\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDay 4\u003c\/td\u003e\n            \u003ctd\u003eExtended application\u003c\/td\u003e\n            \u003ctd\u003eWorksheet 2 (medium passages) or Worksheet 3 (longer passages)\u003c\/td\u003e\n            \u003ctd\u003e25–40 min\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eDay 5\u003c\/td\u003e\n            \u003ctd\u003eFormal assessment\u003c\/td\u003e\n            \u003ctd\u003eMain Idea Test (4 multi-paragraph passages)\u003c\/td\u003e\n            \u003ctd\u003e45–60 min\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── PASSAGES ── --\u003e\n  \u003csection class=\"passages\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003ePassage Topics\u003c\/p\u003e\n      \u003ch2\u003eHigh-interest topics across science, social studies, and current events.\u003c\/h2\u003e\n      \u003cp\u003eThe passage topics were chosen to hold student attention across the unit. Science topics, current events, and everyday life subjects are all represented — giving students varied context while keeping the skill focus consistent.\u003c\/p\u003e\n\n      \u003cdiv class=\"passages-intro\"\u003e\n        \u003cdiv class=\"passage-topic\"\u003eEnergy Drinks\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003ePenguins\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eReusable Water Bottles\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eVideo Games in Education\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eBees \u0026amp; Pollination\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eBats \u0026amp; the Environment\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eCooking as a Life Skill\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eStorm Shelters\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eMusic \u0026amp; Emotion\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eEarly Humans \u0026amp; Fire\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eClara Barton\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eComposting\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eStudying with Music\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eHoneybee Decline\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eThe Great Wall of China\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eTornadoes\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eCoral Reefs\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eAstronauts in Space\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eVolcanoes\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eThe Printing Press\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eAnimal Hibernation \u0026amp; Migration\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eRecycling\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eStage Fright\u003c\/div\u003e\n        \u003cdiv class=\"passage-topic\"\u003eAmazon Rainforest\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp style=\"font-size:0.88rem; color: var(--mid-gray);\"\u003ePlus four multi-paragraph test passages: lab-grown meat, fast food marketing, the psychology of first impressions, and AI-generated art.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── TEST PASSAGES ── --\u003e\n  \u003csection class=\"test-section\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eThe Assessment\u003c\/p\u003e\n      \u003ch2\u003eFour multi-paragraph passages — 20 rigorous questions.\u003c\/h2\u003e\n      \u003cp\u003eThe Main Idea Test is designed for formal or benchmark assessment. Each passage is longer and more complex than the practice materials, and each question set uses five distinct question types that mirror how main idea is assessed on standardized tests.\u003c\/p\u003e\n\n      \u003cdiv class=\"test-passage-grid\"\u003e\n        \u003cdiv class=\"test-card\"\u003e\n          \u003cdiv class=\"test-card-header\"\u003e\n            \u003cdiv class=\"test-num\"\u003eTest Passage 1\u003c\/div\u003e\n            \u003ch3\u003eThe Rise of Lab-Grown Meat\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"test-card-body\"\u003eScience technology meets ethics — a balanced look at cultivated meat's promise and the debate surrounding it.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"test-card\"\u003e\n          \u003cdiv class=\"test-card-header\"\u003e\n            \u003cdiv class=\"test-num\"\u003eTest Passage 2\u003c\/div\u003e\n            \u003ch3\u003eThe Business of Fast Food Marketing\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"test-card-body\"\u003eHow fast food companies use mascots, urgency, apps, and social media to influence young consumers.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"test-card\"\u003e\n          \u003cdiv class=\"test-card-header\"\u003e\n            \u003cdiv class=\"test-num\"\u003eTest Passage 3\u003c\/div\u003e\n            \u003ch3\u003eThe Psychology of First Impressions\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"test-card-body\"\u003eWhy humans form instant judgments and what research says about managing — and resisting — those snap decisions.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"test-card\"\u003e\n          \u003cdiv class=\"test-card-header\"\u003e\n            \u003cdiv class=\"test-num\"\u003eTest Passage 4\u003c\/div\u003e\n            \u003ch3\u003eCan AI Create Real Art?\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"test-card-body\"\u003eA multi-perspective look at AI-generated art — what supporters argue, what critics say, and what it means for artists and museums.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"margin-top:24px; background:var(--light-purple); border:1px solid var(--border); border-radius:8px; padding:16px 20px;\"\u003e\n        \u003cp style=\"font-size:0.88rem; color:var(--mid-gray); margin:0;\"\u003e\u003cstrong style=\"color:var(--indigo);\"\u003eQuestion types on the test:\u003c\/strong\u003e Topic identification · Main idea selection · Supporting detail identification · \"Which is NOT supported by the passage\" · Best title selection — five formats per passage, 20 questions total.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── WHAT'S INCLUDED ── --\u003e\n  \u003csection class=\"included\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eEverything in the Download\u003c\/p\u003e\n      \u003ch2\u003eOne complete unit — nothing else to source.\u003c\/h2\u003e\n\n      \u003cul class=\"included-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e\"How to Use\" page\u003c\/strong\u003e — purpose, what's included, and flexible implementation ideas for whole group, small group, homeschool, and intervention settings.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e5-Day Pacing Guide\u003c\/strong\u003e — detailed table with day-by-day focus, specific materials, time estimates, and instructional notes.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSkill Sheet\u003c\/strong\u003e — definitions of main idea, topic, and supporting details; key vocabulary; and explicit instruction on the two most common student mistakes with examples and fixes.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eScaffolded warm-up passage\u003c\/strong\u003e — one passage used for three sequential questions progressing from topic → main idea → supporting detail identification. Answers embedded for modeling.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e3 guided practice passages\u003c\/strong\u003e — additional single-passage practice sets with 3 questions each and embedded answers.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWorksheet 1\u003c\/strong\u003e — 5 short passages with 3 questions each (15 total).\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWorksheet 2\u003c\/strong\u003e — 5 medium passages with 2 questions each (10 total).\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWorksheet 3\u003c\/strong\u003e — 10 passages with 1 main idea question each (10 total), designed for fluency practice.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMain Idea Test\u003c\/strong\u003e — 4 multi-paragraph passages with 5 rigorous questions each (20 total). Appropriate for formal or benchmark assessment.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eComplete answer key with teacher explanations\u003c\/strong\u003e — covers every question in every section, with a written explanation for each correct answer.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── WHO ── --\u003e\n  \u003csection class=\"who\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eWho This Is For\u003c\/p\u003e\n      \u003ch2\u003eA full unit for any setting where main idea is being taught.\u003c\/h2\u003e\n\n      \u003cul class=\"who-list\"\u003e\n        \u003cli\u003e\n          \u003cspan class=\"who-icon\"\u003e🏫\u003c\/span\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003e6th grade ELA teachers\u003c\/strong\u003e who want a complete, ready-to-teach unit without spending hours sourcing passages, writing questions, and building a pacing guide. Open the file, follow the guide, and teach.\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"who-icon\"\u003e🏠\u003c\/span\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003eHomeschool parents\u003c\/strong\u003e who need a structured, full-unit resource with clear daily direction. The pacing guide tells you exactly what to do each day; the skill sheet explains the concept clearly enough for a parent — not just a teacher — to introduce it.\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"who-icon\"\u003e🎯\u003c\/span\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003eIntervention and RTI teachers\u003c\/strong\u003e working with students who need the skill retaught from the beginning. The scaffolded sequence means you can start at the skill sheet level and work through the unit without skipping to more complex material too quickly.\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"who-icon\"\u003e📋\u003c\/span\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003eSubstitute teachers and team leaders\u003c\/strong\u003e who need something self-contained. The pacing guide and \"How to Use\" page mean a sub, coach, or team member can pick up and use this without teacher notes.\u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cspan class=\"who-icon\"\u003e📝\u003c\/span\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003eTeachers running test prep\u003c\/strong\u003e — the formal assessment mirrors how main idea is tested on standardized exams, including \"NOT supported\" and \"best title\" question types that commonly appear on 6th grade state assessments.\u003c\/div\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── WAYS TO USE ── --\u003e\n  \u003csection class=\"ways\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eWays to Use This Resource\u003c\/p\u003e\n      \u003ch2\u003eMore flexibility than a single-skill worksheet.\u003c\/h2\u003e\n\n      \u003cdiv class=\"ways-grid\"\u003e\n        \u003cdiv class=\"ways-item\"\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eTeach it as a 5-day unit following the pacing guide exactly as written\u003c\/div\u003e\n        \u003cdiv class=\"ways-item\"\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eUse the skill sheet and scaffolded passage as a one-day mini-lesson, then assign worksheets over the following week\u003c\/div\u003e\n        \u003cdiv class=\"ways-item\"\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eUse individual worksheets as morning work or daily skill review throughout a month\u003c\/div\u003e\n        \u003cdiv class=\"ways-item\"\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eUse the test as a pre-assessment before the unit to identify where students are starting from\u003c\/div\u003e\n        \u003cdiv class=\"ways-item\"\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eUse the test as a post-assessment after any main idea instruction, not just this unit\u003c\/div\u003e\n        \u003cdiv class=\"ways-item\"\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eUse the guided practice passages as a station activity alongside small group instruction\u003c\/div\u003e\n        \u003cdiv class=\"ways-item\"\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eAssign Worksheet 3 as homework across two weeks for ongoing fluency practice\u003c\/div\u003e\n        \u003cdiv class=\"ways-item\"\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eUse with a substitute — the How to Use page and pacing guide give enough direction to run without teacher presence\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── STANDARDS ── *\/\n  \u003csection class=\"standards\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eStandards Alignment\u003c\/p\u003e\n      \u003ch2\u003eAligned to 6th grade informational text standards.\u003c\/h2\u003e\n\n      \u003cdiv class=\"standard-box\"\u003e\n        \u003cul class=\"std-list\"\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"std-code\"\u003eRI.6.2\u003c\/div\u003e\n            \u003cdiv class=\"std-desc\"\u003e\u003cstrong\u003ePrimary standard.\u003c\/strong\u003e Determine a central idea of a text and how it is conveyed through particular details; provide a summary of the text distinct from personal opinions or judgments. Every passage, question, and assessment component in this unit directly addresses this standard.\u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cdiv class=\"std-code\"\u003eRI.6.1\u003c\/div\u003e\n            \u003cdiv class=\"std-desc\"\u003e\u003cstrong\u003eSupporting standard.\u003c\/strong\u003e Cite textual evidence to support analysis of what the text says explicitly. Supporting detail questions throughout the unit require students to identify text-based evidence for the main idea.\u003c\/div\u003e\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── SPECS ── --\u003e\n  \u003csection class=\"specs\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eProduct Specifications\u003c\/p\u003e\n      \u003ch2\u003eWhat you're getting.\u003c\/h2\u003e\n\n      \u003ctable class=\"specs-table\"\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTotal Practice Passages\u003c\/td\u003e\n          \u003ctd\u003e24+ passages across all components (4 scaffolded warm-up\/guided practice, 20 in Worksheets 1–3, 4 multi-paragraph test passages)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eWorksheet Passages\u003c\/td\u003e\n          \u003ctd\u003e20 (5 in Worksheet 1, 5 in Worksheet 2, 10 in Worksheet 3)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eAssessment Passages\u003c\/td\u003e\n          \u003ctd\u003e4 multi-paragraph texts\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eAssessment Questions\u003c\/td\u003e\n          \u003ctd\u003e20 (5 per passage)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePacing Guide\u003c\/td\u003e\n          \u003ctd\u003e5-day guide with timing, materials, and instructional notes\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eAnswer Key\u003c\/td\u003e\n          \u003ctd\u003eYes — with written explanations for every question in every section\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eGrade Level\u003c\/td\u003e\n          \u003ctd\u003e6th Grade (also suitable for advanced 5th or remedial 7th)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePrimary Standard\u003c\/td\u003e\n          \u003ctd\u003eCommon Core RI.6.2 (central idea and supporting details)\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        \u003ctr\u003e\n          \u003ctd\u003eLicense\u003c\/td\u003e\n          \u003ctd\u003eSingle classroom or homeschool use only\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePublisher\u003c\/td\u003e\n          \u003ctd\u003eLight Up Literature™ Curriculum © 2024\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── FAQ ── --\u003e\n  \u003csection class=\"faq\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eFrequently Asked Questions\u003c\/p\u003e\n      \u003ch2\u003eWhat teachers and parents ask before buying.\u003c\/h2\u003e\n\n      \u003cdiv class=\"faq-list\"\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eDo I have to teach all five days in order?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eNot at all. The pacing guide is a suggestion, not a requirement. Many teachers use the skill sheet and scaffolded passage for a one-day mini-lesson and then pull individual worksheets across the following week or two as review. The components are designed to connect, but each one also stands alone.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eIs this appropriate for on-level students, or is it for intervention?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eIt's designed for on-level 6th grade — but it works in both contexts. The scaffolded opening (skill sheet + color-coded practice) makes it appropriate for students who need more support. The assessment's multi-paragraph passages and five question types per text make it challenging enough for on-level learners. The unit's progression allows you to spend more or less time at each stage based on where your students are.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eCan I use this as a pre-test and post-test?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eYes. The Main Idea Test works as both a pre-assessment (to see where students start) and a post-assessment (to measure growth). If you use it at both points, consider using it on Day 1 before instruction begins, then again after Day 5 — the score difference shows growth directly attributable to the unit.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eHow detailed are the teacher explanations in the answer key?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eEach question has a written explanation — typically one to two sentences — explaining why the correct answer is correct and, in some cases, why the most tempting wrong answers are incorrect. The explanations are written clearly enough for a parent or substitute to use them, not just an experienced ELA teacher.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eDoes this work for homeschool students?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eYes — the \"How to Use\" page and 5-day pacing guide give enough structure for a parent to run this without needing an ELA background. The skill sheet explains the concept directly to students (not just to the teacher), and the scaffolded warm-up includes the correct answers so a parent can model alongside a student during instruction.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eCan I use this in a co-op or with multiple families?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eOne license covers a single classroom or household. Co-ops where multiple families are served require additional licenses — one per household. Reach out to debra@lightupliteraturecurriculum.com for group licensing options.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── CTA ── --\u003e\n  \u003csection class=\"cta-section\" id=\"purchase\"\u003e\n    \u003cdiv class=\"section-inner\" style=\"text-align:center;\"\u003e\n      \u003ch2\u003eEverything you need to teach main idea — in one download.\u003c\/h2\u003e\n      \u003cp\u003eSkill instruction, guided practice, three leveled worksheets, a formal assessment, a pacing guide, and a full answer key with teacher explanations. Download once, use every year.\u003c\/p\u003e\n      \u003ca href=\"#\" class=\"cta-btn\"\u003eAdd to Cart\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"footer-note\"\u003e\n    © 2024 Light Up Literature™ Curriculum · lightupliterature.com · For classroom and homeschool use only.\n  \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49286074237151,"sku":null,"price":8.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/6thGradeMainIdea.png?v=1779329362"},{"product_id":"advanced-main-idea-practice-pack-4-quizzes-gr-7-10","title":"Advanced Main Idea Practice Pack | 4 Quizzes Gr. 7–10","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\u003eAdvanced Main Idea Practice Pack | 4 Quizzes Grades 7–10\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"4 advanced main idea quizzes for grades 7–10. Long-form articles, 40 rigorous questions, answer keys with explanations. No-prep ELA test prep that respects student intelligence.\"\u003e\n\u003cmeta name=\"keywords\" content=\"advanced main idea worksheets, main idea supporting details grades 7 8 9 10, advanced ELA reading comprehension, informational text analysis, main idea test prep middle school high school, pre-AP ELA practice, RI.2 RI.3 advanced worksheets, no-prep reading comprehension\"\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    --indigo-light: #4c12a1;\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);\n    padding: 64px 24px 72px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -80px; right: -80px;\n    width: 320px; height: 320px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.18);\n    pointer-events: none;\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: -60px;\n    width: 240px; height: 240px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.12);\n    pointer-events: none;\n  }\n  .hero-inner {\n    max-width: 800px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\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: #e9b5f9;\n    font-family: 'Open Sans', sans-serif;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 6px 18px;\n    border-radius: 30px;\n    margin-bottom: 22px;\n  }\n  .hero h1 {\n    font-size: clamp(2rem, 5vw, 3.2rem);\n    font-weight: 900;\n    color: var(--white);\n    margin-bottom: 18px;\n  }\n  .hero h1 span { color: #e07ef8; }\n  .hero-sub {\n    font-size: 1.15rem;\n    color: #d4b8f0;\n    max-width: 620px;\n    margin: 0 auto 32px;\n  }\n  .hero-stats {\n    display: flex;\n    justify-content: center;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 36px;\n  }\n  .stat-pill {\n    background: rgba(255,255,255,0.12);\n    border: 1px solid rgba(255,255,255,0.2);\n    color: var(--white);\n    font-size: 0.85rem;\n    font-weight: 600;\n    padding: 7px 16px;\n    border-radius: 30px;\n  }\n  .stat-pill.highlight {\n    background: rgba(189,16,225,0.35);\n    border-color: rgba(189,16,225,0.6);\n  }\n  .btn-primary {\n    display: inline-block;\n    background: var(--purple);\n    color: var(--white);\n    font-family: 'Open Sans', sans-serif;\n    font-size: 1rem;\n    font-weight: 700;\n    padding: 16px 40px;\n    border-radius: 6px;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n    transition: background 0.2s ease, transform 0.15s ease;\n  }\n  .btn-primary:hover { background: #a50cc8; transform: translateY(-2px); }\n\n  \/* ─── RIGOR BAND ─── *\/\n  .rigor-band {\n    background: var(--purple);\n    color: var(--white);\n    text-align: center;\n    padding: 18px 24px;\n    font-size: 0.95rem;\n    font-weight: 600;\n  }\n  .rigor-band em { font-style: normal; opacity: 0.85; }\n\n  \/* ─── SECTIONS ─── *\/\n  .section {\n    max-width: 880px;\n    margin: 0 auto;\n    padding: 60px 24px;\n  }\n  .section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 10px;\n  }\n  .section h2 {\n    font-size: clamp(1.6rem, 3vw, 2.2rem);\n    color: var(--indigo);\n    margin-bottom: 20px;\n  }\n  .section p {\n    font-size: 1rem;\n    color: var(--text-body);\n    margin-bottom: 16px;\n    max-width: 700px;\n  }\n  .divider {\n    border: none;\n    border-top: 2px solid var(--border-light);\n    max-width: 880px;\n    margin: 0 auto;\n  }\n\n  \/* ─── WHY BAND ─── *\/\n  .why-band {\n    background: var(--light-purple);\n    border-top: 3px solid var(--border-light);\n    border-bottom: 3px solid var(--border-light);\n  }\n  .contrast-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n    margin-top: 28px;\n  }\n  @media (max-width: 560px) { .contrast-grid { grid-template-columns: 1fr; } }\n  .contrast-card {\n    background: var(--white);\n    border: 1px solid var(--border-light);\n    border-radius: 10px;\n    padding: 22px 24px;\n  }\n  .contrast-card.bad { border-left: 4px solid #c0a0e0; }\n  .contrast-card.good { border-left: 4px solid var(--purple); }\n  .contrast-card .card-label {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n  .contrast-card.bad .card-label { color: #9060b0; }\n  .contrast-card.good .card-label { color: var(--purple); }\n  .contrast-card ul {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n  .contrast-card ul li {\n    font-size: 0.9rem;\n    color: var(--text-body);\n    padding-left: 20px;\n    position: relative;\n  }\n  .contrast-card.bad ul li::before {\n    content: '✗';\n    position: absolute;\n    left: 0;\n    color: #c0a0e0;\n    font-weight: 700;\n  }\n  .contrast-card.good ul li::before {\n    content: '✓';\n    position: absolute;\n    left: 0;\n    color: var(--purple);\n    font-weight: 700;\n  }\n\n  \/* ─── ARTICLES ─── *\/\n  .articles-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 22px;\n    margin-top: 30px;\n  }\n  .article-card {\n    background: var(--white);\n    border: 1px solid var(--border-light);\n    border-radius: 10px;\n    padding: 26px 24px;\n    box-shadow: 0 2px 8px rgba(37,4,107,0.06);\n  }\n  .article-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 2rem;\n    font-weight: 900;\n    color: var(--purple);\n    opacity: 0.25;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .article-emoji {\n    font-size: 1.5rem;\n    margin-bottom: 8px;\n  }\n  .article-card h3 {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 0.97rem;\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 8px;\n    line-height: 1.3;\n  }\n  .article-card p {\n    font-size: 0.87rem;\n    color: var(--text-mid);\n    margin: 0 0 12px;\n  }\n  .question-types {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 5px;\n  }\n  .q-tag {\n    font-size: 0.72rem;\n    font-weight: 700;\n    padding: 3px 9px;\n    border-radius: 20px;\n    background: var(--light-purple);\n    color: var(--indigo);\n    border: 1px solid var(--border-light);\n  }\n\n  \/* ─── INCLUDED SUMMARY ─── *\/\n  .included-band {\n    background: var(--indigo);\n    color: var(--white);\n  }\n  .included-band .section-label { color: #e07ef8; }\n  .included-band h2 { color: var(--white); }\n  .included-band p { color: #d4b8f0; }\n  .included-items {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 16px;\n    margin-top: 28px;\n  }\n  .included-item {\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 10px;\n    padding: 20px;\n    text-align: center;\n  }\n  .included-item .big-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 2.8rem;\n    font-weight: 900;\n    color: #e07ef8;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .included-item p {\n    font-size: 0.88rem;\n    color: #d4b8f0;\n    margin: 0;\n  }\n  .included-item strong {\n    display: block;\n    color: var(--white);\n    font-size: 0.95rem;\n    margin-bottom: 4px;\n  }\n\n  \/* ─── ANSWER KEY CALLOUT ─── *\/\n  .ak-callout {\n    margin-top: 28px;\n    background: rgba(189,16,225,0.2);\n    border: 1px solid rgba(189,16,225,0.4);\n    border-radius: 10px;\n    padding: 22px 26px;\n    display: flex;\n    gap: 18px;\n    align-items: flex-start;\n    flex-wrap: wrap;\n  }\n  .ak-callout .ak-icon {\n    font-size: 2rem;\n    flex-shrink: 0;\n  }\n  .ak-callout p {\n    color: #e0c0f5;\n    font-size: 0.93rem;\n    margin: 0;\n  }\n  .ak-callout strong { color: var(--white); }\n\n  \/* ─── SKILLS ─── *\/\n  .skills-list {\n    list-style: none;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 14px;\n    margin-top: 28px;\n  }\n  .skills-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    font-size: 0.95rem;\n    color: var(--text-body);\n  }\n  .skills-list li::before {\n    content: '✓';\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    min-width: 22px;\n    background: var(--purple);\n    color: var(--white);\n    border-radius: 50%;\n    font-size: 12px;\n    font-weight: 700;\n    margin-top: 1px;\n  }\n\n  \/* ─── WHO \/ WAYS ─── *\/\n  .who-band {\n    background: var(--light-purple);\n    border-top: 3px solid var(--border-light);\n    border-bottom: 3px solid var(--border-light);\n  }\n  .who-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 18px;\n    margin-top: 28px;\n  }\n  .who-card {\n    text-align: center;\n    background: var(--white);\n    border: 1px solid var(--border-light);\n    border-radius: 10px;\n    padding: 24px 18px;\n  }\n  .who-icon { font-size: 2rem; margin-bottom: 10px; }\n  .who-card h3 {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 0.9rem;\n    font-weight: 700;\n    color: var(--indigo);\n    margin-bottom: 6px;\n  }\n  .who-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n  \/* ─── SPECS ─── *\/\n  .specs-wrap {\n    border: 1px solid var(--border-light);\n    border-radius: 10px;\n    overflow: hidden;\n    margin-top: 28px;\n  }\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 {\n    font-weight: 700;\n    color: var(--indigo);\n    width: 38%;\n    background: var(--light-purple);\n  }\n  .specs-table td:last-child { color: var(--text-body); background: var(--white); }\n\n  \/* ─── TESTIMONIAL ─── *\/\n  .testimonial-band {\n    background: var(--indigo);\n    color: var(--white);\n    padding: 48px 24px;\n    text-align: center;\n  }\n  .testimonial-inner {\n    max-width: 640px;\n    margin: 0 auto;\n  }\n  .testimonial-inner blockquote {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.25rem;\n    font-style: italic;\n    color: #e0c8f8;\n    line-height: 1.6;\n    margin-bottom: 16px;\n  }\n  .testimonial-inner cite {\n    font-size: 0.85rem;\n    color: #b89fd4;\n    font-style: normal;\n  }\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);\n    padding: 18px 22px;\n    font-weight: 700;\n    color: var(--indigo);\n    font-size: 0.97rem;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n  }\n  .faq-q::before {\n    content: 'Q';\n    background: var(--purple);\n    color: var(--white);\n    font-size: 0.75rem;\n    font-weight: 700;\n    width: 22px; height: 22px; min-width: 22px;\n    border-radius: 50%;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 1px;\n  }\n  .faq-a {\n    background: var(--light-purple);\n    padding: 16px 22px 18px 56px;\n    font-size: 0.93rem;\n    color: var(--text-body);\n    border-top: 1px solid var(--border-light);\n  }\n\n  \/* ─── CTA ─── *\/\n  .cta-band {\n    background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%);\n    color: var(--white);\n    text-align: center;\n    padding: 64px 24px;\n    position: relative;\n    overflow: hidden;\n  }\n  .cta-band::before {\n    content: '';\n    position: absolute;\n    top: -100px; right: -100px;\n    width: 350px; height: 350px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.15);\n    pointer-events: none;\n  }\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 {\n    background: var(--text-dark);\n    color: #9980c0;\n    text-align: center;\n    padding: 28px 24px;\n    font-size: 0.82rem;\n  }\n  .footer a { color: #c99ee0; }\n\n  \/* ─── WAYS LIST ─── *\/\n  .ways-list {\n    list-style: none;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 16px;\n    margin-top: 28px;\n  }\n  .ways-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    background: var(--white);\n    border: 1px solid var(--border-light);\n    border-radius: 8px;\n    padding: 16px 18px;\n    font-size: 0.93rem;\n    color: var(--text-body);\n    font-weight: 600;\n  }\n  .ways-list li span.icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }\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\"\u003eAdvanced ELA · Grades 7–10 · Informational Reading\u003c\/div\u003e\n    \u003ch1\u003eMain Idea Practice That\u003cbr\u003e\u003cspan\u003eActually Challenges Advanced Readers\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eFour original long-form articles. Forty rigorous multiple-choice questions. Answer keys with full explanations. This is the packet students who are bored by everything else have been waiting for.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e4 Original Articles\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e800+ Words Each\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003e40 Questions Total\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eAnswer Keys + Explanations\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\u003c!-- ── thin trust bar ── --\u003e\n\u003cdiv class=\"rigor-band\"\u003e\n  Designed for grades 7–10 · Pre-AP, Honors, Advanced Middle School, and High-Ability Learners  ·  \u003cem\u003eAligned to RI.1, RI.2, RI.3, RI.8\u003c\/em\u003e\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\"\u003eThe Problem\u003c\/p\u003e\n    \u003ch2\u003e\"Advanced\" Shouldn't Be a Label — It Should Mean Something\u003c\/h2\u003e\n    \u003cp\u003eMost reading comprehension packets that call themselves advanced aren't. The questions are still surface-level. The articles are still short. Students blow through them in ten minutes and learn nothing.\u003c\/p\u003e\n    \u003cp\u003eThis resource is different. The articles are long-form, substantive informational texts — the kind students will encounter on the SAT, ACT, and state assessments. The questions go beyond \"what does the passage say\" and ask students to analyze author's purpose, text structure, tone, inference, and implied meaning.\u003c\/p\u003e\n    \u003cdiv class=\"contrast-grid\"\u003e\n      \u003cdiv class=\"contrast-card bad\"\u003e\n        \u003cdiv class=\"card-label\"\u003eTypical \"Advanced\" Packets\u003c\/div\u003e\n        \u003cul\u003e\n          \u003cli\u003eShort passages with simple recall questions\u003c\/li\u003e\n          \u003cli\u003eObvious distractors that give away the answer\u003c\/li\u003e\n          \u003cli\u003eGeneric topics students don't care about\u003c\/li\u003e\n          \u003cli\u003eAnswer keys with no explanations\u003c\/li\u003e\n          \u003cli\u003eDone in 10 minutes, remembered by none\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"contrast-card good\"\u003e\n        \u003cdiv class=\"card-label\"\u003eThis Resource\u003c\/div\u003e\n        \u003cul\u003e\n          \u003cli\u003e800+ word articles with layered, complex content\u003c\/li\u003e\n          \u003cli\u003eQuestions that require genuine reasoning\u003c\/li\u003e\n          \u003cli\u003eHigh-interest topics that spark conversation\u003c\/li\u003e\n          \u003cli\u003eFull explanations for every answer\u003c\/li\u003e\n          \u003cli\u003eBuilds reading stamina and analytical thinking\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     THE FOUR ARTICLES\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eWhat's Inside\u003c\/p\u003e\n  \u003ch2\u003eFour Articles That Make Students Think\u003c\/h2\u003e\n  \u003cp\u003eEvery article was written specifically for this resource — original content with academic vocabulary, nuanced arguments, and complex informational structures. Each comes with 10 questions and a full answer key with explanations.\u003c\/p\u003e\n  \u003cdiv class=\"articles-grid\"\u003e\n\n    \u003cdiv class=\"article-card\"\u003e\n      \u003cdiv class=\"article-emoji\"\u003e🏰\u003c\/div\u003e\n      \u003ch3\u003ePower, Pride, and a Palace\u003c\/h3\u003e\n      \u003cp\u003eThe story behind Versailles — and the royal rivalry and possible political manipulation that may have driven its construction. Students analyze competing historical interpretations and examine how image and power shape history.\u003c\/p\u003e\n      \u003cdiv class=\"question-types\"\u003e\n        \u003cspan class=\"q-tag\"\u003eCentral Idea\u003c\/span\u003e\n        \u003cspan class=\"q-tag\"\u003eText Structure\u003c\/span\u003e\n        \u003cspan class=\"q-tag\"\u003eInference\u003c\/span\u003e\n        \u003cspan class=\"q-tag\"\u003eAuthor's Purpose\u003c\/span\u003e\n        \u003cspan class=\"q-tag\"\u003eTone\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"article-card\"\u003e\n      \u003cdiv class=\"article-emoji\"\u003e🪙\u003c\/div\u003e\n      \u003ch3\u003eHidden Riches: Four Lesser-Known Treasure Hunts Still Sparking Curiosity\u003c\/h3\u003e\n      \u003cp\u003eFour real treasure hunts — the Beale Ciphers, the Fenn Treasure, the Golden Owl, and The Secret — explored through the lens of obsession, risk, and what drives people to chase mystery. Layered structure, rich detail, genuinely fascinating.\u003c\/p\u003e\n      \u003cdiv class=\"question-types\"\u003e\n        \u003cspan class=\"q-tag\"\u003eCentral Message\u003c\/span\u003e\n        \u003cspan class=\"q-tag\"\u003eInference\u003c\/span\u003e\n        \u003cspan class=\"q-tag\"\u003eStructural Analysis\u003c\/span\u003e\n        \u003cspan class=\"q-tag\"\u003eAuthor's Tone\u003c\/span\u003e\n        \u003cspan class=\"q-tag\"\u003eImplied Meaning\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"article-card\"\u003e\n      \u003cdiv class=\"article-emoji\"\u003e✋\u003c\/div\u003e\n      \u003ch3\u003eClean Hands, Smart Choices: Exploring the Different Ways to Stay Safe\u003c\/h3\u003e\n      \u003cp\u003eA science-based comparison of soap, sanitizer, herbal products, and antibacterial soap — including CDC data, chemistry explanations, and a nuanced look at why the best method depends on the situation.\u003c\/p\u003e\n      \u003cdiv class=\"question-types\"\u003e\n        \u003cspan class=\"q-tag\"\u003eMain Idea\u003c\/span\u003e\n        \u003cspan class=\"q-tag\"\u003eSupporting Details\u003c\/span\u003e\n        \u003cspan class=\"q-tag\"\u003eAuthor's Purpose\u003c\/span\u003e\n        \u003cspan class=\"q-tag\"\u003eImplied Meaning\u003c\/span\u003e\n        \u003cspan class=\"q-tag\"\u003eInference\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"article-card\"\u003e\n      \u003cdiv class=\"article-emoji\"\u003e🕯️\u003c\/div\u003e\n      \u003ch3\u003eEchoes of Fear: The Mystery of the Trans-Allegheny Lunatic Asylum\u003c\/h3\u003e\n      \u003cp\u003eOne of the most compelling articles in the set. Explores whether hauntings can be explained by electromagnetic fields, infrasound, and psychology — or whether something else lingers. Weaves narrative with neuroscience research.\u003c\/p\u003e\n      \u003cdiv class=\"question-types\"\u003e\n        \u003cspan class=\"q-tag\"\u003eCentral Idea\u003c\/span\u003e\n        \u003cspan class=\"q-tag\"\u003eText Structure\u003c\/span\u003e\n        \u003cspan class=\"q-tag\"\u003eScientific Inference\u003c\/span\u003e\n        \u003cspan class=\"q-tag\"\u003eAuthor's Tone\u003c\/span\u003e\n        \u003cspan class=\"q-tag\"\u003eConclusion\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHAT'S INCLUDED\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"included-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eEverything You Get\u003c\/p\u003e\n    \u003ch2\u003eOne Download. Everything Included.\u003c\/h2\u003e\n    \u003cp\u003eA single PDF file with every article, every quiz, and every answer key — formatted, print-ready, and self-contained.\u003c\/p\u003e\n    \u003cdiv class=\"included-items\"\u003e\n      \u003cdiv class=\"included-item\"\u003e\n        \u003cdiv class=\"big-num\"\u003e4\u003c\/div\u003e\n        \u003cstrong\u003eOriginal Articles\u003c\/strong\u003e\n        \u003cp\u003e800+ words each, informational nonfiction, written at an advanced level\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-item\"\u003e\n        \u003cdiv class=\"big-num\"\u003e40\u003c\/div\u003e\n        \u003cstrong\u003eMultiple-Choice Questions\u003c\/strong\u003e\n        \u003cp\u003e10 per article, targeting analysis, inference, structure, and deeper comprehension\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-item\"\u003e\n        \u003cdiv class=\"big-num\"\u003e4\u003c\/div\u003e\n        \u003cstrong\u003eAnswer Keys\u003c\/strong\u003e\n        \u003cp\u003eOne per article, with the correct answer AND a written explanation for each item\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ak-callout\"\u003e\n      \u003cdiv class=\"ak-icon\"\u003e💡\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cstrong\u003eAnswer keys include full explanations — not just letters.\u003c\/strong\u003e\n        \u003cp\u003eEvery answer key explains why the correct answer is right and why the other options fall short. This makes the keys useful for self-grading students, for classroom discussion, and for parents supporting learning at home.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     SKILLS \/ STANDARDS\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eSkills Covered\u003c\/p\u003e\n  \u003ch2\u003eThe Skills That Show Up on Every Serious Reading Assessment\u003c\/h2\u003e\n  \u003cp\u003eEvery question in this resource targets a reading comprehension skill that matters — not filler comprehension checks, but the analytical moves that distinguish strong readers from average ones.\u003c\/p\u003e\n  \u003cul class=\"skills-list\"\u003e\n    \u003cli\u003eIdentifying the central idea of a complex informational text\u003c\/li\u003e\n    \u003cli\u003eDistinguishing central ideas from supporting details\u003c\/li\u003e\n    \u003cli\u003eAnalyzing author's purpose and how it shapes the text\u003c\/li\u003e\n    \u003cli\u003eIdentifying text structure and explaining its effect\u003c\/li\u003e\n    \u003cli\u003eMaking inferences supported by textual evidence\u003c\/li\u003e\n    \u003cli\u003eIdentifying implied meanings not directly stated\u003c\/li\u003e\n    \u003cli\u003eAnalyzing tone and how it shifts across a passage\u003c\/li\u003e\n    \u003cli\u003eEvaluating how supporting details develop the central argument\u003c\/li\u003e\n    \u003cli\u003eComparing how different sections of a text relate to the whole\u003c\/li\u003e\n    \u003cli\u003eSelecting the best alternative title based on purpose and message\u003c\/li\u003e\n  \u003c\/ul\u003e\n  \u003cp style=\"margin-top: 28px; font-size: 0.9rem; color: var(--text-mid);\"\u003e\u003cstrong style=\"color: var(--indigo);\"\u003eStandards alignment:\u003c\/strong\u003e RI.1 (citing evidence), RI.2 (central idea and summary), RI.3 (analyzing connections), RI.8 (evaluating claims and reasoning). Applicable across Common Core and most state ELA standards for grades 7–10.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     TESTIMONIAL\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"testimonial-band\"\u003e\n  \u003cdiv class=\"testimonial-inner\"\u003e\n    \u003cblockquote\u003e\"Challenging AND engaging! Finally, a packet that doesn't insult older students' intelligence. My kids actually talked about the topics after the quiz. Instant buy for the rest of the series!\"\u003c\/blockquote\u003e\n    \u003ccite\u003e— Beta Tester Feedback\u003c\/cite\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHO IT'S FOR\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"who-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWho This Works For\u003c\/p\u003e\n    \u003ch2\u003eDesigned for the Students Who Need More\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–10th Grade ELA Teachers\u003c\/h3\u003e\n        \u003cp\u003eRigorous practice for your strongest readers — ready to print, no setup required.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e🎓\u003c\/div\u003e\n        \u003ch3\u003ePre-AP \u0026amp; Honors Classes\u003c\/h3\u003e\n        \u003cp\u003eQuestion depth and article complexity match the demands of Pre-AP and advanced coursework.\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 Families\u003c\/h3\u003e\n        \u003cp\u003eSubstantive reading practice for high-ability homeschoolers — complete with explanations so parents can facilitate discussion.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-card\"\u003e\n        \u003cdiv class=\"who-icon\"\u003e⭐\u003c\/div\u003e\n        \u003ch3\u003eGifted \u0026amp; Fast Finishers\u003c\/h3\u003e\n        \u003cp\u003eArticles with real intellectual depth give advanced students something worth their time.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WAYS TO USE\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\" style=\"padding-top: 0;\"\u003e\n  \u003cp class=\"section-label\"\u003eFlexible Use\u003c\/p\u003e\n  \u003ch2\u003eOne Resource, Many Purposes\u003c\/h2\u003e\n  \u003cul class=\"ways-list\"\u003e\n    \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📝\u003c\/span\u003eIndependent reading comprehension practice\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🎯\u003c\/span\u003eStandardized test prep (8th–10th grade)\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🗂️\u003c\/span\u003eSub plans — self-contained, no explanation needed\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"icon\"\u003e⚡\u003c\/span\u003eFast finisher and enrichment tasks\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"icon\"\u003e💬\u003c\/span\u003eWhole-class Socratic discussion starter\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📊\u003c\/span\u003ePre\/post reading skills assessment\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🔁\u003c\/span\u003eSpiral review across the school year\u003c\/li\u003e\n    \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🏡\u003c\/span\u003eHomeschool unit study anchor texts\u003c\/li\u003e\n  \u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     SPECS TABLE\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–10th grade (advanced 6th possible; excellent for Pre-AP and Honors)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSubject\u003c\/td\u003e\n        \u003ctd\u003eELA — Informational Reading Comprehension, Language Arts\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eNumber of Articles\u003c\/td\u003e\n        \u003ctd\u003e4 original long-form informational articles\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eArticle Length\u003c\/td\u003e\n        \u003ctd\u003e800+ words each (chunked with section headers for support)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eQuestions\u003c\/td\u003e\n        \u003ctd\u003e10 multiple-choice questions per article · 40 total\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eAnswer Keys\u003c\/td\u003e\n        \u003ctd\u003e4 — one per article, with correct answer AND written explanation for each item\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eTopics\u003c\/td\u003e\n        \u003ctd\u003eVersailles and royal rivalry · Real-life treasure hunts · Hand hygiene science · Trans-Allegheny Lunatic Asylum and the science of haunting\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSkills\u003c\/td\u003e\n        \u003ctd\u003eCentral idea, supporting details, author's purpose, text structure, inference, tone, implied meaning\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStandards\u003c\/td\u003e\n        \u003ctd\u003eRI.1, RI.2, RI.3, RI.8 (CCSS; applicable across most state standards)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFormat\u003c\/td\u003e\n        \u003ctd\u003ePDF — print-ready, no prep required\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    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat makes this \"advanced\"? How is it different from standard reading comprehension worksheets?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe articles are long-form (800+ words each), written with academic vocabulary and complex informational structures. The questions don't just test recall — they require students to analyze author's purpose, identify implied meanings, evaluate text structure, and make inferences. The answer key explanations also lay out exactly why each answer is right and why the others fall short, which is not typical for this type of resource.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDo the answer keys include explanations?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — every answer key includes a written explanation for each item. You get the correct letter and the reasoning behind it, including why the other options were incorrect. This makes the keys genuinely useful for teaching, not just grading.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eAre the articles actually interesting, or are they standard dry informational text?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThey were written to be genuinely interesting to upper-grade students. The Versailles article raises real questions about jealousy and political manipulation in royal history. The treasure hunt article covers real unsolved hunts that still have active communities searching. The asylum article weaves ghost stories with neuroscience. These are the kinds of articles students will actually read to the end.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this appropriate for 7th grade, or is it really better for older students?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eIt's designed for grades 7–10, with the sweet spot being advanced 7th–9th graders and Pre-AP or Honors courses. Advanced 7th graders will find it challenging and appropriate. Students reading significantly below grade level will likely find it too difficult — this resource is intentionally rigorous.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eCan I use this for homeschool?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely. The detailed answer key explanations make this especially useful for homeschool families — you don't just get the answers, you get the reasoning, which makes it easier to guide discussion and explain why certain choices are stronger than others.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eCan I share this with other teachers at my school?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYour purchase covers one classroom or personal homeschool. Additional licenses are required for multiple teachers. Contact us at Debra@lightupliteraturecurriculum.com for information about school or team licensing.\u003c\/div\u003e\n    \u003c\/div\u003e\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\u003eAdvanced Readers Deserve\u003cbr\u003eAdvanced Practice.\u003c\/h2\u003e\n    \u003cp\u003eFour original articles. Forty rigorous questions. Complete answer keys with explanations. Download today and have it ready to print before class.\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 · Answer keys + explanations 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":49286899957983,"sku":null,"price":8.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/AdvancedMainIdea4Worksheets.png?v=1779372179"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/collections\/Main_Idea.png?v=1779489473","url":"https:\/\/shop.lightupliterature.com\/collections\/main-idea.oembed","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}