{
  "code": "PM_ZANZIBAR",
  "config": {
    "countryQuestionKey": "A2_COUNTRY",
    "districtQuestionKey": "A3_DISTRICT"
  },
  "sections": [
    {
      "section_key": "A",
      "order": 1,
      "questions": [
        {
          "question_key": "A1_FULL_NAME",
          "type": "text",
          "required": true,
          "order": 1
        },
        {
          "question_key": "A2_COUNTRY",
          "type": "dropdown",
          "required": true,
          "order": 2,
          "options": [
            "TANZANIA",
            "KENYA",
            "UGANDA",
            "OTHER"
          ]
        },
        {
          "question_key": "A3_DISTRICT",
          "type": "dropdown",
          "required": true,
          "order": 3,
          "options": [
            "NORTH",
            "SOUTH",
            "EAST",
            "WEST",
            "OTHER"
          ]
        }
      ]
    },
    {
      "section_key": "B",
      "order": 2,
      "questions": [
        {
          "question_key": "B1_CALIBRATION_ANNUAL",
          "type": "single_choice",
          "required": true,
          "order": 1,
          "options": [
            "YES",
            "NO",
            "PARTIAL"
          ]
        },
        {
          "question_key": "B2_PM_FREQUENCY",
          "type": "scale",
          "required": true,
          "order": 2,
          "config": {
            "min": 1,
            "max": 5,
            "labels": [
              "Never",
              "Rarely",
              "Sometimes",
              "Often",
              "Always"
            ]
          }
        }
      ]
    },
    {
      "section_key": "G",
      "order": 7,
      "questions": [
        {
          "question_key": "G1_EQUIPMENT_STATUS",
          "type": "grid",
          "required": true,
          "order": 1,
          "columns": [
            {
              "key": "AVAILABLE",
              "type": "boolean"
            },
            {
              "key": "QUANTITY",
              "type": "number"
            },
            {
              "key": "UNDER_PM",
              "type": "boolean"
            }
          ],
          "rows": [
            "AUTOCLAVE",
            "XRAY",
            "ULTRASOUND",
            "VENTILATOR"
          ]
        }
      ]
    }
  ]
}