{
  "id": "php-fundamentals",
  "title": "PHP Fundamentals (Beginner)",
  "description": "Start coding with PHP: syntax, variables, types, control flow, functions, arrays, strings, forms, OOP basics, files, and secure database access (PDO).",
  "passingScore": 0.7,
  "modules": [
    {
      "id": "m1",
      "title": "Getting Started",
      "lessons": [
        "01",
        "02"
      ]
    },
    {
      "id": "m2",
      "title": "Core Language",
      "lessons": [
        "03",
        "04",
        "05"
      ]
    },
    {
      "id": "m3",
      "title": "Working with Data",
      "lessons": [
        "06",
        "07"
      ]
    },
    {
      "id": "m4",
      "title": "Web & Files",
      "lessons": [
        "08",
        "09"
      ]
    },
    {
      "id": "m5",
      "title": "Databases & Wrap\u2011up",
      "lessons": [
        "10"
      ]
    }
  ]
}