Use the following prompt to generate questions with your favorite Ai. You can modify the prompt to get better results. Click the text below to ask your Ai directly, or copy the prompt using the copy button.
Generate a strictly valid JSON according to this schema:
{"$schema":"https://json-schema.org/draft/2020-12/schema","minItems":1,"type":"array","items":{"type":"object","properties":{"title":{"type":"string","minLength":1},"answers":{"minItems":2,"type":"array","items":{"type":"object","properties":{"text":{"type":"string","minLength":1},"isCorrect":{"type":"boolean"}},"required":["text","isCorrect"],"additionalProperties":false}},"timeLimitSeconds":{"default":30,"type":"integer","minimum":0,"maximum":9007199254740991}},"required":["title","answers"],"additionalProperties":false}}
Using the following questions only as thematic and stylistic reference, generate a new set of high-quality questions that are fully different from the reference ones, related to New Quiz with context This is a sample quiz description.. Maintain thematic coherence, conceptual depth, and cognitive difficulty, ensuring variety and avoiding repetition. Generate the same number of questions unless explicitly specified otherwise. The default time limit is 30 seconds. Return only the JSON inside a code block. Reference questions:
[1]:
- title: New question
answers[2]{text,isCorrect}:
New answer (Incorrect),false
New answer (Correct),true