QUESTION PACKS

Back

Existing packs

Generate with AI (Workers AI)

Add a pack (JSON)

Example shape
{
  "mode": "kahoot",
  "title": "My pack",
  "questions": [
    {
      "prompt": "?",
      "choices": [
        "a",
        "b",
        "c",
        "d"
      ],
      "correctIndex": 0
    }
  ]
}