{
  "id": "01",
  "content": [
    {
      "type": "heading",
      "text": "1994\u20131996: The Amiga & BBS Years"
    },
    {
      "type": "text",
      "html": "It started in 1994 on an Amiga. We coded small shareware/freeware tools, explored BBS culture, and learned distribution via floppy disks and dial\u2011up. The spirit was curiosity, pixel art, and text\u2011based interfaces."
    },
    {
      "type": "text",
      "html": "<strong>BBS Tribute:</strong> This simulation is a faithful homage to a 1994\u2011era Amiga BBS. None of the original code survived; the experience has been recreated to reflect the style and energy of the time."
    },
    {
      "type": "text",
      "html": "Contact of the era (simulated): webmaster(@)1997.xaviermedia.com"
    }
  ],
  "quiz": {
    "shuffle": true,
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "Which platform did Xavier\u2019s earliest projects run on in 1994?",
        "options": [
          {
            "id": "a",
            "text": "MS-DOS"
          },
          {
            "id": "b",
            "text": "Amiga"
          },
          {
            "id": "c",
            "text": "Mac OS 9"
          }
        ],
        "correct": [
          "b"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "Which community best describes the early distribution culture?",
        "options": [
          {
            "id": "a",
            "text": "BBS and floppy-based shareware"
          },
          {
            "id": "b",
            "text": "App Stores"
          },
          {
            "id": "c",
            "text": "Blockchain dApps"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q3",
        "type": "single",
        "text": "Did the original 1994 codebase survive intact?",
        "options": [
          {
            "id": "a",
            "text": "Yes, fully preserved"
          },
          {
            "id": "b",
            "text": "No, it was recreated later"
          },
          {
            "id": "c",
            "text": "Partially, only graphics"
          }
        ],
        "correct": [
          "b"
        ]
      }
    ]
  }
}