Import your test questions and analyze your performance
Upload a JSON file containing your test questions or use our sample data.
Click here to upload JSON file
or drag and drop your file here
Supports .json files only
[
{
"id": 1,
"question": "What is the SI unit of force?",
"options": ["Newton", "Joule", "Pascal", "Watt"]
},
{
"id": 2,
"question": "Question text here?",
"options": ["Option A", "Option B", "Option C", "Option D"]
}
]
Each question must have: id (number), question (string), and options (array of 4 strings)