{
  "title": "Editing Paragraphs: Capitals, Commas, End Marks, and Clarity for Young Writers",
  "lecture": "**Punctuation** and **capitalization** are the helpful signs and big letters we use to organize writing so readers know where sentences start, pause, and end 🌟.\nHistorically, scribes added little points called `punctus` in Latin, and today we still follow those ideas with modern marks like the period `.` comma `,` and question mark `?` ✨.\nThe core rule is simple: start each sentence with a capital letter, capitalize the pronoun `I`, and capitalize **proper nouns** like names (e.g., **John**) and places (e.g., **Paris**) 👍.\nA complete sentence follows the pattern `Subject + Predicate = Complete Sentence`, such as “The dog | barked loudly,” where the subject tells who/what and the predicate tells what happens.\nThere are `3` common end marks—period `.`, question mark `?",
  "graphic_description": "Design an SVG of a short paragraph on lined notebook paper. Line 1 shows: 'yesterday i met John at the park' with the 'y' circled in red and a callout bubble labeled 'Capitalize first word: Yesterday.' 'John' is highlighted with a blue rectangle labeled 'Proper noun: capitalize.' A green period is added at the end. Line 2 shows: 'We played tag and we got ice cream' with a green comma inserted before 'and' and a bracket spanning both clauses labeled 'Two complete sentences joined by and = add comma.' Line 3 shows: 'Do you like chocolate' with a purple question mark added and a note 'Interrogative = use ?'. In the margin, include a mini formula card: 'Subject + Predicate = Complete Sentence' in monospace. Add a small sticky note with 'Apostrophe shows possession: Sarah’s book' and a crossed-out example 'dogs = plural, not dog’s.' Include arrows pointing to corrected marks with friendly icons (check marks) to emphasize edits.",
  "examples": [
    {
      "question": "Edit the paragraph by fixing capitalization, commas, and end marks: 'yesterday i visited john at the park we played tag and we got ice cream do you like chocolate'",
      "solution": "- Step 1 (Capitals): Capitalize the first word and proper nouns: 'Yesterday I visited John at the park we played tag and we got ice cream do you like chocolate'.\n- Step 2 (End mark to break a run-on): Add a period after the first complete thought: 'Yesterday I visited John at the park. we played tag and we got ice cream do you like chocolate'. Then capitalize the new sentence: 'We played tag and we got ice cream do you like chocolate'.\n- Step 3 (Comma in a compound sentence): Add a comma before `and` because both sides are complete sentences: 'We played tag, and we got ice cream do you like chocolate'.\n- Step 4 (Question mark): Add `?` at the end of the last question: 'Do you like chocolate?'.\n- Final answer: 'Yesterday I visited John at the park. We played tag, and we got ice cream. Do you like chocolate?' 🎯\n- Why it works: Each sentence starts with a capital, compound sentence uses a comma + `and`, and the question ends with `?`.",
      "type": "static"
    },
    {
      "question": "Fix the run-on and the fragment: 1) 'The sun was shining we ate lunch.' 2) 'Because we were hungry.'",
      "solution": "- Identify problems: 1) Two sentences are squished together (run-on). 2) This is a fragment; it starts with 'Because' but has no main clause.\n- Fix 1 (two good options): 'The sun was shining. We ate lunch.' OR 'The sun was shining, and we ate lunch.'\n- Fix 2 (attach the fragment to a main clause): 'Because we were hungry, we ate lunch.' OR combine both ideas: 'Because we were hungry, the sun was shining we ate lunch' is wrong—so write: 'Because we were hungry, we ate lunch.'\n- Final polished version: 'The sun was shining, and we ate lunch. Because we were hungry, we ate lunch.' (Or combine into one: 'Because we were hungry, we ate lunch while the sun was shining.')\n- Check: Each sentence has `Subject + Predicate`, correct commas with `and`, and complete thoughts ✅.",
      "type": "static"
    },
    {
      "question": "Correct apostrophe for possession and fix a misplaced modifier: 'this is sarahs book. running fast, the backpack fell off maya.'",
      "solution": "- Step 1 (Capitals): 'This is sarahs book. Running fast, the backpack fell off Maya.'\n- Step 2 (Apostrophe for possession): 'This is Sarah’s book.' (The book belongs to Sarah.)\n- Step 3 (Misplaced modifier): 'Running fast' should describe Maya, not the backpack; rewrite: 'Running fast, Maya dropped the backpack.' OR 'Maya, running fast, dropped the backpack.'\n- Step 4 (Final answer): 'This is Sarah’s book. Running fast, Maya dropped the backpack.' 👍\n- Why it works: Proper nouns and sentence starts are capitalized, the apostrophe shows ownership, and the modifier sits next to the right noun.",
      "type": "static"
    },
    {
      "question": "Which sentence is correctly capitalized and punctuated as a question?",
      "solution": "Correct answer: A.\n- A) 'Did John bring the ball?' ✅ Starts with a capital, proper noun 'John' is capitalized, ends with `?` for a question.\n- B) 'did john bring the ball' ❌ Missing capital at the start, missing capital for 'John', and missing `?`.\n- C) 'Did john bring the ball.' ❌ Proper noun 'John' not capitalized and ends with a period instead of `?`.\n- D) 'did John bring the ball?' ❌ First word not capitalized.\nThis matches the rule: start with a capital, capitalize proper nouns, and use `?` for interrogative sentences ✨.",
      "type": "interactive",
      "choices": [
        "A) Did John bring the ball?",
        "B) did john bring the ball",
        "C) Did john bring the ball.",
        "D) did John bring the ball?"
      ],
      "correct_answer": "A"
    },
    {
      "question": "Which sentence needs a comma before `and` because it joins two complete sentences?",
      "solution": "Correct answer: B.\n- A) 'I like apples and bananas.' ❌ Not two complete sentences; no comma needed.\n- B) 'I finished my homework and I played outside.' ✅ Two independent clauses ('I finished my homework' + 'I played outside'); needs a comma: 'I finished my homework, and I played outside.'\n- C) 'We ran and jumped at recess.' ❌ Compound predicate in one sentence; no comma.\n- D) 'We ate lunch and then took a nap.' ❌ The part after 'and' is not a full sentence; no comma.\nUse a comma only when `and` joins two complete thoughts to avoid run-ons and keep clarity 🎯.",
      "type": "interactive",
      "choices": [
        "A) I like apples and bananas.",
        "B) I finished my homework and I played outside.",
        "C) We ran and jumped at recess.",
        "D) We ate lunch and then took a nap."
      ],
      "correct_answer": "B"
    }
  ],
  "saved_at": "2025-09-29T19:43:01.964Z"
}