{"product_id":"6th-grade-cause-effect-worksheets-nonfiction-passages","title":"6th Grade Cause \u0026 Effect Worksheets — Nonfiction Passages","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 Cause \u0026amp; Effect Worksheets — Nonfiction Passages | 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: -80px; right: -60px;\n      width: 320px; height: 320px;\n      border-radius: 50%;\n      background: rgba(189,16,225,0.12);\n      pointer-events: none;\n    }\n\n    .hero::after {\n      content: '';\n      position: absolute;\n      bottom: -80px; left: -50px;\n      width: 260px; height: 260px;\n      border-radius: 50%;\n      background: rgba(189,16,225,0.10);\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: 800px;\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: 600px;\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: 860px;\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 32px;\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.72rem;\n      font-weight: 700;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      opacity: 0.9;\n    }\n\n    \/* ── SECTIONS ── *\/\n    section { padding: 64px 24px; }\n\n    .section-inner {\n      max-width: 860px;\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 IT EXISTS ── *\/\n    .why {\n      background: var(--off-white);\n      border-top: 4px solid var(--purple);\n    }\n\n    .why-cards {\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    \/* ── PASSAGES ── *\/\n    .passages { background: var(--white); }\n\n    .passage-cards {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n      gap: 20px;\n      margin-top: 32px;\n    }\n\n    .passage-card {\n      border: 1px solid var(--border);\n      border-radius: 10px;\n      overflow: hidden;\n    }\n\n    .passage-card-header {\n      background: var(--indigo);\n      color: var(--white);\n      padding: 16px 20px;\n    }\n\n    .passage-card-header .passage-num {\n      font-size: 0.7rem;\n      font-weight: 700;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--purple);\n      margin-bottom: 4px;\n    }\n\n    .passage-card-header h3 {\n      font-size: 1rem;\n      font-weight: 700;\n      font-family: 'Open Sans', sans-serif;\n      color: var(--white);\n      line-height: 1.3;\n    }\n\n    .passage-card-body {\n      padding: 18px 20px;\n      background: var(--off-white);\n    }\n\n    .passage-card-body p { font-size: 0.88rem; color: var(--mid-gray); margin: 0; }\n\n    .passage-card-meta {\n      display: flex;\n      gap: 8px;\n      flex-wrap: wrap;\n      margin-top: 14px;\n    }\n\n    .meta-tag {\n      background: var(--light-purple);\n      border: 1px solid var(--border);\n      color: var(--indigo);\n      font-size: 0.72rem;\n      font-weight: 700;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      padding: 3px 10px;\n      border-radius: 100px;\n    }\n\n    \/* ── QUESTIONS ── *\/\n    .questions {\n      background: var(--indigo);\n      color: var(--white);\n    }\n\n    .questions .section-inner h2 { color: var(--white); }\n    .questions .section-inner p { color: rgba(255,255,255,0.82); }\n    .questions .section-eyebrow { color: var(--purple); }\n\n    .q-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 14px;\n      margin-top: 32px;\n    }\n\n    .q-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: 20px 18px;\n    }\n\n    .q-item h3 {\n      font-size: 0.92rem;\n      font-weight: 700;\n      font-family: 'Open Sans', sans-serif;\n      color: var(--purple);\n      margin-bottom: 8px;\n    }\n\n    .q-item p { font-size: 0.84rem; color: rgba(255,255,255,0.76); margin: 0; }\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 IT'S FOR ── *\/\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 TO USE ── *\/\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(230px, 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.9rem;\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    \/* ── STANDARDS ── *\/\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: 32px 28px;\n      margin-top: 28px;\n      display: grid;\n      grid-template-columns: auto 1fr;\n      gap: 24px;\n      align-items: start;\n    }\n\n    .std-code-big {\n      font-family: 'Playfair Display', serif;\n      font-size: 2rem;\n      font-weight: 900;\n      color: var(--purple);\n      line-height: 1;\n      white-space: nowrap;\n    }\n\n    .standard-box p { font-size: 0.92rem; color: var(--mid-gray); margin: 0; }\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); background: var(--white); }\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: 520px;\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 18px;\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      .standard-box { grid-template-columns: 1fr; }\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\u003eCause \u0026amp; Effect\u003c\/span\u003e Worksheets\u003cbr\u003ewith Nonfiction Passages\u003c\/h1\u003e\n    \u003cp class=\"hero-subtitle\"\u003eThree high-interest nonfiction articles, each paired with 10 rigorous cause and effect questions — designed to match how this skill is tested, not just taught.\u003c\/p\u003e\n    \u003cdiv class=\"hero-badges\"\u003e\n      \u003cspan class=\"badge\"\u003eGrade 6\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eRI.6.3\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003e3 Passages\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003e30 Questions\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eAnswer Key\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003eNo Prep\u003c\/span\u003e\n      \u003cspan class=\"badge\"\u003ePrintable PDF\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\"\u003e3\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eNonfiction Articles\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cspan class=\"stat-number\"\u003e30\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eTotal Questions\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cspan class=\"stat-number\"\u003e9\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eStudent Pages\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-item\"\u003e\n        \u003cspan class=\"stat-number\"\u003eRI.6.3\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eStandard Aligned\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── WHY IT EXISTS ── --\u003e\n  \u003csection class=\"why\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eWhy This Resource Exists\u003c\/p\u003e\n      \u003ch2\u003eCause and effect is one of the most tested reading standards in 6th grade — and one of the hardest to find good materials for.\u003c\/h2\u003e\n      \u003cp\u003eThe skill sounds simple: identify what happened and why. But on actual assessments, students run into a specific problem — the multiple-choice distractors are designed to look like other text structures. An answer about sequence or problem\/solution can feel just as plausible as the correct cause\/effect answer when a student hasn't practiced recognizing the difference.\u003c\/p\u003e\n      \u003cp\u003eThis resource addresses that gap directly. Every question in this set is written with carefully crafted distractors that mirror how real test questions are built — giving students genuine practice at distinguishing cause\/effect from description, sequence, and problem\/solution before they see those patterns on a test.\u003c\/p\u003e\n\n      \u003cdiv class=\"why-cards\"\u003e\n        \u003cdiv class=\"why-card\"\u003e\n          \u003cdiv class=\"why-card-icon\"\u003e📄\u003c\/div\u003e\n          \u003ch3\u003ePassages built for this skill\u003c\/h3\u003e\n          \u003cp\u003eEach article is written with clear cause-and-effect language and structure woven throughout — not added as an afterthought.\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\u003eTest-aligned question design\u003c\/h3\u003e\n          \u003cp\u003eWrong answers are purposefully drawn from other text structures — the same way assessment distractors are written — so practice is genuine preparation.\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\u003eHigh-interest nonfiction topics\u003c\/h3\u003e\n          \u003cp\u003eGenetics, culinary history, and holography — topics that engage 6th graders and feel more meaningful than generic test-prep passages.\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\u003eTruly no prep\u003c\/h3\u003e\n          \u003cp\u003eDownload, print, and hand out. The answer key is separate and ready. Nothing to cut, assemble, or modify.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\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\"\u003eThe Three Passages\u003c\/p\u003e\n      \u003ch2\u003eThree articles. Three different worlds. One consistent skill focus.\u003c\/h2\u003e\n      \u003cp\u003eEach passage is written at a 6th grade reading level with explicit cause-and-effect structure. The topics are distinct enough to provide variety across multiple class periods or sessions, and high-interest enough that students will actually want to read them.\u003c\/p\u003e\n\n      \u003cdiv class=\"passage-cards\"\u003e\n        \u003cdiv class=\"passage-card\"\u003e\n          \u003cdiv class=\"passage-card-header\"\u003e\n            \u003cdiv class=\"passage-num\"\u003eArticle 1\u003c\/div\u003e\n            \u003ch3\u003eThe Chain Reaction of Genetics\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"passage-card-body\"\u003e\n            \u003cp\u003eExplores how genetics shapes inherited traits, how Gregor Mendel's experiments launched a new field of science, and how genetic research now leads to personalized medicine and selective breeding in agriculture. The chain reaction structure — discovery leading to understanding, leading to new applications — makes the cause\/effect relationships explicit and layered.\u003c\/p\u003e\n            \u003cdiv class=\"passage-card-meta\"\u003e\n              \u003cspan class=\"meta-tag\"\u003eScience\u003c\/span\u003e\n              \u003cspan class=\"meta-tag\"\u003e10 Questions\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"passage-card\"\u003e\n          \u003cdiv class=\"passage-card-header\"\u003e\n            \u003cdiv class=\"passage-num\"\u003eArticle 2\u003c\/div\u003e\n            \u003ch3\u003eHow Famous Chefs Influenced the Culinary World\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"passage-card-body\"\u003e\n            \u003cp\u003eTraces the cause-and-effect influence of four major culinary figures — Julia Child, Gordon Ramsay, Wolfgang Puck, and Alice Waters — and how each chef's choices triggered lasting changes in how Americans cook, eat, and think about food. Clear parallel structure makes this ideal for scaffolded practice.\u003c\/p\u003e\n            \u003cdiv class=\"passage-card-meta\"\u003e\n              \u003cspan class=\"meta-tag\"\u003eSocial Studies\u003c\/span\u003e\n              \u003cspan class=\"meta-tag\"\u003e10 Questions\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"passage-card\"\u003e\n          \u003cdiv class=\"passage-card-header\"\u003e\n            \u003cdiv class=\"passage-num\"\u003eArticle 3\u003c\/div\u003e\n            \u003ch3\u003eHolograms: From Sci-Fi to Science Labs\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"passage-card-body\"\u003e\n            \u003cp\u003eTraces how science fiction inspired real holographic research, how the technology works, and how it is now used in medicine, space exploration, disaster response, and security. The \"inspiration causing invention causing application\" chain gives students practice with multi-step cause\/effect relationships.\u003c\/p\u003e\n            \u003cdiv class=\"passage-card-meta\"\u003e\n              \u003cspan class=\"meta-tag\"\u003eSTEM\u003c\/span\u003e\n              \u003cspan class=\"meta-tag\"\u003e10 Questions\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── HOW THE QUESTIONS WORK ── --\u003e\n  \u003csection class=\"questions\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eHow the Questions Are Built\u003c\/p\u003e\n      \u003ch2\u003e10 questions per article — designed to match real test design, not just worksheet practice.\u003c\/h2\u003e\n      \u003cp\u003eMost cause and effect worksheets ask \"What happened?\" and \"Why?\" That's a start — but it doesn't prepare students for how the skill actually shows up on assessments. Each question in this set is written to require students to think precisely about cause-and-effect relationships and reject plausible-sounding distractors.\u003c\/p\u003e\n\n      \u003cdiv class=\"q-grid\"\u003e\n        \u003cdiv class=\"q-item\"\u003e\n          \u003ch3\u003eExplicit cause\/effect questions\u003c\/h3\u003e\n          \u003cp\u003eQuestions use stems like \"What caused…?\", \"What is one result of…?\", and \"Why did…?\" — the exact phrasing students will encounter on standardized assessments.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"q-item\"\u003e\n          \u003ch3\u003eStrategic wrong answers\u003c\/h3\u003e\n          \u003cp\u003eDistractors are drawn from other text structures — sequence, problem\/solution, description — so students must actively distinguish cause\/effect rather than choose by elimination.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"q-item\"\u003e\n          \u003ch3\u003ePassage-grounded answers\u003c\/h3\u003e\n          \u003cp\u003eEvery correct answer is directly supported by the passage text. Students who read carefully will find the evidence; students who skim will get caught by the distractors.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"q-item\"\u003e\n          \u003ch3\u003eMulti-step relationships\u003c\/h3\u003e\n          \u003cp\u003eSome questions ask about downstream effects — what happened as a result of something that was itself caused by something else — building the deeper analytical thinking that 6th grade standards require.\u003c\/p\u003e\n        \u003c\/div\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\"\u003eWhat's Included\u003c\/p\u003e\n      \u003ch2\u003eEverything in the download.\u003c\/h2\u003e\n\n      \u003cul class=\"included-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e3 nonfiction reading passages\u003c\/strong\u003e — one page each, written at 6th grade level with explicit cause-and-effect structure. Topics: genetics, culinary history, and holography.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e3 question sets — 10 questions each, 30 total\u003c\/strong\u003e — all multiple-choice with test-aligned distractors drawn from other text structures. Questions are split across two pages per article for clean formatting.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFull answer key\u003c\/strong\u003e — separate page listing correct answers by article and question number.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e9 student-facing pages total\u003c\/strong\u003e — 3 pages per article (1 reading passage + 2 question pages), formatted for easy printing and distribution.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eNo prep required\u003c\/strong\u003e — print and assign immediately. No cutting, laminating, or additional materials needed.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── WHO IT'S FOR ── --\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\u003eFlexible enough for multiple settings — focused enough to actually teach the skill.\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 preparing students for state assessments or benchmark tests where cause and effect is a regularly tested standard. Works as a standalone lesson, a reading center, or a test-prep rotation.\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, gradable reading activity with a clear answer key — no teacher background in reading instruction required. The passages are self-contained and the questions are explicit enough to use independently.\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 paraprofessionals\u003c\/strong\u003e who need something that runs itself. Print and assign — the format is clean and the instructions are self-evident from the question wording.\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 small-group teachers\u003c\/strong\u003e working with struggling 6th grade readers who need explicit, structured cause\/effect practice with accessible passage topics rather than abstract or unfamiliar content.\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 looking for spiral review\u003c\/strong\u003e — use one article as a weekly skill refresher, or assign all three across a cause\/effect unit as formative 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\u003eOne resource — six practical uses.\u003c\/h2\u003e\n\n      \u003cdiv class=\"ways-grid\"\u003e\n        \u003cdiv class=\"ways-item\"\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eAssign as a full skill unit — use all three passages over three days with consistent cause\/effect instruction between sessions\u003c\/div\u003e\n        \u003cdiv class=\"ways-item\"\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eUse one passage as a reading center activity while the rest of the class works on something different\u003c\/div\u003e\n        \u003cdiv class=\"ways-item\"\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eAssign as independent homework — the format is clear and the question wording guides students without needing additional instructions\u003c\/div\u003e\n        \u003cdiv class=\"ways-item\"\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eUse the genetics passage during a science unit or the chefs passage during a social studies unit for cross-curricular reinforcement\u003c\/div\u003e\n        \u003cdiv class=\"ways-item\"\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003ePull individual questions for bell ringers, daily warm-ups, or exit tickets\u003c\/div\u003e\n        \u003cdiv class=\"ways-item\"\u003e\n\u003cspan class=\"ways-dot\"\u003e\u003c\/span\u003eUse with a sub — print the article and question pages, leave the answer key for scoring, and no instruction is required\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── STANDARDS ── --\u003e\n  \u003csection class=\"standards\"\u003e\n    \u003cdiv class=\"section-inner\"\u003e\n      \u003cp class=\"section-eyebrow\"\u003eStandards Alignment\u003c\/p\u003e\n      \u003ch2\u003eDirectly aligned to Common Core RI.6.3.\u003c\/h2\u003e\n      \u003cp\u003eEvery passage and every question in this resource is built around the 6th grade informational text standard for text structure and relationships.\u003c\/p\u003e\n\n      \u003cdiv class=\"standard-box\"\u003e\n        \u003cdiv class=\"std-code-big\"\u003eRI.6.3\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp\u003e\u003cstrong style=\"color: var(--indigo);\"\u003eAnalyze in detail how a key individual, event, or idea is introduced, illustrated, and elaborated in a text (e.g., through examples or anecdotes).\u003c\/strong\u003e\u003c\/p\u003e\n          \u003cp style=\"margin-top:10px;\"\u003eAt the 6th grade level, this standard includes understanding how authors use cause-and-effect text structure to develop and connect ideas — the exact skill this resource builds and assesses.\u003c\/p\u003e\n        \u003c\/div\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\u003eNumber of Passages\u003c\/td\u003e\n          \u003ctd\u003e3 nonfiction articles\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003ePassage Topics\u003c\/td\u003e\n          \u003ctd\u003eThe Chain Reaction of Genetics · How Famous Chefs Influenced the Culinary World · Holograms: From Sci-Fi to Science Labs\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eTotal Questions\u003c\/td\u003e\n          \u003ctd\u003e30 (10 per article)\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eQuestion Format\u003c\/td\u003e\n          \u003ctd\u003eMultiple-choice with cause\/effect focus and test-aligned distractors\u003c\/td\u003e\n        \u003c\/tr\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\u003eFocus Skill\u003c\/td\u003e\n          \u003ctd\u003eCause and Effect text structure\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eStandard\u003c\/td\u003e\n          \u003ctd\u003eCommon Core RI.6.3\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eAnswer Key\u003c\/td\u003e\n          \u003ctd\u003eYes — included, organized by article\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd\u003eStudent Pages\u003c\/td\u003e\n          \u003ctd\u003e9 (3 pages per article: 1 reading passage + 2 question pages)\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\"\u003eIs this rigorous enough for on-level 6th graders, or is it for struggling readers?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eIt's designed for on-level 6th grade students, and the question design — with carefully crafted wrong answers — makes it appropriately challenging for that level. Students who struggle with reading may need the passage read together before answering independently, but the questions themselves are well-suited to on-level learners. They also work well for advanced 5th graders or for 7th grade remediation.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eDoes this teach cause and effect, or just assess it?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eThis resource is structured practice — not a lesson. It doesn't include explicit instruction or vocabulary teaching for the skill. If you're introducing cause and effect for the first time, use your lesson first and then use this resource as application and assessment practice. It works best after students have a working understanding of what cause and effect means.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eCan I use these articles for a different skill, like main idea or text structure?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eThe articles are written to support cause and effect analysis, and the questions are specifically focused on that skill. The passages could theoretically support other discussions, but the question sets are not designed for main idea, summarization, or other standards. If you're looking for those skills, they're covered in separate Light Up Literature resources.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-item\"\u003e\n          \u003cdiv class=\"faq-q\"\u003eIs there a teacher explanation of why the answers are correct?\u003c\/div\u003e\n          \u003cdiv class=\"faq-a\"\u003eThe answer key lists correct answers by question number but does not include written explanations. The answers are passage-supported and straightforward enough for most teachers and parents to verify directly from the text without a rationale page.\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. If you're teaching in a co-op setting where multiple families are served, additional licenses are required — one per household. Reach out to debra@lightupliteraturecurriculum.com for group 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\u003eThree passages. Thirty questions. Zero prep.\u003c\/h2\u003e\n      \u003cp\u003eCause and effect practice your 6th graders can actually learn from — not just complete. Download, print, and hand it out.\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":49286028689631,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/6thGradeCause_Effect.png?v=1779328144","url":"https:\/\/shop.lightupliterature.com\/products\/6th-grade-cause-effect-worksheets-nonfiction-passages","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}