Scan local storage and import .json, .txt, or .md files that use this reviewer format.
Matching quizzes will appear after a scan or import.
Turn included quizzes on or off in the library. Off hides them without deleting the questions.
JSON, TXT, or MD files must contain this question shape (or a title + questions wrapper). Anything else is hidden.
title
questions
{ "title": "My Reviewer", "subtitle": "Optional description", "questions": [ { "id": 1, "type": "Definition", "topic": "Topic name", "question": "Question text?", "choices": ["Choice A", "Choice B", "Choice C", "Choice D"], "correct": 0, "explanations": { "0": "Why A is correct", "1": "Why B is wrong", "2": "Why C is wrong", "3": "Why D is wrong" } } ] }