⚑ SSC CGL Tier 1 β€” Practice Platform

Ace Your Exam with
Real Mock Tests

Upload a JSON file or paste your test JSON directly β€” experience a full exam simulation with section timers, question palette, negative marking, and detailed results.

πŸ“‚

Drop your Test JSON here

or click to browse your files

Supports full tests & sectional tests Β· Works completely offline

πŸ“‹ Full Test Loading…
πŸ“ Total Questions
β€”
πŸ“‘ Sections
β€”
⏱ Total Time
β€”
πŸ† Max Marks
β€”
Sections
Marking scheme will appear here
What should my JSON look like?
{
  "test_type": "full",           // "full" or "sectional"
  "title": "My Mock Test 01",
  "marking": {
    "correct": 2,               // marks for correct answer
    "wrong": -0.5,              // marks deducted for wrong (use negative)
    "unattempted": 0            // marks for skipped question
  },
  "sections": [
    {
      "id": "reasoning",        // unique section ID
      "name": "General Intelligence & Reasoning",
      "time_minutes": 15,       // section timer in minutes
      "questions": [
        {
          "id": "q1",           // unique question ID
          "text": "Which is the odd one out?",
          "image": null,        // or "images/q1.png" (relative path)
          "options": [
            "Option A",
            "Option B",
            "Option C",         // ← correct answer (index 2)
            "Option D"
          ],
          "answer": 2,          // 0-indexed: 0=A, 1=B, 2=C, 3=D
          "solution": "Explanation text here (optional)"
        }
      ]
    }
  ]
}