{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "quiz",
  "type": "registry:component",
  "title": "Quiz",
  "description": "Multi-type quiz (single-choice, multi-select, true/false) with per-question scoring, progress bar, answer explanations and a pass/fail results screen.",
  "registryDependencies": [
    "button",
    "card",
    "progress",
    "badge"
  ],
  "files": [
    {
      "path": "registry/default/quiz/quiz.tsx",
      "type": "registry:component"
    }
  ]
}