{"product_id":"digital-product-3","title":"Writing Skill Progression Chart | Grade 1-12 Writing Development \u0026 Mastery Guide","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eWriting Skill Progression Chart | Grades 1–12 Writing Development \u0026amp; Mastery Guide | Light Up Literature\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"A grade-by-grade writing skills progression chart covering grades 1–12. Sentence structure, paragraph writing, argument development, transitions, and more. Perfect for ELA teachers, homeschool families, intervention specialists, and curriculum planners.\"\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    --green: #1a7f4b;\n    --green-bg: #edf7f2;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\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  .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    pointer-events: none;\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    pointer-events: none;\n  }\n  .hero-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }\n\n  .hero-badge {\n    display: inline-block;\n    background: rgba(189,16,225,0.25);\n    border: 1px solid rgba(189,16,225,0.5);\n    color: #e89df5;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 0.35rem 1rem;\n    border-radius: 20px;\n    margin-bottom: 1.4rem;\n  }\n\n  .hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(24px, 4vw, 38px);\n    font-weight: 700;\n    color: var(--white);\n    line-height: 1.25;\n    margin-bottom: 1.2rem;\n  }\n  .hero h1 span { color: #d97df5; }\n\n  .hero-sub {\n    font-size: 15px;\n    color: rgba(255,255,255,0.8);\n    max-width: 600px;\n    margin: 0 auto 2rem;\n    line-height: 1.7;\n  }\n\n  .hero-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.5rem;\n    justify-content: center;\n    margin-bottom: 2rem;\n  }\n  .hero-tag {\n    background: rgba(255,255,255,0.1);\n    border: 1px solid rgba(255,255,255,0.2);\n    color: rgba(255,255,255,0.85);\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 0.3rem 0.8rem;\n    border-radius: 4px;\n  }\n\n  .hero-stats {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1.5rem;\n    justify-content: center;\n  }\n  .stat { text-align: center; }\n  .stat-number {\n    display: block;\n    font-family: 'Playfair Display', serif;\n    font-size: 28px;\n    font-weight: 700;\n    color: #d97df5;\n    line-height: 1;\n  }\n  .stat-label {\n    font-size: 11px;\n    font-weight: 600;\n    color: rgba(255,255,255,0.65);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    margin-top: 0.25rem;\n  }\n\n  \/* ── REVIEW RIBBON ── *\/\n  .review-ribbon {\n    background: var(--green-bg);\n    border-top: 1px solid #c3e8d5;\n    border-bottom: 1px solid #c3e8d5;\n    padding: 0.75rem 1.5rem;\n    text-align: center;\n    font-size: 13px;\n    color: var(--green);\n    font-weight: 600;\n  }\n  .review-ribbon .stars { letter-spacing: 0.05em; margin-right: 0.4rem; }\n\n  \/* ── LAYOUT ── *\/\n  .content {\n    max-width: 780px;\n    margin: 0 auto;\n    padding: 0 1.5rem;\n  }\n  .section {\n    padding: 3rem 0 2.5rem;\n    border-bottom: 1px solid var(--border);\n  }\n  .section:last-child { border-bottom: none; }\n\n  .section-label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 0.5rem;\n  }\n\n  h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(20px, 3vw, 26px);\n    font-weight: 700;\n    color: var(--indigo);\n    line-height: 1.35;\n    margin-bottom: 1rem;\n  }\n\n  h3 {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--indigo);\n    margin: 1.6rem 0 0.4rem;\n  }\n\n  p { margin-bottom: 1rem; color: var(--text-body); }\n\n  \/* ── AUDIENCE CARDS ── *\/\n  .audience-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n  .audience-card {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-top: 3px solid var(--purple);\n    border-radius: 6px;\n    padding: 1.1rem 1.2rem;\n  }\n  .audience-card-icon {\n    font-size: 20px;\n    margin-bottom: 0.4rem;\n    display: block;\n  }\n  .audience-card-title {\n    font-weight: 700;\n    color: var(--indigo);\n    font-size: 13px;\n    margin-bottom: 0.3rem;\n  }\n  .audience-card-detail {\n    font-size: 12.5px;\n    color: var(--text-muted);\n    line-height: 1.6;\n  }\n\n  \/* ── CONTENT CARDS ── *\/\n  .contents-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n  .content-card {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-left: 4px solid var(--purple);\n    border-radius: 6px;\n    padding: 1.1rem 1.2rem;\n  }\n  .content-card-title {\n    font-weight: 700;\n    color: var(--indigo);\n    font-size: 13px;\n    margin-bottom: 0.35rem;\n  }\n  .content-card-detail {\n    font-size: 12.5px;\n    color: var(--text-muted);\n    line-height: 1.6;\n  }\n\n  \/* ── SKILLS LIST ── *\/\n  .skills-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n    gap: 0.7rem;\n    margin-top: 1.2rem;\n  }\n  .skill-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.65rem;\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-radius: 5px;\n    padding: 0.65rem 0.85rem;\n    font-size: 13px;\n    color: var(--text-body);\n    line-height: 1.5;\n  }\n  .skill-item::before {\n    content: '✓';\n    color: var(--purple);\n    font-weight: 700;\n    flex-shrink: 0;\n    margin-top: 1px;\n  }\n\n  \/* ── USE CASES ── *\/\n  .use-cases {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 0.85rem;\n    margin-top: 1.2rem;\n  }\n  .use-case {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 1rem 1.1rem;\n    font-size: 13px;\n    color: var(--text-body);\n    line-height: 1.55;\n  }\n  .use-case strong {\n    display: block;\n    color: var(--indigo);\n    font-size: 12.5px;\n    margin-bottom: 0.2rem;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* ── REVIEW QUOTES ── *\/\n  .reviews-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 1rem;\n    margin-top: 1.5rem;\n  }\n  .review-card {\n    background: var(--indigo-faint);\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 1.1rem 1.2rem;\n    font-size: 13px;\n    font-style: italic;\n    color: var(--text-body);\n    line-height: 1.7;\n  }\n  .review-card .reviewer {\n    display: block;\n    margin-top: 0.6rem;\n    font-style: normal;\n    font-weight: 700;\n    font-size: 11.5px;\n    color: var(--indigo);\n  }\n  .review-card .reviewer-detail {\n    font-weight: 400;\n    color: var(--text-muted);\n  }\n  .review-card .stars { color: var(--purple); font-style: normal; }\n\n  \/* ── WHY BOX ── *\/\n  .why-box {\n    background: var(--indigo);\n    border-radius: 8px;\n    padding: 2rem 2rem 1.5rem;\n    margin-top: 1.5rem;\n  }\n  .why-box h3 {\n    color: #d97df5;\n    margin-top: 0;\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    margin-bottom: 1rem;\n  }\n  .why-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 0.65rem;\n  }\n  .why-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 0.75rem;\n    font-size: 13.5px;\n    line-height: 1.6;\n    color: rgba(255,255,255,0.88);\n  }\n  .why-list li::before {\n    content: '★';\n    color: #d97df5;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  \/* ── BUNDLE BOX ── *\/\n  .bundle-box {\n    background: var(--indigo-faint);\n    border: 2px solid var(--purple);\n    border-radius: 8px;\n    padding: 1.75rem 2rem;\n    margin-top: 1.5rem;\n    display: flex;\n    gap: 1.5rem;\n    align-items: flex-start;\n    flex-wrap: wrap;\n  }\n  .bundle-box-text { flex: 1; min-width: 200px; }\n  .bundle-label {\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 0.3rem;\n  }\n  .bundle-title {\n    font-family: 'Playfair Display', serif;\n    font-size: 17px;\n    font-weight: 700;\n    color: var(--indigo);\n    line-height: 1.35;\n    margin-bottom: 0.5rem;\n  }\n  .bundle-desc {\n    font-size: 13px;\n    color: var(--text-muted);\n    line-height: 1.6;\n    margin-bottom: 0.75rem;\n  }\n  .bundle-price {\n    font-size: 13px;\n    color: var(--text-body);\n  }\n  .bundle-price strong { color: var(--indigo); font-size: 15px; }\n  .bundle-price s { color: var(--text-muted); font-size: 12px; }\n  .bundle-cta {\n    display: inline-block;\n    background: var(--purple);\n    color: white;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    padding: 0.55rem 1.2rem;\n    border-radius: 4px;\n    text-decoration: none;\n    margin-top: 0.75rem;\n    transition: background 0.2s;\n  }\n  .bundle-cta:hover { background: var(--indigo-light); }\n\n  \/* ── PRODUCT DETAILS ── *\/\n  .details-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 1.2rem;\n    font-size: 13.5px;\n  }\n  .details-table tr { border-bottom: 1px solid var(--border); }\n  .details-table tr:last-child { border-bottom: none; }\n  .details-table td {\n    padding: 0.65rem 0.5rem;\n    vertical-align: top;\n  }\n  .details-table td:first-child {\n    font-weight: 700;\n    color: var(--indigo);\n    white-space: nowrap;\n    width: 40%;\n    padding-right: 1rem;\n  }\n\n  \/* ── RELATED ── *\/\n  .related-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 0.85rem;\n    margin-top: 1.2rem;\n  }\n  .related-card {\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 1rem 1.1rem;\n    font-size: 13px;\n    line-height: 1.5;\n    text-decoration: none;\n    color: var(--text-body);\n    display: block;\n    transition: border-color 0.2s, box-shadow 0.2s;\n  }\n  .related-card:hover {\n    border-color: var(--purple);\n    box-shadow: 0 2px 10px rgba(189,16,225,0.1);\n  }\n  .related-card .related-label {\n    font-size: 10.5px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--purple);\n    margin-bottom: 0.3rem;\n  }\n  .related-card strong {\n    display: block;\n    color: var(--indigo);\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  \/* ── FOOTER ── *\/\n  .page-footer {\n    background: var(--indigo-faint);\n    border-top: 1px solid var(--border);\n    padding: 2rem 1.5rem;\n    text-align: center;\n    font-size: 12px;\n    color: var(--text-muted);\n    margin-top: 2rem;\n  }\n  .page-footer strong { color: var(--indigo); }\n\n  @media (max-width: 520px) {\n    .hero { padding: 3rem 1.25rem 2.5rem; }\n    .hero-stats { gap: 1.2rem; }\n    .contents-grid, .audience-grid, .use-cases, .related-grid, .skills-grid, .reviews-grid { grid-template-columns: 1fr; }\n    .bundle-box { flex-direction: column; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ═══════════ HERO ═══════════ --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-inner\"\u003e\n    \u003cdiv class=\"hero-badge\"\u003ePrintable Reference Chart · Grades 1–12 · No Prep\u003c\/div\u003e\n    \u003ch1\u003eWriting Skill Progression Chart\u003cbr\u003e\u003cspan\u003eGrades 1–12 Writing Development \u0026amp; Mastery Guide\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hero-sub\"\u003eA clear, grade-by-grade roadmap of writing expectations from 1st through 12th grade — so you always know exactly what to teach next, what to remediate, and where each student stands on the path to writing mastery.\u003c\/p\u003e\n    \u003cdiv class=\"hero-tags\"\u003e\n      \u003cspan class=\"hero-tag\"\u003eGrades 1–12\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eSentence Structure\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eParagraph Writing\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eArgumentative Writing\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eIntervention\u003c\/span\u003e\n      \u003cspan class=\"hero-tag\"\u003eVertical Alignment\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-stats\"\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e12\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eGrade Levels\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e5.0\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eStar Rating\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e4\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eVerified Reviews\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat\"\u003e\n        \u003cspan class=\"stat-number\"\u003e1\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003ePage to Rule Them All\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════ REVIEW RIBBON ═══════════ --\u003e\n\u003cdiv class=\"review-ribbon\"\u003e\n  \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e Rated 5.0 by verified buyers  ·  Used by classroom teachers, special education specialists, and homeschool families\n\u003c\/div\u003e\n\n\u003cdiv class=\"content\"\u003e\n\n  \u003c!-- ═══════════ THE PROBLEM ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eThe Problem This Solves\u003c\/div\u003e\n    \u003ch2\u003eWriting Progression Is Hard to See. This Makes It Visible.\u003c\/h2\u003e\n    \u003cp\u003eMost teachers know writing development is a continuum — but few have a single document that shows what that continuum actually looks like from beginning to end. Without that big picture, it's easy to reteach skills students already have, skip skills that have gaps, or struggle to explain to parents and IEP teams exactly where a student is and where they need to go.\u003c\/p\u003e\n    \u003cp\u003eThis chart puts the entire K–12 writing arc in one place. Grade by grade, skill by skill — so you can plan instruction with clarity, identify gaps without guessing, and show students (and families) exactly what growth looks like.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ WHO IT'S FOR ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWho This Is For\u003c\/div\u003e\n    \u003ch2\u003eOne Chart. Four Distinct Audiences Who All Need It.\u003c\/h2\u003e\n\n    \u003cdiv class=\"audience-grid\"\u003e\n      \u003cdiv class=\"audience-card\"\u003e\n        \u003cspan class=\"audience-card-icon\"\u003e🏫\u003c\/span\u003e\n        \u003cdiv class=\"audience-card-title\"\u003eELA Classroom Teachers\u003c\/div\u003e\n        \u003cdiv class=\"audience-card-detail\"\u003ePlan instruction, identify where your class is relative to grade-level expectations, and differentiate for students above or below grade level — all from one reference.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"audience-card\"\u003e\n        \u003cspan class=\"audience-card-icon\"\u003e🏠\u003c\/span\u003e\n        \u003cdiv class=\"audience-card-title\"\u003eHomeschool Families\u003c\/div\u003e\n        \u003cdiv class=\"audience-card-detail\"\u003eKnow exactly what your child should be working toward at each grade level. Plan a long-term writing curriculum with confidence instead of guessing whether you're covering the right skills.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"audience-card\"\u003e\n        \u003cspan class=\"audience-card-icon\"\u003e📋\u003c\/span\u003e\n        \u003cdiv class=\"audience-card-title\"\u003eIntervention Specialists\u003c\/div\u003e\n        \u003cdiv class=\"audience-card-detail\"\u003eQuickly locate the grade level where a student's writing skills actually function, document a clear baseline, and build an intervention plan that addresses the right gaps.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"audience-card\"\u003e\n        \u003cspan class=\"audience-card-icon\"\u003e🗺️\u003c\/span\u003e\n        \u003cdiv class=\"audience-card-title\"\u003eCurriculum \u0026amp; Team Planners\u003c\/div\u003e\n        \u003cdiv class=\"audience-card-detail\"\u003eUse this for vertical alignment conversations, grade-band planning, and curriculum mapping across a department, school, or co-op — a shared reference that puts everyone on the same page.\u003c\/div\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    \u003cdiv class=\"section-label\"\u003eWhat's Included\u003c\/div\u003e\n    \u003ch2\u003eGrade-by-Grade Writing Expectations in One Printable Chart\u003c\/h2\u003e\n    \u003cp\u003eDesigned for fast reference — not a binder insert you file and forget. This is a working document meant to live on your desk, in your planner, or on your wall.\u003c\/p\u003e\n\n    \u003cdiv class=\"contents-grid\"\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e📊 Grade-by-Grade Skill Breakdown\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eClear, specific writing expectations for every grade from 1st through 12th — organized so you can scan vertically (one grade) or horizontally (one skill across grades).\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e🧱 Sentence to Essay Progression\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eTracks the full writing development arc — from sentence fluency in early grades through thesis development, argument structure, and rhetorical strategies in high school.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"content-card\"\u003e\n        \u003cdiv class=\"content-card-title\"\u003e🗂️ Chart Format for Easy Reference\u003c\/div\u003e\n        \u003cdiv class=\"content-card-detail\"\u003eLaid out for quick scanning during conferences, planning sessions, IEP meetings, or parent conversations — not a wall of text, an actual usable chart.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ SKILLS COVERED ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eSkills Tracked\u003c\/div\u003e\n    \u003ch2\u003eEvery Major Writing Domain, Mapped Across All 12 Grade Levels\u003c\/h2\u003e\n\n    \u003cdiv class=\"skills-grid\"\u003e\n      \u003cdiv class=\"skill-item\"\u003eSentence fluency \u0026amp; structure development\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eParagraph writing \u0026amp; organization\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eThesis development \u0026amp; argumentative writing\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eTransitions, cohesion \u0026amp; flow\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eStyle, voice \u0026amp; rhetorical strategies\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eNarrative, informative \u0026amp; argumentative modes\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eEditing, revision \u0026amp; conventions by grade\u003c\/div\u003e\n      \u003cdiv class=\"skill-item\"\u003eResearch writing \u0026amp; source integration\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ HOW TO USE ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eHow to Use It\u003c\/div\u003e\n    \u003ch2\u003eA Reference Tool That Works in a Dozen Different Contexts\u003c\/h2\u003e\n\n    \u003cdiv class=\"use-cases\"\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eWriting Conferences\u003c\/strong\u003e\n        Show students exactly where they are on the progression and what the next step looks like — concrete, visual, and motivating.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eCurriculum Planning\u003c\/strong\u003e\n        Map your year against grade-level expectations and identify which skills need dedicated unit time versus ongoing reinforcement.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eVertical Alignment\u003c\/strong\u003e\n        Use with your department or grade-level team to ensure writing skills are building coherently across years — not repeating or skipping.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eIntervention \u0026amp; IEP Work\u003c\/strong\u003e\n        Document where a student's writing actually functions, set measurable goals, and track growth against a clear standard.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eHomeschool Planning\u003c\/strong\u003e\n        Build your long-term writing scope and sequence around grade-level benchmarks — and know when your child has truly mastered a skill.\n      \u003c\/div\u003e\n      \u003cdiv class=\"use-case\"\u003e\n        \u003cstrong\u003eParent Communication\u003c\/strong\u003e\n        Use the chart to explain a student's writing level in concrete, grade-referenced terms that parents can actually understand and act on.\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ REVIEWS ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhat Buyers Are Saying\u003c\/div\u003e\n    \u003ch2\u003eVerified Reviews from Teachers, Homeschool Families \u0026amp; Specialists\u003c\/h2\u003e\n\n    \u003cdiv class=\"reviews-grid\"\u003e\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"Wonderful resource! It has helped my girls so much. Makes homeschooling easier.\"\n        \u003cspan class=\"reviewer\"\u003eMelissa H. \u003cspan class=\"reviewer-detail\"\u003e— 5th Grade Homeschool, Students with Autism\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"This was really helpful for my special education students!\"\n        \u003cspan class=\"reviewer\"\u003eAbbie D. \u003cspan class=\"reviewer-detail\"\u003e— Verified Buyer, Special Education\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"Great value. Thanks for creating this resource! It helped me a lot!\"\n        \u003cspan class=\"reviewer\"\u003eNuvain B. \u003cspan class=\"reviewer-detail\"\u003e— 2nd–5th Grade, Students with Autism · Utah\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review-card\"\u003e\n        \u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"I love this resource!\"\n        \u003cspan class=\"reviewer\"\u003eEmPower Adapted Ed \u003cspan class=\"reviewer-detail\"\u003e— Verified TPT Seller\u003c\/span\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ WHY IT WORKS ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eWhy It Works\u003c\/div\u003e\n    \u003ch2\u003eSimple Tool. Significant Impact.\u003c\/h2\u003e\n\n    \u003cdiv class=\"why-box\"\u003e\n      \u003ch3\u003eWhat Makes This Chart Different from a Standards Document\u003c\/h3\u003e\n      \u003cul class=\"why-list\"\u003e\n        \u003cli\u003eStandards documents are written for compliance. This chart is written for teaching — organized the way a teacher actually thinks about writing development, not the way a committee organized a policy document.\u003c\/li\u003e\n        \u003cli\u003eThe grade-by-grade layout makes skill gaps visible at a glance — you can locate exactly where a student's writing breaks down without reading through pages of standards language.\u003c\/li\u003e\n        \u003cli\u003eWorks for students learning in all kinds of environments: traditional classrooms, intervention settings, homeschool co-ops, and one-on-one special education contexts.\u003c\/li\u003e\n        \u003cli\u003eParticularly useful for multi-grade teaching situations — homeschool families, intervention specialists, and teachers who work across grade bands all report it becoming a go-to reference.\u003c\/li\u003e\n        \u003cli\u003ePairs naturally with the Reading and Grammar Progression Charts for a complete ELA planning toolkit — see the bundle below.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ BUNDLE ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eSave with a Bundle\u003c\/div\u003e\n    \u003ch2\u003eGet All Three ELA Progression Charts Together\u003c\/h2\u003e\n    \u003cp\u003eThe Writing Chart is one piece of a complete ELA planning toolkit. The full bundle gives you reading, grammar, and writing progressions in one purchase — everything you need to plan, differentiate, and track ELA skill development from 1st through 12th grade.\u003c\/p\u003e\n\n    \u003cdiv class=\"bundle-box\"\u003e\n      \u003cdiv class=\"bundle-box-text\"\u003e\n        \u003cdiv class=\"bundle-label\"\u003eBundle · Save $1.00\u003c\/div\u003e\n        \u003cdiv class=\"bundle-title\"\u003eMiddle School ELA Skills Progression Charts\u003cbr\u003eReading · Grammar · Writing\u003c\/div\u003e\n        \u003cdiv class=\"bundle-desc\"\u003eThree printable progression charts covering every major ELA domain — sold together at a discount. The complete reference toolkit for teachers, homeschool families, and intervention specialists.\u003c\/div\u003e\n        \u003cdiv class=\"bundle-price\"\u003e\n\u003cstrong\u003e$9.50\u003c\/strong\u003e   \u003cs\u003e$10.50 separately\u003c\/s\u003e\n\u003c\/div\u003e\n        \u003ca class=\"bundle-cta\" href=\"#\" target=\"_blank\" rel=\"noopener\"\u003eView Bundle →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ PRODUCT DETAILS ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eProduct Details\u003c\/div\u003e\n    \u003ch2\u003eEverything You Need to Know Before You Buy\u003c\/h2\u003e\n\n    \u003ctable class=\"details-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eFormat\u003c\/td\u003e\n        \u003ctd\u003ePrintable PDF — not editable\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eGrade Coverage\u003c\/td\u003e\n        \u003ctd\u003e1st grade through 12th grade\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eBest For\u003c\/td\u003e\n        \u003ctd\u003eELA teachers, homeschool families, intervention specialists, curriculum planners, special education teachers\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eUse Context\u003c\/td\u003e\n        \u003ctd\u003eWriting conferences, curriculum mapping, IEP planning, vertical alignment, parent communication, homeschool scope \u0026amp; sequence\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eStandards Alignment\u003c\/td\u003e\n        \u003ctd\u003eCommon Core ELA writing standards referenced across grade levels\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd\u003eAlso Available As\u003c\/td\u003e\n        \u003ctd\u003ePart of the Middle School ELA Skills Progression Charts bundle (Reading, Grammar \u0026amp; Writing)\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══════════ RELATED ═══════════ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cdiv class=\"section-label\"\u003eComplete the Toolkit\u003c\/div\u003e\n    \u003ch2\u003eReading \u0026amp; Grammar Progressions to Match\u003c\/h2\u003e\n    \u003cp\u003eEach chart in this series uses the same grade-by-grade format so your three reference tools work together seamlessly — whether you're planning a single unit or mapping an entire school year.\u003c\/p\u003e\n\n    \u003cdiv class=\"related-grid\"\u003e\n      \u003ca class=\"related-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/Reading-Skill-Progression-Chart-Grades-1-12-8398723\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003ePart of the Series\u003c\/div\u003e\n        \u003cstrong\u003eReading Skill Progression Chart — Grades 1–12 Reading Development \u0026amp; Mastery Guide\u003c\/strong\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"related-card\" href=\"https:\/\/www.teacherspayteachers.com\/Product\/Grammar-Skills-Progression-Chart-1-12th-grade-8381529\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003ePart of the Series\u003c\/div\u003e\n        \u003cstrong\u003eGrammar Skills Progression Chart — Grades 1–12 Grammar Development Guide\u003c\/strong\u003e\n      \u003c\/a\u003e\n      \u003ca class=\"related-card\" href=\"#\" target=\"_blank\" rel=\"noopener\"\u003e\n        \u003cdiv class=\"related-label\"\u003eBest Value\u003c\/div\u003e\n        \u003cstrong\u003eBundle: Middle School ELA Skills Progression Charts — Reading, Grammar \u0026amp; Writing\u003c\/strong\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ═══════════ FOOTER ═══════════ --\u003e\n\u003cdiv class=\"page-footer\"\u003e\n  \u003cp\u003eIf this chart has made your planning clearer or your teaching more targeted, a review makes a real difference — it helps other teachers and families find exactly what you found.\u003c\/p\u003e\n  \u003cp style=\"margin-top:0.6rem;\"\u003e\u003cstrong\u003e© 2025 Light Up Literature, LLC.\u003c\/strong\u003e All rights reserved. Printable PDF for single-classroom or single-family use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49235138248927,"sku":null,"price":5.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/Screenshot2026-05-18at7.07.05PM.png?v=1779149343","url":"https:\/\/shop.lightupliterature.com\/products\/digital-product-3","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}