{
  "template": "quiz",
  "canvasW": 1080,
  "canvasH": 1920,
  "scale": 1,
  "bgType": "gradient",
  "bgSolid": "#111827",
  "gradA": "#ec4899",
  "gradB": "#8b5cf6",
  "gradAngle": 45,
  "bgImg": null,
  "bgDim": 0.12,
  "question": "Test Your Knowledge!",
  "fontSize": 58,
  "textColor": "#ffffff",
  "accentColor": "#ec4899",
  "radius": 28,
  "groupX": 90,
  "groupY": 440,
  "groupW": 900,
  "pollA": "Option A",
  "pollB": "Option B",
  "qaPrompt": "Ask me anything",
  "qaPlaceholder": "Type your question…",
  "quizOptions": ["Option 1", "Option 2", "Option 3", "Option 4"],
  "quizCount": 4,
  "quizCorrect": 0,
  "watermark": true,
  "watermarkText": "trivia.toolscrow.com",
  "elements": [
    {
      "type": "quiz",
      "question": "What is the capital of France?",
      "options": ["London", "Berlin", "Paris", "Madrid"],
      "correctIndex": 2,
      "yPosition": 440
    }
  ],
  "dragging": false,
  "dragOffsetX": 0,
  "dragOffsetY": 0,
  "dragElementIndex": -1,
  "_imgObj": null
}