{
  "language": "ai+ml",
  "levels": [
    {
      "level": "new",
      "challenges": [
        {
          "id": "aiml-new-1",
          "language": "ai+ml",
          "level": "new",
          "title": "AI vs ML",
          "description": "Choose the correct relationship between AI and ML.",
          "choices": [
            {
              "text": "AI is broader and ML is one of its approaches",
              "correct": true
            },
            {
              "text": "ML is broader and AI is one of its approaches",
              "correct": false
            },
            {
              "text": "AI and ML are unrelated",
              "correct": false
            },
            {
              "text": "AI only includes robotics",
              "correct": false
            }
          ],
          "hint": "Think of AI as the umbrella field.",
          "solution": {
            "code": "AI is broader and ML is one of its approaches",
            "steps": [
              {
                "title": "Identify the core concept",
                "explanation": "The challenge is checking hierarchy between fields."
              },
              {
                "title": "Select the correct option",
                "explanation": "ML is a subset of AI focused on learning from data.",
                "code": "AI is broader and ML is one of its approaches"
              }
            ]
          }
        }
      ]
    }
  ]
}
