{
  "schemaVersion": "1.0",
  "item": {
    "slug": "quiz",
    "name": "Quiz",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/quiz",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/quiz",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/quiz",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=quiz",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "implementation.md",
      "questions.md",
      "types.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/quiz"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/quiz",
    "agentPageUrl": "https://openagent3.xyz/skills/quiz/agent",
    "manifestUrl": "https://openagent3.xyz/skills/quiz/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/quiz/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Situation Detection",
        "body": "ContextLoadKnowledge assessment, exams, certificationstypes.md → Knowledge sectionPersonality quizzes, \"Which X are you?\"types.md → Personality sectionLead generation, marketing quizzestypes.md → Lead-gen sectionWriting effective questionsquestions.mdBuilding quiz UI/UX, gamificationimplementation.md"
      },
      {
        "title": "Universal Rules",
        "body": "One concept per question. Double-barreled questions confuse and measure nothing. \"Do you like pizza and exercise?\" → Bad.\n\nWrong answers must be plausible. If correct answer is obvious by elimination, you're testing pattern recognition, not knowledge.\n\nResults must feel personal. Generic outcomes kill engagement. \"You got 7/10\" loses to \"You're an 80s Movie Expert — you caught references most people miss.\"\n\nProgress visibility motivates. Show question count, progress bar, time remaining. Uncertainty creates anxiety and abandonment."
      },
      {
        "title": "Quiz Types Quick Reference",
        "body": "TypeGoalTypical LengthResultsKnowledgeAssess learning10-20 questionsScore + feedback per answerPersonalityEngagement, sharing5-12 questionsPersonality type/categoryAssessmentDiagnose level/fit10-30 questionsDetailed reportLead-genCapture email5-8 questionsResults gated behind emailTriviaEntertainmentAnyLeaderboard, social share"
      },
      {
        "title": "Question Design Checklist",
        "body": "Clear, unambiguous wording\n One correct answer (or explicit multi-select instruction)\n Distractors are plausible, not obviously wrong\n No \"all of the above\" or \"none of the above\" (lazy design)\n Avoid negatives (\"Which is NOT...\")\n Test the concept, not reading comprehension"
      },
      {
        "title": "Scoring Patterns",
        "body": "Simple percentage: Correct/total × 100. Best for knowledge tests.\n\nWeighted scoring: Some questions worth more. Good for prioritized competencies.\n\nBranching outcomes: Answer combinations map to results. Used in personality quizzes.\n\nDiagnostic rubric: Score across multiple dimensions. Best for assessments and skill evaluations."
      },
      {
        "title": "Engagement Boosters",
        "body": "Immediate feedback after each answer (right/wrong + explanation)\nVisual progress indicator\nStreak rewards (\"3 in a row!\")\nTime pressure (optional, increases excitement but also anxiety)\nSocial sharing of results\nLeaderboards for competitive contexts"
      },
      {
        "title": "Red Flags",
        "body": "All correct answers in position B/C → Detectable pattern\nQuestions testing obscure trivia vs actual learning objectives\nResults that don't connect to actions (\"Now what?\")\nToo long with no progress indication → Abandonment\nMobile-unfriendly UI (tiny buttons, horizontal scroll)"
      },
      {
        "title": "When to Load More",
        "body": "SituationReferenceDesigning for specific quiz typetypes.mdWriting and reviewing questionsquestions.mdBuilding quiz flow, UI, toolsimplementation.md"
      }
    ],
    "body": "Situation Detection\nContext\tLoad\nKnowledge assessment, exams, certifications\ttypes.md → Knowledge section\nPersonality quizzes, \"Which X are you?\"\ttypes.md → Personality section\nLead generation, marketing quizzes\ttypes.md → Lead-gen section\nWriting effective questions\tquestions.md\nBuilding quiz UI/UX, gamification\timplementation.md\nUniversal Rules\n\nOne concept per question. Double-barreled questions confuse and measure nothing. \"Do you like pizza and exercise?\" → Bad.\n\nWrong answers must be plausible. If correct answer is obvious by elimination, you're testing pattern recognition, not knowledge.\n\nResults must feel personal. Generic outcomes kill engagement. \"You got 7/10\" loses to \"You're an 80s Movie Expert — you caught references most people miss.\"\n\nProgress visibility motivates. Show question count, progress bar, time remaining. Uncertainty creates anxiety and abandonment.\n\nQuiz Types Quick Reference\nType\tGoal\tTypical Length\tResults\nKnowledge\tAssess learning\t10-20 questions\tScore + feedback per answer\nPersonality\tEngagement, sharing\t5-12 questions\tPersonality type/category\nAssessment\tDiagnose level/fit\t10-30 questions\tDetailed report\nLead-gen\tCapture email\t5-8 questions\tResults gated behind email\nTrivia\tEntertainment\tAny\tLeaderboard, social share\nQuestion Design Checklist\n Clear, unambiguous wording\n One correct answer (or explicit multi-select instruction)\n Distractors are plausible, not obviously wrong\n No \"all of the above\" or \"none of the above\" (lazy design)\n Avoid negatives (\"Which is NOT...\")\n Test the concept, not reading comprehension\nScoring Patterns\n\nSimple percentage: Correct/total × 100. Best for knowledge tests.\n\nWeighted scoring: Some questions worth more. Good for prioritized competencies.\n\nBranching outcomes: Answer combinations map to results. Used in personality quizzes.\n\nDiagnostic rubric: Score across multiple dimensions. Best for assessments and skill evaluations.\n\nEngagement Boosters\nImmediate feedback after each answer (right/wrong + explanation)\nVisual progress indicator\nStreak rewards (\"3 in a row!\")\nTime pressure (optional, increases excitement but also anxiety)\nSocial sharing of results\nLeaderboards for competitive contexts\nRed Flags\nAll correct answers in position B/C → Detectable pattern\nQuestions testing obscure trivia vs actual learning objectives\nResults that don't connect to actions (\"Now what?\")\nToo long with no progress indication → Abandonment\nMobile-unfriendly UI (tiny buttons, horizontal scroll)\nWhen to Load More\nSituation\tReference\nDesigning for specific quiz type\ttypes.md\nWriting and reviewing questions\tquestions.md\nBuilding quiz flow, UI, tools\timplementation.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/quiz",
    "publisherUrl": "https://clawhub.ai/ivangdavila/quiz",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/quiz",
    "downloadUrl": "https://openagent3.xyz/downloads/quiz",
    "agentUrl": "https://openagent3.xyz/skills/quiz/agent",
    "manifestUrl": "https://openagent3.xyz/skills/quiz/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/quiz/agent.md"
  }
}