Building a quiz
You add questions one at a time. Each entry needs a prompt, the answer choices (two fixed options for true/false, more for multiple choice), and a single option marked as correct, which becomes the answer key. The finished question set is saved to local storage, so it survives reloads on the same browser. Nothing is uploaded; the quiz is only as good as the key you set.