đŸ›ī¸ Lakshya

Advanced UPSC Quiz Platform for Prelims & Mains Preparation

Import Quiz Dataset

Quick Start Guide

💡
Getting Started:
1. Upload a JSON file or paste JSON data above
2. Click "Validate & Load Data" to check the format
3. Navigate to "Practice Quiz" tab to start
4. View detailed results in "Results & Analytics" after submission

âš ī¸ No Quiz Loaded

Please upload a valid JSON dataset first to start practicing.

📊 No Results Available

Complete a quiz to view detailed results and analytics.

JSON Schema Template

Use this template to create your quiz datasets. The platform supports both Prelims (MCQ) and Mains (descriptive) questions.

Schema Field Descriptions

quiz: Contains quiz metadata and configuration

title: Name of the quiz

description: Brief description of the quiz

marks_per_question: Points awarded per correct answer

negative_marking: Penalty for incorrect answers

time_limit_minutes: Total time allowed for the quiz

questions: Array of question objects

exam_type: Either "prelims" (MCQ) or "mains" (descriptive)

stem: The question text

options: Array of answer choices (for MCQ)

answer: Correct answer option ID

rationale: Detailed explanation of the answer

difficulty: Easy, Moderate, or Hard