A student’s best friend.
Upload a file of questions with the right answers marked, pick that test from the list, and answer its questions one at a time so you find out straight away whether your guess was right.
This is a free practice test maker and study tool for students who want to quiz themselves on real questions and answers until they can ace the test they are studying for.
You do not have to type a single question yourself, because Google’s own free helper will write them for you if you ask it in the right way.
.json.These are the words to paste in, and the first line is the one that matters most, because a helper asked for questions will usually write them out as ordinary writing unless it is told not to.
Give me a JSON file I can download, called questions.json, holding only the JSON below and nothing else. If you cannot make a file, reply with the JSON on its own instead: no explanation, no headings, no numbering and no code fences, with { as the first character of your reply and } as the last.
Write 20 multiple-choice questions about photosynthesis for a 9th grade student.
Use exactly this shape:
{
"title": "Photosynthesis",
"questions": [
{
"question": "the question",
"choices": ["first choice", "second choice", "third choice", "fourth choice"],
"answer": "the choice that is right, written out in full",
"explanation": "one sentence saying why"
}
]
}
Every question needs all four of those parts, and "answer" has to be one of that same question's own choices, copied word for word. Reply with the JSON and nothing else.
Loading your practice questions…