{"product_id":"6th-grade-main-idea-worksheets-ri-6-2-nonfiction-passages-graphic-organizers-video-links","title":"6th Grade Main Idea Worksheets | RI.6.2 Nonfiction Passages, Graphic Organizers \u0026 Video Links","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 Worksheets | RI.6.2 Nonfiction Passages, Graphic Organizers \u0026amp; Video Links\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"3 original nonfiction passages, 30 RI.6.2 MCQs, graphic organizers \u0026amp; video links for 6th grade main idea practice. Answer keys included. No prep.\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026amp;family=Playfair+Display:wght@700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #BD10E1;\n    --indigo: #25046B;\n    --indigo-light: #3a0999;\n    --indigo-faint: #f3effb;\n    --indigo-mid: #e8e0f8;\n    --white: #ffffff;\n    --text-body: #2d2d2d;\n    --text-muted: #5a5a7a;\n    --border: #e2daf0;\n  }\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body {\n    font-family: 'Open Sans', sans-serif;\n    font-size: 14px;\n    line-height: 1.85;\n    color: var(--text-body);\n    background: var(--white);\n  }\n\n  .hero {\n    background: var(--indigo);\n    padding: 4rem 2rem 3.5rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 280px; height: 280px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.12);\n  }\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px; left: -40px;\n    width: 220px; height: 220px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.08);\n  }\n  .hero-eyebrow {\n    display: inline-block;\n    background: var(--purple);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 4px 14px;\n    border-radius: 20px;\n    margin-bottom: 1.2rem;\n  }\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    color: #fff;\n    font-size: clamp(1.6rem, 4vw, 2.6rem);\n    line-height: 1.25;\n    max-width: 720px;\n    margin: 0 auto 1rem;\n  }\n  .hero-sub {\n    color: rgba(255,255,255,0.82);\n    font-size: 15px;\n    max-width: 580px;\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 {\n    max-width: 760px;\n    margin: 0 auto;\n    padding: 0 1.5rem;\n  }\n\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 {\n    font-size: 28px;\n    display: block;\n    margin-bottom: 0.5rem;\n  }\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;\n    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  \/* DIFFERENTIATOR HIGHLIGHT *\/\n  .differentiator {\n    background: var(--indigo);\n    border-radius: 10px;\n    padding: 1.5rem 1.75rem;\n    margin-top: 1.5rem;\n    display: flex;\n    align-items: flex-start;\n    gap: 1rem;\n  }\n  .differentiator-icon { font-size: 28px; flex-shrink: 0; }\n  .differentiator h3 { color: #fff; font-size: 14px; margin-bottom: 0.3rem; }\n  .differentiator p { color: rgba(255,255,255,0.82); font-size: 13px; line-height: 1.7; }\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  \/* REVIEW *\/\n  .review-block {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 1.75rem 1.5rem;\n    margin-top: 1.25rem;\n  }\n  .review-stars { color: var(--purple); font-size: 18px; letter-spacing: 2px; margin-bottom: 0.75rem; }\n  .review-text { font-size: 15px; color: var(--text-body); line-height: 1.8; font-style: italic; margin-bottom: 1rem; }\n  .review-attr { font-size: 12.5px; color: var(--text-muted); font-weight: 600; }\n\n  .faq-list { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 1.25rem; }\n  .faq-item {\n    padding: 1.1rem 1.25rem;\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    background: #fff;\n  }\n  .faq-q { font-weight: 700; color: var(--indigo); font-size: 13.5px; margin-bottom: 0.5rem; }\n  .faq-a { font-size: 13.5px; color: var(--text-body); line-height: 1.75; }\n\n  .cta-block {\n    background: var(--indigo);\n    padding: 3.5rem 2rem;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .cta-block::before {\n    content: '';\n    position: absolute;\n    top: -50px; left: -50px;\n    width: 220px; height: 220px;\n    border-radius: 50%;\n    background: rgba(189,16,225,0.1);\n  }\n  .cta-block h2 { color: #fff; margin-bottom: 1rem; font-size: clamp(1.3rem, 3vw, 1.8rem); }\n  .cta-block p {\n    color: rgba(255,255,255,0.82);\n    font-size: 14.5px;\n    max-width: 540px;\n    margin: 0 auto 2rem;\n    line-height: 1.85;\n  }\n  .cta-btn {\n    display: inline-block;\n    background: var(--purple);\n    color: #fff;\n    font-size: 15px;\n    font-weight: 700;\n    padding: 14px 38px;\n    border-radius: 6px;\n    text-decoration: none;\n    letter-spacing: 0.02em;\n    transition: background 0.2s, transform 0.15s;\n  }\n  .cta-btn:hover { background: #a00cc4; transform: translateY(-1px); }\n  .cta-meta {\n    margin-top: 1.2rem;\n    color: rgba(255,255,255,0.55);\n    font-size: 12px;\n    letter-spacing: 0.04em;\n  }\n\n  .footer-note {\n    text-align: center;\n    padding: 2rem 1.5rem;\n    font-size: 12.5px;\n    color: var(--text-muted);\n  }\n  .footer-note a { color: var(--purple); text-decoration: none; }\n  .footer-note a:hover { text-decoration: underline; }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-eyebrow\"\u003e6th Grade ELA · RI.6.2 · Nonfiction Reading\u003c\/div\u003e\n  \u003ch1\u003eMain Idea Practice That Goes Beyond the Worksheet\u003c\/h1\u003e\n  \u003cp class=\"hero-sub\"\u003eThree original nonfiction passages, 30 test-prep MCQs, topic-matched graphic organizers, and curated video links — everything students need to truly master RI.6.2 main idea and supporting details.\u003c\/p\u003e\n  \u003cdiv class=\"hero-meta\"\u003e\n    \u003cspan class=\"hero-tag\"\u003eGrade 6\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003eRI.6.2 Aligned\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003e30 MCQs\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003eVideo Links Included\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003eGraphic Organizers\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\"\u003eWhat Makes This Different\u003c\/span\u003e\n    \u003ch2\u003eMost Main Idea Worksheets Ask Students to Identify. This One Asks Them to Understand.\u003c\/h2\u003e\n    \u003cdiv class=\"intro-text\"\u003e\n      \u003cp\u003eThere's a big difference between a student who can circle the main idea sentence and a student who can explain how the supporting details build the central argument of a nonfiction text. RI.6.2 requires the second — and that's what this resource is designed to teach.\u003c\/p\u003e\n      \u003cp\u003eEach original passage is paired with 10 rigorous multiple-choice questions, a topic-matched graphic organizer that makes the text's structure visible, and a curated video link that deepens understanding before or after reading. It's a complete instructional sequence in a single download.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"callout\"\u003e\n      Verified buyer Amie B. (Grades 5–6) rated this 5 stars: \"This is a great way to push my higher students!\" — September 2024\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 Passages\u003c\/span\u003e\n    \u003ch2\u003eThree Original Nonfiction Articles — Each One Built for RI.6.2\u003c\/h2\u003e\n    \u003cp\u003eEvery passage is written at a middle school reading level and carefully structured around a clear main idea with layered supporting details — the exact text structure students encounter on standardized assessments.\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\u003eFrom Egg to Air: The Life Cycle of a Butterfly\u003c\/h3\u003e\n        \u003cp\u003eScience meets literacy — a high-interest nonfiction article perfect for cross-curricular integration.\u003c\/p\u003e\n        \u003cspan class=\"passage-detail\"\u003e10 MCQs · Butterfly Graphic Organizer · Video Link\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"passage-card\"\u003e\n        \u003cspan class=\"passage-icon\"\u003e🏀\u003c\/span\u003e\n        \u003ch3\u003eBounce to Greatness: The History of Basketball\u003c\/h3\u003e\n        \u003cp\u003eA sports history passage that pulls in reluctant readers while building nonfiction analysis skills.\u003c\/p\u003e\n        \u003cspan class=\"passage-detail\"\u003e10 MCQs · Basketball Graphic Organizer · Video Link\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"passage-card\"\u003e\n        \u003cspan class=\"passage-icon\"\u003e🌋\u003c\/span\u003e\n        \u003ch3\u003eInside Earth's Fury: How Volcanoes Work\u003c\/h3\u003e\n        \u003cp\u003eEarth science content with strong text structure — ideal for teaching how details support a main idea in explanatory nonfiction.\u003c\/p\u003e\n        \u003cspan class=\"passage-detail\"\u003e10 MCQs · Volcano Graphic Organizer · Video Link\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\"\u003eEverything in the Download\u003c\/span\u003e\n    \u003ch2\u003eA Complete RI.6.2 Skill-Building Pack\u003c\/h2\u003e\n    \u003cp\u003ePassages, questions, graphic organizers, answer keys, and video links — all in one download.\u003c\/p\u003e\n    \u003cdiv class=\"included-grid\"\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003ch3\u003e3 Original Nonfiction Passages\u003c\/h3\u003e\n        \u003cp\u003eButterfly, basketball, and volcanoes — three high-interest topics written at middle school level with clear main ideas 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 per passage, focused entirely on RI.6.2 main idea and supporting detail skills. Test-style format and rigor throughout.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003ch3\u003e3 Topic-Matched Graphic Organizers\u003c\/h3\u003e\n        \u003cp\u003eEach organizer matches its passage theme — butterfly, basketball, and volcano formats — with visual prompts for writing and drawing that make text structure concrete.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003ch3\u003eAnswer Keys for All Questions\u003c\/h3\u003e\n        \u003cp\u003eComplete answer keys included so you can grade quickly or hand them to students for self-correction and immediate feedback.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"differentiator\"\u003e\n      \u003cspan class=\"differentiator-icon\"\u003e🎬\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003ch3\u003eVideo Links — Included for Every Passage\u003c\/h3\u003e\n        \u003cp\u003eFour curated video links come with this resource: one main idea instructional video plus one topic-specific video per passage. Use them to build background knowledge before reading, reinforce comprehension after, or support students who need a multimodal approach to nonfiction.\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\u003eAligned to RI.6.2 — Main Idea and Supporting Details\u003c\/h2\u003e\n    \u003cul class=\"skills-list\"\u003e\n      \u003cli\u003eIdentifying main idea in nonfiction text\u003c\/li\u003e\n      \u003cli\u003eDistinguishing main idea from topic\u003c\/li\u003e\n      \u003cli\u003eAnalyzing supporting details\u003c\/li\u003e\n      \u003cli\u003eUnderstanding text structure\u003c\/li\u003e\n      \u003cli\u003eSummarizing nonfiction accurately\u003c\/li\u003e\n      \u003cli\u003eCross-curricular reading (science)\u003c\/li\u003e\n      \u003cli\u003eGraphic organizer completion\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.6.2 (Main Idea \u0026amp; Supporting Details)  · \n      \u003cstrong style=\"color:var(--indigo);\"\u003eGrade:\u003c\/strong\u003e 6th  · \n      \u003cstrong style=\"color:var(--indigo);\"\u003eFormat:\u003c\/strong\u003e Printable PDF with optional editable directions\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\u003eOne Resource — Eight Instructional Contexts\u003c\/h2\u003e\n    \u003cdiv class=\"use-cases\"\u003e\n      \u003cspan class=\"use-tag\"\u003eWhole-class mini-lesson\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eIndependent reading practice\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eLiteracy centers\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eTest prep \u0026amp; assessment review\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eHomework or early finisher\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eSub plans\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eCross-curricular science + ELA\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eHomeschool ELA curriculum\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\u003e6th Grade\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eStandard\u003c\/td\u003e\n\u003ctd\u003eRI.6.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 original nonfiction articles (butterfly, basketball, volcanoes)\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\u003eGraphic Organizers\u003c\/td\u003e\n\u003ctd\u003e3 topic-matched organizers with visual writing \u0026amp; drawing prompts\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eVideo Links\u003c\/td\u003e\n\u003ctd\u003e4 total — 1 main idea lesson + 1 per passage topic\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eAnswer Key\u003c\/td\u003e\n\u003ctd\u003eIncluded for all questions\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFormat\u003c\/td\u003e\n\u003ctd\u003ePrintable PDF · Optional editable directions\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eADHD Supports\u003c\/td\u003e\n\u003ctd\u003eHigh-interest topics, visual organizers, multimodal video extensions\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- REVIEW --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eWhat Teachers Are Saying\u003c\/span\u003e\n    \u003ch2\u003eVerified Buyer Review\u003c\/h2\u003e\n    \u003cdiv class=\"review-block\"\u003e\n      \u003cdiv class=\"review-stars\"\u003e★★★★★\u003c\/div\u003e\n      \u003cp class=\"review-text\"\u003e\"This is a great way to push my higher students! Thank you so much!\"\u003c\/p\u003e\n      \u003cp class=\"review-attr\"\u003e— Amie B.  ·  Verified Buyer  ·  Grades 5–6  ·  September 2024\u003c\/p\u003e\n    \u003c\/div\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\"\u003eHow do the video links work — are they embedded or linked?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eThey are curated links included in the PDF. One video teaches the main idea skill itself, and each of the three passages has a topic-specific video link that deepens understanding of the content (butterfly life cycle, basketball history, volcanoes). You can assign them for home viewing, pull them up on a classroom screen, or use them as optional extensions for students who need a multimodal approach.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eAre these passages original, or sourced from other texts?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eAll three passages are original — written specifically for this resource at a middle school reading level with intentional text structure designed to teach RI.6.2. They are not pulled from other books, websites, or reading programs.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eCan I use this for students who are above grade level?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eYes — the verified buyer who left our review specifically uses it to challenge her higher students. The passages and MCQs are rigorous enough to push students who have already mastered basic main idea identification toward the deeper analytical work the standard actually requires.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eCan I use one passage at a time, or do I need to use all three?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eEach passage is completely standalone. Use all three as a unit, pull one for a single-day lesson, or assign them individually over three weeks. The pacing is entirely up to you.\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. Four Video Links. Thirty Questions. Zero Prep.\u003c\/h2\u003e\n  \u003cp\u003eDownload, print, and teach a complete RI.6.2 main idea unit — with the graphic organizers, answer keys, and video support already built in. Everything your students need to move from identifying main ideas to truly understanding how nonfiction texts work.\u003c\/p\u003e\n  \u003ca class=\"cta-btn\" href=\"#\"\u003eAdd to Cart\u003c\/a\u003e\n  \u003cp class=\"cta-meta\"\u003eGrade 6 · RI.6.2 · 3 Original Passages · 30 MCQs · Graphic Organizers · Video Links · Answer Keys · PDF · No Prep\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer-note\"\u003e\n  Questions? Email \u003ca href=\"mailto:debra@lightupliteraturecurriculum.com\"\u003edebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003cbr\u003e\n  © 2025 Light Up Literature™ Curriculum. All rights reserved. For single-classroom use only.\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49284232315103,"sku":null,"price":6.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/6MainIdea.png?v=1779290350","url":"https:\/\/shop.lightupliterature.com\/products\/6th-grade-main-idea-worksheets-ri-6-2-nonfiction-passages-graphic-organizers-video-links","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}