{
  "title": "Mastering Fragments and Run-Ons: Building Clear 3rd-Grade Sentences",
  "lecture": "**A sentence** is *a group of words that expresses a complete thought* with a **subject** (who/what) and a **predicate** (what it does), so think `subject + predicate = complete sentence` 🎯. Historically, school grammars in the `1800s` taught students to join ideas clearly, and we still follow those helpful rules today. The core idea is simple: a complete sentence has `2` parts and stands alone, while a **fragment** is missing a main part and a **run-on** jams two sentences together without proper glue. Words that start with **subordinating** signals like **because**, **although**, or **after** begin a dependent clause that must be finished, so *\"After the rain stopped.\"* or *\"Although he was tired.\"* are fragments unless we add the rest. A fragment also appears when we use an -ing phrase without a subject and a finished action, like *\"Running through the park.\"* ❗. A **run-on** happens when two complete thoughts touch without punctuation or a connector, like *\"I love to read I go to the library often.\"* or *\"I like to swim I go to the pool every day.\"* 🚫. To fix run-ons, use one of three tools: - a period, - a comma plus a `FANBOYS` word (`for, and, nor, but, or, yet, so`), or - a semicolon; for example, *\"She loves to dance.",
  "graphic_description": "Design an SVG flowchart titled 'Is it a Complete Sentence?' with three color-coded paths. At the top center, a rounded rectangle (light blue, 360x70) asks: 'Does it have a subject and a verb?' Arrows lead to two boxes: left green rounded rectangle labeled 'Yes' and right yellow rounded rectangle labeled 'No'. From 'No', arrow to a gold box 'Fragment' with examples listed in small text: 'Running through the park.', 'After the rain stopped.', 'Although he was tired.' and a fix tip: 'Add missing subject/verb or complete the thought.' From 'Yes', arrow to another question box: 'Is it a complete thought?' If 'No', arrow to gold 'Fragment' box (reuse style). If 'Yes', arrow to a second question box: 'Are two complete thoughts joined correctly?' From this, a red arrow to a red box 'Run-on' with examples: 'I love to read I go to the library often.', 'I like to swim I go to the pool every day.' and a fix panel showing three icons: period '.', comma+'FANBOYS', semicolon ';'. From the question box’s 'Yes' path, arrow to a green box 'Complete Sentence' with examples: 'The dog barked loudly.', 'I went to the store, and I bought some milk.' Add small legend at bottom: green=complete, gold=fragment, red=run-on. Use clear sans-serif fonts, 24px for titles, 16–18px for examples, arrows with arrowheads, and gentle drop shadows for boxes.",
  "examples": [
    {
      "question": "Fragment or sentence? Explain and fix: \"Running through the park.\"",
      "solution": "Step 1: Check for a **subject** (who/what). There is no clear subject here. Step 2: Check for a **predicate** (what it does). 'Running' is an -ing form without a helper verb, so the action is not finished. Step 3: Ask if it is a *complete thought*. It is not; we wonder who was running and what happened. Conclusion: This is a **fragment** ❗. Fix it by adding a subject and a finished verb: - \"She was running through the park.\" - \"The kids ran through the park.\" Now each fix has `subject + predicate`, so it is a complete sentence 🎯.",
      "type": "static"
    },
    {
      "question": "Find and fix the run-on: \"I love to read I go to the library often.\"",
      "solution": "Step 1: Identify two **independent clauses**: (1) \"I love to read.\" (2) \"I go to the library often.\" Step 2: Notice they are jammed together with no punctuation, so this is a **run-on** 🚫. Step 3: Choose a fix method: - Period: \"I love to read. I go to the library often.\" - Comma + `FANBOYS`: \"I love to read, so I go to the library often.\" - Semicolon: \"I love to read; I go to the library often.\" Each fix clearly separates or properly links the two complete thoughts ✅.",
      "type": "static"
    },
    {
      "question": "Which is correctly punctuated and why? A) \"I went to the store I bought some milk.\" B) \"Because I went to the store.\" C) \"I went to the store, and I bought some milk.\"",
      "solution": "Analyze each option: A) Two complete thoughts with no punctuation or connector → **run-on**. B) Starts with 'Because' but does not finish the idea → **fragment**. C) Two independent clauses joined with a comma + `and` → **correctly punctuated** ✅. Therefore, C is correct because it links two complete thoughts with proper punctuation and a `FANBOYS` conjunction 🎉.",
      "type": "static"
    },
    {
      "question": "Which option is a fragment?",
      "solution": "Correct answer: A. A) \"After the rain stopped.\" is a **fragment** because 'After' begins a dependent clause that does not finish the idea; it needs an independent clause (e.g., \"After the rain stopped, we went outside.\"). B) \"The cat slept on the mat.\" is complete: subject = 'The cat', predicate = 'slept on the mat.' C) \"I went to the store, and I bought some milk.\" is complete and correctly joined with comma + `and`. D) \"I like to swim I go to the pool every day.\" is a **run-on**, not a fragment.",
      "type": "interactive",
      "choices": [
        "A) After the rain stopped.",
        "B) The cat slept on the mat.",
        "C) I went to the store, and I bought some milk.",
        "D) I like to swim I go to the pool every day."
      ],
      "correct_answer": "A"
    },
    {
      "question": "Which option best fixes the run-on: \"I love to read I go to the library often.\"?",
      "solution": "Correct answer: B. A) \"I love to read, I go to the library often.\" is a comma splice (still a type of run-on) 🚫. B) \"I love to read, and I go to the library often.\" correctly uses a comma + `and` to join two complete thoughts ✅. C) \"Because I love to read. I go to the library often.\" creates a fragment in the first part. D) \"I love to read also I go to the library often.\" is awkward and missing the needed comma/connector to join clauses properly.",
      "type": "interactive",
      "choices": [
        "A) I love to read, I go to the library often.",
        "B) I love to read, and I go to the library often.",
        "C) Because I love to read. I go to the library often.",
        "D) I love to read also I go to the library often."
      ],
      "correct_answer": "B"
    }
  ],
  "saved_at": "2025-09-29T21:46:15.380Z"
}