Booklet is a free exam dump practice tool
Turn a scraped question dump into a real practice exam.
Got a JSON file you scraped off a discussion site? Drop it in. Booklet goes through every question, looks at how people voted in the comments to work out the most likely answer, and turns the whole thing into a timed practice session or a graded mock exam. You'll even see which questions people argued about the most.
Step 1 of 1
Drop your exam JSON here
Just needs question, options, and discussion fields. Or tap to browse your files.
+What format does Booklet expect?
[
{
"question": "What does X do? (Choose two.)",
"options": { "A": "...", "B": "...", "C": "..." },
"community_answer": "",
"most_voted": "",
"discussion": [
"Selected Answer: AB ...explanation... upvoted 12 times",
"Selected Answer: B ...counterpoint... upvoted 3 times"
]
}
]If community_answer and most_voted are both empty, Booklet reads through every comment in discussion, weighs each one by its upvotes, and goes with whichever answer comes out on top. Questions with no usable discussion still get included, just marked as ungraded.