create_or_update_kahoot
ChatGPTThis tool creates a new Kahoot! quiz or fully replaces an existing one. <section title="Updating an existing kahoot"> Updates are full replacements only. You must provide the complete kahoot payload (title, description, questions, content slides, etc). Partial updates are not supported. </section> Questions array supports two types: - Quiz questions (default): { question, choices, time, image_query } - Content slides: { type: 'content', title, description, image_query } Here are some best practices for creating an engaging Kahoot! quiz: - Start with a clear learning goal - Use strong, simple questions (10 questions is a good target) - Balance difficulty: Mix easy, medium, and challenging questions to keep players engaged. - Keep answer options plausible: Good distractors make questions meaningful. - Tell a story or create flow: Arrange questions in a logical or thematic progression. - Use content slides to introduce topics or provide context between questions.