{"product_id":"6th-grade-fact-vs-opinion-nonfiction-passages-writing-light-up-literature","title":"6th Grade Fact vs. Opinion | Nonfiction Passages + Writing | Light Up Literature","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003e6th Grade Fact vs. Opinion Practice | Nonfiction Passages + Writing\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"3 nonfiction passages, 30 fact vs. opinion questions, short-answer and extended writing prompts, and a full answer key. No prep, print ready, 6th grade ELA.\"\u003e\n\u003cmeta name=\"keywords\" content=\"fact vs opinion 6th grade, fact and opinion practice passages, nonfiction ELA 6th grade, RI.6.8 practice, W.6.1 writing practice, fact vs opinion worksheet grade 6, middle school ELA reading, text evidence practice 6th grade, homeschool ELA 6th grade, fact opinion writing prompts, argument writing practice grade 6, STAAR ELA fact opinion, 6th grade reading comprehension nonfiction\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@700;900\u0026amp;family=Open+Sans:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --purple: #BD10E1;\n    --indigo: #25046B;\n    --indigo-mid: #3a0a8f;\n    --white: #ffffff;\n    --off-white: #faf8ff;\n    --light-purple: #f5e8fc;\n    --text-dark: #1a0040;\n    --text-mid: #3d2070;\n    --text-body: #2d1060;\n    --border-light: #e0cff5;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Open Sans', sans-serif;\n    background-color: var(--off-white);\n    color: var(--text-body);\n    line-height: 1.7;\n    font-size: 16px;\n  }\n\n  h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }\n  a { color: var(--purple); text-decoration: none; }\n\n  \/* ─── HERO ─── *\/\n  .hero {\n    background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%);\n    color: var(--white); padding: 64px 24px 72px;\n    text-align: center; position: relative; overflow: hidden;\n  }\n  .hero::before {\n    content: ''; position: absolute; top: -80px; right: -80px;\n    width: 320px; height: 320px; border-radius: 50%;\n    background: rgba(189,16,225,0.18); pointer-events: none;\n  }\n  .hero::after {\n    content: ''; position: absolute; bottom: -60px; left: -60px;\n    width: 240px; height: 240px; border-radius: 50%;\n    background: rgba(189,16,225,0.12); pointer-events: none;\n  }\n  .hero-inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }\n  .hero-badge {\n    display: inline-block;\n    background: rgba(189,16,225,0.25);\n    border: 1px solid rgba(189,16,225,0.5);\n    color: #e9b5f9; font-family: 'Open Sans', sans-serif;\n    font-size: 12px; font-weight: 700;\n    letter-spacing: 2px; text-transform: uppercase;\n    padding: 6px 18px; border-radius: 30px; margin-bottom: 22px;\n  }\n  .hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; color: var(--white); margin-bottom: 18px; }\n  .hero h1 span { color: #e07ef8; }\n  .hero-sub { font-size: 1.15rem; color: #d4b8f0; max-width: 640px; margin: 0 auto 32px; }\n  .hero-stats { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }\n  .stat-pill {\n    background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);\n    color: var(--white); font-size: 0.85rem; font-weight: 600;\n    padding: 7px 16px; border-radius: 30px;\n  }\n  .stat-pill.highlight { background: rgba(189,16,225,0.35); border-color: rgba(189,16,225,0.6); }\n  .btn-primary {\n    display: inline-block; background: var(--purple); color: var(--white);\n    font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700;\n    padding: 16px 40px; border-radius: 6px; letter-spacing: 0.5px;\n    text-transform: uppercase; transition: background 0.2s ease, transform 0.15s ease;\n  }\n  .btn-primary:hover { background: #a50cc8; transform: translateY(-2px); }\n\n  \/* ─── TRUST BAR ─── *\/\n  .trust-bar {\n    background: var(--purple); color: var(--white);\n    text-align: center; padding: 14px 24px;\n    font-size: 0.9rem; font-weight: 600;\n  }\n\n  \/* ─── SECTIONS ─── *\/\n  .section { max-width: 880px; margin: 0 auto; padding: 60px 24px; }\n  .section-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--purple); margin-bottom: 10px; }\n  .section h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--indigo); margin-bottom: 20px; }\n  .section p { font-size: 1rem; color: var(--text-body); margin-bottom: 16px; max-width: 700px; }\n  .divider { border: none; border-top: 2px solid var(--border-light); max-width: 880px; margin: 0 auto; }\n\n  \/* ─── WHY BAND ─── *\/\n  .why-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n  .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 30px; }\n  .why-card {\n    background: var(--white); border: 1px solid var(--border-light);\n    border-left: 4px solid var(--purple); border-radius: 8px; padding: 20px 22px;\n  }\n  .why-card .w-icon { font-size: 1.5rem; margin-bottom: 8px; }\n  .why-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.93rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n  .why-card p { font-size: 0.88rem; color: var(--text-body); margin: 0; }\n\n  \/* ─── STRUCTURE \/ DARK BAND ─── *\/\n  .structure-band { background: var(--indigo); color: var(--white); }\n  .structure-band .section-label { color: #e07ef8; }\n  .structure-band h2 { color: var(--white); }\n  .structure-band p { color: #d4b8f0; }\n  .structure-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 28px; }\n  .structure-card {\n    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 10px; padding: 24px 22px;\n  }\n  .sc-num { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 900; color: #e07ef8; line-height: 1; margin-bottom: 8px; }\n  .structure-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.97rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }\n  .structure-card p { font-size: 0.87rem; color: #c0a0e0; margin: 0; }\n\n  \/* ─── PASSAGES SECTION ─── *\/\n  .passages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-top: 28px; }\n  .passage-card {\n    background: var(--white); border: 1px solid var(--border-light);\n    border-radius: 10px; padding: 24px 22px;\n    border-top: 4px solid var(--purple);\n  }\n  .passage-num { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--purple); margin-bottom: 6px; }\n  .passage-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.97rem; font-weight: 700; color: var(--indigo); margin-bottom: 8px; }\n  .passage-card p { font-size: 0.86rem; color: var(--text-mid); margin: 0; }\n  .passage-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }\n  .p-tag {\n    font-size: 0.75rem; font-weight: 700; padding: 3px 10px;\n    border-radius: 20px; background: var(--light-purple); color: var(--indigo);\n    border: 1px solid var(--border-light);\n  }\n\n  \/* ─── SKILLS TABLE ─── *\/\n  .skills-table-wrap { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; margin-top: 28px; }\n  .skills-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }\n  .skills-table thead tr { background: var(--indigo); }\n  .skills-table thead td { color: var(--white); font-weight: 700; padding: 12px 16px; }\n  .skills-table tbody tr { border-bottom: 1px solid var(--border-light); }\n  .skills-table tbody tr:last-child { border-bottom: none; }\n  .skills-table tbody tr:nth-child(even) td:first-child { background: #f0e5fc; }\n  .skills-table tbody tr:nth-child(odd) td:first-child { background: var(--light-purple); }\n  .skills-table td { padding: 11px 16px; vertical-align: top; }\n  .skills-table td:first-child { font-weight: 700; color: var(--indigo); width: 30%; }\n  .skills-table td:nth-child(2) { color: var(--text-mid); background: var(--white); font-size: 0.85rem; width: 25%; }\n  .skills-table td:nth-child(3) { color: var(--text-body); background: var(--white); font-size: 0.87rem; }\n\n  \/* ─── ADHD CALLOUT ─── *\/\n  .adhd-band { background: var(--light-purple); border-top: 3px solid var(--border-light); border-bottom: 3px solid var(--border-light); }\n  .adhd-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-top: 28px; }\n  .adhd-card {\n    background: var(--white); border: 1px solid var(--border-light);\n    border-radius: 8px; padding: 18px 20px;\n    display: flex; gap: 14px; align-items: flex-start;\n  }\n  .adhd-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }\n  .adhd-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--indigo); margin-bottom: 4px; }\n  .adhd-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n  \/* ─── STANDARDS CALLOUT ─── *\/\n  .standards-callout {\n    margin-top: 28px;\n    background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 100%);\n    border-radius: 10px; padding: 26px 30px;\n    display: flex; gap: 20px; align-items: flex-start; flex-wrap: wrap;\n  }\n  .standards-callout .sc-icon { font-size: 2rem; flex-shrink: 0; }\n  .standards-callout h3 { font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }\n  .standards-callout p { font-size: 0.9rem; color: #d4b8f0; margin: 0 0 6px; }\n  .standards-callout strong { color: var(--white); }\n\n  \/* ─── WHO ─── *\/\n  .who-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; margin-top: 28px; }\n  .who-card { text-align: center; background: var(--white); border: 1px solid var(--border-light); border-radius: 10px; padding: 24px 18px; }\n  .who-icon { font-size: 2rem; margin-bottom: 10px; }\n  .who-card h3 { font-family: 'Open Sans', sans-serif; font-size: 0.9rem; font-weight: 700; color: var(--indigo); margin-bottom: 6px; }\n  .who-card p { font-size: 0.83rem; color: var(--text-mid); margin: 0; }\n\n  \/* ─── WAYS ─── *\/\n  .ways-list {\n    list-style: none; display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 16px; margin-top: 28px;\n  }\n  .ways-list li {\n    display: flex; align-items: flex-start; gap: 12px;\n    background: var(--white); border: 1px solid var(--border-light);\n    border-radius: 8px; padding: 16px 18px;\n    font-size: 0.93rem; color: var(--text-body); font-weight: 600;\n  }\n  .ways-list li span.icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }\n\n  \/* ─── SPECS ─── *\/\n  .specs-wrap { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; margin-top: 28px; }\n  .specs-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }\n  .specs-table tr { border-bottom: 1px solid var(--border-light); }\n  .specs-table tr:last-child { border-bottom: none; }\n  .specs-table td { padding: 13px 16px; vertical-align: top; }\n  .specs-table td:first-child { font-weight: 700; color: var(--indigo); width: 38%; background: var(--light-purple); }\n  .specs-table td:last-child { color: var(--text-body); background: var(--white); }\n\n  \/* ─── FAQ ─── *\/\n  .faq-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }\n  .faq-item { border: 1px solid var(--border-light); border-radius: 10px; overflow: hidden; }\n  .faq-q {\n    background: var(--white); padding: 18px 22px;\n    font-weight: 700; color: var(--indigo); font-size: 0.97rem;\n    display: flex; align-items: flex-start; gap: 12px;\n  }\n  .faq-q::before {\n    content: 'Q'; background: var(--purple); color: var(--white);\n    font-size: 0.75rem; font-weight: 700; width: 22px; height: 22px; min-width: 22px;\n    border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-top: 1px;\n  }\n  .faq-a { background: var(--light-purple); padding: 16px 22px 18px 56px; font-size: 0.93rem; color: var(--text-body); border-top: 1px solid var(--border-light); }\n\n  \/* ─── CTA ─── *\/\n  .cta-band {\n    background: linear-gradient(135deg, var(--indigo) 0%, var(--indigo-mid) 55%, #5c1aad 100%);\n    color: var(--white); text-align: center; padding: 64px 24px;\n    position: relative; overflow: hidden;\n  }\n  .cta-band::before { content: ''; position: absolute; top: -100px; right: -100px; width: 350px; height: 350px; border-radius: 50%; background: rgba(189,16,225,0.15); pointer-events: none; }\n  .cta-inner { max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }\n  .cta-band h2 { color: var(--white); font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 16px; }\n  .cta-band p { color: #d4b8f0; font-size: 1.05rem; margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }\n  .cta-reassure { margin-top: 20px; font-size: 0.82rem; color: #b89fd4; }\n\n  \/* ─── FOOTER ─── *\/\n  .footer { background: var(--text-dark); color: #9980c0; text-align: center; padding: 28px 24px; font-size: 0.82rem; }\n  .footer a { color: #c99ee0; }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ══════════════════════════════════════════\n     HERO\n══════════════════════════════════════════ --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003e6th Grade ELA · Fact vs. Opinion · Nonfiction Reading + Writing\u003c\/div\u003e\n    \u003ch1\u003eThe Skill That Unlocks\u003cbr\u003e\u003cspan\u003eArgument Writing\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eThree nonfiction passages. Thirty identification questions. Six writing prompts with model answers. Everything your 6th grader needs to tell fact from opinion — and explain why it matters.\u003c\/p\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e3 Nonfiction Passages\u003c\/span\u003e\n      \u003cspan class=\"stat-pill highlight\"\u003e30 Questions\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eShort Answer + Extended Writing\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eFull Answer Key + Model Responses\u003c\/span\u003e\n      \u003cspan class=\"stat-pill\"\u003eNo Prep · Print Ready\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"#buy\" class=\"btn-primary\"\u003eGet This Resource\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"trust-bar\"\u003e\n  Aligned to RI.6.8 \u0026amp; W.6.1 · Bridges reading and argument writing · Works for classroom, homeschool, or intervention\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHY THIS EXISTS\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhy This Resource\u003c\/p\u003e\n    \u003ch2\u003eFact vs. Opinion Is the Foundation. Most Practice Worksheets Stop Too Soon.\u003c\/h2\u003e\n    \u003cp\u003eIdentifying fact vs. opinion isn't just a standalone skill — it's the gateway to RI.6.8 (distinguishing fact from opinion in nonfiction) and W.6.1 (argument writing). Students who can't make this distinction will struggle with every evidence-based writing task that follows.\u003c\/p\u003e\n    \u003cp\u003eMost worksheets ask students to label statements. This resource asks them to explain their thinking — which is what state assessments and argument writing actually require. The short-answer and extended writing prompts push students to use text evidence and reason in writing, not just circle an answer.\u003c\/p\u003e\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e📖\u003c\/div\u003e\n        \u003ch3\u003eReal nonfiction, real engagement\u003c\/h3\u003e\n        \u003cp\u003eAll three passages are high-interest informational texts — not generic practice sentences. Students read about mountain climbing, plant science, and aviation history before they answer any questions.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e✍️\u003c\/div\u003e\n        \u003ch3\u003eReading AND writing, together\u003c\/h3\u003e\n        \u003cp\u003eEach passage pairs identification questions with two writing prompts — one short-answer and one extended paragraph. Students don't just label facts; they explain their reasoning and cite the text.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e💡\u003c\/div\u003e\n        \u003ch3\u003eModel answers do the heavy lifting\u003c\/h3\u003e\n        \u003cp\u003eThe answer key includes model short responses, model extended paragraph responses, and a checklist of what makes each response acceptable — so grading is fast and feedback is easy.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"why-card\"\u003e\n        \u003cdiv class=\"w-icon\"\u003e🏠\u003c\/div\u003e\n        \u003ch3\u003eParent-friendly from the start\u003c\/h3\u003e\n        \u003cp\u003eThe answer key is written in plain language. No ELA background needed — model responses show exactly what a good answer looks like, and criteria checklists explain what to look for.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     THREE PASSAGES\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eThe Three Passages\u003c\/p\u003e\n  \u003ch2\u003eHigh-Interest Nonfiction Students Actually Want to Read\u003c\/h2\u003e\n  \u003cp\u003eEach passage is a complete informational text on an engaging subject — written at 6th grade level, formatted with clear paragraphs, and designed to generate real discussion about fact vs. opinion distinctions.\u003c\/p\u003e\n  \u003cdiv class=\"passages-grid\"\u003e\n    \u003cdiv class=\"passage-card\"\u003e\n      \u003cdiv class=\"passage-num\"\u003ePassage 1\u003c\/div\u003e\n      \u003ch3\u003eThe Story of Sir Edmund Hillary: A Famous Mountain Climber\u003c\/h3\u003e\n      \u003cp\u003eCovers Hillary's early life, the 1953 Everest summit with Tenzing Norgay, the dangers faced (extreme weather, avalanches, treacherous ice falls), and his post-climb contributions building schools and hospitals in Nepal.\u003c\/p\u003e\n      \u003cdiv class=\"passage-tags\"\u003e\n        \u003cspan class=\"p-tag\"\u003eBiography\u003c\/span\u003e\n        \u003cspan class=\"p-tag\"\u003eHistory\u003c\/span\u003e\n        \u003cspan class=\"p-tag\"\u003eAdventure\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"passage-card\"\u003e\n      \u003cdiv class=\"passage-num\"\u003ePassage 2\u003c\/div\u003e\n      \u003ch3\u003eThe Science of Plants and Photosynthesis\u003c\/h3\u003e\n      \u003cp\u003eExplains how photosynthesis works — chloroplasts, chlorophyll, the carbon dioxide\/glucose\/oxygen cycle — including the chemical equation and the role photosynthesis plays in the food chain and food security.\u003c\/p\u003e\n      \u003cdiv class=\"passage-tags\"\u003e\n        \u003cspan class=\"p-tag\"\u003eScience\u003c\/span\u003e\n        \u003cspan class=\"p-tag\"\u003eInformational\u003c\/span\u003e\n        \u003cspan class=\"p-tag\"\u003eCross-curricular\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"passage-card\"\u003e\n      \u003cdiv class=\"passage-num\"\u003ePassage 3\u003c\/div\u003e\n      \u003ch3\u003eThe Story of Amelia Earhart: A Famous Pilot\u003c\/h3\u003e\n      \u003cp\u003eFollows Earhart from her first flight in 1920 through her Atlantic crossings, her founding of the Ninety-Nines, and her 1937 disappearance — providing rich text for distinguishing documented facts from opinion-based claims.\u003c\/p\u003e\n      \u003cdiv class=\"passage-tags\"\u003e\n        \u003cspan class=\"p-tag\"\u003eBiography\u003c\/span\u003e\n        \u003cspan class=\"p-tag\"\u003eWomen's History\u003c\/span\u003e\n        \u003cspan class=\"p-tag\"\u003eAviation\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHAT'S INSIDE — DARK BAND\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"structure-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhat's Inside\u003c\/p\u003e\n    \u003ch2\u003eFour Components Per Passage. One Complete Mini-Unit.\u003c\/h2\u003e\n    \u003cp\u003eEvery passage comes with a full set of student materials and teacher support. Each component builds on the previous one — read, identify, explain, write.\u003c\/p\u003e\n    \u003cdiv class=\"structure-grid\"\u003e\n      \u003cdiv class=\"structure-card\"\u003e\n        \u003cdiv class=\"sc-num\"\u003e10\u003c\/div\u003e\n        \u003ch3\u003eFact vs. Opinion Identification Questions\u003c\/h3\u003e\n        \u003cp\u003eEach passage is followed by 10 questions presenting a statement from or related to the text. Students identify it as A) Fact or B) Opinion. The binary format keeps the focus sharp and eliminates guessing from distractor overload — better for attention and clarity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"structure-card\"\u003e\n        \u003cdiv class=\"sc-num\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003eShort-Answer Writing Prompt\u003c\/h3\u003e\n        \u003cp\u003eEach passage includes a short-answer prompt asking students to evaluate a specific sentence from the text: Is it fact or opinion? Students must explain their reasoning using text evidence. Response lines are pre-printed — no extra setup.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"structure-card\"\u003e\n        \u003cdiv class=\"sc-num\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003eExtended Paragraph Writing Prompt\u003c\/h3\u003e\n        \u003cp\u003eEach passage closes with an opinion\/argument paragraph prompt that connects the reading to student thinking. Students must take a position and support it with at least one reference to the passage — a direct bridge to W.6.1 argument writing expectations.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"structure-card\"\u003e\n        \u003cdiv class=\"sc-num\"\u003e✓\u003c\/div\u003e\n        \u003ch3\u003eComplete Answer Key with Model Responses\u003c\/h3\u003e\n        \u003cp\u003eFor each passage: correct answers for all 10 questions, a model short-answer response, model extended paragraph, and a checklist of acceptable response criteria. Makes grading fast and gives students (or parents) clear exemplars to learn from.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     SKILLS TABLE\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eWhat This Teaches\u003c\/p\u003e\n  \u003ch2\u003eThree Levels of Skill — All From One Packet\u003c\/h2\u003e\n  \u003cp\u003eThis resource builds three distinct but connected skills in sequence. Students don't just identify — they analyze and they write. That progression is what makes this useful for RI.6.8 and W.6.1 together.\u003c\/p\u003e\n  \u003cdiv class=\"skills-table-wrap\"\u003e\n    \u003ctable class=\"skills-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eSkill\u003c\/td\u003e\n          \u003ctd\u003eComponent\u003c\/td\u003e\n          \u003ctd\u003eWhat Students Practice\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eFact vs. Opinion Identification\u003c\/td\u003e\n          \u003ctd\u003e10 questions × 3 passages\u003c\/td\u003e\n          \u003ctd\u003eDistinguish verifiable, documented statements from judgment-based or subjective claims — using a real nonfiction passage as the source\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eText Evidence \u0026amp; Analysis\u003c\/td\u003e\n          \u003ctd\u003eShort-answer prompt × 3\u003c\/td\u003e\n          \u003ctd\u003eIdentify whether a specific sentence is fact or opinion, then explain the reasoning in writing using evidence from the passage\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eOpinion Writing with Support\u003c\/td\u003e\n          \u003ctd\u003eExtended prompt × 3\u003c\/td\u003e\n          \u003ctd\u003eTake a position on a question connected to the passage, develop a paragraph with logical reasoning, and include at least one text reference — aligned to W.6.1\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eStandards Bridge\u003c\/td\u003e\n          \u003ctd\u003eFull resource\u003c\/td\u003e\n          \u003ctd\u003eBuilds the analytical foundation students need before engaging with author's purpose, persuasive techniques, argument vs. opinion, and claim-evidence-reasoning structures in later units\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     ADHD SUPPORTS\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"adhd-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eADHD-Friendly Design\u003c\/p\u003e\n    \u003ch2\u003eBuilt to Reduce Friction and Support Focus\u003c\/h2\u003e\n    \u003cp\u003eEach component of this resource is structured to minimize the \"where do I start?\" problem that trips up students who struggle with executive function or attention. The format does the organizing so the student can focus on the thinking.\u003c\/p\u003e\n    \u003cdiv class=\"adhd-grid\"\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e🎯\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eBinary-choice format\u003c\/h3\u003e\n          \u003cp\u003eEvery identification question has exactly two options: A) Fact or B) Opinion. No multi-option overwhelm. Students read, decide, and move on.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e🗂️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eClear chunk structure\u003c\/h3\u003e\n          \u003cp\u003eEach passage set follows the same sequence: read → identify → short answer → extended writing. The predictable structure reduces transition friction.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e📝\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003ePre-printed response lines\u003c\/h3\u003e\n          \u003cp\u003eWriting lines are already on the page. Students don't need to find paper, set up a document, or make formatting decisions — they can start writing immediately.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e📦\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eOne skill, one focus\u003c\/h3\u003e\n          \u003cp\u003eThe entire packet stays on a single skill: fact vs. opinion. No switching between unrelated concepts. Students build fluency without context-switching fatigue.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e✂️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eFlexible split use\u003c\/h3\u003e\n          \u003cp\u003eEach passage is its own self-contained set. Use all three in one week or one at a time over three sessions — the structure works either way.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"adhd-card\"\u003e\n        \u003cdiv class=\"adhd-icon\"\u003e🚀\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eShort, contained passages\u003c\/h3\u003e\n          \u003cp\u003eNo dense multi-page texts. Each passage is a focused, single-topic informational piece — long enough to be substantive, short enough to stay in working memory.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     STANDARDS CALLOUT\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\" style=\"padding-bottom: 0;\"\u003e\n  \u003cp class=\"section-label\"\u003eStandards Alignment\u003c\/p\u003e\n  \u003ch2\u003eWhere This Fits in Your Scope \u0026amp; Sequence\u003c\/h2\u003e\n  \u003cp\u003eThis resource is intentionally positioned at the intersection of reading and writing standards — so the time spent on it pays off in two places at once.\u003c\/p\u003e\n  \u003cdiv class=\"standards-callout\"\u003e\n    \u003cdiv class=\"sc-icon\"\u003e📐\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch3\u003eAligned to RI.6.8 and W.6.1\u003c\/h3\u003e\n      \u003cp\u003e\u003cstrong\u003eRI.6.8\u003c\/strong\u003e — Trace and evaluate the argument and specific claims in a text, distinguishing claims that are supported by reasons and evidence from claims that are not. The identification questions and short-answer prompts build this directly.\u003c\/p\u003e\n      \u003cp\u003e\u003cstrong\u003eW.6.1\u003c\/strong\u003e — Write arguments to support claims with clear reasons and relevant evidence. The extended writing prompts introduce opinion-with-support paragraph structure as a first step toward formal argument writing.\u003c\/p\u003e\n      \u003cp\u003eAlso supports: STAAR ELA, TNReady, and similar state assessments that test fact vs. opinion identification in nonfiction reading passages.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHO IT'S FOR\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eWho This Works For\u003c\/p\u003e\n  \u003ch2\u003eDesigned for 6th Grade — Flexible Enough for 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\u003e6th Grade ELA Teachers\u003c\/h3\u003e\n      \u003cp\u003eUse at the start of an argument writing unit, as a review before state testing, or as a structured skills check for the first week of school.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e🏠\u003c\/div\u003e\n      \u003ch3\u003eHomeschool Parents\u003c\/h3\u003e\n      \u003cp\u003eNo ELA background needed. The model responses and answer criteria make grading clear, and the passages are engaging enough to spark conversation — not just fill-in-the-blank practice.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e📚\u003c\/div\u003e\n      \u003ch3\u003eTutors \u0026amp; Interventionists\u003c\/h3\u003e\n      \u003cp\u003eThe one-passage-at-a-time structure makes this easy to use in 45-minute sessions. Start with identification questions, then layer in writing when the student is ready.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"who-card\"\u003e\n      \u003cdiv class=\"who-icon\"\u003e📋\u003c\/div\u003e\n      \u003ch3\u003eSubstitute Teachers\u003c\/h3\u003e\n      \u003cp\u003eCompletely self-contained. Students read the passage, answer questions, and complete writing prompts independently. The clear format means no verbal instructions required.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     WHEN TO USE\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"why-band\"\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhen to Use It\u003c\/p\u003e\n    \u003ch2\u003eMore Than One Right Time to Use This\u003c\/h2\u003e\n    \u003cul class=\"ways-list\"\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📅\u003c\/span\u003eBeginning-of-year skills review before moving into argument writing\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🎯\u003c\/span\u003ePre-assessment before teaching RI.6.8 or W.6.1 formally\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🧩\u003c\/span\u003eSmall group reteaching or RTI intervention for reading-writing connection\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📊\u003c\/span\u003eTest prep warm-up before state assessments (STAAR, TNReady, PARCC)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e🏠\u003c\/span\u003eHomeschool ELA unit on nonfiction reading and foundational argument writing\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e📋\u003c\/span\u003eSub day — fully self-contained, works without teacher explanation\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✍️\u003c\/span\u003eLiteracy station or early finisher task with built-in writing extension\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan class=\"icon\"\u003e👩‍🏫\u003c\/span\u003eTutoring intake activity to identify where analytical reading breaks down\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     SPECS\n══════════════════════════════════════════ --\u003e\n\u003chr class=\"divider\"\u003e\n\u003cdiv class=\"section\"\u003e\n  \u003cp class=\"section-label\"\u003eProduct Details\u003c\/p\u003e\n  \u003ch2\u003eWhat You're Getting\u003c\/h2\u003e\n  \u003cdiv class=\"specs-wrap\"\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGrade Level\u003c\/td\u003e\n        \u003ctd\u003e6th Grade (also: advanced 5th or struggling 7th)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eSubject\u003c\/td\u003e\n        \u003ctd\u003eELA — Nonfiction Reading, Fact vs. Opinion, Foundational Argument Writing\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003ePassages\u003c\/td\u003e\n        \u003ctd\u003e3 nonfiction informational texts: Sir Edmund Hillary · The Science of Plants \u0026amp; Photosynthesis · Amelia Earhart\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eIdentification Questions\u003c\/td\u003e\n        \u003ctd\u003e30 total — 10 per passage. Binary format: A) Fact or B) Opinion. Each question presents a statement from or related to the passage.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eWriting Prompts\u003c\/td\u003e\n        \u003ctd\u003e6 total — 1 short-answer + 1 extended paragraph per passage. Response lines pre-printed on student pages.\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eAnswer Key\u003c\/td\u003e\n        \u003ctd\u003e3 separate answer keys (one per passage) — correct answers, model short responses, model extended paragraphs, and acceptable-response criteria checklists\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStandards\u003c\/td\u003e\n        \u003ctd\u003eRI.6.8 (fact vs. opinion in nonfiction) · W.6.1 (argument writing foundation) · Supports STAAR, TNReady, and similar state ELA assessment formats\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eTime Needed\u003c\/td\u003e\n        \u003ctd\u003e1–3 class periods depending on use; each passage set can be completed in a single 45–50 minute session\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFormat\u003c\/td\u003e\n        \u003ctd\u003ePDF — no prep, print ready\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eLicense\u003c\/td\u003e\n        \u003ctd\u003eSingle classroom or personal homeschool use. Additional licenses required for teams, schools, or districts.\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     FAQ\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"section\" style=\"padding-top: 0;\"\u003e\n  \u003cp class=\"section-label\"\u003eCommon Questions\u003c\/p\u003e\n  \u003ch2\u003eBefore You Buy\u003c\/h2\u003e\n  \u003cdiv class=\"faq-list\"\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eThe questions have only two answer choices — is that really multiple choice?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — and the binary format is intentional. Every statement is either a fact or an opinion, so the task is to classify it correctly and be ready to explain why. The two-choice format eliminates the distractor guessing that's common with four-option questions, which keeps the focus on analytical thinking rather than test-taking strategy. The real challenge is in the writing prompts, where students have to justify their reasoning in their own words.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eI'm a parent with no ELA background. Can I actually use this at home?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eYes — it was designed with parents in mind. Each answer key includes the correct answers, a model response showing what a good short answer looks like, a model extended paragraph, and a criteria checklist that explains what \"acceptable\" means for open-ended responses. You don't need to know ELA standards or how to grade writing to use this effectively — the key does the heavy lifting for you.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhat's the difference between the short-answer prompt and the extended writing prompt?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eThe short-answer prompt focuses specifically on the text. It asks students to evaluate a sentence from the passage — decide if it's fact or opinion — and explain using text evidence. It's analytical and passage-dependent. The extended writing prompt is broader: students take a personal position related to the passage topic and write a full paragraph with reasons and a passage reference. That's the bridge into W.6.1 argument writing.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eIs this appropriate for 5th or 7th grade?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eIt's written for 6th grade. Advanced 5th graders working at a higher level will find the passages and writing prompts appropriately challenging. 7th graders who are still building the fact vs. opinion foundation — or who need a bridge skill before tackling formal argument writing — will find it useful for targeted review without feeling like a step backward.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eDo I have to use all three passages at once?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eNot at all. Each passage is a complete, self-contained set — passage, identification questions, short-answer prompt, extended prompt, and answer key. Use all three in the same week, or spread them out as warm-ups or exit tasks across three different sessions. The structure is identical each time, so students can work more independently by the second and third passage once they know the format.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eHow is this different from a generic fact vs. opinion worksheet?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eMost fact vs. opinion worksheets give students isolated sentences to label. This resource uses full nonfiction passages — which is how the skill actually appears in state assessments and real reading. Students read for context, then make distinctions that require them to think about what the passage says versus what the author believes. Adding the writing prompts means students also have to articulate their reasoning, not just check a box.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ══════════════════════════════════════════\n     CTA\n══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"cta-band\" id=\"buy\"\u003e\n  \u003cdiv class=\"cta-inner\"\u003e\n    \u003ch2\u003eRead It. Identify It.\u003cbr\u003eWrite About It.\u003c\/h2\u003e\n    \u003cp\u003eThree nonfiction passages, 30 identification questions, six writing prompts, and model answers for all of it — ready to print, ready to use.\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 · Full answer key with model responses 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":49286992232671,"sku":null,"price":3.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/6FactvsOpinion.png?v=1779377618","url":"https:\/\/shop.lightupliterature.com\/products\/6th-grade-fact-vs-opinion-nonfiction-passages-writing-light-up-literature","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}