Use Quizizz on ChatGPT Use Quizizz on 302.AI

GPT Description

Create quizzes, forms, slides, surveys, polls, worksheets and flashcards. Fun themes, memes and modes.

GPT Prompt Starters

  • Generate a quiz on the planets in the solar system.
  • Create a worksheet on the seven wonders of the world.
  • Do a survey on people's hobbies.
  • Create flashcards on countries and capitals.

GPT Action OpenAPI Spec

{
  "openapi": "3.0.1",
  "info": {
    "title": "Quizizz",
    "description": "Takes a list of questions and returns a link to a quiz in Quizizz.",
    "version": "v1"
  },
  "servers": [
    {
      "url": "https://quizizz-chatgpt.ingrouper.com"
    }
  ],
  "paths": {
    "/generateQuiz": {
      "post": {
        "operationId": "generateQuiz",
        "description": "Generate a quiz or other resource out of a list of questions and return a link.",
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Quiz"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "URL to the generated quiz."
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "Quiz": {
        "type": "object",
        "description": "A quiz with questions.",
        "properties": {
          "m": {
            "type": "string",
            "description": "The mode of the resource, eg, quiz, worksheet, flashcards, survey, poll, slideshow, lesson, presentation, form or homework."
          },
          "t": {
            "type": "string",
            "description": "Title of the quiz.",
            "minimum": 4,
            "maximum": 64
          },
          "qs": {
            "type": "array",
            "description": "A list of questions.",
            "minItems": 1,
            "items": {
              "type": "object",
              "description": "A question.",
              "properties": {
                "q": {
                  "type": "string",
                  "description": "Question text."
                },
                "a": {
                  "type": "array",
                  "description": "A list of answer choices.",
                  "items": {
                    "type": "string",
                    "description": "Answer text."
                  },
                  "minItems": 1,
                  "maxItems": 5
                },
                "i": {
                  "type": "integer",
                  "description": "Index of the answer. Array of indexes for multi-select question. Empty value for poll, survey, open-ended or fill-in-the-blank question."
                }
              }
            }
          }
        }
      }
    }
  }
}
Use Quizizz on 302.AI

Quizizz GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "Quizizz", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.