{"product_id":"prefix-suffix-root-word-board-game-middle-school-ela-vocabulary-light-up-literature","title":"Prefix, Suffix \u0026 Root Word Board Game | Middle School ELA Vocabulary | 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\u003ePrefix, Suffix \u0026amp; Root Word Board Game | Middle School ELA Vocabulary | Light Up Literature\u003c\/title\u003e\n  \u003cmeta name=\"description\" content=\"60 challenge cards, 2 differentiated levels, wild cards \u0026amp; game board. Prefix, suffix \u0026amp; root vocabulary game for grades 6–8. ADHD-friendly. L.6-8.4b aligned. Print, laminate, play.\"\u003e\n  \u003cmeta name=\"keywords\" content=\"prefix suffix root word game middle school, vocabulary board game 6th grade, ELA word parts game grades 6 7 8, prefix suffix activity middle school, root words game ELA, L.6.4b vocabulary game, word analysis game middle school\"\u003e\n  \u003clink rel=\"canonical\" href=\"https:\/\/lightupliterature.com\/prefix-suffix-root-word-board-game\"\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@400;600;700\u0026amp;family=Playfair+Display:ital,wght@0,700;1,700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    :root {\n      --purple: #BD10E1;\n      --indigo: #25046B;\n      --indigo-light: #3a0999;\n      --indigo-faint: #f3effb;\n      --indigo-mid: #e8e0f8;\n      --white: #ffffff;\n      --text-body: #2d2d2d;\n      --text-muted: #5a5a7a;\n      --border: #e2daf0;\n    }\n    * { box-sizing: border-box; margin: 0; padding: 0; }\n    body {\n      font-family: 'Open Sans', sans-serif;\n      font-size: 14px;\n      line-height: 1.85;\n      color: var(--text-body);\n      background: var(--white);\n    }\n\n    .hero {\n      background: var(--indigo);\n      padding: 4.5rem 2rem 4rem;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n    .hero::before {\n      content: '';\n      position: absolute;\n      top: -70px; right: -70px;\n      width: 300px; height: 300px;\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: -90px; left: -50px;\n      width: 240px; height: 240px;\n      border-radius: 50%;\n      background: rgba(189,16,225,0.08);\n      pointer-events: none;\n    }\n    .hero-eyebrow {\n      display: inline-block;\n      background: var(--purple);\n      color: #fff;\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      padding: 4px 14px;\n      border-radius: 20px;\n      margin-bottom: 1.25rem;\n    }\n    .hero h1 {\n      font-family: 'Playfair Display', serif;\n      color: #fff;\n      font-size: clamp(1.65rem, 4.2vw, 2.75rem);\n      line-height: 1.2;\n      max-width: 760px;\n      margin: 0 auto 1.1rem;\n    }\n    .hero h1 em {\n      font-style: italic;\n      color: rgba(255,255,255,0.75);\n    }\n    .hero-sub {\n      color: rgba(255,255,255,0.82);\n      font-size: 15.5px;\n      max-width: 620px;\n      margin: 0 auto 2rem;\n      line-height: 1.8;\n    }\n    .hero-meta {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 9px;\n    }\n    .hero-tag {\n      background: rgba(255,255,255,0.12);\n      color: rgba(255,255,255,0.9);\n      font-size: 11.5px;\n      font-weight: 600;\n      padding: 5px 13px;\n      border-radius: 20px;\n      letter-spacing: 0.04em;\n    }\n\n    .page-wrap { max-width: 760px; margin: 0 auto; padding: 0 1.5rem; }\n    .section { padding: 3rem 0; border-bottom: 1px solid var(--border); }\n    .section:last-child { border-bottom: none; }\n    .section-label {\n      display: inline-block;\n      color: var(--purple);\n      font-size: 10.5px;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      margin-bottom: 0.6rem;\n    }\n    h2 {\n      font-family: 'Playfair Display', serif;\n      color: var(--indigo);\n      font-size: clamp(1.3rem, 3vw, 1.8rem);\n      line-height: 1.3;\n      margin-bottom: 1rem;\n    }\n    h3 {\n      font-family: 'Open Sans', sans-serif;\n      color: var(--indigo);\n      font-size: 1rem;\n      font-weight: 700;\n      margin-bottom: 0.4rem;\n    }\n    .body-text { font-size: 14.5px; line-height: 1.9; }\n    .body-text p + p { margin-top: 1rem; }\n\n    .callout {\n      border-left: 4px solid var(--purple);\n      background: var(--indigo-faint);\n      padding: 1.25rem 1.5rem;\n      border-radius: 0 8px 8px 0;\n      margin: 1.75rem 0;\n      font-size: 14.5px;\n      color: var(--indigo);\n      font-weight: 600;\n      line-height: 1.75;\n    }\n\n    .stat-strip {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 1px;\n      background: var(--border);\n      border: 1px solid var(--border);\n      border-radius: 10px;\n      overflow: hidden;\n      margin: 1.75rem 0;\n    }\n    .stat-cell {\n      background: var(--indigo-faint);\n      padding: 1.25rem 1rem;\n      text-align: center;\n    }\n    .stat-num {\n      font-family: 'Playfair Display', serif;\n      font-size: 2rem;\n      color: var(--purple);\n      line-height: 1;\n      display: block;\n      margin-bottom: 0.3rem;\n    }\n    .stat-label {\n      font-size: 12px;\n      color: var(--text-muted);\n      font-weight: 600;\n      line-height: 1.4;\n    }\n\n    \/* LEVELS BLOCK *\/\n    .levels-block {\n      background: var(--indigo);\n      border-radius: 12px;\n      padding: 1.75rem 2rem;\n      margin-top: 1.5rem;\n    }\n    .levels-block .std-label {\n      color: var(--purple);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      margin-bottom: 1rem;\n    }\n    .levels-row {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 1rem;\n    }\n    @media (max-width: 560px) { .levels-row { grid-template-columns: 1fr; } }\n    .level-pill { background: rgba(255,255,255,0.09); border-radius: 8px; padding: 1.25rem 1.1rem; }\n    .level-pill.featured { background: var(--purple); }\n    .level-label {\n      color: rgba(255,255,255,0.55);\n      font-size: 10.5px;\n      font-weight: 700;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      display: block;\n      margin-bottom: 0.35rem;\n    }\n    .level-pill.featured .level-label { color: rgba(255,255,255,0.75); }\n    .level-name {\n      color: #fff;\n      font-weight: 700;\n      font-size: 14px;\n      display: block;\n      margin-bottom: 0.5rem;\n    }\n    .level-detail {\n      color: rgba(255,255,255,0.7);\n      font-size: 12.5px;\n      line-height: 1.6;\n    }\n\n    \/* CARD TYPE GRID *\/\n    .card-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n    @media (max-width: 580px) { .card-grid { grid-template-columns: 1fr 1fr; } }\n    .card-type {\n      background: var(--indigo-faint);\n      border: 1px solid var(--border);\n      border-radius: 10px;\n      padding: 1.1rem;\n      text-align: center;\n    }\n    .card-type.wild { background: var(--indigo); border-color: var(--indigo); }\n    .card-type-icon { font-size: 1.75rem; display: block; margin-bottom: 0.4rem; }\n    .card-type-count {\n      font-family: 'Playfair Display', serif;\n      font-size: 1.5rem;\n      color: var(--purple);\n      display: block;\n      line-height: 1;\n      margin-bottom: 0.2rem;\n    }\n    .card-type.wild .card-type-count { color: rgba(255,255,255,0.8); }\n    .card-type-name {\n      font-size: 12px;\n      font-weight: 700;\n      color: var(--indigo);\n      display: block;\n      margin-bottom: 0.3rem;\n    }\n    .card-type.wild .card-type-name { color: #fff; }\n    .card-type-example {\n      font-size: 11px;\n      color: var(--text-muted);\n      line-height: 1.4;\n    }\n    .card-type.wild .card-type-example { color: rgba(255,255,255,0.65); }\n\n    \/* INCLUDED *\/\n    .included-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 1rem;\n      margin-top: 1.5rem;\n    }\n    @media (max-width: 560px) { .included-grid { grid-template-columns: 1fr; } }\n    .included-card {\n      background: var(--indigo-faint);\n      border: 1px solid var(--border);\n      border-radius: 10px;\n      padding: 1.25rem;\n    }\n    .check-badge {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 22px; height: 22px;\n      background: var(--purple);\n      color: #fff;\n      font-size: 12px;\n      font-weight: 700;\n      border-radius: 50%;\n      margin-bottom: 0.6rem;\n    }\n    .included-card h3 { font-size: 13.5px; margin-bottom: 0.3rem; }\n    .included-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }\n\n    \/* SKILLS LIST *\/\n    .skills-list {\n      list-style: none;\n      margin-top: 1.25rem;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 0.6rem 1.5rem;\n    }\n    @media (max-width: 560px) { .skills-list { grid-template-columns: 1fr; } }\n    .skills-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 0.5rem;\n      font-size: 13.5px;\n      color: var(--text-body);\n      line-height: 1.55;\n    }\n    .skills-list li::before {\n      content: '◆';\n      color: var(--purple);\n      font-size: 9px;\n      margin-top: 5px;\n      flex-shrink: 0;\n    }\n\n    \/* AUDIENCE *\/\n    .audience-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 1rem;\n      margin-top: 1.5rem;\n    }\n    @media (max-width: 560px) { .audience-grid { grid-template-columns: 1fr; } }\n    .audience-card {\n      background: var(--indigo-faint);\n      border: 1px solid var(--border);\n      border-radius: 10px;\n      padding: 1.25rem;\n    }\n    .audience-card .icon { font-size: 1.5rem; margin-bottom: 0.5rem; display: block; }\n    .audience-card h3 { font-size: 13.5px; margin-bottom: 0.3rem; }\n    .audience-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }\n\n    \/* WILD CARD SHOWCASE *\/\n    .wild-showcase {\n      background: var(--indigo);\n      border-radius: 12px;\n      padding: 1.75rem 2rem;\n      margin-top: 1.5rem;\n    }\n    .wild-showcase .std-label {\n      color: var(--purple);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      margin-bottom: 1rem;\n    }\n    .wild-list {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 0.6rem;\n    }\n    @media (max-width: 560px) { .wild-list { grid-template-columns: 1fr; } }\n    .wild-item {\n      background: rgba(255,255,255,0.09);\n      border-radius: 8px;\n      padding: 0.9rem 1rem;\n      display: flex;\n      gap: 0.6rem;\n      align-items: flex-start;\n    }\n    .wild-icon { font-size: 1.1rem; flex-shrink: 0; }\n    .wild-item h3 { font-size: 12.5px; color: #fff; margin-bottom: 0.2rem; }\n    .wild-item p { font-size: 12px; color: rgba(255,255,255,0.65); line-height: 1.5; }\n\n    \/* USE CASES *\/\n    .use-cases {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.65rem;\n      margin-top: 1.25rem;\n    }\n    .use-tag {\n      background: var(--indigo-mid);\n      color: var(--indigo);\n      font-size: 13px;\n      font-weight: 600;\n      padding: 6px 14px;\n      border-radius: 20px;\n    }\n\n    \/* SPECS *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.25rem;\n      font-size: 13.5px;\n    }\n    .specs-table tr { border-bottom: 1px solid var(--border); }\n    .specs-table tr:last-child { border-bottom: none; }\n    .specs-table td { padding: 0.65rem 0.5rem; vertical-align: top; line-height: 1.6; }\n    .specs-table td:first-child {\n      font-weight: 700;\n      color: var(--indigo);\n      width: 38%;\n      padding-right: 1rem;\n    }\n\n    \/* FAQ *\/\n    .faq-list { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 1.25rem; }\n    .faq-item {\n      padding: 1.1rem 1.25rem;\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      background: #fff;\n    }\n    .faq-q { font-weight: 700; color: var(--indigo); font-size: 13.5px; margin-bottom: 0.5rem; }\n    .faq-a { font-size: 13.5px; color: var(--text-body); line-height: 1.75; }\n\n    \/* CTA *\/\n    .cta-block {\n      background: var(--indigo);\n      padding: 4rem 2rem;\n      text-align: center;\n      position: relative;\n      overflow: hidden;\n    }\n    .cta-block::before {\n      content: '';\n      position: absolute;\n      top: -50px; left: -50px;\n      width: 220px; height: 220px;\n      border-radius: 50%;\n      background: rgba(189,16,225,0.1);\n      pointer-events: none;\n    }\n    .cta-block::after {\n      content: '';\n      position: absolute;\n      bottom: -70px; right: -40px;\n      width: 200px; height: 200px;\n      border-radius: 50%;\n      background: rgba(189,16,225,0.07);\n      pointer-events: none;\n    }\n    .cta-block h2 { color: #fff; margin-bottom: 1rem; font-size: clamp(1.3rem, 3vw, 1.85rem); }\n    .cta-block p {\n      color: rgba(255,255,255,0.82);\n      font-size: 14.5px;\n      max-width: 540px;\n      margin: 0 auto 2rem;\n      line-height: 1.85;\n    }\n    .cta-btn {\n      display: inline-block;\n      background: var(--purple);\n      color: #fff;\n      font-size: 15.5px;\n      font-weight: 700;\n      padding: 15px 42px;\n      border-radius: 6px;\n      text-decoration: none;\n      letter-spacing: 0.02em;\n      transition: background 0.2s, transform 0.15s;\n      position: relative;\n      z-index: 1;\n    }\n    .cta-btn:hover { background: #a00cc4; transform: translateY(-1px); }\n    .cta-reassure {\n      margin-top: 1.1rem;\n      color: rgba(255,255,255,0.55);\n      font-size: 12px;\n      letter-spacing: 0.03em;\n    }\n    .cta-meta {\n      margin-top: 1.5rem;\n      color: rgba(255,255,255,0.45);\n      font-size: 11.5px;\n      letter-spacing: 0.03em;\n    }\n\n    .footer-note {\n      text-align: center;\n      padding: 2rem 1.5rem;\n      font-size: 12.5px;\n      color: var(--text-muted);\n    }\n    .footer-note a { color: var(--purple); text-decoration: none; }\n    .footer-note a:hover { text-decoration: underline; }\n\n    @media (max-width: 560px) {\n      .stat-strip { grid-template-columns: 1fr; }\n    }\n  \u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-eyebrow\"\u003eGrades 6–8 ELA · Vocabulary · L.6–8.4b\u003c\/div\u003e\n  \u003ch1\u003e60 Cards. Two Levels. One Game That Makes \u003cem\u003eVocabulary Stick.\u003c\/em\u003e\n\u003c\/h1\u003e\n  \u003cp class=\"hero-sub\"\u003eA print-and-play board game that puts prefixes, suffixes, and root words into competitive play — with built-in differentiation for advanced and on-level learners in the same group.\u003c\/p\u003e\n  \u003cdiv class=\"hero-meta\"\u003e\n    \u003cspan class=\"hero-tag\"\u003eGrades 6–8\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003e60 Challenge Cards\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003e2 Differentiated Levels\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003ePrefixes · Suffixes · Roots\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003eWild Cards Included\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003eADHD-Friendly\u003c\/span\u003e\n    \u003cspan class=\"hero-tag\"\u003ePrint, Laminate \u0026amp; Play\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"page-wrap\"\u003e\n\n  \u003c!-- WHY THIS EXISTS --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eWhy a Game\u003c\/span\u003e\n    \u003ch2\u003eVocabulary Drills Work. But They Don't Make Students Want to Know What \"Hypothermia\" Means.\u003c\/h2\u003e\n    \u003cdiv class=\"body-text\"\u003e\n      \u003cp\u003ePrefixes, suffixes, and root words are among the highest-leverage vocabulary skills in middle school ELA — knowing that \"bio\" means life unlocks biography, biology, biodiversity, and dozens more words students encounter in reading. But the way this skill typically gets practiced — fill in the blank, match the word, memorize the chart — produces compliance, not retention.\u003c\/p\u003e\n      \u003cp\u003eThis board game creates a situation where students are genuinely motivated to answer correctly, because answering correctly is how they move. The competitive structure keeps engagement high, the two-level card system lets mixed-ability groups play together without frustration, and the wild cards keep even the fastest learners from going on autopilot. It's vocabulary practice that feels like a game because it is one — and that changes how students engage with the material.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"callout\"\u003e\n      The answer-to-move mechanic is the key design decision. Students who get the answer wrong don't move — which means every card matters, every question has real stakes, and students pay attention to each other's answers. The social pressure of the group is doing vocabulary instruction for you.\n    \u003c\/div\u003e\n    \u003cdiv class=\"stat-strip\"\u003e\n      \u003cdiv class=\"stat-cell\"\u003e\n        \u003cspan class=\"stat-num\"\u003e60\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eChallenge Cards Across Prefixes, Suffixes, Roots \u0026amp; Wild\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-cell\"\u003e\n        \u003cspan class=\"stat-num\"\u003e2\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eDifferentiated Levels — Advanced \u0026amp; On-Level — Same Game\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"stat-cell\"\u003e\n        \u003cspan class=\"stat-num\"\u003e3\u003c\/span\u003e\n        \u003cspan class=\"stat-label\"\u003eVocabulary Skills Covered in One Resource\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TWO LEVELS --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eBuilt-In Differentiation\u003c\/span\u003e\n    \u003ch2\u003eAdvanced and On-Level Students Can Play in the Same Group\u003c\/h2\u003e\n    \u003cp style=\"font-size:14.5px; line-height:1.9;\"\u003eMost vocabulary games force you to choose: use one set of cards and some students are bored while others are lost. This game solves that with two visually distinct card decks — advanced cards with deeper analytical challenges, and on-level cards with accessible questions — shuffled and used in the same game. Students who need more challenge draw from the advanced deck; on-level students draw from their own deck. One game board, one set of rules, differentiated practice built in.\u003c\/p\u003e\n    \u003cdiv class=\"levels-block\"\u003e\n      \u003cdiv class=\"std-label\"\u003e🎯 How the Two Levels Work Together\u003c\/div\u003e\n      \u003cdiv class=\"levels-row\"\u003e\n        \u003cdiv class=\"level-pill\"\u003e\n          \u003cspan class=\"level-label\"\u003eOn-Level Cards\u003c\/span\u003e\n          \u003cspan class=\"level-name\"\u003eDefine, Use, Identify\u003c\/span\u003e\n          \u003cspan class=\"level-detail\"\u003eStudents define a word using the target prefix, suffix, or root — give examples, use words in sentences, or name things that fit the word part. Builds solid working knowledge of the most common word parts.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"level-pill featured\"\u003e\n          \u003cspan class=\"level-label\"\u003eAdvanced Cards\u003c\/span\u003e\n          \u003cspan class=\"level-name\"\u003eAnalyze, Explain, Break Down\u003c\/span\u003e\n          \u003cspan class=\"level-detail\"\u003eStudents define the word AND explain the meaning of the word part itself — connecting meaning to structure in both directions. Includes word breakdown challenges and deeper etymological reasoning.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- THE 60 CARDS --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eThe 60 Challenge Cards\u003c\/span\u003e\n    \u003ch2\u003ePrefixes, Suffixes, Roots, and Wild Cards — All Three Vocabulary Layers in One Deck\u003c\/h2\u003e\n    \u003cp style=\"font-size:14px; color:var(--text-muted);\"\u003eThe cards cover the highest-frequency Latin, Greek, and Anglo-Saxon word parts that students encounter in academic reading across ELA, science, and social studies — chosen because knowing them unlocks the largest number of new words.\u003c\/p\u003e\n    \u003cdiv class=\"card-grid\"\u003e\n      \u003cdiv class=\"card-type\"\u003e\n        \u003cspan class=\"card-type-icon\"\u003e🔤\u003c\/span\u003e\n        \u003cspan class=\"card-type-count\"\u003e15\u003c\/span\u003e\n        \u003cspan class=\"card-type-name\"\u003ePrefix Cards\u003c\/span\u003e\n        \u003cspan class=\"card-type-example\"\u003eun-, pre-, sub-, re-, inter-, dis-, in-\/im-, anti-, multi-, hyper-, over-, under-, trans-, mis-, auto- and more\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card-type\"\u003e\n        \u003cspan class=\"card-type-icon\"\u003e🔡\u003c\/span\u003e\n        \u003cspan class=\"card-type-count\"\u003e15\u003c\/span\u003e\n        \u003cspan class=\"card-type-name\"\u003eSuffix Cards\u003c\/span\u003e\n        \u003cspan class=\"card-type-example\"\u003e-ful, -less, -ness, -ment, -ology, -tion, -able\/-ible, -ism, -al, -ity, -ous, -ly, -ic, -ive, -ance\/-ence and more\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card-type\"\u003e\n        \u003cspan class=\"card-type-icon\"\u003e🌱\u003c\/span\u003e\n        \u003cspan class=\"card-type-count\"\u003e15\u003c\/span\u003e\n        \u003cspan class=\"card-type-name\"\u003eRoot Cards\u003c\/span\u003e\n        \u003cspan class=\"card-type-example\"\u003ebio (life), geo (earth), vid\/vis (see), scrib\/script (write), chrono (time), port (carry), graph (write), therm (heat), aqua, photo and more\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card-type wild\"\u003e\n        \u003cspan class=\"card-type-icon\"\u003e🃏\u003c\/span\u003e\n        \u003cspan class=\"card-type-count\"\u003e15\u003c\/span\u003e\n        \u003cspan class=\"card-type-name\"\u003eWild Cards\u003c\/span\u003e\n        \u003cspan class=\"card-type-example\"\u003eSwap cards, Break It Down, Create a Word, Roll Again, Trade Places — keeps gameplay unpredictable and every player engaged\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WILD CARDS --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eThe Wild Cards\u003c\/span\u003e\n    \u003ch2\u003eThe Feature That Keeps Students Paying Attention Even When It's Not Their Turn\u003c\/h2\u003e\n    \u003cp style=\"font-size:14.5px; line-height:1.9;\"\u003eWild cards are what separate a vocabulary activity from an actual game. They introduce the possibility that the board state can change for anyone at any time — which means students can't tune out when it's another player's turn. They also happen to require some of the deepest vocabulary thinking in the whole deck.\u003c\/p\u003e\n    \u003cdiv class=\"wild-showcase\"\u003e\n      \u003cdiv class=\"std-label\"\u003e🃏 Wild Card Challenges\u003c\/div\u003e\n      \u003cdiv class=\"wild-list\"\u003e\n        \u003cdiv class=\"wild-item\"\u003e\n          \u003cspan class=\"wild-icon\"\u003e🔀\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eSwap Cards\u003c\/h3\u003e\n            \u003cp\u003eExchange your challenge card with another player's — tactical thinking meets vocabulary knowledge.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"wild-item\"\u003e\n          \u003cspan class=\"wild-icon\"\u003e🧩\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eBreak It Down\u003c\/h3\u003e\n            \u003cp\u003eAnalyze a complex word like \"transportation\" into its prefix, root, and suffix — the most rigorous word-analysis challenge in the game.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"wild-item\"\u003e\n          \u003cspan class=\"wild-icon\"\u003e✨\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eCreate a Word\u003c\/h3\u003e\n            \u003cp\u003eInvent a new word using a given prefix and suffix, then explain what it would mean. Requires understanding both word parts simultaneously.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"wild-item\"\u003e\n          \u003cspan class=\"wild-icon\"\u003e🎲\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eRoll Again\u003c\/h3\u003e\n            \u003cp\u003eAnswer correctly and take an extra turn — rewards knowledge with momentum and can change the outcome of any game.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"wild-item\"\u003e\n          \u003cspan class=\"wild-icon\"\u003e🔄\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eTrade Places\u003c\/h3\u003e\n            \u003cp\u003eSwap board positions with another player if you answer a root card correctly — a strategic twist that keeps everyone watching.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"wild-item\"\u003e\n          \u003cspan class=\"wild-icon\"\u003e⏭️\u003c\/span\u003e\n          \u003cdiv\u003e\n            \u003ch3\u003eSkip \u0026amp; Draw Again\u003c\/h3\u003e\n            \u003cp\u003eMiss this turn but draw a fresh card on the next — unpredictable enough to keep even reluctant players interested in the outcome.\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!-- WHAT'S INCLUDED --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eEverything in the Download\u003c\/span\u003e\n    \u003ch2\u003ePrint Once. Laminate. Play All Year.\u003c\/h2\u003e\n    \u003cdiv class=\"included-grid\"\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003cdiv class=\"check-badge\"\u003e✓\u003c\/div\u003e\n        \u003ch3\u003eFull Game Board\u003c\/h3\u003e\n        \u003cp\u003eA winding path board with special spaces — \"Draw a Card,\" \"Move Forward 5 Spaces,\" \"Move Back 3 Spaces\" — that add strategic variety to every game. Print and laminate once for durable, reusable use.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003cdiv class=\"check-badge\"\u003e✓\u003c\/div\u003e\n        \u003ch3\u003e60 Challenge Cards\u003c\/h3\u003e\n        \u003cp\u003e15 prefix cards, 15 suffix cards, 15 root cards, and 15 wild cards — plus two differentiated decks (advanced and on-level) so mixed-ability groups can play together. Print on cardstock and laminate for longevity.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003cdiv class=\"check-badge\"\u003e✓\u003c\/div\u003e\n        \u003ch3\u003eComplete Game Rules\u003c\/h3\u003e\n        \u003cp\u003eClear, teacher-friendly instructions covering setup, turn structure, the answer-to-move mechanic, wild card handling, and win conditions. Students can run the game themselves after the first session.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-card\"\u003e\n        \u003cdiv class=\"check-badge\"\u003e✓\u003c\/div\u003e\n        \u003ch3\u003eReusable Year After Year\u003c\/h3\u003e\n        \u003cp\u003eLaminated components hold up to repeated use — unlike worksheets that get marked up and discarded. One purchase sets up a vocabulary game station that you can use across classes, years, and skill levels.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SKILLS \u0026 STANDARDS --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eSkills \u0026amp; Standards\u003c\/span\u003e\n    \u003ch2\u003eAligned to the Word Analysis Standards Across All Three Middle School Grade Levels\u003c\/h2\u003e\n    \u003cul class=\"skills-list\"\u003e\n      \u003cli\u003eUse common Greek and Latin affixes and roots to determine word meaning\u003c\/li\u003e\n      \u003cli\u003eIdentify prefixes and explain how they change a word's meaning\u003c\/li\u003e\n      \u003cli\u003eIdentify suffixes and explain the grammatical function they signal\u003c\/li\u003e\n      \u003cli\u003eConnect root words to their meanings across multiple vocabulary words\u003c\/li\u003e\n      \u003cli\u003eAnalyze a complex word into its prefix, root, and suffix components\u003c\/li\u003e\n      \u003cli\u003eConstruct new words using known word parts and explain their meaning\u003c\/li\u003e\n      \u003cli\u003eApply word-part knowledge to define unfamiliar academic vocabulary\u003c\/li\u003e\n      \u003cli\u003eDistinguish between words with similar parts but different meanings\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv style=\"margin-top:1.25rem; font-size:13px; color:var(--text-muted);\"\u003e\n      \u003cstrong style=\"color:var(--indigo);\"\u003ePrimary Standards:\u003c\/strong\u003e CCSS L.6.4b, L.7.4b, L.8.4b  · \n      \u003cstrong style=\"color:var(--indigo);\"\u003eAlso Supports:\u003c\/strong\u003e L.6.4, L.7.4, L.8.4 (vocabulary acquisition)  · \n      \u003cstrong style=\"color:var(--indigo);\"\u003eGrade Band:\u003c\/strong\u003e 6th–8th Grade\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHO IT'S FOR --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eWho This Is For\u003c\/span\u003e\n    \u003ch2\u003eBuilt for the Classroom, Adaptable for Every Learning Context\u003c\/h2\u003e\n    \u003cdiv class=\"audience-grid\"\u003e\n      \u003cdiv class=\"audience-card\"\u003e\n        \u003cspan class=\"icon\"\u003e📋\u003c\/span\u003e\n        \u003ch3\u003eClassroom Teachers\u003c\/h3\u003e\n        \u003cp\u003eSet up as a vocabulary station during centers, deploy as a whole-class review game, or use as a structured small-group activity during word study. Once laminated, it's a ready-to-go station you can pull out throughout the year whenever you need differentiated vocabulary practice without extra prep.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"audience-card\"\u003e\n        \u003cspan class=\"icon\"\u003e⚡\u003c\/span\u003e\n        \u003ch3\u003eADHD \u0026amp; Reluctant Learners\u003c\/h3\u003e\n        \u003cp\u003eThe game format solves the engagement problem that vocabulary worksheets create for ADHD students. The answer-to-move mechanic creates a clear, immediate connection between knowing the answer and something happening — which is far more motivating than filling in blanks for a grade. The wild cards add enough unpredictability to hold attention throughout.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"audience-card\"\u003e\n        \u003cspan class=\"icon\"\u003e🏠\u003c\/span\u003e\n        \u003ch3\u003eHomeschool Families\u003c\/h3\u003e\n        \u003cp\u003eWorks for two players — a parent and a student — making it a practical vocabulary tool for one-on-one homeschool settings. The rules are simple enough that the game runs itself once you've read them once, and the card challenges give parents a structured way to assess what their student actually knows rather than just what they can copy from a chart.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"audience-card\"\u003e\n        \u003cspan class=\"icon\"\u003e🎓\u003c\/span\u003e\n        \u003ch3\u003eMixed-Ability Groups\u003c\/h3\u003e\n        \u003cp\u003eThe two differentiated card decks make this one of the rare vocabulary resources that genuinely works in a heterogeneous group. Advanced students aren't waiting for easier questions; on-level students aren't frustrated by content that's too demanding. Everyone is challenged, everyone can win, and the game mechanic levels the playing field in a way worksheets never can.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WAYS TO USE --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eWays to Use It\u003c\/span\u003e\n    \u003ch2\u003eOne Game That Fits a Dozen Spots in Your Week\u003c\/h2\u003e\n    \u003cdiv class=\"use-cases\"\u003e\n      \u003cspan class=\"use-tag\"\u003eVocabulary station or center\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eWord study unit review\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eSub plans — students run it\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eFriday fun + learning day\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eSmall group vocabulary intervention\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eEarly finisher extension\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eWhole-class vocabulary game day\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eHomeschool language arts\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003eState test vocab review\u003c\/span\u003e\n      \u003cspan class=\"use-tag\"\u003ePartner review activity\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SPECS --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eAt a Glance\u003c\/span\u003e\n    \u003ch2\u003eProduct Details\u003c\/h2\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003eGrade Level\u003c\/td\u003e\n\u003ctd\u003e6th–8th Grade\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePrimary Standards\u003c\/td\u003e\n\u003ctd\u003eCCSS L.6.4b, L.7.4b, L.8.4b\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eChallenge Cards\u003c\/td\u003e\n\u003ctd\u003e60 total · 15 prefix · 15 suffix · 15 root · 15 wild\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eDifferentiation\u003c\/td\u003e\n\u003ctd\u003e2 card decks — Advanced and On-Level — for use in the same game\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eGame Board\u003c\/td\u003e\n\u003ctd\u003e1 winding path board with move-forward, move-back, and draw-a-card spaces\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003ePlayers\u003c\/td\u003e\n\u003ctd\u003e2–6 players (works for partner play in homeschool settings)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eDurability\u003c\/td\u003e\n\u003ctd\u003ePrint on cardstock, laminate for reusable year-round use\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eFormat\u003c\/td\u003e\n\u003ctd\u003ePrintable PDF · No prep beyond printing\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003cdiv class=\"section\"\u003e\n    \u003cspan class=\"section-label\"\u003eYour Questions, Answered\u003c\/span\u003e\n    \u003ch2\u003eBefore You Download\u003c\/h2\u003e\n    \u003cdiv class=\"faq-list\"\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eHow long does a typical game take?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eMost games run 20–35 minutes with 3–4 players, which fits a typical class period or small-group session with setup time. With 2 players, games can be shorter — around 15–20 minutes. The game can also be paused and resumed across sessions, making it easy to use as a multi-day station activity. If you want a shorter game, you can set a time limit and declare the player furthest along the board the winner.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eHow do the two card levels work during gameplay?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eThe advanced and on-level cards are visually distinct — different card backs — so it's easy to sort and manage them. Before play, you decide which students will draw from which deck, then shuffle each deck separately. When it's a student's turn, they draw from their designated deck. Both decks use the same answer-to-move mechanic, so the game flows identically for both levels — students simply receive challenges calibrated to their level.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eDoes the game work for just 2 players?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eYes — it works well as a two-player game, which makes it practical for homeschool settings where a parent and student play together. It also works for a student who finishes early partnering with another early finisher, or for small-group intervention settings. The wild cards are slightly less dynamic with two players, but the core mechanic is just as effective.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cp class=\"faq-q\"\u003eWhat materials do I need beyond the PDF?\u003c\/p\u003e\n        \u003cp class=\"faq-a\"\u003eYou'll need cardstock for printing (for durability), a laminator if you want components to last across multiple uses, one standard six-sided die, and small game pieces — any small objects work as markers, or you can use coins, paper clips, or the included piece positions. Most teachers print and laminate once at the start of the year and use the game repeatedly with different student groups.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-block\"\u003e\n  \u003ch2\u003e60 Cards. Two Levels. Vocabulary Practice Students Actually Want to Do.\u003c\/h2\u003e\n  \u003cp\u003eA print-and-play board game that covers prefixes, suffixes, and root words with built-in differentiation, wild cards that keep everyone engaged, and an answer-to-move mechanic that makes knowing the answer matter. Print once, laminate, play all year.\u003c\/p\u003e\n  \u003ca class=\"cta-btn\" href=\"#\"\u003eGet This Resource\u003c\/a\u003e\n  \u003cp class=\"cta-reassure\"\u003eInstant download · PDF · Print, laminate \u0026amp; play\u003c\/p\u003e\n  \u003cp class=\"cta-meta\"\u003eGrades 6–8 · L.6.4b · L.7.4b · L.8.4b · 60 Challenge Cards · 2 Levels · Prefixes · Suffixes · Roots · Wild Cards · ADHD-Friendly · PDF\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"footer-note\"\u003e\n  Questions? Email \u003ca href=\"mailto:debra@lightupliteraturecurriculum.com\"\u003edebra@lightupliteraturecurriculum.com\u003c\/a\u003e\u003cbr\u003e\n  © 2025 Light Up Literature™ Curriculum. All rights reserved. For single-classroom use only.\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"Light Up Literature™ Curriculum","offers":[{"title":"Default Title","offer_id":49285606932703,"sku":null,"price":6.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0810\/3038\/1791\/files\/Prefix_Suffix_RootWordGame.png?v=1779323123","url":"https:\/\/shop.lightupliterature.com\/products\/prefix-suffix-root-word-board-game-middle-school-ela-vocabulary-light-up-literature","provider":"Light Up Literature™ Curriculum","version":"1.0","type":"link"}