JEE Test & Analysis App

Import your test questions and analyze your performance

Import Test Questions

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

Expected JSON Format
[
  {
    "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)