{
  "title": "The Big 4 Feelings Club",
  "kidTitle": "Chill Body, Chill Brain",
  "domain": "Self-Awareness",
  "smartGoal": "Students will identify and name the four core feelings using pictures, scenarios, and guided choices by the end of the lesson.",
  "standards": [
    "CASEL: Self-Awareness",
    "PA Academic: Speaking and Listening",
    "Early Learning Social Emotional Standard: Recognizes and labels feelings"
  ],
  "socialHelp": [
    "Students learn to notice feelings in themselves and others.",
    "Students build stronger peer connections when they can name emotions.",
    "Students become more thoughtful during play and group learning."
  ],
  "academicHelp": [
    "Students focus better when they understand what they are feeling.",
    "Students improve listening and classroom participation.",
    "Students are better able to ask for support during learning."
  ],
  "emotionalHelp": [
    "Students gain words for emotions they may already be feeling.",
    "Students begin to understand that all feelings are okay.",
    "Students feel safer expressing emotions in healthy ways."
  ],
  "confidenceHelp": [
    "Students feel proud when they can name their feelings correctly.",
    "Students begin to trust their own voice and inner awareness.",
    "Students feel more successful when they can explain what is going on inside."
  ],
  "facilitatorHelp": [
    "Teachers and caregivers gain simple language for discussing emotions.",
    "Adults can respond earlier to student frustration or worry.",
    "The lesson creates a shared emotional vocabulary across settings."
  ],
  "communityHelp": [
    "A feeling-aware classroom is calmer and more connected.",
    "Students are more likely to treat others with empathy.",
    "Schools benefit when emotional learning supports behavior and belonging."
  ],
  "responsivePractices": [
    "Uses predictable routines and clear visuals to support emotional safety.",
    "Allows multiple ways for students to respond without pressure.",
    "Uses inclusive feeling examples that reflect varied lived experiences."
  ],
  "evidenceBasedPractices": [
    "Explicit emotion labeling and modeling",
    "Visual supports with guided practice"
  ],
  "sections": {
  "warmup": {
    "title": "Warm-Up",
    "subtitle": "Name the Big 4",
    "type": "multi",
    "questions": [
      {
        "question": "Which one is HAPPY?",
        "choices": [
          {"text": "😊", "correct": true},
          {"text": "😡", "correct": false},
          {"text": "😢", "correct": false},
          {"text": "😱", "correct": false}
        ]
      },
      {
        "question": "Which one is SAD?",
        "choices": [
          {"text": "😢", "correct": true},
          {"text": "😊", "correct": false},
          {"text": "😡", "correct": false},
          {"text": "😱", "correct": false}
        ]
      },
      {
        "question": "Which one is MAD?",
        "choices": [
          {"text": "😡", "correct": true},
          {"text": "😊", "correct": false},
          {"text": "😢", "correct": false},
          {"text": "😱", "correct": false}
        ]
      },
      {
        "question": "Which one is SCARED?",
        "choices": [
          {"text": "😱", "correct": true},
          {"text": "😊", "correct": false},
          {"text": "😡", "correct": false},
          {"text": "😢", "correct": false}
        ]
      }
    ]
  },

  "mini": {
    "title": "Teach",
    "subtitle": "Learn Each Feeling",
    "type": "multi",
    "questions": [
      {
        "question": "When do you feel HAPPY?",
        "choices": [
          {"text": "Playing with friends", "correct": true},
          {"text": "Dropping your toy", "correct": false}
        ]
      },
      {
        "question": "When do you feel SAD?",
        "choices": [
          {"text": "Losing something", "correct": true},
          {"text": "Getting a gift", "correct": false}
        ]
      },
      {
        "question": "When do you feel MAD?",
        "choices": [
          {"text": "Someone takes your turn", "correct": true},
          {"text": "Eating ice cream", "correct": false}
        ]
      },
      {
        "question": "When do you feel SCARED?",
        "choices": [
          {"text": "Hearing a loud noise", "correct": true},
          {"text": "Watching cartoons", "correct": false}
        ]
      }
    ]
  },

  "guided": {
    "title": "Guided Practice",
    "subtitle": "Match the Feeling",
    "type": "multi",
    "questions": [
      {
        "question": "You dropped your ice cream",
        "choices": [
          {"text": "Sad", "correct": true},
          {"text": "Happy", "correct": false}
        ]
      },
      {
        "question": "You got a new toy",
        "choices": [
          {"text": "Happy", "correct": true},
          {"text": "Mad", "correct": false}
        ]
      },
      {
        "question": "Someone pushed you",
        "choices": [
          {"text": "Mad", "correct": true},
          {"text": "Sad", "correct": false}
        ]
      },
      {
        "question": "You hear thunder",
        "choices": [
          {"text": "Scared", "correct": true},
          {"text": "Happy", "correct": false}
        ]
      }
    ]
  },

  "active": {
    "title": "Active Practice",
    "subtitle": "Apply It",
    "type": "multi",
    "questions": [
      {
        "question": "Act HAPPY",
        "choices": [
          {"text": "😊 Smile!", "correct": true},
          {"text": "😡 Yell!", "correct": false}
        ]
      },
      {
        "question": "Act SAD",
        "choices": [
          {"text": "😢 Frown", "correct": true},
          {"text": "😊 Jump", "correct": false}
        ]
      },
      {
        "question": "Act MAD",
        "choices": [
          {"text": "😡 Strong face", "correct": true},
          {"text": "😢 Cry", "correct": false}
        ]
      },
      {
        "question": "Act SCARED",
        "choices": [
          {"text": "😱 Wide eyes", "correct": true},
          {"text": "😊 Laugh", "correct": false}
        ]
      }
    ]
  },

  "reflection": {
    "title": "Reflection",
    "subtitle": "Check Yourself",
    "type": "single",
    "question": "Can you name all 4 feelings?",
    "choices": [
      {"text": "Yes!", "correct": true},
      {"text": "I’m still learning", "correct": true}
    ]
  }
}
}