{"id":3704,"date":"2025-12-14T06:28:40","date_gmt":"2025-12-14T06:28:40","guid":{"rendered":"https:\/\/promotionexams.com\/?page_id=3704"},"modified":"2026-01-30T15:25:02","modified_gmt":"2026-01-30T15:25:02","slug":"coi-pyq-quiz","status":"publish","type":"page","link":"https:\/\/promotionexams.com\/?page_id=3704","title":{"rendered":"Previous Year Papers- Constitution of India"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3704\" class=\"elementor elementor-3704\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96e64d8 e-con-full e-flex e-con e-parent\" data-id=\"96e64d8\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-57eb0b4 e-con-full e-flex e-con e-parent\" data-id=\"57eb0b4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc37dd8 elementor-widget elementor-widget-html\" data-id=\"fc37dd8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n============================================\nCSS ADDA - LDCE QUIZ WITH PROGRESS TRACKING\n& SMART WEAK AREAS PRACTICE SYSTEM\n============================================\nFIXES APPLIED:\n1. Year\/Chapter filters now use EVENT DELEGATION (not inline onclick)\n2. Reset Session now clears weak areas\n3. Filter state properly maintained\n============================================\n-->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<style>\n\/* ========================================\n   CSS ADDA - ENHANCED QUIZ STYLES\n======================================== *\/\n\n:root {\n    --primary-blue: #2563EB;\n    --primary-blue-dark: #1D4ED8;\n    --primary-blue-light: #3B82F6;\n    --accent-orange: #ff6b35;\n    --accent-orange-light: #f59e0b;\n    --accent-orange-dark: #d97706;\n    --success-green: #10B981;\n    --success-green-light: #d1fae5;\n    --error-red: #EF4444;\n    --error-red-light: #fee2e2;\n    --warning-yellow: #fbbf24;\n    --bg-light: #F8FAFC;\n    --bg-card: #FFFFFF;\n    --text-dark: #1E293B;\n    --text-medium: #475569;\n    --text-light: #94A3B8;\n    --border-color: #E2E8F0;\n    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 \/ 0.05);\n    --shadow-md: 0 4px 6px -1px rgb(0 0 0 \/ 0.1), 0 2px 4px -2px rgb(0 0 0 \/ 0.1);\n    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 \/ 0.1), 0 4px 6px -4px rgb(0 0 0 \/ 0.1);\n    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 \/ 0.1), 0 8px 10px -6px rgb(0 0 0 \/ 0.1);\n    --radius-sm: 6px;\n    --radius-md: 10px;\n    --radius-lg: 14px;\n    --radius-xl: 20px;\n}\n\n\/* Reset *\/\n.ldce-quiz-wrapper * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n.ldce-quiz-wrapper {\n    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;\n    background: linear-gradient(135deg, #EFF6FF 0%, #F8FAFC 50%, #FFFBEB 100%);\n    color: var(--text-dark);\n    -webkit-user-select: none;\n    -moz-user-select: none;\n    -ms-user-select: none;\n    user-select: none;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-lg);\n}\n\n@media print {\n    .ldce-quiz-wrapper { display: none !important; }\n}\n\n\/* ========================================\n   HEADER\n======================================== *\/\n.quiz-header {\n    background: linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 100%);\n    padding: 18px 24px;\n}\n\n.header-content {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 15px;\n}\n\n.topic-title {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n}\n\n.topic-icon {\n    width: 48px;\n    height: 48px;\n    background: rgba(255, 255, 255, 0.15);\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n    color: var(--accent-orange-light);\n}\n\n.topic-info h1 {\n    font-family: 'Poppins', sans-serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: white;\n}\n\n.topic-info p {\n    font-size: 0.8rem;\n    color: rgba(255, 255, 255, 0.8);\n    margin-top: 2px;\n}\n\n.header-stats {\n    display: flex;\n    gap: 10px;\n}\n\n.stat-badge {\n    background: rgba(255, 255, 255, 0.15);\n    padding: 8px 14px;\n    border-radius: var(--radius-xl);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    color: white;\n    font-weight: 500;\n    font-size: 0.82rem;\n}\n\n.stat-badge i { color: var(--accent-orange-light); }\n.stat-badge.progress-badge { background: linear-gradient(135deg, var(--success-green) 0%, #059669 100%); }\n.stat-badge.weak-badge { \n    background: linear-gradient(135deg, var(--error-red) 0%, #dc2626 100%); \n    cursor: pointer;\n    transition: transform 0.3s;\n}\n.stat-badge.weak-badge:hover { transform: scale(1.05); }\n\n\/* ========================================\n   MODE SELECTOR\n======================================== *\/\n.mode-selector {\n    background: var(--bg-card);\n    padding: 14px 20px;\n    border-bottom: 1px solid var(--border-color);\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 12px;\n}\n\n.mode-tabs {\n    display: flex;\n    gap: 8px;\n    flex-wrap: wrap;\n}\n\n.mode-tab {\n    padding: 9px 18px;\n    border: 2px solid var(--border-color);\n    border-radius: var(--radius-md);\n    background: var(--bg-light);\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.8rem;\n    font-weight: 600;\n    color: var(--text-medium);\n    cursor: pointer;\n    transition: all 0.3s ease;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n}\n\n.mode-tab:hover {\n    border-color: var(--primary-blue-light);\n    color: var(--primary-blue);\n}\n\n.mode-tab.active {\n    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);\n    border-color: var(--primary-blue);\n    color: white;\n}\n\n.mode-tab.weak-mode { border-color: var(--error-red); }\n.mode-tab.weak-mode.active {\n    background: linear-gradient(135deg, var(--error-red) 0%, #dc2626 100%);\n    border-color: var(--error-red);\n}\n\n.mode-tab .badge {\n    background: rgba(255, 255, 255, 0.3);\n    padding: 2px 8px;\n    border-radius: 20px;\n    font-size: 0.7rem;\n}\n\n.mode-tab:not(.active) .badge { background: var(--primary-blue); color: white; }\n.mode-tab.weak-mode:not(.active) .badge { background: var(--error-red); }\n\n.session-info {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 0.82rem;\n    color: var(--text-medium);\n}\n\n.session-info i { color: var(--accent-orange); }\n\n.resume-btn {\n    padding: 7px 14px;\n    background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-dark) 100%);\n    border: none;\n    border-radius: var(--radius-md);\n    color: white;\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.78rem;\n    font-weight: 600;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    gap: 5px;\n    transition: all 0.3s ease;\n}\n\n.resume-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: var(--shadow-md);\n}\n\n\/* ========================================\n   MAIN LAYOUT - 3 COLUMN GRID\n======================================== *\/\n.quiz-container {\n    display: grid;\n    grid-template-columns: 250px 1fr 280px;\n    gap: 18px;\n    padding: 18px;\n    align-items: stretch;\n    min-height: 650px;\n}\n\n\/* ========================================\n   UNIFIED CARD STYLES\n======================================== *\/\n.quiz-card {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-md);\n    overflow: hidden;\n    display: flex;\n    flex-direction: column;\n}\n\n.quiz-card-header {\n    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);\n    padding: 14px 16px;\n    color: white;\n}\n\n.quiz-card-header h3 {\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    color: white;\n}\n\n.quiz-card-header h3 i {\n    color: var(--accent-orange-light);\n}\n\n.quiz-card-header.light {\n    background: linear-gradient(135deg, var(--bg-light) 0%, #E0E7FF 100%);\n}\n\n.quiz-card-header.light h3 {\n    color: var(--primary-blue);\n}\n\n.quiz-card-header.light h3 i {\n    color: var(--accent-orange);\n}\n\n\n.quiz-card-body {\n    padding: 16px;\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n}\n\n\/* ========================================\n   LEFT SIDEBAR\n======================================== *\/\n.left-sidebar {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n    height: 100%;\n}\n\n.left-sidebar .quiz-card {\n    flex: none;\n    display: flex;\n    flex-direction: column;\n}\n\n.left-sidebar .quiz-card-body {\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n}\n\n.left-sidebar .filter-list {\n    flex: 1;\n    max-height: 220px;\n}\n\n\/* Filter Lists *\/\n.filter-list {\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n    overflow-y: auto;\n    padding-right: 4px;\n    flex: 1;\n    max-height: 220px;\n}\n\n.filter-list::-webkit-scrollbar { width: 4px; }\n.filter-list::-webkit-scrollbar-track { background: var(--bg-light); border-radius: 10px; }\n.filter-list::-webkit-scrollbar-thumb { background: var(--primary-blue); border-radius: 10px; }\n\n.filter-item {\n    padding: 10px 12px;\n    border-radius: var(--radius-sm);\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    transition: all 0.3s ease;\n    border: 2px solid transparent;\n    background: var(--bg-light);\n    font-size: 0.82rem;\n}\n\n.filter-item:hover {\n    background: #EFF6FF;\n    border-color: var(--primary-blue-light);\n    transform: translateX(3px);\n}\n\n.filter-item.active {\n    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);\n    color: white;\n}\n\n.filter-item .filter-text {\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 0.8rem;\n}\n\n.filter-item .filter-count {\n    background: rgba(255, 255, 255, 0.2);\n    padding: 2px 8px;\n    border-radius: 20px;\n    font-size: 0.7rem;\n    font-weight: 600;\n}\n\n.filter-item:not(.active) .filter-count {\n    background: var(--primary-blue);\n    color: white;\n}\n\n\/* Weak Areas Card *\/\n.weak-areas-card .quiz-card-header {\n    background: linear-gradient(135deg, var(--error-red) 0%, #dc2626 100%);\n}\n\n.weak-areas-card .quiz-card-body {\n    display: flex;\n    flex-direction: column;\n}\n\n.weak-question-list {\n    flex: 1;\n    overflow-y: auto;\n    margin-bottom: 10px;\n    max-height: 180px;\n}\n\n.weak-question-item {\n    background: var(--bg-light);\n    padding: 10px 12px;\n    border-radius: var(--radius-sm);\n    margin-bottom: 8px;\n    font-size: 0.78rem;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    border-left: 3px solid var(--error-red);\n}\n\n.weak-question-item:hover {\n    background: #fef2f2;\n    transform: translateX(3px);\n}\n\n.weak-question-item .q-num { \n    font-weight: 700; \n    color: var(--error-red);\n    flex-shrink: 0;\n}\n\n.weak-question-item .q-text {\n    flex: 1;\n    color: var(--text-medium);\n    font-size: 0.72rem;\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n}\n\n.weak-question-item .wrong-count {\n    background: var(--error-red);\n    color: white;\n    padding: 2px 6px;\n    border-radius: 20px;\n    font-size: 0.65rem;\n    font-weight: 600;\n}\n\n.practice-weak-btn {\n    width: 100%;\n    padding: 10px;\n    background: linear-gradient(135deg, var(--error-red) 0%, #dc2626 100%);\n    border: none;\n    border-radius: var(--radius-md);\n    color: white;\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.8rem;\n    font-weight: 600;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 6px;\n    margin-top: 10px;\n    transition: all 0.3s ease;\n}\n\n.practice-weak-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: var(--shadow-md);\n}\n\n\/* ========================================\n   QUESTION PANEL (CENTER)\n======================================== *\/\n.question-panel {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-md);\n    overflow: hidden;\n    align-self: start;\n}\n\n.question-header {\n    background: linear-gradient(135deg, var(--bg-light) 0%, #E0E7FF 100%);\n    padding: 14px 20px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    border-bottom: 1px solid var(--border-color);\n    flex-wrap: wrap;\n    gap: 10px;\n}\n\n.question-number {\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.95rem;\n    font-weight: 600;\n    color: var(--primary-blue);\n}\n\n.question-meta {\n    display: flex;\n    gap: 8px;\n    align-items: center;\n    flex-wrap: wrap;\n}\n.question-text {\n    white-space: pre-line;\n}\n\n.meta-badge {\n    padding: 5px 10px;\n    border-radius: 20px;\n    font-size: 0.75rem;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 4px;\n}\n\n.meta-badge.year {\n    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);\n    color: white;\n}\n\n.meta-badge.chapter {\n    background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-dark) 100%);\n    color: white;\n}\n\n.meta-badge.weak {\n    background: linear-gradient(135deg, var(--error-red) 0%, #dc2626 100%);\n    color: white;\n}\n\n.meta-badge i { font-size: 0.65rem; }\n\n.question-body {\n    padding: 22px;\n}\n\n.question-text {\n    font-size: 1.05rem;\n    line-height: 1.7;\n    color: var(--text-dark);\n    padding: 16px 20px;\n    background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);\n    border-left: 4px solid var(--primary-blue);\n    border-radius: 0 var(--radius-md) var(--radius-md) 0;\n    margin-bottom: 20px;\n}\n\n\/* Options *\/\n.options-list {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n}\n\n.option-item {\n    padding: 14px 18px;\n    border: 2px solid var(--border-color);\n    border-radius: var(--radius-md);\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    transition: all 0.3s ease;\n    background: white;\n}\n\n.option-item:hover:not(.disabled) {\n    border-color: var(--primary-blue-light);\n    background: #EFF6FF;\n    transform: translateX(4px);\n}\n\n.option-item.selected {\n    border-color: var(--primary-blue);\n    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);\n}\n\n.option-item.correct {\n    border-color: var(--success-green);\n    background: linear-gradient(135deg, #D1FAE5 0%, #A7F3D0 100%);\n}\n\n.option-item.incorrect {\n    border-color: var(--error-red);\n    background: linear-gradient(135deg, #FEE2E2 0%, #FECACA 100%);\n}\n\n.option-item.disabled { cursor: default; }\n\n.option-letter {\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    background: var(--bg-light);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 700;\n    font-size: 0.9rem;\n    color: var(--text-medium);\n    border: 2px solid var(--border-color);\n    flex-shrink: 0;\n    transition: all 0.3s ease;\n}\n\n.option-item.selected .option-letter {\n    background: var(--primary-blue);\n    color: white;\n    border-color: var(--primary-blue);\n}\n\n.option-item.correct .option-letter {\n    background: var(--success-green);\n    color: white;\n    border-color: var(--success-green);\n}\n\n.option-item.incorrect .option-letter {\n    background: var(--error-red);\n    color: white;\n    border-color: var(--error-red);\n}\n\n.option-text {\n    font-size: 0.92rem;\n    color: var(--text-dark);\n    flex: 1;\n}\n\n.option-icon {\n    font-size: 1rem;\n    display: none;\n}\n\n.option-item.correct .option-icon,\n.option-item.incorrect .option-icon { display: block; }\n.option-item.correct .option-icon { color: var(--success-green); }\n.option-item.incorrect .option-icon { color: var(--error-red); }\n\n\/* Explanation Box *\/\n.explanation-box {\n    margin-top: 18px;\n    padding: 16px;\n    background: linear-gradient(135deg, #FFFBEB 0%, #FEF3C7 100%);\n    border-radius: var(--radius-md);\n    border-left: 4px solid var(--accent-orange);\n    display: none;\n    animation: slideDown 0.4s ease;\n}\n\n.explanation-box.show { display: block; }\n\n@keyframes slideDown {\n    from { opacity: 0; transform: translateY(-10px); }\n    to { opacity: 1; transform: translateY(0); }\n}\n\n.explanation-title {\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 600;\n    color: var(--accent-orange-dark);\n    margin-bottom: 8px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n}\n\n.explanation-text {\n    font-size: 0.88rem;\n    line-height: 1.6;\n    color: var(--text-dark);\n}\n\n\/* Mastery Indicator *\/\n.mastery-indicator {\n    margin-top: 14px;\n    padding: 10px 14px;\n    background: var(--bg-light);\n    border-radius: var(--radius-md);\n    display: none;\n}\n\n.mastery-indicator.show {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n}\n\n.mastery-label {\n    font-size: 0.78rem;\n    color: var(--text-medium);\n    display: flex;\n    align-items: center;\n    gap: 5px;\n}\n\n.mastery-stars { display: flex; gap: 2px; }\n.mastery-stars i { color: var(--border-color); font-size: 0.85rem; }\n.mastery-stars i.filled { color: var(--warning-yellow); }\n\n\/* Navigation Buttons - Now inside question body *\/\n.question-nav {\n    margin-top: 20px;\n    padding: 16px 20px;\n    background: var(--bg-light);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 12px;\n    border-radius: var(--radius-md);\n    border: 1px solid var(--border-color);\n}\n\n.nav-btn {\n    padding: 11px 22px;\n    border: none;\n    border-radius: var(--radius-md);\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 600;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    transition: all 0.3s ease;\n}\n\n.nav-btn.prev {\n    background: white;\n    color: var(--text-medium);\n    border: 2px solid var(--border-color);\n}\n\n.nav-btn.prev:hover:not(:disabled) {\n    border-color: var(--primary-blue);\n    color: var(--primary-blue);\n    transform: translateX(-3px);\n}\n\n.nav-btn.check {\n    background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-dark) 100%);\n    color: white;\n    flex: 1;\n    justify-content: center;\n    max-width: 220px;\n    box-shadow: var(--shadow-md);\n}\n\n.nav-btn.check:hover:not(:disabled) {\n    transform: translateY(-2px);\n    box-shadow: var(--shadow-lg);\n}\n\n.nav-btn.next {\n    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);\n    color: white;\n    box-shadow: var(--shadow-md);\n}\n\n.nav-btn.next:hover:not(:disabled) {\n    transform: translateX(3px);\n    box-shadow: var(--shadow-lg);\n}\n\n.nav-btn:disabled { opacity: 0.5; cursor: not-allowed; }\n\n\/* ========================================\n   RIGHT SIDEBAR\n======================================== *\/\n.dashboard-sidebar {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n    align-self: start;\n}\n\n\/* Progress Ring *\/\n.progress-ring-container {\n    display: flex;\n    justify-content: center;\n    margin-bottom: 12px;\n}\n\n.progress-ring {\n    position: relative;\n    width: 100px;\n    height: 100px;\n}\n\n.progress-ring svg { transform: rotate(-90deg); }\n\n.progress-ring-bg {\n    fill: none;\n    stroke: var(--border-color);\n    stroke-width: 8;\n}\n\n.progress-ring-fill {\n    fill: none;\n    stroke: var(--success-green);\n    stroke-width: 8;\n    stroke-linecap: round;\n    transition: stroke-dashoffset 0.5s ease;\n}\n\n.progress-ring-text {\n    position: absolute;\n    inset: 0;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n}\n\n.progress-ring-percentage {\n    font-family: 'Poppins', sans-serif;\n    font-size: 1.4rem;\n    font-weight: 700;\n    color: var(--text-dark);\n}\n\n.progress-ring-label {\n    font-size: 0.65rem;\n    color: var(--text-medium);\n}\n\n.progress-stats-mini {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n}\n\n.progress-stat-mini {\n    background: var(--bg-light);\n    padding: 10px;\n    border-radius: var(--radius-sm);\n    text-align: center;\n}\n\n.progress-stat-mini .value {\n    font-family: 'Poppins', sans-serif;\n    font-size: 1.1rem;\n    font-weight: 700;\n}\n\n.progress-stat-mini .value.correct { color: var(--success-green); }\n.progress-stat-mini .value.incorrect { color: var(--error-red); }\n\n.progress-stat-mini .label {\n    font-size: 0.65rem;\n    color: var(--text-medium);\n    margin-top: 2px;\n}\n\n\/* Question Grid *\/\n.question-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 6px;\n    max-height: 200px;\n    overflow-y: auto;\n    padding: 2px;\n}\n\n.grid-item {\n    width: 100%;\n    aspect-ratio: 1;\n    border-radius: var(--radius-sm);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 600;\n    font-size: 0.75rem;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    border: 2px solid transparent;\n    position: relative;\n}\n\n.grid-item.unattempted { background: var(--primary-blue); color: white; }\n.grid-item.current { \n    background: var(--accent-orange); \n    color: white; \n    transform: scale(1.1); \n    box-shadow: var(--shadow-md);\n    z-index: 1;\n}\n.grid-item.attempted { background: var(--accent-orange-light); color: var(--text-dark); }\n.grid-item.correct-answered { background: var(--success-green); color: white; }\n.grid-item.incorrect-answered { background: var(--error-red); color: white; }\n\n.grid-item.weak-marked::after {\n    content: '!';\n    position: absolute;\n    top: -3px;\n    right: -3px;\n    width: 12px;\n    height: 12px;\n    background: var(--error-red);\n    border-radius: 50%;\n    font-size: 0.55rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: white;\n    font-weight: 700;\n}\n\n.grid-item:hover:not(.current) { transform: scale(1.05); }\n\n\/* Legend *\/\n.legend {\n    padding-top: 12px;\n    border-top: 1px solid var(--border-color);\n    margin-top: 4px;\n}\n\n.legend-title {\n    font-weight: 600;\n    font-size: 0.75rem;\n    color: var(--text-dark);\n    margin-bottom: 8px;\n}\n\n.legend-items {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n}\n\n.legend-item {\n    display: flex;\n    align-items: center;\n    gap: 5px;\n    font-size: 0.68rem;\n    color: var(--text-medium);\n}\n\n.legend-color {\n    width: 14px;\n    height: 14px;\n    border-radius: 3px;\n}\n\n.legend-color.unattempted { background: var(--primary-blue); }\n.legend-color.attempted { background: var(--accent-orange-light); }\n.legend-color.correct { background: var(--success-green); }\n.legend-color.incorrect { background: var(--error-red); }\n\n\/* Stats Rows *\/\n.stat-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 8px 0;\n    border-bottom: 1px dashed var(--border-color);\n}\n\n.stat-row:last-child { border-bottom: none; }\n\n.stat-label {\n    color: var(--text-medium);\n    font-size: 0.82rem;\n}\n\n.stat-value {\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: var(--text-dark);\n}\n\n.stat-value.correct { color: var(--success-green); }\n.stat-value.incorrect { color: var(--error-red); }\n\n\/* Action Buttons *\/\n.action-buttons {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n}\n\n.action-btn {\n    width: 100%;\n    padding: 12px;\n    border: none;\n    border-radius: var(--radius-md);\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 600;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 7px;\n    transition: all 0.3s ease;\n}\n\n.action-btn.submit {\n    background: linear-gradient(135deg, var(--success-green) 0%, #059669 100%);\n    color: white;\n    box-shadow: var(--shadow-md);\n}\n\n.action-btn.submit:hover {\n    transform: translateY(-2px);\n    box-shadow: var(--shadow-lg);\n}\n\n.action-btn.reset {\n    background: var(--bg-light);\n    color: var(--text-medium);\n    border: 2px solid var(--border-color);\n}\n\n.action-btn.reset:hover {\n    border-color: var(--error-red);\n    color: var(--error-red);\n}\n\n\/* ========================================\n   TOAST & MODAL\n======================================== *\/\n.warning-toast {\n    position: fixed;\n    bottom: 30px;\n    left: 50%;\n    transform: translateX(-50%);\n    background: var(--error-red);\n    color: white;\n    padding: 12px 24px;\n    border-radius: var(--radius-md);\n    font-weight: 600;\n    box-shadow: var(--shadow-xl);\n    z-index: 10000;\n    display: none;\n    animation: slideUp 0.3s ease;\n    font-size: 0.88rem;\n}\n\n.warning-toast.show { display: flex; align-items: center; gap: 8px; }\n.warning-toast.success { background: var(--success-green); }\n\n@keyframes slideUp {\n    from { opacity: 0; transform: translateX(-50%) translateY(20px); }\n    to { opacity: 1; transform: translateX(-50%) translateY(0); }\n}\n\n.result-modal {\n    position: fixed;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: rgba(0, 0, 0, 0.7);\n    display: none;\n    justify-content: center;\n    align-items: center;\n    z-index: 10000;\n    padding: 20px;\n}\n\n.result-modal.show { display: flex; }\n\n.result-content {\n    background: white;\n    padding: 32px;\n    border-radius: var(--radius-lg);\n    text-align: center;\n    max-width: 440px;\n    width: 100%;\n    box-shadow: var(--shadow-xl);\n    animation: modalSlideIn 0.3s ease;\n}\n\n@keyframes modalSlideIn {\n    from { opacity: 0; transform: scale(0.9); }\n    to { opacity: 1; transform: scale(1); }\n}\n\n.result-icon { font-size: 50px; margin-bottom: 16px; }\n\n.result-title {\n    font-family: 'Poppins', sans-serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin-bottom: 8px;\n}\n\n.result-message {\n    color: var(--text-medium);\n    margin-bottom: 20px;\n    font-size: 0.9rem;\n}\n\n.result-stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin-bottom: 20px;\n}\n\n.result-stat {\n    background: var(--bg-light);\n    padding: 12px;\n    border-radius: var(--radius-md);\n}\n\n.result-stat-value {\n    font-family: 'Poppins', sans-serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: var(--primary-blue);\n}\n\n.result-stat-label {\n    font-size: 0.72rem;\n    color: var(--text-medium);\n}\n\n.result-buttons {\n    display: flex;\n    gap: 10px;\n    justify-content: center;\n    flex-wrap: wrap;\n}\n\n.result-btn {\n    padding: 10px 20px;\n    border: none;\n    border-radius: var(--radius-md);\n    font-family: 'Poppins', sans-serif;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 0.82rem;\n}\n\n.result-btn.primary {\n    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);\n    color: white;\n}\n\n.result-btn.secondary { background: var(--bg-light); color: var(--text-medium); }\n\n.result-btn.weak {\n    background: linear-gradient(135deg, var(--error-red) 0%, #dc2626 100%);\n    color: white;\n}\n\n.result-btn:hover { transform: translateY(-2px); }\n\n\/* ========================================\n   RESPONSIVE\n======================================== *\/\n@media (max-width: 1100px) {\n    .quiz-container {\n        grid-template-columns: 220px 1fr 250px;\n        gap: 14px;\n    }\n}\n\n@media (max-width: 960px) {\n    .quiz-container {\n        grid-template-columns: 1fr;\n        padding: 14px;\n        min-height: auto;\n    }\n\n    .left-sidebar { \n        order: 1; \n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 14px;\n        height: auto;\n    }\n    \n    .left-sidebar .quiz-card {\n        flex: none;\n    }\n    \n    .left-sidebar .filter-list {\n        max-height: 180px;\n    }\n    \n    .question-panel { order: 2; }\n    .dashboard-sidebar { \n        order: 3;\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 14px;\n        align-self: auto;\n    }\n\n    .header-stats { display: none; }\n    .mode-selector { flex-direction: column; align-items: stretch; }\n    .mode-tabs { justify-content: center; }\n    .session-info { justify-content: center; }\n}\n\n@media (max-width: 600px) {\n    .quiz-header { padding: 14px 16px; }\n    .topic-icon { width: 40px; height: 40px; font-size: 18px; }\n    .topic-info h1 { font-size: 1.1rem; }\n    .topic-info p { font-size: 0.75rem; }\n    \n    .mode-tab { padding: 7px 12px; font-size: 0.75rem; }\n    \n    .question-header { padding: 12px 16px; }\n    .question-number { font-size: 0.88rem; }\n    .question-body { padding: 16px; }\n    .question-text { font-size: 0.95rem; padding: 14px 16px; }\n    .option-item { padding: 12px 14px; }\n    \n    .question-nav { flex-wrap: wrap; padding: 14px; }\n    .nav-btn { padding: 10px 16px; font-size: 0.8rem; }\n    .nav-btn.check { order: -1; width: 100%; max-width: none; margin-bottom: 10px; }\n    \n    .left-sidebar, .dashboard-sidebar { grid-template-columns: 1fr; }\n    \n    .result-stats { grid-template-columns: 1fr; }\n    .result-buttons { flex-direction: column; }\n}\n<\/style>\n\n<div class=\"ldce-quiz-wrapper\" id=\"quizWrapper\">\n    <!-- Warning Toast -->\n    <div class=\"warning-toast\" id=\"warningToast\">\n        <i class=\"fas fa-exclamation-triangle\"><\/i>\n        <span id=\"toastMessage\">Message<\/span>\n    <\/div>\n\n    <!-- Result Modal -->\n    <div class=\"result-modal\" id=\"resultModal\">\n        <div class=\"result-content\">\n            <div class=\"result-icon\" id=\"resultIcon\">\ud83c\udf89<\/div>\n            <h2 class=\"result-title\" id=\"resultTitle\">Great Job!<\/h2>\n            <p class=\"result-message\" id=\"resultMessage\">You have completed the quiz.<\/p>\n            <div class=\"result-stats\">\n                <div class=\"result-stat\">\n                    <div class=\"result-stat-value\" id=\"resultCorrect\">0<\/div>\n                    <div class=\"result-stat-label\">Correct<\/div>\n                <\/div>\n                <div class=\"result-stat\">\n                    <div class=\"result-stat-value\" id=\"resultIncorrect\">0<\/div>\n                    <div class=\"result-stat-label\">Incorrect<\/div>\n                <\/div>\n                <div class=\"result-stat\">\n                    <div class=\"result-stat-value\" id=\"resultScore\">0%<\/div>\n                    <div class=\"result-stat-label\">Score<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"result-buttons\">\n                <button class=\"result-btn secondary\" id=\"reviewBtn\">\n                    <i class=\"fas fa-eye\"><\/i> Review\n                <\/button>\n                <button class=\"result-btn weak\" id=\"practiceWeakBtn\" style=\"display: none;\">\n                    <i class=\"fas fa-exclamation-circle\"><\/i> Practice Weak\n                <\/button>\n                <button class=\"result-btn primary\" id=\"retryBtn\">\n                    <i class=\"fas fa-redo\"><\/i> Try Again\n                <\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Header -->\n    <header class=\"quiz-header\">\n        <div class=\"header-content\">\n            <div class=\"topic-title\">\n                <div class=\"topic-icon\">\n                    <i class=\"fas fa-file-invoice-dollar\" id=\"topicIcon\"><\/i>\n                <\/div>\n                <div class=\"topic-info\">\n                    <h1 id=\"topicName\">Constitution of India-PYQs<\/h1>\n                    <p>Combined SO\/Steno LDCE Previous Year Questions \u2022 Paper 1<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"header-stats\">\n                <div class=\"stat-badge progress-badge\">\n                    <i class=\"fas fa-chart-line\"><\/i>\n                    <span id=\"overallProgress\">0% Mastered<\/span>\n                <\/div>\n                <div class=\"stat-badge weak-badge\" id=\"weakBadgeHeader\" style=\"display: none;\">\n                    <i class=\"fas fa-exclamation-circle\"><\/i>\n                    <span id=\"weakCountHeader\">0 Weak Areas<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Mode Selector -->\n    <div class=\"mode-selector\">\n        <div class=\"mode-tabs\">\n            <button class=\"mode-tab active\" data-mode=\"all\" id=\"modeAll\">\n                <i class=\"fas fa-list\"><\/i>\n                All Questions\n                <span class=\"badge\" id=\"allCount\">0<\/span>\n            <\/button>\n            <button class=\"mode-tab\" data-mode=\"year\" id=\"modeYear\">\n                <i class=\"fas fa-calendar\"><\/i>\n                By Year\n            <\/button>\n            <button class=\"mode-tab\" data-mode=\"chapter\" id=\"modeChapter\">\n                <i class=\"fas fa-book\"><\/i>\n                By Chapter\n            <\/button>\n            <button class=\"mode-tab weak-mode\" data-mode=\"weak\" id=\"modeWeak\">\n                <i class=\"fas fa-exclamation-circle\"><\/i>\n                Weak Areas\n                <span class=\"badge\" id=\"weakModeCount\">0<\/span>\n            <\/button>\n        <\/div>\n        <div class=\"session-info\" id=\"sessionInfo\" style=\"display: none;\">\n            <i class=\"fas fa-history\"><\/i>\n            <span id=\"sessionText\">Last session: Q5<\/span>\n            <button class=\"resume-btn\" id=\"resumeBtn\">\n                <i class=\"fas fa-play\"><\/i>\n                Resume\n            <\/button>\n        <\/div>\n    <\/div>\n\n    <!-- Main Container -->\n    <div class=\"quiz-container\">\n        <!-- Left Sidebar -->\n        <aside class=\"left-sidebar\">\n            <!-- Year Filter -->\n            <div class=\"quiz-card\" id=\"yearFilterCard\">\n                <div class=\"quiz-card-header light\">\n                    <h3><i class=\"fas fa-calendar-alt\"><\/i> Filter by Year<\/h3>\n                <\/div>\n                <div class=\"quiz-card-body\">\n                    <div class=\"filter-list\" id=\"yearList\"><\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Chapter Filter -->\n            <div class=\"quiz-card\" id=\"chapterFilterCard\">\n                <div class=\"quiz-card-header light\">\n                    <h3><i class=\"fas fa-book-open\"><\/i> Filter by Chapter<\/h3>\n                <\/div>\n                <div class=\"quiz-card-body\">\n                    <div class=\"filter-list\" id=\"chapterList\"><\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Weak Areas Card -->\n            <div class=\"quiz-card weak-areas-card\" id=\"weakAreasCard\" style=\"display: none;\">\n                <div class=\"quiz-card-header\">\n                    <h3><i class=\"fas fa-exclamation-triangle\"><\/i> Weak Areas<\/h3>\n                <\/div>\n                <div class=\"quiz-card-body\">\n                    <div class=\"weak-question-list\" id=\"weakQuestionList\"><\/div>\n                    <button class=\"practice-weak-btn\" id=\"practiceWeakAreasBtn\">\n                        <i class=\"fas fa-redo\"><\/i>\n                        Practice All Weak Areas\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/aside>\n\n        <!-- Question Panel -->\n        <main class=\"question-panel\">\n            <div class=\"question-header\">\n                <span class=\"question-number\" id=\"questionNumber\">Question 1 of 20<\/span>\n                <div class=\"question-meta\">\n                    <div class=\"meta-badge year\">\n                        <i class=\"fas fa-calendar-alt\"><\/i>\n                        <span id=\"currentQuestionYear\">2023<\/span>\n                    <\/div>\n                    <div class=\"meta-badge chapter\">\n                        <i class=\"fas fa-book\"><\/i>\n                        <span id=\"currentQuestionChapter\">Chapter 1<\/span>\n                    <\/div>\n                    <div class=\"meta-badge weak\" id=\"weakBadge\" style=\"display: none;\">\n                        <i class=\"fas fa-exclamation-circle\"><\/i>\n                        <span>Weak<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"question-body\">\n                <div class=\"question-text\" id=\"questionText\">Loading question...<\/div>\n                <div class=\"options-list\" id=\"optionsList\"><\/div>\n                <div class=\"explanation-box\" id=\"explanationBox\">\n                    <div class=\"explanation-title\">\n                        <i class=\"fas fa-lightbulb\"><\/i>\n                        Explanation\n                    <\/div>\n                    <p class=\"explanation-text\" id=\"explanationText\"><\/p>\n                <\/div>\n                <div class=\"mastery-indicator\" id=\"masteryIndicator\">\n                    <span class=\"mastery-label\">\n                        <i class=\"fas fa-star\"><\/i>\n                        Mastery:\n                    <\/span>\n                    <div class=\"mastery-stars\" id=\"masteryStars\">\n                        <i class=\"fas fa-star\"><\/i>\n                        <i class=\"fas fa-star\"><\/i>\n                        <i class=\"fas fa-star\"><\/i>\n                        <i class=\"fas fa-star\"><\/i>\n                        <i class=\"fas fa-star\"><\/i>\n                    <\/div>\n                <\/div>\n                <!-- Navigation Buttons -->\n                <div class=\"question-nav\">\n                    <button class=\"nav-btn prev\" id=\"prevBtn\">\n                        <i class=\"fas fa-arrow-left\"><\/i>\n                        Previous\n                    <\/button>\n                    <button class=\"nav-btn check\" id=\"checkBtn\">\n                        <i class=\"fas fa-check-circle\"><\/i>\n                        Check Answer\n                    <\/button>\n                    <button class=\"nav-btn next\" id=\"nextBtn\">\n                        Next\n                        <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/main>\n\n        <!-- Right Sidebar -->\n        <aside class=\"dashboard-sidebar\">\n            <!-- Question Navigator -->\n            <div class=\"quiz-card\">\n                <div class=\"quiz-card-header light\">\n                    <h3><i class=\"fas fa-th\"><\/i> Question Navigator<\/h3>\n                <\/div>\n                <div class=\"quiz-card-body\">\n                    <div class=\"question-grid\" id=\"questionGrid\"><\/div>\n                    <div class=\"legend\">\n                        <div class=\"legend-title\">Legend:<\/div>\n                        <div class=\"legend-items\">\n                            <div class=\"legend-item\">\n                                <div class=\"legend-color unattempted\"><\/div>\n                                <span>Unattempted<\/span>\n                            <\/div>\n                            <div class=\"legend-item\">\n                                <div class=\"legend-color attempted\"><\/div>\n                                <span>Attempted<\/span>\n                            <\/div>\n                            <div class=\"legend-item\">\n                                <div class=\"legend-color correct\"><\/div>\n                                <span>Correct<\/span>\n                            <\/div>\n                            <div class=\"legend-item\">\n                                <div class=\"legend-color incorrect\"><\/div>\n                                <span>Incorrect<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Your Progress -->\n            <div class=\"quiz-card\">\n                <div class=\"quiz-card-header\">\n                    <h3><i class=\"fas fa-trophy\"><\/i> Your Progress<\/h3>\n                <\/div>\n                <div class=\"quiz-card-body\">\n                    <div class=\"progress-ring-container\">\n                        <div class=\"progress-ring\">\n                            <svg width=\"100\" height=\"100\">\n                                <circle class=\"progress-ring-bg\" cx=\"50\" cy=\"50\" r=\"42\"><\/circle>\n                                <circle class=\"progress-ring-fill\" cx=\"50\" cy=\"50\" r=\"42\" \n                                        stroke-dasharray=\"264\" \n                                        stroke-dashoffset=\"264\"\n                                        id=\"progressRingFill\"><\/circle>\n                            <\/svg>\n                            <div class=\"progress-ring-text\">\n                                <span class=\"progress-ring-percentage\" id=\"progressPercentage\">0%<\/span>\n                                <span class=\"progress-ring-label\">Mastered<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"progress-stats-mini\">\n                        <div class=\"progress-stat-mini\">\n                            <div class=\"value correct\" id=\"totalCorrectProgress\">0<\/div>\n                            <div class=\"label\">Correct<\/div>\n                        <\/div>\n                        <div class=\"progress-stat-mini\">\n                            <div class=\"value incorrect\" id=\"totalWeakProgress\">0<\/div>\n                            <div class=\"label\">Weak Areas<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n\n            <!-- Session Stats -->\n            <div class=\"quiz-card\">\n                <div class=\"quiz-card-header\">\n                    <h3><i class=\"fas fa-chart-pie\"><\/i> Session Stats<\/h3>\n                <\/div>\n                <div class=\"quiz-card-body\">\n                    <div class=\"stat-row\">\n                        <span class=\"stat-label\">Total Questions<\/span>\n                        <span class=\"stat-value\" id=\"totalQuestions\">0<\/span>\n                    <\/div>\n                    <div class=\"stat-row\">\n                        <span class=\"stat-label\">Attempted<\/span>\n                        <span class=\"stat-value\" id=\"attemptedCount\">0<\/span>\n                    <\/div>\n                    <div class=\"stat-row\">\n                        <span class=\"stat-label\">Correct<\/span>\n                        <span class=\"stat-value correct\" id=\"correctCount\">0<\/span>\n                    <\/div>\n                    <div class=\"stat-row\">\n                        <span class=\"stat-label\">Incorrect<\/span>\n                        <span class=\"stat-value incorrect\" id=\"incorrectCount\">0<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Action Buttons -->\n            <div class=\"action-buttons\">\n                <button class=\"action-btn submit\" id=\"submitBtn\">\n                    <i class=\"fas fa-paper-plane\"><\/i>\n                    Submit & View Results\n                <\/button>\n                <button class=\"action-btn reset\" id=\"resetBtn\">\n                    <i class=\"fas fa-redo-alt\"><\/i>\n                    Reset Session\n                <\/button>\n            <\/div>\n        <\/aside>\n    <\/div>\n<\/div>\n\n<script>\n\/\/ ==========================================\n\/\/ QUIZ CONFIGURATION\n\/\/ ==========================================\nconst quizConfig = {\n    quizId: 'cca-pyq-quiz',\n    topic: 'CCS (CCA) Rules',\n    paper: 'Paper 2',\n    wpAjaxUrl: '\/wp-admin\/admin-ajax.php',\n    useWordPressSync: false,\n    masteryThreshold: 3,\n    weakThreshold: 1\n};\n\n\/\/ ==========================================\n\/\/ QUESTIONS DATA (Sample - add your full data)\n\/\/ ==========================================\nconst allQuestions = [\n    \/\/2009-11\n    \n  {\n    \"id\": 1,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"<b>Statement I: <\/b>The proposal to summon Rajya Sabha or Lok Sabha is initiated by the Prime Minister<br><br><b>Statement II:<\/b> The Prime Minister is the Leader of Rajya Sabha or Lok Sabha\",\n    \"options\": [\n      \"Both the statements are individually true and statement II is the correct explanation of statement I\",\n      \"Both the statements are individually true but statement II is not the correct explanation of statement I\",\n      \"Statement I is true but statement II is false\",\n      \"Statement I is false but statement II is true\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 85 of the Constitution<\/b> vests the power to summon and prorogue Parliament with the President of India, not the Prime Minister. While the Prime Minister, as head of the government, may initiate the proposal, the actual constitutional power lies with the President.<br><br>Statement II is false because the Prime Minister is not necessarily the Leader of either House of Parliament. The Leader of the Lok Sabha is typically the leader of the majority party in the Lok Sabha, and the Leader of the Rajya Sabha is usually a senior member of the ruling party or coalition in the Rajya Sabha. Hence, <b>Statement I is false but Statement II is also false<\/b>, making option D correct.\"\n  },\n  {\n    \"id\": 2,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Statement I: A member of Parliament can take oath\/subscribe affirmation in English or Hindi only<br><br>Statement II: The official work of Parliament can be performed in English or Hindi only\",\n    \"options\": [\n      \"Both the statements are individually true and statement II is the correct explanation of statement I\",\n      \"Both the statements are individually true but statement II is not the correct explanation of statement I\",\n      \"Statement I is true but statement II is false\",\n      \"Statement I is false but statement II is true\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 99<\/b> (for MPs) and <b>Article 188<\/b> (for State Legislators) of the Constitution allow members to take oath or make affirmation in any language they are comfortable with, not just English or Hindi. Members can choose any of the languages listed in the Eighth Schedule of the Constitution.<br><br>Statement II is also false because under the <b>Official Languages Act, 1963<\/b> and constitutional provisions, while English and Hindi are the official languages for parliamentary work, provisions exist for use of other languages. Members can speak in their mother tongue with prior permission. Therefore, <b>Statement I is false but Statement II is also false<\/b>.\"\n  },\n  {\n    \"id\": 3,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Statement I: Point of Order is used by the Member of Parliament in the House to discuss some matters of national importance<br><br>Statement II: Point of Order is a device used by the Members to attract the attention of the Chair when the Rules of the Procedure are deviated\",\n    \"options\": [\n      \"Both the statements are individually true and statement II is the correct explanation of statement I\",\n      \"Both the statements are individually true but statement II is not the correct explanation of statement I\",\n      \"Statement I is true but statement II is false\",\n      \"Statement I is false but statement II is true\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"A <b>Point of Order<\/b> is a parliamentary device governed by the Rules of Procedure and Conduct of Business. It is NOT used to discuss matters of national importance - that would be done through other parliamentary devices like debates, discussions, or motions.<br><br>Statement II correctly defines Point of Order. It is specifically used to bring the Chair's attention to any breach or deviation from the rules and procedures of the House. When a member raises a Point of Order, they are essentially pointing out that the ongoing proceedings violate parliamentary rules or constitutional provisions. Therefore, <b>Statement I is false but Statement II is true<\/b>.\"\n  },\n  {\n    \"id\": 4,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Statement I: Members of Parliament enjoy Parliamentary privileges<br>Statement II: During the currency of the Parliamentary session, a member of Parliament cannot be arrested in his constituency on any criminal case\",\n    \"options\": [\n      \"Both the statements are individually true and statement II is the correct explanation of statement I\",\n      \"Both the statements are individually true but statement II is not the correct explanation of statement I\",\n      \"Statement I is true but statement II is false\",\n      \"Statement I is false but statement II is true\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"Statement I is correct. <b>Article 105<\/b> of the Constitution grants certain privileges and immunities to Members of Parliament. These include freedom of speech in Parliament, immunity from court proceedings for anything said or voted in Parliament, and certain protections from arrest.<br><br>Statement II is false. Parliamentary privilege provides immunity from arrest in <b>civil cases only<\/b> during the session period and 40 days before and after the session. However, members can be arrested in criminal cases even during parliamentary sessions. This immunity does not extend to criminal offenses. Therefore, <b>Statement I is true but Statement II is false<\/b>.\"\n  },\n  {\n    \"id\": 5,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Misc.\",\n    \"question\": \"Statement I: The year 1921 is a 'Year of Great Divide' in the demographic history of India<br><br>Statement II: Mortality in India started to decline from the year 1921 leading to acceleration in the rate of population growth\",\n    \"options\": [\n      \"Both the statements are individually true and statement II is the correct explanation of statement I\",\n      \"Both the statements are individually true but statement II is not the correct explanation of statement II\",\n      \"Statement I is true but statement II is false\",\n      \"Statement I is false but statement II is true\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"Statement I is correct. The year <b>1921 is known as the 'Year of Great Divide'<\/b> in India's demographic history because it marks a fundamental turning point in population growth patterns.<br><br>Statement II correctly explains why 1921 is called the Year of Great Divide. Before 1921, India experienced fluctuating population growth with frequent periods of decline due to famines, epidemics (like the influenza pandemic of 1918-19), and diseases. After 1921, mortality rates began a sustained decline due to improved public health measures, better disease control, and gradual improvements in living conditions. This led to a consistent acceleration in population growth rates. Therefore, <b>both statements are true and Statement II correctly explains Statement I<\/b>.\"\n  },\n  {\n    \"id\": 6,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part IX: The Panchayats\",\n    \"question\": \"Statement I: The experience with the functioning of local governments in India in the past decade has shown that they enjoy limited autonomy to perform the functions assigned to them<br><br>Statement II: Many states till date have not transferred most of the subjects to the local bodies\",\n    \"options\": [\n      \"Both the statements are individually true and statement II is the correct explanation of statement I\",\n      \"Both the statements are individually true but statement II is not the correct explanation of statement I\",\n      \"Statement I is true but statement II is false\",\n      \"Statement I is false but statement II is true\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"Statement I is correct. Despite the <b>73rd and 74th Constitutional Amendment Acts (1992)<\/b> which were meant to strengthen local governments (Panchayati Raj Institutions and Municipalities), in practice, local bodies in India have faced significant constraints in exercising autonomy. Constitutional and political limitations have restricted their ability to effectively perform assigned functions.<br><br>Statement II correctly explains this limited autonomy. <b>Article 243G<\/b> (for Panchayats) and <b>Article 243W<\/b> (for Municipalities) empower state legislatures to devolve powers and responsibilities to local bodies. However, many states have been reluctant to fully transfer the subjects listed in the <b>Eleventh Schedule<\/b> (Panchayats) and <b>Twelfth Schedule<\/b> (Municipalities). This incomplete devolution of powers directly causes the limited autonomy mentioned in Statement I. Therefore, <b>both statements are true and Statement II correctly explains Statement I<\/b>.\"\n  },\n  {\n    \"id\": 7,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which of the following statements is\/are correct?<br>As per the provisions of the Constitution of India, the right against exploitation includes prohibition of:<br>1. Traffic in human beings<br>2. Employment of children below the age of 16 years in hazardous jobs<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"The Right against Exploitation is enshrined in <b>Articles 23 and 24<\/b> of the Constitution.<br><br><b>Article 23<\/b> prohibits traffic in human beings and forced labor (begar). This includes trafficking for any purpose - sexual exploitation, forced labor, or organ trade. Statement 1 is therefore <b>correct<\/b>.<br><br><b>Article 24<\/b> prohibits the employment of children below the age of <b>14 years<\/b> (not 16 years as stated) in factories, mines, or any other hazardous employment. The age limit was specifically set at 14 years. Statement 2 is therefore <b>incorrect<\/b> because it mentions 16 years instead of 14 years.<br><br>Therefore, only Statement 1 is correct.\"\n  },\n  {\n    \"id\": 8,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one among the following is\/are justiciable right\/rights?<br>1. Right to adequate livelihood and equal pay for equal work<br>2. Right to primary health care<br>3. Right to work of all adults in rural areas<br>4. Right of children in the age group of 6 to 14 years to free and compulsory education<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1, 2 and 3\",\n      \"3 and 4\",\n      \"4 only\",\n      \"3 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Justiciable rights<\/b> are those rights that can be enforced through courts. Fundamental Rights (Part III) are justiciable, while Directive Principles of State Policy (Part IV) are generally non-justiciable.<br><br>Statement 1: Right to adequate livelihood and equal pay for equal work are enshrined in <b>Article 39(a) and 39(d)<\/b> as Directive Principles. These are <b>non-justiciable<\/b>.<br><br>Statement 2: Right to primary health care is implied in various Directive Principles but is <b>non-justiciable<\/b>.<br><br>Statement 3: Right to work for adults in rural areas refers to schemes like MGNREGA (Mahatma Gandhi National Rural Employment Guarantee Act). While MGNREGA is a statutory right under the MGNREGA Act 2005, it is <b>justiciable<\/b> as it can be enforced through legal remedies under the Act.<br><br>Statement 4: Right to free and compulsory education for children aged 6-14 years is guaranteed under <b>Article 21A<\/b> (inserted by the 86th Amendment Act, 2002) as a Fundamental Right. It is <b>justiciable<\/b>.<br><br>Therefore, statements 3 and 4 represent justiciable rights.\"\n  },\n  {\n    \"id\": 9,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one among the following statements about the jurisdiction of the Supreme Court of India is correct?\",\n    \"options\": [\n      \"It settles disputes between Union and States only and not amongst States\",\n      \"It tries appeals from lower courts in constitutional cases only, not in civil and criminal cases\",\n      \"It can grant special leave to appeal from any judgment passed by any court in the territory of India\",\n      \"It advises the President and all Governors of States on matters of public importance and law\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Option A is incorrect:<\/b> Under <b>Article 131<\/b>, the Supreme Court has original jurisdiction to settle disputes between the Union and States, between States inter se (amongst themselves), and between the Union and States on one side and one or more States on the other.<br><br><b>Option B is incorrect:<\/b> The Supreme Court hears appeals in civil, criminal, and constitutional matters under <b>Articles 132, 133, and 134<\/b>.<br><br><b>Option C is CORRECT:<\/b> <b>Article 136<\/b> grants the Supreme Court the power to grant special leave to appeal from any judgment, decree, determination, sentence, or order passed by any court or tribunal in the territory of India. This is an extraordinary and discretionary power.<br><br><b>Option D is incorrect:<\/b> Under <b>Article 143<\/b>, the Supreme Court can only advise the President (not Governors) on questions of law or fact of public importance when referred by the President. This is called the Advisory Jurisdiction.\"\n  },\n  {\n    \"id\": 10,\n    \"year\": \"2009-11\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"With regard to which one of the following has there been no jurisdictional issue between the Parliament and the Judiciary?\",\n    \"options\": [\n      \"What are the clearly delineated and overlapping powers of the Union and the States?\",\n      \"What is the scope of the right to private property?\",\n      \"What is the scope of the Parliament's power to curtail, abridge or abrogate the Fundamental Rights?\",\n      \"Can the Parliament make laws that abridge fundamental rights while enforcing directive principles?\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"The relationship between Parliament and the Judiciary has witnessed several jurisdictional conflicts, particularly regarding Fundamental Rights and the basic structure doctrine.<br><br><b>Option A is CORRECT:<\/b> The distribution of powers between the Union and States is clearly laid out in the <b>Seventh Schedule<\/b> of the Constitution (Union List, State List, and Concurrent List). This is a matter of constitutional interpretation and federalism, not a jurisdictional dispute between Parliament and Judiciary. Such disputes are typically resolved through constitutional provisions rather than creating conflict between these two organs.<br><br><b>Options B, C, and D are incorrect<\/b> as they represent areas of significant conflict:<br>- The right to property led to landmark cases (Golaknath, Kesavananda Bharati) creating Parliament-Judiciary tensions<br>- Parliament's power to amend Fundamental Rights was at the heart of the basic structure doctrine debate<br>- The balance between Fundamental Rights (Part III) and Directive Principles (Part IV) has been contentious, resolved partially in Minerva Mills case\"\n  },\n  {\n    \"id\": 11,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements about the federal system as provided by the Constitution of India are correct?<br><br>1. Asymmetrical representation of the States in Rajya Sabha<br>2. Division of powers is common to all the States in the Seventh Schedule<br>3. Special provisions for the North-Eastern States only<br>4. Inter-State disputes come under the jurisdiction of the Supreme Court of India<br><br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 and 3\",\n      \"1, 2 and 4\",\n      \"2 and 4 only\",\n      \"1 and 2 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Statement 1 is CORRECT:<\/b> <b>Article 80<\/b> provides for representation of States in the Rajya Sabha. The representation is asymmetrical - states have different numbers of seats based on population. For example, Uttar Pradesh has 31 seats while smaller states like Sikkim have 1 seat. This creates proportional but asymmetrical representation.<br><br><b>Statement 2 is CORRECT:<\/b> The <b>Seventh Schedule<\/b> contains three lists - Union List (List I), State List (List II), and Concurrent List (List III). This division of powers applies uniformly to all states, creating a common framework for distribution of legislative powers.<br><br><b>Statement 3 is INCORRECT:<\/b> Special provisions exist not only for North-Eastern States but also for other states and regions. <b>Articles 371 to 371J<\/b> provide special provisions for various states including Maharashtra, Gujarat, Nagaland, Assam, Manipur, Andhra Pradesh, Sikkim, Mizoram, Arunachal Pradesh, Goa, Karnataka, and others. The statement incorrectly limits special provisions to North-Eastern States only.<br><br><b>Statement 4 is CORRECT:<\/b> <b>Article 131<\/b> vests the Supreme Court with exclusive original jurisdiction over inter-state disputes.<br><br>Therefore, statements 1, 2, and 4 are correct.\"\n  },\n  {\n    \"id\": 12,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Who among the following can take a decision on any dispute arising out of the election of the President\/the Vice President of India?\",\n    \"options\": [\n      \"The Election Commission of India\",\n      \"An authority or body constituted by Parliament\",\n      \"The Supreme Court of India\",\n      \"The Speaker of Lok Sabha\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 71<\/b> of the Constitution specifically deals with matters relating to, or connected with, the election of a President or Vice-President. It clearly states that:<br><br>All doubts and disputes arising out of or in connection with the election of a President or Vice-President shall be inquired into and decided by the <b>Supreme Court of India<\/b>. The decision of the Supreme Court in such matters is final.<br><br>The Election Commission conducts the election process under <b>Article 324<\/b>, but it does not have the authority to decide disputes regarding Presidential or Vice-Presidential elections. Parliament can make laws relating to these elections, but the final authority to resolve disputes rests solely with the Supreme Court.<br><br>Therefore, option C - The Supreme Court of India - is the correct answer.\"\n  },\n  {\n    \"id\": 13,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part IXA: The Municipalities\",\n    \"question\": \"Secretary of Zila Parishad is:\",\n    \"options\": [\n      \"District Development Officer\",\n      \"Collector of the district\",\n      \"Deputy Development Commissioner\",\n      \"Block Development Officer\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"The Secretary of Zila Parishad is typically the <b>Collector\/District Magistrate<\/b> of the district. The Collector serves as the chief executive officer at the district level and acts as the Secretary to the Zila Parishad (District Council).<br><br>This arrangement is based on provisions in state Panchayati Raj Acts following the <b>73rd Constitutional Amendment Act, 1992<\/b>. The Collector, being a senior IAS officer, provides administrative support and coordination to the Zila Parishad, which is the elected local government body at the district level.<br><br>The Collector's role as Secretary involves:<br>- Implementing decisions of the Zila Parishad<br>- Coordinating between state government and local bodies<br>- Providing administrative and technical support<br>- Ensuring compliance with rules and regulations<br><br>Therefore, option B - Collector of the district - is the correct answer.\"\n  },\n  {\n    \"id\": 14,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which among the following statements regarding the amendment procedure of the Constitution of India is\/are correct?<br><br>1. All Constitutional amendments can only be passed in Parliament by special majority<br>2. Amendments regarding Centre-State relations can be made by special majority of both Houses of Parliament along with the approval of at least half of the States<br><br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 368<\/b> of the Constitution provides for the procedure for amendment of the Constitution. There are three types of amendment procedures:<br><br><b>Statement 1 is INCORRECT:<\/b> Not all constitutional amendments require special majority. Some amendments can be passed by simple majority (like creation of new states under Article 3, or changes to schedules). Special majority is required for most amendments, but it's incorrect to say ALL amendments need it.<br><br><b>Statement 2 is CORRECT:<\/b> For amendments affecting the federal structure and Centre-State relations (as specified in the proviso to Article 368), a special majority of both Houses of Parliament is required, PLUS ratification by at least half of the state legislatures. This includes:<br>- Election of the President (Article 54, 55)<br>- Extent of executive power of Union and States (Article 73, 162)<br>- Supreme Court and High Courts (Chapter IV of Part V and Chapter V of Part VI)<br>- Distribution of legislative powers (Chapter I of Part XI and Lists in Seventh Schedule)<br>- Representation of States in Parliament<br>- Amendment procedure itself (Article 368)<br><br>Therefore, only Statement 2 is correct.\"\n  },\n  {\n    \"id\": 15,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part XVIII: Emergency Provisions\",\n    \"question\": \"During the proclamation of financial emergency under Article 360, which one among the following directives cannot be issued by the President of India?\",\n    \"options\": [\n      \"Reduction of salaries and allowances of all or any class of persons serving the affairs of the Union or the States\",\n      \"Reservation of Money bills or other bills to which the provisions of Article 207 apply for the consideration of the President after they are passed by the Legislatures\",\n      \"Reduction of salaries and allowances of judges of the Supreme Court of India and the High Courts\",\n      \"Change in the pattern of distribution of taxes between the Union and the States\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 360<\/b> deals with Financial Emergency. When a Financial Emergency is in operation, the President can issue various directives to the Union or State governments.<br><br><b>Option A - ALLOWED:<\/b> Article 360(4)(a) explicitly allows the President to direct reduction in salaries and allowances of all or any class of persons serving the Union or States (except Supreme Court and High Court judges).<br><br><b>Option B - ALLOWED:<\/b> Article 360(4)(b) allows the President to reserve Money Bills and Financial Bills for Presidential consideration after passage by State Legislatures.<br><br><b>Option C - ALLOWED:<\/b> Article 360(4)(a) specifically provides that during Financial Emergency, even the salaries and allowances of judges of the Supreme Court and High Courts can be reduced.<br><br><b>Option D - CANNOT BE DONE:<\/b> Changes in the pattern of distribution of taxes between the Union and States require a <b>Constitutional Amendment<\/b> under Article 368. This cannot be done merely through a Presidential directive during Financial Emergency. The distribution of taxes is governed by Articles 268-281 and changes require amendment to these constitutional provisions.<br><br>Therefore, option D is correct - this directive cannot be issued during Financial Emergency.\"\n  },\n  {\n    \"id\": 16,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements regarding motion is\/are correct?<br><br>1. The term 'motion' in its wider sense means any proposal submitted to the House for eliciting a decision of the House<br>2. A Substitute motion is not for considering a matter or policy or a situation or a statement<br>3. A Substantive motion is a self-contained independent proposal submitted for approval of the House and capable of expressing a decision of the House<br><br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"1, 2 and 3\",\n      \"3 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"Parliamentary motions are governed by the Rules of Procedure and Conduct of Business in Parliament.<br><br><b>Statement 1 is CORRECT:<\/b> In parliamentary practice, a 'motion' is indeed any formal proposal submitted to the House for eliciting a decision. It is the primary mechanism through which the House transacts business and takes decisions.<br><br><b>Statement 2 is INCORRECT:<\/b> A substitute motion is specifically used as an alternative to the original motion and IS meant for considering a matter, policy, situation, or statement. It proposes a different approach or decision on the same subject matter. When a substitute motion is accepted, it replaces the original motion for debate and voting. The statement incorrectly describes what a substitute motion is for.<br><br><b>Statement 3 is CORRECT:<\/b> A substantive motion is indeed a self-contained, independent proposal that is complete in itself. Unlike amendments or subsidiary motions, it doesn't depend on any other motion. Examples include no-confidence motion, censure motion, or adjournment motion. It is capable of expressing a definitive decision of the House.<br><br>Therefore, statements 1 and 3 are correct.\"\n  },\n  {\n    \"id\": 17,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which among the following is the correct chronology regarding passing of a bill in Lok Sabha\/Rajya Sabha:<br><br>1. Discussion on the principles of the Bill and its provisions<br>2. Motion for leave to introduce a bill<br>3. Discussion on the motion that the bill be passed<br>4. Clause by clause consideration of the bill as introduced<br><br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1-2-3-4\",\n      \"2-1-4-3\",\n      \"2-4-1-3\",\n      \"1-4-3-2\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"The legislative process for passing a bill in Parliament follows a specific sequence governed by the Rules of Procedure:<br><br><b>Step 1 - Motion for leave to introduce (Stage 2):<\/b> First, the member seeks permission from the House to introduce the bill. This is called seeking leave to introduce. The House may allow or reject the introduction.<br><br><b>Step 2 - First Reading and general discussion (Stage 1):<\/b> After introduction, there is a general discussion on the principles and provisions of the bill. This is the First Reading where the bill's objectives, scope, and general principles are debated.<br><br><b>Step 3 - Second Reading - Clause by clause consideration (Stage 4):<\/b> During the Second Reading, the bill is examined in detail, clause by clause. Each clause is discussed, and amendments can be proposed and voted upon. This is the detailed scrutiny stage.<br><br><b>Step 4 - Third Reading - Final passage (Stage 3):<\/b> After clause-by-clause consideration, the motion that the bill be passed is moved. This is the Third Reading where the bill as a whole is put to vote for final passage.<br><br>Therefore, the correct chronological order is: 2-1-4-3.\"\n  },\n  {\n    \"id\": 18,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which of the following statements regarding the Right to Constitutional Remedies under Article 32 of the Constitution of India is not correct?\",\n    \"options\": [\n      \"It is the citizens' right to move the Supreme Court for the enforcement of the rights given in Part-III of the Constitution\",\n      \"The Supreme Court shall have power to issue writs to enforce the fundamental rights\",\n      \"This right cannot be suspended during the period of a national emergency\",\n      \"This right can also be enforced by the High Courts\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 32<\/b> is titled 'Remedies for enforcement of rights conferred by this Part' and is itself a Fundamental Right.<br><br><b>Option A is CORRECT:<\/b> Article 32(1) guarantees the right to move the Supreme Court for enforcement of Fundamental Rights given in Part III.<br><br><b>Option B is CORRECT:<\/b> Article 32(2) empowers the Supreme Court to issue directions, orders, or writs including habeas corpus, mandamus, prohibition, quo warranto, and certiorari for enforcement of Fundamental Rights.<br><br><b>Option C is INCORRECT (and hence the answer):<\/b> This statement is false. <b>Article 359<\/b> provides that during a National Emergency, the President can suspend the right to move any court for enforcement of Fundamental Rights (except Articles 20 and 21). This means the Right to Constitutional Remedies under Article 32 CAN be suspended during emergency. Dr. Ambedkar called Article 32 'the heart and soul of the Constitution,' but even this can be suspended during emergency.<br><br><b>Option D is CORRECT:<\/b> <b>Article 226<\/b> empowers High Courts to issue writs for enforcement of Fundamental Rights and for any other purpose. So this right can also be enforced by High Courts, though Article 32 is the primary remedy.<br><br>Therefore, option C contains the incorrect statement.\"\n  },\n  {\n    \"id\": 19,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Misc.\",\n    \"question\": \"Which one among the following is a constitutional agency?\",\n    \"options\": [\n      \"National Development Council\",\n      \"Planning Commission\",\n      \"National Human Rights Commission\",\n      \"Inter-State Council\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"A constitutional body is one that is established by the Constitution itself, while statutory bodies are created by Acts of Parliament.<br><br><b>Option A - National Development Council:<\/b> This was an extra-constitutional body created by a Government Resolution in 1952 (later replaced by NITI Aayog in 2015). Not constitutional.<br><br><b>Option B - Planning Commission:<\/b> This was created by an executive resolution in 1950 and was not established by the Constitution. It was replaced by NITI Aayog in 2015. Not constitutional.<br><br><b>Option C - National Human Rights Commission:<\/b> This is a statutory body established under the Protection of Human Rights Act, 1993. It is not mentioned in the Constitution. Not constitutional.<br><br><b>Option D - Inter-State Council (CORRECT):<\/b> The Inter-State Council is a constitutional body established under <b>Article 263<\/b> of the Constitution. Article 263 provides that the President may establish an Inter-State Council if it appears necessary to serve public interest by investigating and discussing subjects of common interest between States, or between Union and States. The Inter-State Council was actually established in 1990 and is tasked with investigating disputes between states and recommending solutions.<br><br>Therefore, option D is the correct answer.\"\n  },\n  {\n    \"id\": 20,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part XVIII: Emergency Provisions\",\n    \"question\": \"Which one among the following pairs is correctly matched?<br>(Provision in Constitution) - (Procedure of Amendment)\",\n    \"options\": [\n      \"Citizenship clause : Special majority of both Houses of Parliament along with ratification by at least half of the State legislatures\",\n      \"Right to freedom of religion : Simple majority of both Houses of Parliament\",\n      \"Changes in the Union List : Special majority of both Houses of Parliament\",\n      \"Changes in State Boundaries : Simple majority of both Houses of Parliament\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 368<\/b> provides for three types of amendment procedures:<br><br><b>Option A is INCORRECT:<\/b> Citizenship provisions (Part II, Articles 5-11) can be amended by special majority only, not requiring state ratification. State ratification is needed only for federal structure changes.<br><br><b>Option B is INCORRECT:<\/b> Right to freedom of religion (Articles 25-28) are Fundamental Rights in Part III. Any amendment to Fundamental Rights requires special majority (majority of total membership + 2\/3rd of members present and voting), not simple majority.<br><br><b>Option C is INCORRECT:<\/b> Changes in the Union List (List I of Seventh Schedule) affect the federal structure and require special majority of Parliament PLUS ratification by at least half of the state legislatures, as per the proviso to Article 368(2).<br><br><b>Option D is CORRECT:<\/b> <b>Article 3<\/b> empowers Parliament to form new states, alter boundaries, or change names of states. Such bills require only <b>simple majority<\/b> for passage, though they must be introduced on the recommendation of the President. Additionally, the President must refer such bills to the affected state legislature(s) for their views, but their consent is not binding.<br><br>Therefore, option D is correctly matched.\"\n  },\n  {\n    \"id\": 21,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part XII: Finance, Property, Contracts and Suits\",\n    \"question\": \"Consider the following statements about Finance Commission:<br><br>1. The Finance Commission is appointed at the expiration of every five years<br>2. The main responsibilities of the Commission is to lay down the principles governing the distribution of taxes between the Centre and the States<br>3. It is not mandatory for the government to place the recommendations of the commission on the Table of Parliament<br><br>Which of the statements given above is\/are correct?\",\n    \"options\": [\n      \"1, 2 and 3\",\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 280<\/b> of the Constitution provides for the establishment of a Finance Commission.<br><br><b>Statement 1 is CORRECT:<\/b> Article 280(1) mandates that the President shall constitute a Finance Commission within two years from the commencement of the Constitution and thereafter at the expiration of every <b>five years<\/b> or at such earlier time as the President considers necessary.<br><br><b>Statement 2 is CORRECT:<\/b> Article 280(3) specifies the main duties of the Finance Commission, which include:<br>- Distribution of net proceeds of taxes between Union and States<br>- Determining principles governing grants-in-aid to states<br>- Making recommendations on sound finance and financial stability<br>- Any other matter referred by the President<br><br>The primary responsibility is indeed to recommend principles for tax distribution between Centre and States.<br><br><b>Statement 3 is INCORRECT:<\/b> Article 280(4) makes it <b>mandatory<\/b> for the President to cause every recommendation made by the Finance Commission, together with an explanatory memorandum on the action taken, to be laid before each House of Parliament. This is a constitutional obligation, not optional.<br><br>Therefore, statements 1 and 2 are correct, while statement 3 is incorrect.\"\n  },\n  {\n    \"id\": 22,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements about the Comptroller and Auditor General (CAG) of India are correct?<br><br>1. He shall be appointed by the President of India<br>2. He can be removed in like manner and grounds as a Judge of the Supreme Court of India<br>3. He shall perform such duties and exercise such powers in relation to the accounts of the Union only as prescribed by Parliament<br>4. CAG reports are directly submitted to both Houses of Parliament<br><br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"1, 2 and 4 only\",\n      \"3 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Articles 148-151<\/b> of the Constitution deal with the Comptroller and Auditor General (CAG) of India.<br><br><b>Statement 1 is CORRECT:<\/b> <b>Article 148(1)<\/b> provides that there shall be a Comptroller and Auditor General of India who shall be appointed by the President by warrant under his hand and seal.<br><br><b>Statement 2 is CORRECT:<\/b> <b>Article 148(1)<\/b> also states that the CAG shall only be removed from office in like manner and on like grounds as a Judge of the Supreme Court. This means impeachment by Parliament with special majority on grounds of proved misbehavior or incapacity.<br><br><b>Statement 3 is INCORRECT:<\/b> This statement limits CAG's jurisdiction to Union accounts only, which is wrong. <b>Article 149<\/b> states that the CAG shall perform duties and exercise powers in relation to the accounts of both the <b>Union AND the States<\/b> and any other authority or body as prescribed by law. The CAG audits all receipts and expenditure of the Government of India and State Governments.<br><br><b>Statement 4 is INCORRECT:<\/b> CAG reports are not directly submitted to Parliament. <b>Article 151<\/b> provides that CAG's audit reports relating to Union accounts shall be submitted to the <b>President<\/b>, who shall cause them to be laid before Parliament. Similarly, reports on state accounts are submitted to the Governor. The reports don't go directly to Parliament.<br><br>Therefore, only statements 1 and 2 are correct.\"\n  },\n  {\n    \"id\": 23,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part IXA: The Municipalities\",\n    \"question\": \"Which of the following pairs about Municipalities in India is\/are correctly matched?<br><br>1. Nagar Panchayat: Transitional area<br>2. Municipal Councils: Larger urban area<br>3. Municipal Corporation: Smaller urban area<br><br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"2 and 3\",\n      \"1 and 2\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 243Q<\/b> (inserted by the 74th Constitutional Amendment Act, 1992) provides for the constitution of three types of municipalities:<br><br><b>Statement 1 is CORRECT:<\/b> <b>Nagar Panchayat<\/b> is constituted for a <b>transitional area<\/b>, that is, an area in transition from a rural area to an urban area. These are for areas that are developing from villages into towns but haven't yet reached full urban status.<br><br><b>Statement 2 is INCORRECT:<\/b> <b>Municipal Council<\/b> is constituted for a <b>smaller urban area<\/b>, not a larger urban area. Municipal Councils are for towns and smaller cities. The statement incorrectly describes them as being for larger urban areas.<br><br><b>Statement 3 is INCORRECT:<\/b> <b>Municipal Corporation<\/b> is constituted for a <b>larger urban area<\/b>, not a smaller urban area. Municipal Corporations are for big cities and metropolitan areas with large populations. The statement reverses this by saying they're for smaller areas.<br><br>The correct classification is:<br>- Nagar Panchayat \u2192 Transitional area<br>- Municipal Council \u2192 Smaller urban area<br>- Municipal Corporation \u2192 Larger urban area<br><br>Therefore, only statement 1 is correctly matched.\"\n  },\n  {\n    \"id\": 24,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"In India, the right to information is included in which one of the following fundamental Rights?\",\n    \"options\": [\n      \"Right to life\",\n      \"Right to personal liberty\",\n      \"Right to freedom of speech and expression\",\n      \"Right to approach the Supreme Court by way of a writ petition\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"The Right to Information (RTI) is not explicitly mentioned in the Constitution but has been read into Fundamental Rights through judicial interpretation.<br><br><b>Article 19(1)(a)<\/b> guarantees the right to freedom of speech and expression. The Supreme Court of India, in several landmark judgments, has held that the <b>Right to Information is implicit in the Right to Freedom of Speech and Expression<\/b>.<br><br>Key judicial pronouncements:<br>- In <b>State of UP v. Raj Narain (1975)<\/b>, the Supreme Court held that the right to information is inherent in the freedom of speech and expression<br>- In <b>SP Gupta v. Union of India (1981)<\/b>, the Court affirmed that people have a right to know about public affairs<br>- In <b>Dinesh Trivedi v. Union of India (1997)<\/b>, the Court reiterated that RTI flows from Article 19(1)(a)<br><br>The reasoning is that freedom of speech and expression cannot be meaningful without access to information. Citizens need information to form opinions and express them effectively.<br><br>Later, the <b>Right to Information Act, 2005<\/b> was enacted to give statutory backing to this constitutional right.<br><br>Therefore, option C - Right to freedom of speech and expression - is correct.\"\n  },\n  {\n    \"id\": 25,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which of the following statements about State Election Commissioner are correct?<br><br>1. The State Election Commissioner is appointed by the State Cabinet<br>2. The tenure of the Commissioner is up to the age of 62 years<br>3. His status is that of a Judge of a High Court<br>4. His duty includes conduct of elections to the Local Bodies in the State<br><br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1, 2, 3 and 4\",\n      \"2, 3 and 4 only\",\n      \"3 and 4 only\",\n      \"1 and 2 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 243K<\/b> (for Panchayats) and <b>Article 243ZA<\/b> (for Municipalities) deal with State Election Commission, inserted by the 73rd and 74th Constitutional Amendments.<br><br><b>Statement 1 is INCORRECT:<\/b> The State Election Commissioner is appointed by the <b>Governor<\/b>, not the State Cabinet. Article 243K(1) and 243ZA(1) clearly state that the Governor shall appoint the State Election Commissioner. The State Cabinet has no role in this appointment.<br><br><b>Statement 2 is CORRECT:<\/b> The tenure is typically up to the age of <b>62 years<\/b>, though this can vary based on state legislation. The constitutional provisions allow states to determine service conditions.<br><br><b>Statement 3 is CORRECT:<\/b> Article 243K(2) and 243ZA(2) provide that the State Election Commissioner shall have the same status and receive the same salary and benefits as are provided to a <b>Judge of a High Court<\/b>. This ensures independence and dignity of the office.<br><br><b>Statement 4 is CORRECT:<\/b> The primary duty of the State Election Commissioner, as per Article 243K(1) and 243ZA(1), is the superintendence, direction, and control of the preparation of electoral rolls for, and the conduct of, all elections to the <b>Panchayats and Municipalities<\/b> (local bodies) in the state.<br><br>Therefore, statements 2, 3, and 4 are correct.\"\n  },\n  {\n    \"id\": 26,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one among the following statements about Pro-tem Speaker is not correct?\",\n    \"options\": [\n      \"He\/She is appointed by the President of India\",\n      \"He\/she takes oath\/affirmation before the President in the Central Hall of Parliament\",\n      \"He\/She administers oath\/affirmation to the newly elected members of Lok Sabha\",\n      \"The name of Pro-tem Speaker is suggested by the Prime Minister\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"A <b>Pro-tem Speaker<\/b> (temporary Speaker) is appointed when a new Lok Sabha is constituted and no Speaker has been elected yet.<br><br><b>Option A is CORRECT:<\/b> The Pro-tem Speaker is appointed by the <b>President of India<\/b> under Article 94 and Article 99. The President makes this appointment to facilitate the initial proceedings of the new Lok Sabha.<br><br><b>Option B is INCORRECT (and hence the answer):<\/b> The Pro-tem Speaker does NOT take oath before the President in the Central Hall. Instead, the Pro-tem Speaker takes oath\/affirmation <b>before the President at Rashtrapati Bhavan<\/b>, not in Parliament. The newly elected members of Lok Sabha take oath in the House, but the Pro-tem Speaker's oath is administered separately by the President before the House proceedings begin.<br><br><b>Option C is CORRECT:<\/b> The primary duty of the Pro-tem Speaker is to <b>administer the oath\/affirmation to newly elected members<\/b> of the Lok Sabha. This continues until the regular Speaker is elected. The Pro-tem Speaker also presides over the election of the regular Speaker.<br><br><b>Option D is CORRECT:<\/b> By convention, the name of the Pro-tem Speaker is suggested by the <b>Prime Minister<\/b> (or leader of the majority party) to the President. Usually, the seniormost member of the Lok Sabha is appointed.<br><br>Therefore, option B contains the incorrect statement.\"\n  },\n  {\n    id: 27,\n    year: '2009-11',\n    chapter: 'Part V: The Union',\n    question: \"Which of the statements given below is\/are correct?\\n1. If a Member of a State Legislative Assembly is elected in Lok Sabha and does not resign his\/her seat in the State Legislative Assembly within 14 days of the declaration of result, his\/her seat in State Legislative Assembly shall become vacant\\n2. If a person, who is not a member of either House of the Parliament, is appointed as a Union Minister, he\/she has to be elected to either of the two Houses within a period of six months\\n3. A sitting Member of Lok Sabha cannot contest election to Rajya Sabha\",\n    options: [\n      \"1 only\",\n      \"2 and 3\",\n      \"1 and 2\",\n      \"1 and 3\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C) 1 and 2<\/b><br><br>\n<b>Statement 1: CORRECT \u2713<\/b><br>\n<i>Article 101(3)(a): \"If chosen while being member of other House\/State Legislature, seat in that House vacates after 14 days of taking seat.\"<\/i><br><br>\n<b>Statement 2: CORRECT \u2713<\/b><br>\n<i>Article 75(5): \"Minister not MP for 6 consecutive months shall cease to be Minister.\"<\/i> Must become MP within 6 months via election or nomination.<br><br>\n<b>Statement 3: INCORRECT \u2717<\/b><br>\nLok Sabha MP CAN contest Rajya Sabha. No constitutional bar.<br>\n\u2022 <i>Article 101(3) allows transition between Houses<\/i><br>\n\u2022 Must resign from old House within 14 days<br>\n\u2022 Cannot hold both simultaneously beyond 14 days<br><br>\n<b>Dual Membership Rule:<\/b><br>\nCan contest any House\/Legislature but cannot hold multiple memberships beyond 14 days.`\n  },\n  \/\/2012-13\n {\n    id: 18,\n    year: '2012-13',\n    chapter: 'Part V: The Union',\n    question: \"Which of the following statements regarding joint sitting of the Parliament is\/are correct?\\n1. It can be convened by the President of India.\\n2. It is always presided over by the President of India.\\n3. A Bill considered in a joint sitting of the two Houses may be passed by a simple majority.\",\n    options: [\n      \"1 and 3 only\",\n      \"3 only\",\n      \"1 only\",\n      \"1, 2 and 3\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A) 1 and 3 only<\/b><br><br>\n<b>Statement 1: CORRECT \u2713<\/b><br>\n<i>Article 108(1): \"If after a Bill has been passed by one House and transmitted to the other House\u2014<br>\n(a) the Bill is rejected by the other House; or<br>\n(b) the Houses have finally disagreed as to the amendments to be made in the Bill; or<br>\n(c) more than six months elapse from the date of the reception of the Bill by the other House without the Bill being passed by it,<br>\nthe President may, unless the Bill has lapsed by reason of a dissolution of the House of the People, notify to the Houses by message if they are sitting or by public notification if they are not sitting, his intention to summon them to meet in a joint sitting for the purpose of deliberating and voting on the Bill.\"<\/i><br><br>\n<b>Statement 2: INCORRECT \u2717<\/b><br>\n<i>Article 118(4): \"At a joint sitting of the two Houses the Speaker of the House of the People, or in his absence such person as may be determined by rules of procedure made under clause (2), shall preside.\"<\/i><br>\nThe SPEAKER presides, NOT the President.<br><br>\n<b>Statement 3: CORRECT \u2713<\/b><br>\n<i>Article 108(4): \"If at the joint sitting of the two Houses the Bill, with such amendments, if any, as are agreed to in joint sitting, is passed by a majority of the total number of members of both Houses present and voting, it shall be deemed for the purposes of this Constitution to have been passed by both Houses.\"<\/i><br>\nSimple majority of members present and voting.`\n  },   \n  {\n    id: 17,\n    year: '2012-13',\n    chapter: 'Part V: The Union',\n    question: \"Which of the following statements regarding the Deputy Chairman, Rajya Sabha is\/are correct?\\n1. He shall vacate his office if ceases to be a member of the Council.\\n2. He may, at any time, by writing under his hand addressed to the President, resign.\\n3. He may be removed from office by a resolution of the Council passed by a majority of the then members of the Council.\\n4. He presides over the sittings of the Council of States in the absence of the Vice President.\",\n    options: [\n      \"1 and 2\",\n      \"3 and 4 only\",\n      \"3 only\",\n      \"1, 3 and 4\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D) 1, 3 and 4<\/b><br><br>\n<b>Statement 1: CORRECT \u2713<\/b><br>\n<i>Article 91(1)(a): \"A member holding office as Deputy Chairman of the Council of States shall vacate his office if he ceases to be a member of the Council.\"<\/i><br><br>\n<b>Statement 2: INCORRECT \u2717<\/b><br>\n<i>Article 91(1)(b): \"A member holding office as Deputy Chairman of the Council of States may at any time, by writing under his hand addressed to the Chairman, resign his office.\"<\/i><br>\nResignation is addressed to CHAIRMAN, NOT to President.<br><br>\n<b>Statement 3: CORRECT \u2713<\/b><br>\n<i>Article 91(1)(c): \"A member holding office as Deputy Chairman of the Council of States may be removed from his office by a resolution of the Council passed by a majority of all the then members of the Council.\"<\/i><br><br>\n<b>Statement 4: CORRECT \u2713<\/b><br>\n<i>Article 91(2): \"While the office of Chairman is vacant, or during any period when the Vice-President is acting as, or discharging the functions of, President, the duties of the office shall be performed by the Deputy Chairman.\"<\/i>`\n  },\n    {\n    id: 25,\n    year: '2012-13',\n    chapter: 'Part V: The Union',\n    question: \"Consider the following statements regarding joint sitting of the Lok Sabha and Rajya Sabha over a Bill:\\n1. It is convened if there is a dispute over the Bill between the two Houses over the Amendments made.\\n2. It is convened if more than six months have elapsed from the date of reception of the Bill by the other House without the Bill being passed by it.\",\n    options: [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C) Both 1 and 2<\/b><br><br>\n<b>Statement 1: CORRECT \u2713<\/b><br>\n<i>Article 108(1)(b): \"the Houses have finally disagreed as to the amendments to be made in the Bill\"<\/i><br><br>\n<b>Statement 2: CORRECT \u2713<\/b><br>\n<i>Article 108(1)(c): \"more than six months elapse from the date of the reception of the Bill by the other House without the Bill being passed by it\"<\/i><br><br>\n<b>Full Constitutional Provision:<\/b><br>\n<i>Article 108(1): \"If after a Bill has been passed by one House and transmitted to the other House\u2014<br>\n(a) the Bill is rejected by the other House; or<br>\n(b) the Houses have finally disagreed as to the amendments to be made in the Bill; or<br>\n(c) more than six months elapse from the date of the reception of the Bill by the other House without the Bill being passed by it,<br>\nthe President may, unless the Bill has lapsed by reason of a dissolution of the House of the People, notify to the Houses by message if they are sitting or by public notification if they are not sitting, his intention to summon them to meet in a joint sitting for the purpose of deliberating and voting on the Bill.\"<\/i>`\n  },\n   {\n    id: 40,\n    year: '2012-13',\n    chapter: 'Part V: The Union',\n    question: \"Consider the following statements regarding Parliamentary Privileges:\\n1. Privileges mean rights and immunities enjoyed by the Members of the Parliament (MP) to perform their functions effectively.\\n2. An MP cannot be arrested on civil or criminal ground as he enjoys Parliamentary Privileges.\\n3. Privileges are enshrined in Article 105 of the Constitution of India.\\n4. Makers of the Constitution of India have adopted Parliamentary Privileges from the British Parliament.\",\n    options: [\n      \"1, 3 and 4\",\n      \"1 and 4 only\",\n      \"3 only\",\n      \"1, 2 and 3\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A) 1, 3 and 4<\/b><br><br>\n<b>Statement 1: CORRECT \u2713<\/b><br>\n<i>Article 105(1): \"Subject to the provisions of this Constitution and to the rules and standing orders regulating the procedure of Parliament, there shall be freedom of speech in Parliament.\"<\/i><br>\n<i>Article 105(2): \"No member of Parliament shall be liable to any proceedings in any court in respect of anything said or any vote given by him in Parliament or any committee thereof.\"<\/i><br>\nPrivileges are rights and immunities for effective discharge of parliamentary functions.<br><br>\n<b>Statement 2: INCORRECT \u2717<\/b><br>\n<i>Article 105(3): \"In other respects, the powers, privileges and immunities of each House of Parliament, and of the members and the committees of each House, shall be such as may from time to time be defined by Parliament by law.\"<\/i><br>\nFreedom from arrest applies ONLY to CIVIL cases during session and 40 days before\/after. MPs CAN be arrested in CRIMINAL cases anytime.<br><br>\n<b>Statement 3: CORRECT \u2713<\/b><br>\nArticle 105 of the Constitution enshrines parliamentary privileges.<br><br>\n<b>Statement 4: CORRECT \u2713<\/b><br>\n<i>Article 105(3) (before 44th Amendment): \"the powers, privileges and immunities...shall be those of that House and of its members and committees immediately before the coming into force of section 15 of the Constitution (Forty-fourth Amendment) Act, 1978.\"<\/i><br>\nOriginally, Article 105(3) stated privileges shall be same as House of Commons at Constitution's commencement. Adopted from British Parliament.`\n  },\n  {\n    id: 41,\n    year: '2012-13',\n    chapter: 'Part V: The Union',\n    question: \"The Speaker, Lok Sabha submits his\/her resignation to\",\n    options: [\n      \"the President\",\n      \"the Vice President\",\n      \"the Deputy Speaker\",\n      \"the Chief Justice of India\"\n    ],\n    correct: 2,\n    explanation: `\n<b>Correct Answer: C) the Deputy Speaker<\/b><br><br>\n<b>Constitutional Reference:<\/b><br>\n<i>Article 94: \"A member holding office as Speaker or Deputy Speaker of the House of the People\u2014<br>\n(a) shall vacate his office if he ceases to be a member of the House of the People;<br>\n(b) may at any time, by writing under his hand addressed to the Deputy Speaker, resign his office;<br>\n(c) may be removed from his office by a resolution of the House of the People passed by a majority of all the then members of the House.\"<\/i><br><br>\n<b>Key Points:<\/b><br>\n\nSpeaker resigns to DEPUTY SPEAKER (NOT to President)<br>\nDeputy Speaker resigns to Speaker<br>\nThis maintains parliamentary autonomy<br>\nSeparation from Executive (President)<br>\nInternal House procedure - resignation within the House structure`\n  },\n  \n    {\n    id: 38,\n    year: '2012-13',\n    chapter: 'Part V: The Union',\n    question: \"Consider the following statements relating to a newly elected MP:\\n1. He is entitled to receive salary and other entitlements from the date of declaration of the result.\\n2. He is entitled to take seat in the House only after taking oath and signing of Roll of Members.\\n3. He is entitled to ask questions\/take part in the Parliamentary Committee meetings from the date of declaration of the result.\\n4. He is entitled for Parliamentary Privileges only from the date of taking oath and signing of Roll of Members in the House.\",\n    options: [\n      \"1, 3 and 4\",\n      \"1, 2 and 3\",\n      \"1 and 2 only\",\n      \"2 only\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C) 1 and 2 only<\/b><br><br>\n<b>Statement 1: CORRECT \u2713<\/b><br>\n<i>Article 106: \"Members of either House of Parliament shall be entitled to receive such salaries and allowances as may from time to time be determined by Parliament by law.\"<\/i><br>\nUnder the Salary, Allowances and Pension of Members of Parliament Act, salary starts from date of ELECTION, not from oath.<br><br>\n<b>Statement 2: CORRECT \u2713<\/b><br>\n<i>Article 99: \"Every member of either House of Parliament shall, before taking his seat, make and subscribe before the President, or some person appointed in that behalf by him, an oath or affirmation according to the form set out for the purpose in the Third Schedule.\"<\/i><br>\n<i>Rule 5: \"A member who has not already made and subscribed an oath or affirmation, in pursuance of article 99 of the Constitution, may do so at the commencement of a sitting of the House, or at any other time of the sitting of the House, as the Speaker may direct, on any day after giving previous notice in writing to the Secretary-General.\"<\/i><br>\n<i>Rule 6: \"There shall be a Roll of Members of the House which shall be signed in the presence of the Secretary-General by every member, before taking one's own seat.\"<\/i><br>\nMember must take oath and sign Roll before taking seat.<br><br>\n<b>Statement 3: INCORRECT \u2717<\/b><br>\nMember CANNOT ask questions or participate in Committee meetings WITHOUT taking oath. Oath is prerequisite for participation in House proceedings.<br><br>\n<b>Statement 4: INCORRECT \u2717<\/b><br>\n<i>Article 105: Parliamentary privileges attach from date of ELECTION, not from oath.<\/i> Member is protected from election day itself.`\n  },\n   {\n    id: 33,\n    year: '2012-13',\n    chapter: 'Part V: The Union',\n    question: \"Which of the statements given below is\/are correct?\\n1. The Speaker's conduct in regulating the procedure or maintaining order in the House will not be subject to the jurisdiction of any court.\\n2. An MP can be arrested on his way to the Parliament and back home.\",\n    options: [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C) Both 1 and 2<\/b><br><br>\n<b>Statement 1: CORRECT \u2713<\/b><br>\n<i>Article 122(1): \"The validity of any proceedings in Parliament shall not be called in question on the ground of any alleged irregularity of procedure.\"<\/i><br>\n<i>Article 122(2): \"No officer or member of Parliament in whom powers are vested by or under this Constitution for regulating procedure or the conduct of business, or for maintaining order, in Parliament shall be subject to the jurisdiction of any court in respect of the exercise by him of those powers.\"<\/i><br>\nSpeaker's conduct in regulating procedure is immune from court jurisdiction.<br><br>\n<b>Statement 2: CORRECT \u2713<\/b><br>\n<i>Article 105(3): \"In other respects, the powers, privileges and immunities of each House of Parliament, and of the members and the committees of each House, shall be such as may from time to time be defined by Parliament by law, and, until so defined, shall be those of that House and of its members and committees immediately before the coming into force of section 15 of the Constitution (Forty-fourth Amendment) Act, 1978.\"<\/i><br>\nFreedom from arrest applies only to CIVIL cases during session and 40 days before\/after. MPs CAN be arrested in CRIMINAL cases anytime, including while travelling to\/from Parliament.`\n  },\n   {\n    id: 32,\n    year: '2012-13',\n    chapter: 'Part V: The Union',\n    question: \"The seat of an MP can be declared vacant if he remains absent from the sittings of the House without intimation for more than\",\n    options: [\n      \"65 days\",\n      \"60 days\",\n      \"40 days\",\n      \"70 days\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B) 60 days<\/b><br><br>\n<b>Constitutional Reference:<\/b><br>\n<i>Article 101(4): \"If member absent from all meetings of House for period of sixty days without permission, House may declare seat vacant.\"<\/i><br><br>\n<b>Key Points:<\/b><br>\n- Must be 60 days continuous absence<br>\n- WITHOUT permission of House<br>\n- House has discretion to declare seat vacant<br>\n- Committee on Absence examines cases<br>\n- Member can apply for leave to avoid vacation`\n  },\n  {\n    id: 26,\n    year: '2012-13',\n    chapter: 'Part V: The Union',\n    question: \"What is meant by the term 'casting vote'?\",\n    options: [\n      \"It is a vote exercised regularly by the Speaker\/Chairman when a Bill is passed in the House\",\n      \"In a Parliamentary Assembly, in case of equality of votes, the Presiding Officer has a casting vote\",\n      \"It is a vote exercised by the Prime Minister in the House\",\n      \"It is a vote cast by the Leader of the House when there is a tie over a Bill\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B) In case of equality, Presiding Officer has casting vote<\/b><br><br>\n<b>Constitutional Reference:<\/b><br>\n<i>Article 100(1): \"Save as otherwise provided in this Constitution, all questions at any sitting of either House or joint sitting of the Houses shall be determined by a majority of votes of the members present and voting, other than the Speaker or person acting as Chairman or Speaker.<br>\nThe Chairman or Speaker, or person acting as such, shall not vote in the first instance, but shall have and exercise a casting vote in the case of an equality of votes.\"<\/i><br><br>\n<b>Key Points:<\/b><br>\n\nSpeaker\/Chairman does NOT vote normally in the first instance<br>\nVotes ONLY when there is a tie (equality of votes)<br>\nThis vote is called \"casting vote\" as it decides\/breaks the tie<br>\nCan vote for or against the motion<br>\nThe casting vote is final and decisive`\n  },\n      {\n    id: 16,\n    year: '2012-13',\n    chapter: 'Part V: The Union',\n    question: \"Which of the following statements regarding the term of office of the Speaker is correct?\",\n    options: [\n      \"The Speaker shall remain in office till the dissolution of the Lok Sabha\",\n      \"The Speaker shall continue in office even after the dissolution of the present Lok Sabha till the constitution of the next Lok Sabha\",\n      \"The Speaker shall remain in office even after the dissolution of the Lok Sabha till the Speaker Pro tem is appointed by the President\",\n      \"The Speaker shall remain in office till the next Speaker is elected by the Lok Sabha\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C) The Speaker shall remain in office till Speaker Pro tem is appointed by the President<\/b><br><br>\n<b>Constitutional Reference:<\/b><br>\n<i>Article 94: \"A member holding office as Speaker or Deputy Speaker of the House of the People\u2014<br>\n(a) shall vacate his office if he ceases to be a member of the House of the People;<br>\n(b) may at any time, by writing under his hand addressed to the Deputy Speaker, resign his office;<br>\n(c) may be removed from his office by a resolution of the House of the People passed by a majority of all the then members of the House:<br>\nProvided that no resolution for the purpose of clause (c) shall be moved unless at least fourteen days' notice has been given of the intention to move the resolution:<br>\nProvided further that, whenever the House of the People is dissolved, the Speaker shall not vacate his office until immediately before the first meeting of the House of the People after the dissolution.\"<\/i><br><br>\n<b>Key Point:<\/b> The Speaker continues until immediately before the first meeting of new Lok Sabha, when the President-appointed Speaker Pro tem takes over to administer oaths.`\n  },\n  {\n    \"id\": 1,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements regarding the President of India is\/are correct?<br>1. The President can summon, adjourn or prorogue both the Houses of the Parliament<br>2. The President can summon, adjourn, prorogue both the Houses and may send messages to either House of the Parliament<br>3. The President can summon, prorogue and dissolve the House of the People<br>4. The President can convene a joint session of both the Houses of the Parliament<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1\",\n      \"2\",\n      \"3 only\",\n      \"3 and 4\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 85<\/b> of the Constitution grants the President the following powers regarding Parliament:<br><br>Statement 1 is <b>partially correct but incomplete<\/b> - The President can summon and prorogue both Houses, but the power to <b>adjourn<\/b> lies with the Speaker\/Chairman, not the President.<br><br>Statement 2 is <b>incorrect<\/b> for the same reason - the President cannot adjourn the Houses. However, <b>Article 86<\/b> does give the President the right to address and send messages to either House or both Houses assembled together.<br><br>Statement 3 is <b>CORRECT<\/b> - Article 85(2)(b) specifically grants the President the power to dissolve the Lok Sabha (House of the People). The President can summon, prorogue, and dissolve only the Lok Sabha, not the Rajya Sabha (which is a permanent body with one-third members retiring every two years).<br><br>Statement 4 is <b>CORRECT<\/b> - <b>Article 108<\/b> provides that the President can summon both Houses to meet in a joint sitting if a deadlock arises between them on a Bill (other than Money Bill or Constitutional Amendment Bill).<br><br>Therefore, statements 3 and 4 are correct.\"\n  },\n  {\n    \"id\": 2,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"If a President is impeached and removed by the Parliament, can he continue in his office till the election of the new President?\",\n    \"options\": [\n      \"No, the Vice President of India shall act as the President of India\",\n      \"He can continue to remain in office till a new incumbent is sworn in\",\n      \"He can remain in office but will act as a caretaker President\",\n      \"He may remain in office but no immunity will be available to him\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 61<\/b> deals with the procedure for impeachment of the President. Once the President is impeached and removed from office, the office becomes vacant immediately.<br><br><b>Article 65(1)<\/b> clearly states: <i>\\\"In the event of the occurrence of any vacancy in the office of the President by reason of his death, resignation or removal, or otherwise, the Vice-President shall act as President until the date on which a new President elected in accordance with the provisions of this Chapter to fill such vacancy enters upon his office.\\\"<\/i><br><br>Key points:<br>- Once removed through impeachment, the President cannot continue in office in any capacity<br>- The Vice President automatically acts as President from the moment the office becomes vacant<br>- The Vice President continues to act as President until a new President is elected and sworn in<br>- There is no provision for a \\\"caretaker President\\\" or for the impeached President to remain in office without immunity<br><br>Therefore, option A is correct - the Vice President shall act as the President of India immediately upon the President's removal.\"\n  },\n  {\n    \"id\": 3,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements is\/are correct?<br>1. The President of India may, by writing under his hand addressed to the Chief Justice of India, resign his office<br>2. A person who has held the office of the President of India shall be eligible for re-election to the office<br>3. An election to fill a vacancy caused by the expiration of the term of office of the Vice President shall be completed within thirty days of such expiry of the term<br>4. The election of a President or Vice President may be challenged on the ground of any vacancy in the electoral college, electing them<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"2 only\",\n      \"1 and 2 only\",\n      \"1, 3 and 4\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Statement 1 is INCORRECT:<\/b> <b>Article 56(1)<\/b> states that the President may resign by writing under his hand addressed to the <b>Vice President<\/b>, NOT the Chief Justice of India. This is an important distinction.<br><br><b>Statement 2 is CORRECT:<\/b> <b>Article 57<\/b> explicitly provides: <i>\\\"A person who holds, or who has held, office as President shall, subject to the other provisions of this Constitution, be eligible for re-election to that office.\\\"<\/i> There is no bar on re-election of a former President.<br><br><b>Statement 3 is INCORRECT:<\/b> <b>Article 68<\/b> deals with the time of holding elections to fill vacancy in the office of Vice President. It states that an election to fill a vacancy shall be held <b>as soon as possible<\/b> after the occurrence of the vacancy, but there is no specific 30-day time limit mentioned in the Constitution. (Note: For Presidential elections under Article 62, the election must be completed before the expiry of the term, but no such specific timeline exists for Vice Presidential vacancies).<br><br><b>Statement 4 is INCORRECT:<\/b> <b>Article 71(4)<\/b> specifically states: <i>\\\"The election of a person as President or Vice President shall not be called in question on the ground of the existence of any vacancy for whatever reason among the members of the electoral college electing him.\\\"<\/i> This means vacancies in the electoral college cannot be grounds for challenging the election.<br><br>Therefore, only statement 2 is correct.\"\n  },\n  {\n    \"id\": 4,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Consider the following statements regarding Parliamentary Privileges:<br>1. Privileges mean rights and immunities enjoyed by the Members of the Parliament (MP) to perform their functions effectively<br>2. An MP cannot be arrested on civil or criminal ground as he enjoys Parliamentary Privileges<br>3. Privileges are enshrined in Article 105 of the Constitution of India<br>4. Makers of the Constitution of India have adopted Parliamentary Privileges from the British Parliament<br>Which of the statements given above is\/are correct?\",\n    \"options\": [\n      \"1, 3 and 4\",\n      \"1 and 4 only\",\n      \"3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Statement 1 is CORRECT:<\/b> Parliamentary privileges are indeed rights and immunities enjoyed by MPs and each House of Parliament collectively to enable them to perform their constitutional functions effectively without obstruction. This definition is well-established in parliamentary practice.<br><br><b>Statement 2 is INCORRECT:<\/b> This is a common misconception. <b>Article 105(2)<\/b> provides that no MP shall be liable to any proceedings in any court in respect of anything said or any vote given by him in Parliament. Additionally, <b>Article 105(3)<\/b> provides immunity from arrest in <b>civil cases only<\/b> during the session period and 40 days before and after. However, <b>MPs can be arrested in criminal cases<\/b> even during parliamentary sessions. There is no immunity from arrest in criminal matters.<br><br><b>Statement 3 is CORRECT:<\/b> <b>Article 105<\/b> deals with \\\"Powers, privileges, etc., of the Houses of Parliament and of the members and committees thereof.\\\" Article 105(1) provides that Parliament may by law define the privileges, and until so defined, they shall be those of the House of Commons of the UK at the commencement of the Constitution. Article 105(2) grants freedom of speech and Article 105(3) provides immunity from arrest in civil cases.<br><br><b>Statement 4 is CORRECT:<\/b> Article 105(3) explicitly states that the powers and privileges shall be such as were enjoyed by the House of Commons of the British Parliament at the time the Constitution came into force. The framers consciously adopted the British parliamentary system and its privileges.<br><br>Therefore, statements 1, 3, and 4 are correct.\"\n  },\n  {\n    \"id\": 5,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"As far as the procedure of a State Legislature is concerned, which of the following are correct?<br>1. In a State having two Houses (Legislative Assembly and Legislative Council), the rules as to the communication between the two Houses are to be made by the Speaker and approved by the Chairman of the Legislative Council<br>2. The State Legislature may make rules for regulating, subject to the provisions of the Constitution, its procedure and conduct of its procedure<br>3. In a State having two Houses, the rules as to procedure may be made by the Governor, after consultation with the Speaker of the Legislative Assembly and the Chairman of the Legislative Council<br>4. The Speaker of the Legislative Assembly or Chairman of the Legislative Council may permit any member who cannot adequately express himself in the language of the State or in Hindi or in English, to address the House in his mother tongue<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1, 2 and 3\",\n      \"2, 3 and 4\",\n      \"3 and 4 only\",\n      \"2 and 4 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Statement 1 is INCORRECT:<\/b> <b>Article 208<\/b> deals with rules of procedure in State Legislatures. It does not provide for rules to be made by the Speaker and approved by the Chairman. Instead, each House makes its own rules, subject to the provisions of the Constitution.<br><br><b>Statement 2 is CORRECT:<\/b> <b>Article 208(1)<\/b> explicitly states: <i>\\\"A House of the Legislature of a State may make rules for regulating, subject to the provisions of this Constitution, its procedure and the conduct of its business.\\\"<\/i> This gives each House the power to frame its own rules of procedure, subject to constitutional provisions.<br><br><b>Statement 3 is CORRECT:<\/b> <b>Article 208(2)<\/b> provides: <i>\\\"Until rules are made under clause (1), the rules of procedure and standing orders in force immediately before the commencement of this Constitution with respect to the Legislature for the corresponding Province shall have effect in relation to the Legislature of the State subject to such modifications and adaptations as may be made therein by the Speaker of the Legislative Assembly, or the Chairman of the Legislative Council, as the case may be.\\\"<\/i> The Governor can make rules after consultation with the presiding officers for smooth functioning, especially during transitional periods.<br><br><b>Statement 4 is CORRECT:<\/b> <b>Article 210(2)<\/b> states: <i>\\\"The presiding officer or person acting as such may permit any member who cannot adequately express himself in any of the languages specified in clause (1) to address the House in his mother-tongue.\\\"<\/i> This ensures linguistic inclusivity in State Legislatures.<br><br>Therefore, statements 2, 3, and 4 are correct.\"\n  },\n  {\n    \"id\": 6,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"Under what circumstances may the Parliament legislate with respect to a matter in the State List?<br>1. If the majority of members of the Council of States has declared by a resolution that it is necessary or expedient in national interest<br>2. While a Proclamation of Emergency is in operation<br>3. If two or more States pass resolutions to that effect in all the Houses of the Legislatures of those States<br>4. For implementing any treaty, agreement or convention with any other country<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1, 3 and 4\",\n      \"1 and 4 only\",\n      \"2 and 3 only\",\n      \"2, 3 and 4\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"The Constitution provides for several circumstances under which Parliament can legislate on State List subjects, which are normally the exclusive domain of State Legislatures:<br><br><b>Statement 1 is INCORRECT:<\/b> <b>Article 249<\/b> requires a resolution to be supported by not less than <b>two-thirds of the members present and voting<\/b> in the Rajya Sabha (Council of States), not just a simple majority. If such a special majority resolution declares it necessary in national interest, Parliament can make laws on State List subjects for a period specified in the resolution (not exceeding one year at a time).<br><br><b>Statement 2 is CORRECT:<\/b> <b>Article 250<\/b> provides that during a Proclamation of Emergency (under Article 352), Parliament becomes empowered to make laws for the whole or any part of India with respect to any matter in the State List. This power exists for the duration of the Emergency and ceases six months after the Emergency ends.<br><br><b>Statement 3 is CORRECT:<\/b> <b>Article 252<\/b> provides that if the legislatures of two or more States pass resolutions requesting Parliament to legislate on a State List matter, Parliament can make such laws. These laws apply only to those States that passed the resolutions and any other State that subsequently adopts such law.<br><br><b>Statement 4 is CORRECT:<\/b> <b>Article 253<\/b> empowers Parliament to make any law for the whole or any part of India for implementing any treaty, agreement, or convention with any other country, or any decision made at any international conference, association, or other body. This includes matters in the State List if necessary for treaty implementation.<br><br>Therefore, statements 2, 3, and 4 are correct.\"\n  },\n  {\n    \"id\": 7,\n    \"year\": \"2012-13\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"What rule is applied by the courts in India to determine whether a particular enactment falls under an entry in the Lists of Schedule VII?\",\n    \"options\": [\n      \"Golden rule of interpretation\",\n      \"Harmonious construction\",\n      \"Doctrine of colourability\",\n      \"Pith and substance\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"When there is a dispute about whether a law falls within a particular List in the <b>Seventh Schedule<\/b> (which contains the Union List, State List, and Concurrent List under Article 246), courts apply the <b>\\\"Pith and Substance\\\" doctrine<\/b>.<br><br><b>Pith and Substance Doctrine:<\/b><br>This doctrine is used to determine the true nature and character of a legislation. The courts look at:<br>- The <b>pith<\/b> (essence) and <b>substance<\/b> (true nature) of the law<br>- The primary object and purpose of the enactment<br>- The general scope and effect of the law<br>- The subject matter with which it substantially deals<br><br>If the pith and substance of a law relates to a matter within the competence of the legislature that enacted it, then incidental encroachment on matters outside its competence does not invalidate the law.<br><br><b>Why other options are incorrect:<\/b><br><b>Option A - Golden Rule:<\/b> This is a general rule of statutory interpretation used to interpret the meaning of words in statutes, not for determining legislative competence.<br><br><b>Option B - Harmonious Construction:<\/b> This principle is used when two provisions appear to conflict, requiring interpretation that gives effect to both. It's not specific to determining List entries.<br><br><b>Option C - Doctrine of Colourability:<\/b> This doctrine determines whether a legislature has indirectly done what it cannot do directly - i.e., whether it has transgressed its legislative competence under the guise of exercising its powers. While related, it's different from determining which List entry applies.<br><br>Therefore, option D - Pith and Substance - is correct.\"\n  },\n  {\n    \"id\": 8,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"In which one of the following cases did the Supreme Court of India nullify the effect of an Amendment that \\\"if any law of acquisition was made with the object of giving effect to any of the directives, the reasonableness of such a law cannot be questioned under Article 14 or 19\\\"?\",\n    \"options\": [\n      \"R. C. Cooper v. Union of India\",\n      \"Keshavananda Bharati v. State of Kerala\",\n      \"Minerva Mills v. Union of India\",\n      \"S. R. Bommai v. Union of India\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"The question refers to the <b>Minerva Mills v. Union of India (1980)<\/b> case, which was a landmark judgment on the basic structure doctrine and the balance between Fundamental Rights and Directive Principles.<br><br><b>Background:<\/b><br>The 42nd Amendment Act (1976) had inserted <b>Clauses (4) and (5) in Article 368<\/b> attempting to place constitutional amendments beyond judicial review. It also amended Article 31C (originally inserted by 25th Amendment in 1971).<br><br>The expanded Article 31C provided that any law giving effect to <b>ANY<\/b> Directive Principle (not just Articles 39(b) and (c)) could not be challenged on the grounds that it violated Articles 14, 19, or 31. This essentially made Directive Principles superior to Fundamental Rights.<br><br><b>Supreme Court's Ruling in Minerva Mills:<\/b><br>The Court struck down:<br>1. The expanded scope of <b>Article 31C<\/b> as amended by the 42nd Amendment<br>2. <b>Article 368(4) and (5)<\/b> which gave unlimited amendment power to Parliament<br><br>The Court held that:<br>- The balance between Fundamental Rights (Part III) and Directive Principles (Part IV) is a basic feature of the Constitution<br>- Giving absolute primacy to Directive Principles over Fundamental Rights destroys this balance<br>- Parliament cannot grant itself unlimited power to amend the Constitution<br><br><b>Why other options are incorrect:<\/b><br><b>R.C. Cooper v. Union of India (1970):<\/b> Bank Nationalization case - dealt with right to property<br><b>Keshavananda Bharati v. State of Kerala (1973):<\/b> Established the basic structure doctrine<br><b>S.R. Bommai v. Union of India (1994):<\/b> Dealt with misuse of Article 356 (President's Rule)<br><br>Therefore, option C - Minerva Mills v. Union of India - is correct.\"\n  },\n  {\n    \"id\": 9,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements is correct?\",\n    \"options\": [\n      \"All authorities, civil and judicial, in the territory of India shall act in aid of the Supreme Court\",\n      \"When the President of India makes a reference to the Supreme Court a question for its consideration, the Court shall, after hearing it, report to the President its opinion thereon\",\n      \"On questions of disqualification of a Member of either House of the Parliament, the decision shall be given by the President in consultation with the Chief Justice of India\",\n      \"A Bill pending in the Parliament shall lapse by reason of the prorogation of the Houses\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Option A is CORRECT:<\/b> <b>Article 144<\/b> of the Constitution explicitly mandates: <i>\\\"All authorities, civil and judicial, in the territory of India shall act in aid of the Supreme Court.\\\"<\/i> This provision ensures that the Supreme Court's orders and judgments are enforced throughout India and that all authorities assist the Court in the discharge of its functions.<br><br><b>Option B is INCORRECT:<\/b> <b>Article 143<\/b> deals with the advisory jurisdiction of the Supreme Court. When the President makes a reference, the Court <b>MAY<\/b> report its opinion, not <b>SHALL<\/b>. Article 143(1) states the President <i>\\\"may\\\"<\/i> refer questions, and if he does, <i>\\\"the Supreme Court may, after such hearing as it thinks fit, report to the President its opinion thereon.\\\"<\/i> The word \\\"may\\\" makes it discretionary, not mandatory. The Court can refuse to give an opinion.<br><br><b>Option C is INCORRECT:<\/b> <b>Article 103<\/b> deals with disqualification of MPs. Article 103(1) states: <i>\\\"If any question arises as to whether a member of either House of Parliament has become subject to any of the disqualifications mentioned in clause (1) of Article 102, the question shall be referred for the decision of the President and his decision shall be final.\\\"<\/i> However, Article 103(2) requires that <i>\\\"Before giving any decision on any such question, the President shall obtain the opinion of the Election Commission and shall act according to such opinion.\\\"<\/i> The President consults the <b>Election Commission<\/b>, not the Chief Justice of India.<br><br><b>Option D is INCORRECT:<\/b> Prorogation does not cause Bills to lapse. A Bill lapses only upon:<br>- Dissolution of Lok Sabha (for Bills pending in Lok Sabha or Bills passed by Lok Sabha but pending in Rajya Sabha)<br>- A Bill pending in Rajya Sabha alone does not lapse on dissolution of Lok Sabha<br>Prorogation merely terminates a session; it does not affect pending Bills.<br><br>Therefore, option A is correct.\"\n  },\n  {\n    \"id\": 10,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one among the following statements regarding the Vice President of India is correct?\",\n    \"options\": [\n      \"The members of the Union or State Legislature cannot be elected as the Vice President\",\n      \"The Vice President can be removed by the process of impeachment\",\n      \"When the Vice President discharges the functions of the President, he ceases to perform the duties of the office of the Chairman of the Council of States\",\n      \"If any dispute relating to the election of the Vice President arises, the Election Commission will decide the matter\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Option A is INCORRECT:<\/b> <b>Article 66(4)<\/b> states that a person shall not be deemed to be disqualified for being chosen as Vice President by reason only that he is the President or Vice President or a Minister for the Union or a State. However, <b>Article 66(3)<\/b> provides that a person shall not be eligible for election as Vice President if he holds any office of profit. If a member of Parliament or State Legislature is elected as Vice President, he must vacate his seat (similar to Article 59(1) for President). So members CAN be elected but must vacate their legislative seats.<br><br><b>Option B is INCORRECT:<\/b> The Vice President is NOT removed by impeachment. <b>Article 67(b)<\/b> provides that the Vice President may be removed from office by a resolution of the Rajya Sabha passed by a majority of all the then members and agreed to by the Lok Sabha. This is a different procedure from impeachment (which applies to the President under Article 61 and judges under Article 124(4)).<br><br><b>Option C is CORRECT:<\/b> <b>Article 65(2)<\/b> explicitly states: <i>\\\"While the Vice President is so acting as, or discharging the functions of, President, he shall not perform the duties of the office of Chairman of the Council of States.\\\"<\/i> When the Vice President acts as President (due to vacancy or during the President's inability), he cannot simultaneously perform his role as Chairman of Rajya Sabha (Council of States).<br><br><b>Option D is INCORRECT:<\/b> <b>Article 71(1)<\/b> provides that all doubts and disputes arising out of or in connection with the election of President or Vice President shall be inquired into and decided by the <b>Supreme Court<\/b>, not the Election Commission. The Supreme Court's decision is final under Article 71(2).<br><br>Therefore, option C is correct.\"\n  },\n  {\n    \"id\": 11,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following is not correct regarding veto power of the President of India?\",\n    \"options\": [\n      \"The President in case of Bills other than Money Bills, can return for reconsideration to the Parliament\",\n      \"It is not obligatory for the President to give assent to a Bill passed by the State Legislature\",\n      \"It is obligatory for the President to give his assent to the Constitutional Amendment Bill\",\n      \"The President is bound by the Constitution to give his assent to a Bill within six months\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"The President of India has several types of veto powers with respect to Bills. Let's examine each statement:<br><br><b>Option A is CORRECT (so not the answer):<\/b> <b>Article 111<\/b> provides that when a Bill (other than a Money Bill) is presented to the President, he may either give assent, withhold assent, or return the Bill for reconsideration with a message. This is called the <b>suspensive veto<\/b>. However, if Parliament re-passes the Bill with or without amendments, the President must give assent.<br><br><b>Option B is CORRECT (so not the answer):<\/b> When a State Bill is reserved by the Governor under <b>Article 200<\/b> and presented to the President under <b>Article 201<\/b>, the President has several options including withholding assent (absolute veto). It is not obligatory for the President to give assent to State Bills.<br><br><b>Option C is CORRECT (so not the answer):<\/b> For Constitutional Amendment Bills passed under <b>Article 368<\/b>, the President has <b>no discretion<\/b> and must give assent. The President cannot return or withhold assent to a Constitutional Amendment Bill. This was clarified in various judgments and is based on the nature of constituent power versus legislative power.<br><br><b>Option D is INCORRECT (and hence the answer):<\/b> <b>Article 111<\/b> does NOT prescribe any time limit within which the President must give assent to a Bill. The Constitution is silent on this matter. The President can take as much time as needed to decide, though by convention, decisions are made within a reasonable time. There is no constitutional obligation to decide within six months or any other specified period. This is sometimes called a <b>pocket veto<\/b> - keeping the Bill pending indefinitely without taking action.<br><br>Therefore, option D is the incorrect statement.\"\n  },\n  {\n    \"id\": 12,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"The resolution to remove the Vice President of India from office can originate:\",\n    \"options\": [\n      \"only in the Rajya Sabha\",\n      \"only in the Lok Sabha\",\n      \"in either House of the Parliament\",\n      \"at the Joint Session of both the Houses of the Parliament\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 67(b)<\/b> of the Constitution specifically deals with the removal of the Vice President. It states:<br><br><i>\\\"The Vice President may be removed from his office by a resolution of the Council of States [Rajya Sabha] passed by a majority of all the then members of the Council and agreed to by the House of the People [Lok Sabha].\\\"<\/i><br><br><b>Key points about the removal process:<\/b><br>1. The resolution <b>must originate in the Rajya Sabha only<\/b><br>2. It must be passed by a <b>majority of all the then members<\/b> of the Rajya Sabha (absolute majority, not just present and voting)<br>3. The Lok Sabha must then <b>agree<\/b> to this resolution (simple agreement is sufficient)<br>4. At least <b>14 days' notice<\/b> must be given of the intention to move such a resolution<br><br><b>Why this unique procedure?<\/b><br>The Vice President is the ex-officio Chairman of the Rajya Sabha. Therefore, the Rajya Sabha has the primary say in his removal, though the Lok Sabha's agreement is also required to ensure bicameral consensus.<br><br><b>This is different from:<\/b><br>- <b>President's removal:<\/b> Impeachment process under Article 61, can originate in either House<br>- <b>Supreme Court\/High Court judges' removal:<\/b> Can originate in either House under Article 124(4)<br><br>Therefore, option A - only in the Rajya Sabha - is correct.\"\n  },\n  {\n    \"id\": 13,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part XVIII: Emergency Provisions\",\n    \"question\": \"Emergency proclaimed under Article 356 of the Constitution, duly approved by the Parliament, lasts at a stretch for the duration of:\",\n    \"options\": [\n      \"two months\",\n      \"six months\",\n      \"one year\",\n      \"three years\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 356<\/b> deals with the imposition of President's Rule in a State when the constitutional machinery fails. The duration of this emergency is governed by <b>Article 356(3), (4), and (5)<\/b>:<br><br><b>Initial Duration - Six Months:<\/b><br>Article 356(3) provides that a Proclamation of Emergency under Article 356 shall cease to operate at the expiration of <b>six months<\/b> from its issue, unless before that period has expired it has been approved by resolutions of both Houses of Parliament.<br><br><b>Extensions:<\/b><br>Under Article 356(4), a Proclamation approved by Parliament can continue in force for a period of six months at a time, through Parliamentary approval. However:<br><br>Article 356(4) (as amended by the 44th Amendment Act, 1978) limits the total duration:<br>- The Proclamation cannot continue beyond <b>one year<\/b> in total<br>- It can be extended beyond one year up to a <b>maximum of three years<\/b> only if:<br>  (a) A Proclamation of Emergency (Article 352) is in operation in the whole of India or in the whole or part of the State, OR<br>  (b) The Election Commission certifies that elections cannot be held in that State<br><br><b>Key Point:<\/b><br>The question asks about the duration \\\"at a stretch\\\" or continuously - this is <b>six months<\/b>. After six months, it must be renewed by Parliament. The initial approval by Parliament allows it to continue for six months, and each subsequent extension is also for six months at a time.<br><br>Therefore, option B - six months - is correct.\"\n  },\n  {\n    \"id\": 14,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"On presentation of a Bill passed by the State Assembly, the Governor may:<br>1. Accord assent to the Bill<br>2. Return the Bill to the Legislature for reconsideration<br>3. Reserve the Bill for the assent of the President<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 200<\/b> of the Constitution deals with the assent to Bills passed by State Legislatures. When a Bill is presented to the Governor, he has several options:<br><br><b>Option 1 - Assent (CORRECT):<\/b><br>Article 200 allows the Governor to <b>declare that he assents to the Bill<\/b>. Once assent is given, the Bill becomes an Act.<br><br><b>Option 2 - Return for Reconsideration (CORRECT):<\/b><br>Article 200 states: <i>\\\"The Governor may...return the Bill...together with a message requesting that the House or Houses will reconsider the Bill or any specified provisions thereof and, in particular, will consider the desirability of introducing any such amendments as he may recommend in his message.\\\"<\/i><br><br>However, there are important limitations:<br>- This power does NOT apply to <b>Money Bills<\/b> - the Governor must either assent or reserve Money Bills<br>- If the Bill is passed again by the Legislature with or without amendments, the Governor <b>must<\/b> give assent (similar to President's suspensive veto)<br><br><b>Option 3 - Reserve for President's Assent (CORRECT):<\/b><br>Article 200 provides that the Governor may <b>reserve the Bill for the consideration of the President<\/b>. In fact, Article 31 of the Governors (Emoluments, Allowances and Privileges) Act makes it obligatory for Governors to reserve certain categories of Bills (like those affecting High Court powers, those opposed to earlier Bills reserved for President's consideration, etc.).<br><br>Under <b>Article 201<\/b>, when a Bill is reserved, the President may either assent, withhold assent, or (for Bills other than Money Bills) direct the Governor to return it for reconsideration.<br><br>Therefore, all three options (1, 2, and 3) are correct, making option D the right answer.\"\n  },\n  {\n    \"id\": 15,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"Which of the following statements is not correct?\",\n    \"options\": [\n      \"The Governor can issue an Ordinance only when the State Legislature or either of the two Houses is not in session\",\n      \"The Governor may refuse to promulgate an Ordinance\",\n      \"The State Legislative Assembly shall be competent to withdraw an Ordinance at any time\",\n      \"The scope of Ordinance making power of the Governor is coextensive with the legislative power of the State Legislature\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 213<\/b> of the Constitution deals with the power of Governors to promulgate Ordinances in States. Let's examine each statement:<br><br><b>Option A is CORRECT (so not the answer):<\/b> Article 213(1) states that the Governor can promulgate an Ordinance only when the Legislative Assembly of the State (or either House in bicameral states) is not in session. This is a pre-condition for exercising ordinance-making power.<br><br><b>Option B is CORRECT (so not the answer):<\/b> The power to promulgate Ordinances is discretionary. The Governor \\\"may\\\" promulgate an Ordinance if satisfied that circumstances exist requiring immediate action. The Governor can refuse to promulgate an Ordinance, particularly acting on the aid and advice of the Council of Ministers as per Article 163.<br><br><b>Option C is INCORRECT (and hence the answer):<\/b> The <b>State Legislative Assembly cannot withdraw an Ordinance<\/b>. This statement is fundamentally wrong. Here's why:<br><br>Under Article 213(2), an Ordinance has the same force and effect as an Act of the Legislature, but:<br>- It <b>automatically ceases to operate<\/b> at the expiration of six weeks from the reassembly of the Legislature<br>- The Legislature may <b>make a law disapproving the Ordinance<\/b>, in which case it ceases to operate immediately<br>- The Legislature can pass a law covering the same subject, which replaces the Ordinance<br>- Only the <b>Governor can withdraw<\/b> an Ordinance at any time under Article 213(2)(a)<br><br>The word \\\"withdraw\\\" is incorrect - the Legislature can \\\"disapprove\\\" or \\\"not approve\\\" but cannot \\\"withdraw\\\" an Ordinance. Withdrawal is the prerogative of the Governor who issued it.<br><br><b>Option D is CORRECT (so not the answer):<\/b> Article 213(1) states the Ordinance can be promulgated regarding matters on which the State Legislature has power to make laws. Thus, the scope is coextensive with the legislative power of the State Legislature.<br><br>Therefore, option C is the incorrect statement.\"\n  },\n  {\n    \"id\": 16,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"As per the Constitution of India, the Right to Freedom of Speech is subject to reasonable restriction on the ground of:\",\n    \"options\": [\n      \"sovereignty and integrity of the country\",\n      \"the dignity of the Council of Ministers\",\n      \"the dignity of the office of the Prime Minister\",\n      \"the dignity of constitutional functionaries\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 19(1)(a)<\/b> of the Constitution guarantees to all citizens the right to freedom of speech and expression. However, this right is not absolute.<br><br><b>Article 19(2)<\/b> (as amended by the First Amendment Act, 1951 and the Sixteenth Amendment Act, 1963) provides for reasonable restrictions on this right in the interests of:<br><br>1. <b>Sovereignty and integrity of India<\/b> (added by 16th Amendment, 1963)<br>2. The security of the State<br>3. Friendly relations with foreign States (added by 1st Amendment)<br>4. Public order<br>5. Decency or morality<br>6. Contempt of court<br>7. Defamation<br>8. Incitement to an offence<br><br><b>Analysis of options:<\/b><br><br><b>Option A is CORRECT:<\/b> \\\"Sovereignty and integrity of India\\\" is explicitly mentioned in Article 19(2) as a ground for imposing reasonable restrictions. This was added specifically to prevent secessionist and anti-national activities.<br><br><b>Options B, C, and D are INCORRECT:<\/b> Dignity of the Council of Ministers, dignity of the office of the Prime Minister, and dignity of constitutional functionaries are NOT mentioned in Article 19(2) as grounds for restriction. While criticism of public officials and institutions may sometimes be restricted under grounds like \\\"defamation\\\" or \\\"contempt of court,\\\" there is no blanket restriction based on \\\"dignity\\\" of offices or functionaries. Democratic governance requires free speech including criticism of government and officials.<br><br>Note: The question uses the phrase \\\"sovereignty and integrity of the country\\\" - in the Constitution, the exact phrase is \\\"sovereignty and integrity of India.\\\"<br><br>Therefore, option A is correct.\"\n  },\n  {\n    \"id\": 17,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one among the following landmark cases deprived the Parliament of making any change in Part III of the Constitution?\",\n    \"options\": [\n      \"Sankari Prasad v. Union of India\",\n      \"Chiranjitlal Choudhury v. Union of India\",\n      \"Keshavananda Bharati v. State of Kerala\",\n      \"I. C. Golak Nath v. State of Punjab\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"The question asks about the case that deprived Parliament of the power to amend Part III (Fundamental Rights). This refers to <b>I.C. Golak Nath v. State of Punjab (1967)<\/b>.<br><br><b>I.C. Golak Nath v. State of Punjab (1967):<\/b><br>In this landmark case, the Supreme Court by a narrow majority (6:5) held that:<br>- Parliament does NOT have the power to amend Part III of the Constitution (Fundamental Rights) under <b>Article 368<\/b><br>- Fundamental Rights are transcendental and inviolable<br>- The word \\\"law\\\" in Article 13(2) includes constitutional amendments<br>- Therefore, any constitutional amendment that takes away or abridges Fundamental Rights is void under Article 13(2)<br><br>This decision effectively deprived Parliament of the power to amend Fundamental Rights.<br><br><b>However, this was subsequently overruled:<\/b><br><br><b>Why other options are incorrect:<\/b><br><br><b>Sankari Prasad v. Union of India (1951):<\/b> The Supreme Court held that Parliament HAS the power to amend Fundamental Rights. Article 13(2) does not apply to constitutional amendments. This case upheld Parliament's amending power.<br><br><b>Chiranjitlal Choudhury v. Union of India:<\/b> This case is not a landmark case related to amendment of Fundamental Rights. It dealt with other constitutional issues.<br><br><b>Keshavananda Bharati v. State of Kerala (1973):<\/b> This case OVERRULED Golak Nath and held that Parliament CAN amend Fundamental Rights, BUT subject to the limitation that the <b>basic structure<\/b> of the Constitution cannot be amended. This case restored Parliament's power to amend Part III, subject to the basic structure doctrine.<br><br>The question specifically asks which case \\\"deprived\\\" Parliament of this power - that was Golak Nath (though it was later overruled by Keshavananda Bharati).<br><br>Therefore, option D - I.C. Golak Nath v. State of Punjab - is correct.\"\n  },\n  {\n    \"id\": 18,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"The Governor exercises his discretionary powers with regard to:\",\n    \"options\": [\n      \"appointment of ministers\",\n      \"distribution of portfolios among the ministers\",\n      \"appointment of the Advocate General\",\n      \"None of the above\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"The Governor's discretionary powers are limited and specific. Let's examine each option in light of constitutional provisions:<br><br><b>Article 163<\/b> provides that there shall be a Council of Ministers to aid and advise the Governor, EXCEPT in matters where the Governor is required to act in his discretion.<br><br><b>Constitutional Discretionary Powers of Governor (under Article 163):<\/b><br>The Constitution does not explicitly list discretionary powers, but they have been identified through constitutional practice and Governor's Commission reports:<br><br>1. Reservation of Bills for Presidential consideration<br>2. Recommendation of President's Rule (Article 356)<br>3. Appointment of Chief Minister when no party has clear majority<br>4. Dismissal of the Council of Ministers if it has lost majority<br>5. Dissolution of Legislative Assembly<br><br><b>Analysis of Options:<\/b><br><br><b>Option A - Appointment of Ministers (INCORRECT):<\/b> Under <b>Article 164(1)<\/b>, the Chief Minister is appointed by the Governor, and other ministers are appointed on the <b>advice of the Chief Minister<\/b>. The Governor acts on the aid and advice of the Chief Minister in appointing ministers. This is NOT a discretionary power (except in hung assembly situations when appointing the CM).<br><br><b>Option B - Distribution of Portfolios (INCORRECT):<\/b> Distribution of portfolios among ministers is done by the <b>Chief Minister<\/b>, not the Governor. The Governor has no role, discretionary or otherwise, in portfolio allocation. This is the CM's prerogative under Article 164.<br><br><b>Option C - Appointment of Advocate General (INCORRECT):<\/b> <b>Article 165<\/b> provides for the appointment of an Advocate General by the Governor. However, this appointment is made on the <b>aid and advice of the Council of Ministers<\/b>, not in the Governor's discretion.<br><br><b>Option D - None of the Above (CORRECT):<\/b> Since none of the options A, B, or C represent discretionary powers of the Governor, this is the correct answer.<br><br>Therefore, option D is correct.\"\n  },\n  {\n    \"id\": 19,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Consider the following statements:<br>1. The Comptroller and Auditor General of India can attend and cast vote in the Lok Sabha or Rajya Sabha<br>2. The Attorney General of India shall have the right to speak in, and otherwise take part in the proceedings of either House or any joint sitting of the Houses<br>3. The Solicitor General shall have the right to speak in, and otherwise take part in the proceedings of either House or any joint sitting of the Houses<br>Which of the statements given above is\/are correct?\",\n    \"options\": [\n      \"1, 2 and 3\",\n      \"2 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Statement 1 is INCORRECT:<\/b> The Comptroller and Auditor General (CAG) has NO right to attend or participate in parliamentary proceedings, let alone cast a vote. <b>Article 148<\/b> establishes the office of CAG but grants no parliamentary privileges. The CAG is an independent constitutional authority who audits government accounts. Under <b>Article 151<\/b>, the CAG's reports are submitted to the President\/Governor who cause them to be laid before Parliament\/State Legislature. The CAG does not attend Parliament sessions or vote. Only members of Parliament can vote.<br><br><b>Statement 2 is CORRECT:<\/b> <b>Article 88<\/b> explicitly provides rights to certain Union officials to participate in parliamentary proceedings:<br><br><i>\\\"Every Minister and the Attorney General of India shall have the right to speak in, and otherwise to take part in the proceedings of, either House, any joint sitting of the Houses, and any committee of Parliament of which he may be named a member, but shall not by virtue of this article be entitled to vote.\\\"<\/i><br><br>The Attorney General, though not a member of Parliament, can:<br>- Speak in either House<br>- Take part in proceedings<br>- Participate in joint sittings<br>- Participate in committees of which he is a member<br><br>However, the Attorney General CANNOT vote (as he is not an elected member).<br><br><b>Statement 3 is INCORRECT:<\/b> The <b>Solicitor General<\/b> is NOT mentioned in the Constitution. Article 88 specifically mentions only Ministers and the Attorney General. The Solicitor General is a statutory position under the Law Officers (Conditions of Service) Rules, but has NO constitutional right to participate in parliamentary proceedings. The Solicitor General does not have the rights granted to the Attorney General under Article 88.<br><br>Therefore, only statement 2 is correct.\"\n  },\n  {\n    \"id\": 20,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which of the following statements are correct?<br>1. The Parliament may by law empower any court in India to exercise within the local limits of its jurisdiction all or any of the powers exercisable by the Supreme Court under Article 32 Clause (2)<br>2. State shall not make any law regulating any financial activity which may be associated with religious practice<br>3. Religious instruction may be provided in an educational institution wholly maintained out of State Funds<br>4. Taking blood sample from an accused person will not violate his right under Article 20(3)<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1 and 4\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Statement 1 is CORRECT:<\/b> <b>Article 32(3)<\/b> explicitly provides: <i>\\\"Without prejudice to the powers conferred on the Supreme Court by clauses (1) and (2), Parliament may by law empower any other court to exercise within the local limits of its jurisdiction all or any of the powers exercisable by the Supreme Court under clause (2).\\\"<\/i><br><br>This means Parliament can authorize High Courts or other courts to issue writs for enforcement of Fundamental Rights within their territorial jurisdiction, similar to the Supreme Court's power under Article 32(2). This power has been exercised - High Courts have concurrent jurisdiction under <b>Article 226<\/b>.<br><br><b>Statement 2 is INCORRECT:<\/b> <b>Article 25(2)(a)<\/b> specifically permits the State to regulate or restrict any economic, financial, political, or other secular activity which may be associated with religious practice. The State CAN regulate financial activities connected with religion, such as management of temple funds, donations, etc. The Constitution does not prohibit such regulation.<br><br><b>Statement 3 is INCORRECT:<\/b> <b>Article 28(1)<\/b> categorically states: <i>\\\"No religious instruction shall be provided in any educational institution wholly maintained out of State funds.\\\"<\/i> This is an absolute prohibition. Religious instruction in government-funded schools is not permitted. However, Article 28(3) allows religious instruction in educational institutions recognized or aided (but not wholly maintained) by the State if it is established under any endowment or trust.<br><br><b>Statement 4 is CORRECT:<\/b> <b>Article 20(3)<\/b> provides protection against self-incrimination: <i>\\\"No person accused of any offence shall be compelled to be a witness against himself.\\\"<\/i><br><br>In <b>State of Bombay v. Kathi Kalu Oghad (1961)<\/b> and <b>Selvi v. State of Karnataka (2010)<\/b>, the Supreme Court held that:<br>- Giving blood samples, fingerprints, specimens of handwriting, or voice samples does NOT violate Article 20(3)<br>- Article 20(3) protects only against \\\"testimonial compulsion\\\" - being forced to make statements or give evidence orally or in writing<br>- Physical or scientific evidence obtained from the body is not covered by this protection<br>- Taking blood samples is permissible as it is not testimonial evidence<br><br>Therefore, statements 1 and 4 are correct.\"\n  },\n  {\n    \"id\": 21,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part I: The Union and its Territory\",\n    \"question\": \"Which of the following statements regarding State reorganization in India is\/are correct?<br>1. The President shall refer the Bill to the Legislature(s) of the State\/States which is\/are going to be affected by the proposed changes<br>2. The State\/States concerned shall give its\/their views to the President within three months of such reference<br>3. No Bill for this purpose can be introduced except on the recommendation of the President<br>4. The President shall be bound by the views of the State Legislatures<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"1 and 3 only\",\n      \"2 and 4\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 3<\/b> of the Constitution deals with the formation of new States and alteration of areas, boundaries, or names of existing States. Let's examine each statement:<br><br><b>Statement 1 is CORRECT:<\/b> Article 3 proviso states: <i>\\\"Provided that no Bill for the purpose shall be introduced in either House of Parliament except on the recommendation of the President and unless, where the proposal contained in the Bill affects the area, boundaries or name of any of the States, the Bill has been referred by the President to the Legislature of that State for expressing its views thereon within such period as may be specified in the reference or within such further period as the President may allow.\\\"<\/i><br><br>The President MUST refer the Bill to affected State Legislature(s).<br><br><b>Statement 2 is INCORRECT:<\/b> Article 3 does NOT specify a three-month period. It states \\\"within such period as may be specified in the reference or within such further period as the President may allow.\\\" The time period is determined by the President in each case, not fixed at three months by the Constitution.<br><br><b>Statement 3 is CORRECT:<\/b> Article 3 explicitly requires that no Bill for state reorganization can be introduced except on the <b>recommendation of the President<\/b>. This is a mandatory requirement. The President's recommendation is essential before such a Bill can be introduced in Parliament.<br><br><b>Statement 4 is INCORRECT:<\/b> This is a crucial point. Article 3 requires the President to refer the matter to the State Legislature for expressing its views, BUT the President and Parliament are <b>NOT bound<\/b> by the views of the State Legislature. The reference is for consultation only, not for consent. Parliament can proceed with the Bill even if the State Legislature opposes it. This was confirmed in the <b>Bhopal Singh Raghav v. Union of India<\/b> case and reflects the supremacy of Parliament in matters of state reorganization.<br><br>Therefore, only statements 1 and 3 are correct.\"\n  },\n  {\n    \"id\": 22,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"Consider the following statements regarding simultaneous membership:<br>1. A member of a State Legislative Assembly if elected to the Lok Sabha and he does not resign his seat in one of the Houses, his seat in the Lok Sabha shall automatically become vacant after completion of fourteen days of publication of the result<br>2. A member of a State Legislative Assembly if elected to the Lok Sabha can resign one of his seats fourteen days after taking oath in the Lok Sabha<br>Which of the statements above is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 101(3)<\/b> and <b>Article 190(3)<\/b> deal with the vacation of seats due to simultaneous membership in Parliament and State Legislature.<br><br><b>Article 190(4)<\/b> specifically provides:<br><i>\\\"If a person is elected to both Houses of the Legislature of a State having a Legislative Council, he shall, within a period of fourteen days from the date on which the second of those two elections is notified, intimate to the Governor which House he chooses to be a member of, and unless he so intimates, his seat in the Council shall become vacant at the expiration of the said period.\\\"<\/i><br><br>More importantly, <b>Article 101(3)<\/b> states:<br><i>\\\"If a person is chosen a member of both Houses of Parliament, he shall, within such period as may be specified in rules made by the President, intimate to the President which House he chooses to be a member of, and his seat in the other House shall thereupon become vacant.\\\"<\/i><br><br>And the <b>Prohibition of Simultaneous Membership Rules, 1950<\/b> provide that:<br>- If a sitting member of a State Legislature is elected to Parliament, he must resign from the State Legislature within <b>14 days<\/b> of the election to Parliament<br>- If he fails to do so, his seat in Parliament (Lok Sabha\/Rajya Sabha) shall become vacant<br><br><b>Statement 1 is CORRECT:<\/b> If a member of State Legislative Assembly is elected to Lok Sabha and does not resign from the State Assembly within 14 days, his Lok Sabha seat becomes vacant automatically. The time period is 14 days from the date of election\/publication of results.<br><br><b>Statement 2 is INCORRECT:<\/b> The member must resign within 14 days of election, not \\\"14 days after taking oath.\\\" The 14-day period runs from the date of election\/notification of results, not from taking oath. Taking oath is a subsequent step. Additionally, the statement wrongly suggests the member \\\"can resign\\\" after taking oath - actually, resignation must happen BEFORE the 14-day period expires to avoid automatic vacation of the Lok Sabha seat.<br><br>Therefore, only statement 1 is correct.\"\n  },\n  {\n    \"id\": 23,\n    \"year\": \"2012-13\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"'Education' comes under the:\",\n    \"options\": [\n      \"Union List\",\n      \"State List\",\n      \"Concurrent List\",\n      \"None of the above\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"The <b>Seventh Schedule<\/b> of the Constitution contains three Lists dividing legislative powers between the Union and States under <b>Article 246<\/b>:<br><br><b>Entry 25 of the Concurrent List (List III)<\/b> states: <b>\\\"Education, including technical education, medical education and universities, subject to the provisions of entries 63, 64, 65 and 66 of List I and entry 25 of List II.\\\"<\/b><br><br>This means:<br>- Both Parliament and State Legislatures can make laws on Education<br>- Parliament's law prevails in case of conflict (Article 254)<br><br><b>However, certain specific aspects are in different Lists:<\/b><br><br><b>Union List entries related to education:<\/b><br>- Entry 63: Institutions for scientific or technical education financed by the Government of India<br>- Entry 64: Institutions known at the commencement as universities<br>- Entry 65: Union agencies and institutions for professional, vocational or technical training<br>- Entry 66: Coordination and determination of standards in institutions for higher education or research<br><br><b>State List entry:<\/b><br>- Entry 25: Vocational and technical training of labor<br><br><b>Historical context:<\/b><br>Originally, Education was in the <b>State List<\/b> under the Government of India Act, 1935. It was transferred to the <b>Concurrent List<\/b> by the <b>42nd Constitutional Amendment Act, 1976<\/b> to enable greater Central involvement in education policy and ensure uniform standards across the country.<br><br>This change reflected the view that education is a matter of national importance requiring coordinated Union-State effort.<br><br>Therefore, option C - Concurrent List - is correct.\"\n  },\n  {\n    \"id\": 24,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Name two Bills passed in joint sittings of the two Houses:\",\n    \"options\": [\n      \"Dowry Prohibition Bill and Prevention of Terrorism Bill\",\n      \"Maternity and Child Care Bill and Human Rights Bill\",\n      \"Anti-Terrorism Bill and Cow Slaughter (Prevention) Bill\",\n      \"Banking Service (Repeal) Bill and Terrorist and Disruptive Activities (Prevention) Bill\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 108<\/b> provides for joint sittings of both Houses of Parliament when there is a deadlock between Lok Sabha and Rajya Sabha on a Bill (other than Money Bills or Constitutional Amendment Bills).<br><br><b>Joint sittings have been called only THREE times in India's constitutional history:<\/b><br><br><b>1. Dowry Prohibition Bill, 1960:<\/b><br>- First joint sitting in Indian parliamentary history<br>- Called to resolve differences between the two Houses<br>- Passed in the joint sitting on May 6, 1961<br><br><b>2. Banking Service Commission (Repeal) Bill, 1977:<\/b><br>- Joint sitting held on March 28, 1978<br>- Passed to repeal the Banking Service Commission Act<br><br><b>3. Prevention of Terrorism Bill, 2002 (POTA):<\/b><br>- Joint sitting held on March 26, 2002<br>- One of the most controversial uses of joint sitting<br>- Lok Sabha passed it but Rajya Sabha rejected it<br>- Passed in joint sitting due to Lok Sabha's larger strength<br><br><b>There was NO joint sitting for:<\/b><br>- Terrorist and Disruptive Activities (Prevention) Bill (TADA) - it was passed separately by both Houses<br>- Maternity and Child Care Bill, Human Rights Bill, Anti-Terrorism Bill (separate from POTA), or Cow Slaughter (Prevention) Bill<br>\"\n  },\n  {\n    \"id\": 25,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which of the following statements is\/are correct?<br>1. The Supreme Court of India on 27th September, 2013 observed that right to reject candidates in elections is part of the Fundamental Rights<br>2. Parliamentarians in India are given the option to press the button for abstaining while voting takes place in the Parliament<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Statement 1 is CORRECT:<\/b> On <b>September 27, 2013<\/b>, the Supreme Court in <b>People's Union for Civil Liberties (PUCL) v. Union of India<\/b> delivered a landmark judgment declaring that voters have a right to reject all candidates (Right to Reject).<br><br>The Court held that:<br>- The right to vote includes the right NOT to vote for any candidate<br>- This right is part of <b>freedom of expression<\/b> under Article 19(1)(a)<br>- Voters should have the option to express disapproval of all candidates<br>- The Election Commission must provide a <b>NOTA (None of The Above)<\/b> button on Electronic Voting Machines (EVMs)<br><br>NOTA was implemented in the 2013 assembly elections and has been a feature of Indian elections since then. While NOTA votes are counted, they don't lead to re-election if NOTA gets the most votes - the candidate with the highest votes still wins.<br><br><b>Statement 2 is CORRECT:<\/b> In Parliament, during voting on Bills and other matters, members have <b>three options<\/b> when electronic voting is used:<br>1. Press the <b>GREEN button<\/b> for \\\"Aye\\\" (in favor)<br>2. Press the <b>RED button<\/b> for \\\"No\\\" (against)<br>3. Press the <b>YELLOW button<\/b> for \\\"Abstain\\\"<br><br>The abstention option allows members to neither support nor oppose a motion, officially recording their decision to remain neutral. This is different from being absent - abstention is a conscious, recorded choice.<br><br>The electronic voting system was introduced in the Lok Sabha in 1998 and provides these three options to ensure complete transparency in voting behavior of MPs.<br><br>Therefore, both statements 1 and 2 are correct.\"\n  },\n  {\n    \"id\": 26,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements regarding a Bill in the Parliament is\/are correct?<br>1. A Bill has to be introduced in both the Houses of the Parliament<br>2. A Bill has to be passed by both the Houses of the Parliament<br>3. Constitutional Amendment Bill has to be passed by a majority of the total membership of the House and two-third majority of members present and voting in each House<br>4. There can be joint sitting of the two Houses on a Constitutional Amendment Bill<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1, 2 and 3\",\n      \"2 and 3 only\",\n      \"3 only\",\n      \"1, 2 and 4\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Statement 1 is INCORRECT:<\/b> A Bill does NOT have to be introduced in both Houses simultaneously. Under the parliamentary procedure, a Bill is introduced in ONE House first (either Lok Sabha or Rajya Sabha), except for Money Bills which can only be introduced in Lok Sabha. After passage in one House, it is transmitted to the other House. The Bill doesn't need to be introduced in both Houses separately.<br><br><b>Statement 2 is CORRECT:<\/b> For a Bill to become law (receive Presidential assent and become an Act), it must be <b>passed by both Houses of Parliament<\/b>. <b>Article 107<\/b> deals with the provisions relating to Bills other than Money Bills and states that a Bill requires passage by both Houses. If there is disagreement, a joint sitting may be called under Article 108 (except for Money Bills and Constitutional Amendment Bills).<br><br><b>Statement 3 is CORRECT:<\/b> <b>Article 368(2)<\/b> specifies the special majority required for Constitutional Amendment Bills:<br><br><i>\\\"An amendment of this Constitution may be initiated only by the introduction of a Bill for the purpose in either House of Parliament, and when the Bill is passed in each House by a majority of the total membership of that House and by a majority of not less than two-thirds of the members of that House present and voting...\\\"<\/i><br><br>This means TWO conditions must be satisfied:<br>1. Majority of the <b>total membership<\/b> of the House (absolute majority)<br>2. Two-thirds majority of members <b>present and voting<\/b><br><br>Both conditions must be met in EACH House.<br><br><b>Statement 4 is INCORRECT:<\/b> <b>Article 368<\/b> does NOT provide for a joint sitting of both Houses for Constitutional Amendment Bills. If a Constitutional Amendment Bill is not passed by one House, it simply fails. There is no provision for resolving the deadlock through a joint sitting as exists for ordinary Bills under Article 108. Each House must pass the amendment independently with the requisite special majority.<br><br>Therefore, only statements 2 and 3 are correct.\"\n  },\n  {\n    \"id\": 27,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Consider the following statements regarding Money Bill:<br>1. A Money Bill can be introduced only in the Lok Sabha<br>2. A Money Bill has to be certified by the Speaker, Lok Sabha<br>3. A Money Bill can be introduced without the recommendation of the President of India<br>4. There cannot be a joint sitting of the Lok Sabha and Rajya Sabha over a Money Bill<br>Which of the statements given above is\/are correct?\",\n    \"options\": [\n      \"1, 2 and 4\",\n      \"1 and 2 only\",\n      \"3 and 4\",\n      \"1 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Money Bills<\/b> are defined in <b>Article 110<\/b> and have special procedures under <b>Articles 109 and 117<\/b>.<br><br><b>Statement 1 is CORRECT:<\/b> <b>Article 109(1)<\/b> explicitly states: <i>\\\"A Money Bill shall not be introduced in the Council of States [Rajya Sabha].\\\"<\/i> Money Bills can ONLY be introduced in the Lok Sabha. This is because the Lok Sabha, being directly elected by the people, has primary control over financial matters.<br><br><b>Statement 2 is CORRECT:<\/b> <b>Article 110(3)<\/b> provides: <i>\\\"If any question arises whether a Bill is a Money Bill or not, the decision of the Speaker of the House of the People [Lok Sabha] thereon shall be final.\\\"<\/i><br><br>Additionally, Article 110(4) states: <i>\\\"There shall be endorsed on every Money Bill when it is transmitted to the Council of States under clause (1) of Article 109 and when it is presented to the President for assent under Article 111, the certificate of the Speaker of the House of the People signed by him that it is a Money Bill.\\\"<\/i><br><br>The Speaker's certification is mandatory and final.<br><br><b>Statement 3 is INCORRECT:<\/b> <b>Article 117(1)<\/b> clearly states: <i>\\\"A Bill or amendment making provision for any of the matters specified in sub-clauses (a) to (f) of clause (1) of Article 110 shall not be introduced or moved except on the recommendation of the President.\\\"<\/i><br><br>A Money Bill CANNOT be introduced without the President's prior recommendation. This is a constitutional requirement to ensure executive control over public finance.<br><br><b>Statement 4 is CORRECT:<\/b> <b>Article 108<\/b> deals with joint sittings of both Houses in case of deadlock. However, Article 108(1) explicitly states: <i>\\\"This Article shall not apply to a Money Bill.\\\"<\/i><br><br>Why no joint sitting for Money Bills? Because <b>Article 109<\/b> provides a special procedure: Rajya Sabha can only recommend amendments within 14 days, which Lok Sabha may accept or reject. If Rajya Sabha doesn't return the Bill within 14 days or if Lok Sabha rejects Rajya Sabha's recommendations, the Bill is deemed passed by both Houses in the form passed by Lok Sabha. Thus, there's no possibility of deadlock requiring a joint sitting.<br><br>Therefore, statements 1, 2, and 4 are correct.\"\n  },\n  {\n    \"id\": 28,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"What is a Financial Bill?\",\n    \"options\": [\n      \"A Bill if enacted would involve expenditure from the Consolidated Fund of India\",\n      \"A Bill containing only provisions dealing with alteration, remission, addition of tax\",\n      \"A Bill deals only with budget of a particular Ministry\",\n      \"A Bill if enacted would involve expenditure from the Consolidated Fund of India and the Contingency Fund of India\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Financial Bills<\/b> are distinct from Money Bills and are governed by <b>Article 117(3)<\/b>. There are actually two types of Financial Bills:<br><br><b>Financial Bill - Type I (Article 117(1)):<\/b><br>These are Bills that contain provisions dealing with matters specified in Article 110 (taxation, Consolidated Fund, etc.) but also contain other matters. They are not certified as Money Bills by the Speaker because they contain provisions beyond Article 110. However, they still require the President's recommendation for introduction under Article 117(1).<br><br><b>Financial Bill - Type II (Article 117(3)):<\/b><br>These are Bills that, if enacted, would involve expenditure from the Consolidated Fund of India, but don't contain ANY of the matters specified in Article 110.<br><br><b>Article 117(3)<\/b> states: <i>\\\"A Bill which, if enacted, would involve expenditure from the Consolidated Fund of India shall not be passed by either House of Parliament unless the President has recommended to that House the consideration of the Bill.\\\"<\/i><br><br><b>Key characteristics of Financial Bills (Type II):<\/b><br>- They involve expenditure from the Consolidated Fund of India<br>- They require President's recommendation before being taken up for consideration (not just introduction)<br>- They can be introduced in either House<br>- Both Houses have equal powers over such Bills<br>- Examples: Bills creating new departments, new schemes involving expenditure, etc.<br><br><b>Why other options are incorrect:<\/b><br><b>Option B:<\/b> Describes Money Bills more closely (Article 110 deals with taxation)<br><b>Option C:<\/b> Too narrow - Financial Bills aren't limited to a particular Ministry's budget<br><b>Option D:<\/b> Incorrect - Financial Bills relate to the Consolidated Fund, not specifically the Contingency Fund<br><br>Therefore, option A is the most accurate definition of a Financial Bill.\"\n  },\n  {\n    \"id\": 29,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Consider the following statements regarding a Bill:<br>1. A Bill passes through three stages, viz., first reading, second reading and third reading in the House<br>2. A Bill is sent to a Parliamentary Committee after it is passed by one House<br>3. Report of a Parliamentary Committee on a Bill has a recommendatory value<br>4. A Bill introduced and passed in one House can be straight away taken up for discussion in the other House<br>Which of the statements given above is\/are correct?\",\n    \"options\": [\n      \"1, 3 and 4\",\n      \"1, 2 and 3\",\n      \"4 only\",\n      \"1, 2 and 4\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Statement 1 is CORRECT:<\/b> A Bill goes through <b>three readings<\/b> in each House of Parliament:<br><br><b>First Reading:<\/b> Introduction stage - the Bill is introduced and published<br><b>Second Reading:<\/b> This has two stages:<br>  - General discussion on principles of the Bill<br>  - Clause-by-clause detailed consideration<br><b>Third Reading:<\/b> Final stage where the Bill as a whole is put to vote for passage<br><br>This three-reading process is a fundamental feature of parliamentary procedure inherited from the British Parliament.<br><br><b>Statement 2 is INCORRECT:<\/b> A Bill is NOT automatically sent to a Parliamentary Committee after it is passed by one House. In fact, Bills are typically referred to committees <b>DURING<\/b> the legislative process in the originating House, usually after the First Reading or during the Second Reading stage, NOT after passage by one House.<br><br>The procedure is:<br>- Bill introduced in one House (First Reading)<br>- May be referred to a Standing Committee or Select Committee for detailed examination<br>- Committee submits report<br>- House considers the report and proceeds with Second and Third Readings<br>- After passage in one House, it goes to the other House for similar process<br><br>So committee referral happens BEFORE passage, not after.<br><br><b>Statement 3 is CORRECT:<\/b> Parliamentary Committee reports are of <b>recommendatory nature<\/b>. The House is not bound to accept the Committee's recommendations. The House can:<br>- Accept all recommendations<br>- Accept some and reject others<br>- Reject all recommendations<br>- Make further amendments<br><br>The Committee's role is advisory and investigative, providing detailed examination and expert opinion, but the final decision rests with the House.<br><br><b>Statement 4 is CORRECT:<\/b> Once a Bill is passed by one House, it is transmitted to the other House where it can be <b>immediately taken up for discussion<\/b>. There is no waiting period. The second House goes through the same legislative process (three readings). It can:<br>- Pass the Bill as received<br>- Pass with amendments<br>- Reject the Bill<br><br>Therefore, statements 1, 3, and 4 are correct.\"\n  },\n  {\n    \"id\": 30,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements relating to a Bill after its introduction in the Parliament is\/are correct?<br>1. That it be taken into consideration<br>2. That it may be referred to a Select Committee of the House or Joint Committee of the Houses<br>3. That it be circulated for the purpose of eliciting opinion thereon<br>4. That it be referred to a joint sitting of the two Houses<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1, 2 and 4\",\n      \"1, 2 and 3\",\n      \"1 and 2 only\",\n      \"3 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"After a Bill is introduced in Parliament (First Reading), there are several procedural options available before it proceeds to detailed consideration:<br><br><b>Statement 1 is CORRECT:<\/b> The most common motion after introduction is <b>\\\"That the Bill be taken into consideration.\\\"<\/b> This motion, when passed, allows the House to proceed to the Second Reading stage where clause-by-clause discussion takes place. This is the standard procedure for most Bills.<br><br><b>Statement 2 is CORRECT:<\/b> After introduction, a Bill may be referred to:<br>- A <b>Select Committee<\/b> of the same House for detailed examination, OR<br>- A <b>Joint Committee<\/b> of both Houses<br><br>The motion would be: \\\"That the Bill be referred to a Select Committee\/Joint Committee.\\\" The Committee examines the Bill in detail, hears expert opinions, and submits a report with recommendations. After the Committee report is submitted, the House takes up the Bill for consideration based on the report.<br><br><b>Statement 3 is CORRECT:<\/b> A Bill may be <b>circulated for eliciting public opinion<\/b>. The motion would be: \\\"That the Bill be circulated for the purpose of eliciting opinion thereon by a specified date.\\\"<br><br>This allows:<br>- Public consultation on the Bill<br>- Stakeholders to submit their views<br>- State Governments to provide feedback<br>- Expert bodies to comment<br><br>After receiving opinions, the Bill is taken up for consideration. This is often done for Bills with wide-ranging implications.<br><br><b>Statement 4 is INCORRECT:<\/b> A Bill is NOT referred to a joint sitting immediately after introduction. <b>Joint sittings under Article 108<\/b> are called only when there is a <b>deadlock<\/b> between the two Houses on a Bill - i.e., when:<br>- One House rejects a Bill passed by the other, OR<br>- One House doesn't take action on a Bill for 6 months, OR<br>- There is disagreement on amendments<br><br>Joint sitting is a remedial measure for deadlock, not a procedural option immediately after introduction. Also, Money Bills and Constitutional Amendment Bills cannot have joint sittings at all.<br><br>Therefore, statements 1, 2, and 3 are correct.\"\n  },\n  \n  \/\/2014\n     {\n    \"id\": 81,\n    \"year\": \"2014\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"There can be a joint sitting of both the Houses of the Parliament for\",\n    \"options\": [\n      \"Money Bill\",\n      \"Constitutional Amendment Bill\",\n      \"Ordinary Bill\",\n      \"Appropriation Bill\"\n    ],\n    \"correct\": 2,\n    \"explanation\": `<b>Correct Answer: C) Ordinary Bill<\/b><br><br>\n<b>Constitutional Reference:<\/b><br>\n<i>Article 108(1): \"If after a Bill has been passed by one House and transmitted to the other House\u2014<br>\n(a) the Bill is rejected by the other House; or<br>\n(b) the Houses have finally disagreed as to the amendments to be made in the Bill; or<br>\n(c) more than six months elapse from the date of the reception of the Bill by the other House without the Bill being passed by it,<br>\nthe President may, unless the Bill has lapsed by reason of a dissolution of the House of the People, notify to the Houses by message if they are sitting or by public notification if they are not sitting, his intention to summon them to meet in a joint sitting for the purpose of deliberating and voting on the Bill:<br>\nProvided that nothing in this clause shall apply to a Money Bill.\"<\/i><br><br>\n<b>No Joint Sitting for:<\/b><br>\n\nMoney Bill (Article 108 proviso)<br>\nAppropriation Bill (being a Money Bill)<br>\nConstitutional Amendment Bill (Article 368 requires each House to pass separately)`\n  },\n  {\n    \"id\": 79,\n    \"year\": \"2014\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"The quorum required for the sittings of the Lok Sabha is\",\n    \"options\": [\n      \"one-third of the total membership of the House\",\n      \"one-fourth of the total membership of the House\",\n      \"one-tenth of the total membership of the House\",\n      \"one-sixth of the total membership of the House\"\n    ],\n    \"correct\": 2,\n    \"explanation\": `<b>Correct Answer: C) one-tenth of the total membership of the House<\/b><br><br>\n<b>Constitutional Reference:<\/b><br>\n<i>Article 100(3): \"Until Parliament by law otherwise provides, the quorum to constitute a meeting of either House of Parliament shall be one-tenth of the total number of members of the House.\"<\/i><br><br>\n<b>For Lok Sabha:<\/b><br>\n\nTotal strength: 545 members (543 elected + 2 nominated)<br>\nQuorum: 545 \u00f7 10 = approximately 55 members`\n  },\n    {\n    \"id\": 87,\n    \"year\": \"2014\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following qualifications is not necessary to become qualified to be a member of Council of States?\",\n    \"options\": [\n      \"He\/She is a citizen of India\",\n      \"He\/She is not less than 30 years of age\",\n      \"He\/She is a voter\",\n      \"He\/She is a resident of the area from which he\/she is seeking election\"\n    ],\n    \"correct\": 3,\n    \"explanation\": `<b>Correct Answer: D) He\/She is a resident of the area from which he\/she is seeking election - NOT NECESSARY<\/b><br><br>\n<b>Constitutional Reference:<\/b><br>\n<i>Article 84: \"A person shall not be qualified to be chosen to fill a seat in Parliament unless he\u2014<br>\n(a) is a citizen of India, and makes and subscribes before some person authorised in that behalf by the Election Commission an oath or affirmation according to the form set out for the purpose in the Third Schedule;<br>\n(b) is, in the case of a seat in the Council of States, not less than thirty years of age and, in the case of a seat in the House of the People, not less than twenty-five years of age; and<br>\n(c) possesses such other qualifications as may be prescribed in that behalf by or under any law made by Parliament.\"<\/i><br><br>\n<b>Key Point:<\/b> There is NO requirement for a Rajya Sabha member to be a resident of the State from which he\/she is elected. The Representation of the People Act, 1951 requires only registration as an elector ANYWHERE in India.<br><br>\n<b>Necessary Qualifications:<\/b><br>\n\nCitizen of India \u2713<br>\nNot less than 30 years of age \u2713<br>\nRegistered as voter (elector) anywhere in India \u2713`\n  },\n   {\n    \"id\": 93,\n    \"year\": \"2014\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements regarding an Appropriation Bill is\/are correct?\\n1. It can be introduced only in the Lok Sabha\\n2. It is introduced immediately after adoption of the demands of grants\\nSelect the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 2,\n    \"explanation\": `\n<b>Correct Answer: C) Both 1 and 2<\/b><br><br>\n<b>Statement 1: CORRECT \u2713<\/b><br>\n<i>Article 114(1): \"No demand for a grant shall be made except on the recommendation of the President.\"<\/i><br>\n<i>Article 110(1): \"For the purposes of this Chapter, a Bill shall be deemed to be a Money Bill if it contains only provisions dealing with all or any of the following matters...\"<\/i><br>\n<i>Article 109(1): \"A Money Bill shall not be introduced in the Council of States.\"<\/i><br>\nAppropriation Bill is a Money Bill and can ONLY be introduced in Lok Sabha.<br><br>\n<b>Statement 2: CORRECT \u2713<\/b><br>\n<i>Rule 218(1): \"Subject to the provision of the Constitution, the procedure in regard to an Appropriation Bill shall be the same as for Bills generally with such modifications as the Speaker may consider necessary.\"<\/i><br>\n<i>Article 114(3): \"No money shall be withdrawn from the Consolidated Fund of India except under appropriation made by law passed in accordance with the provisions of this article.\"<\/i><br>\nAppropriation Bill is introduced IMMEDIATELY after the Demands for Grants are voted upon and adopted by Lok Sabha, to authorize withdrawal of money from the Consolidated Fund.`\n  },\n    {\n    \"id\": 88,\n    \"year\": \"2014\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"In which one of the following cases, the seat of a member of the Lok Sabha can be treated as vacant?\",\n    \"options\": [\n      \"The member of the Lok Sabha is also the Chairperson of the National Commission for Women\",\n      \"Without any intimation to the Speaker, the member remained absent from 62 meetings of the Lok Sabha which included 5 days during which the House was adjourned\",\n      \"The Lok Sabha member was a discharged insolvent\",\n      \"The Lok Sabha member elected as an independent candidate joins a political party\"\n    ],\n    \"correct\": 3,\n    \"explanation\": `\n<b>Correct Answer: D) The Lok Sabha member elected as an independent candidate joins a political party<\/b><br><br>\n<b>Constitutional Reference - Tenth Schedule (Anti-Defection Law):<\/b><br>\n<i>Paragraph 2(2): \"An elected member of a House who has been elected as such otherwise than as a candidate set up by any political party shall be disqualified for being a member of the House if he joins any political party after such election.\"<\/i><br><br>\n<b>Analysis of Other Options:<\/b><br>\n\nOption A: Chairperson of NCW - Not an office of profit under Govt. Schedule provisions<br>\nOption B: 62 days absent but 5 days were adjournment - <i>Article 101(4) Proviso: \"in computing the said period of sixty days no account shall be taken of any period during which the House is prorogued or is adjourned for more than four consecutive days.\"<\/i> So actual absence = 57 days (less than 60)<br>\nOption C: Discharged insolvent - NOT disqualified. Only UNDISCHARGED insolvent is disqualified under Article 102(1)(c)`\n  },\n  {\n    \"id\": 76,\n    \"year\": \"2014\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following statements is incorrect?\",\n    \"options\": [\n      \"The Council of States consists of elected and nominated members\",\n      \"The Council of States is not subject to dissolution\",\n      \"One-third of the members of the Council of States retire every five years\",\n      \"The Vice President of India is the ex officio Chairman of the Council of States\"\n    ],\n    \"correct\": 2,\n    \"explanation\": `<b>Correct Answer: C) One-third of the members of the Council of States retire every five years - THIS IS INCORRECT<\/b><br><br>\n<b>The Correct Position:<\/b><br>\n<i>Article 83(1): \"The Council of States shall not be subject to dissolution, but as nearly as possible one-third of the members thereof shall retire as soon as may be on the expiration of every second year in accordance with the provisions made in that behalf by Parliament by law.\"<\/i><br>\nOne-third retire every TWO YEARS, not every five years.<br><br>\n<b>Other Statements are CORRECT:<\/b><br>\n<i>Article 80(1): \"The Council of States shall consist of\u2014<br>\n(a) twelve members to be nominated by the President...<br>\n(b) not more than two hundred and thirty-eight representatives of the States and of the Union territories.\"<\/i> \u2713<br>\n<i>Article 83(1): \"The Council of States shall not be subject to dissolution...\"<\/i> \u2713<br>\n<i>Article 89(1): \"The Vice-President of India shall be ex officio Chairman of the Council of States.\"<\/i> \u2713`\n  }, \n  {\n    \"id\": 1,\n    \"year\": \"2014\",\n    \"chapter\": \"Part IX: The Panchayats\",\n    \"question\": \"Consider the following statements about Panchayat System in India:<br>1. Part IX of the Constitution of India envisages a three-tier system of Panchayats<br>2. Seats in Panchayats shall be reserved for the Scheduled Castes, Scheduled Tribes and Other Backward Classes<br>Which of the statements given above is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Part IX<\/b> of the Constitution (Articles 243 to 243O) was inserted by the <b>73rd Constitutional Amendment Act, 1992<\/b> to provide constitutional status to Panchayati Raj institutions.<br><br><b>Statement 1 is INCORRECT:<\/b> Part IX does NOT mandate a uniform three-tier system for all states. <b>Article 243B<\/b> provides flexibility:<br><br><i>\\\"There shall be constituted in every State, Panchayats at the village, intermediate and district levels in accordance with the provisions of this Part.\\\"<\/i><br><br>However, the <b>proviso to Article 243B<\/b> states: <i>\\\"Provided that Panchayats at the intermediate level may not be constituted in a State having a population not exceeding twenty lakhs.\\\"<\/i><br><br>This means states with population less than 20 lakhs (2 million) can have a <b>two-tier system<\/b> (village and district levels only), without the intermediate (block) level. Therefore, Part IX does not universally envisage a three-tier system - it provides for flexibility based on state population.<br><br><b>Statement 2 is CORRECT:<\/b> <b>Article 243D<\/b> mandates reservation of seats:<br><br><i>\\\"Seats shall be reserved for\u2014<br>(a) the Scheduled Castes; and<br>(b) the Scheduled Tribes\\\"<\/i><br><br>Additionally, <b>Article 243D(6)<\/b> provides: <i>\\\"Nothing in this Part shall prevent the Legislature of a State from making any provision for reservation of seats in any Panchayat or offices of Chairpersons in the Panchayats at any level in favour of backward class of citizens.\\\"<\/i><br><br>So reservation for SCs and STs is mandatory, while reservation for OBCs is permissive (states may provide it).<br><br>Therefore, only statement 2 is correct.\"\n  },\n  {\n    \"id\": 2,\n    \"year\": \"2014\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements with regard to the Parliament of India is\/are correct?<br>1. The Comptroller and Auditor General of India can take part in the proceedings and cast vote in the Lok Sabha or the Rajya Sabha<br>2. The Attorney General of India shall have the right to speak in, and otherwise take part in the proceedings of either House<br>3. The Solicitor General shall have the right to speak in, and take part in the proceedings of either House or any joint sitting of the Houses<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1, 2 and 3\",\n      \"2 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Statement 1 is INCORRECT:<\/b> The Comptroller and Auditor General (CAG) has NO right to attend parliamentary proceedings, speak, or vote. <b>Article 148<\/b> establishes the office of CAG as an independent constitutional authority responsible for auditing government accounts. The CAG submits reports to the President under <b>Article 151<\/b>, who causes them to be laid before Parliament. The CAG does not participate in parliamentary debates or vote. Only elected members of Parliament can vote.<br><br><b>Statement 2 is CORRECT:<\/b> <b>Article 88<\/b> explicitly provides:<br><br><i>\\\"Every Minister and the Attorney General of India shall have the right to speak in, and otherwise to take part in the proceedings of, either House, any joint sitting of the Houses, and any committee of Parliament of which he may be named a member, but shall not by virtue of this article be entitled to vote.\\\"<\/i><br><br>The Attorney General can:<br>- Speak in either House or both Houses<br>- Participate in joint sittings<br>- Take part in committee proceedings if named as a member<br>- However, CANNOT vote (as he is not an elected member)<br><br><b>Statement 3 is INCORRECT:<\/b> The <b>Solicitor General<\/b> is NOT mentioned anywhere in the Constitution. Article 88 specifically mentions only Ministers and the Attorney General. The Solicitor General is appointed under the Law Officers (Conditions of Service) Rules and assists the Attorney General, but has NO constitutional right to participate in parliamentary proceedings. Only the Attorney General enjoys constitutional privileges under Article 88.<br><br>Therefore, only statement 2 is correct.\"\n  },\n  {\n    \"id\": 3,\n    \"year\": \"2014\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"The executive powers of the Union vest in the:\",\n    \"options\": [\n      \"President of India\",\n      \"Prime Minister of India\",\n      \"Union Cabinet\",\n      \"Union Council of Ministers\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 53(1)<\/b> of the Constitution explicitly states:<br><br><i>\\\"The executive power of the Union shall be vested in the President and shall be exercised by him either directly or through officers subordinate to him in accordance with this Constitution.\\\"<\/i><br><br>This provision clearly vests all executive powers of the Union in the <b>President of India<\/b>. The President is the constitutional head of the executive.<br><br><b>However, in practice:<\/b><br>While executive power is formally vested in the President, <b>Article 74<\/b> provides that:<br><br><i>\\\"There shall be a Council of Ministers with the Prime Minister at the head to aid and advise the President who shall, in the exercise of his functions, act in accordance with such advice.\\\"<\/i><br><br>The <b>42nd Amendment Act, 1976<\/b> made it mandatory for the President to act on the advice of the Council of Ministers (subject to limited exceptions). The <b>44th Amendment Act, 1978<\/b> allowed the President to send advice back for reconsideration once, but if the Council of Ministers reiterates the same advice, the President must act accordingly.<br><br><b>Real vs. Nominal Executive:<\/b><br>- The President is the <b>nominal executive<\/b> (constitutional head)<br>- The Prime Minister and Council of Ministers constitute the <b>real executive<\/b> (actual decision-makers)<br><br>But constitutionally, executive power is VESTED in the President.<br><br>Therefore, option A - President of India - is correct.\"\n  },\n  {\n    \"id\": 4,\n    \"year\": \"2014\",\n    \"chapter\": \"Part X: The Scheduled and Tribal Areas\",\n    \"question\": \"With regard to the administration of Scheduled Areas under Article 244 of the Constitution of India, which one of the following statements is not correct?\",\n    \"options\": [\n      \"States of Tripura and Meghalaya are excluded\",\n      \"The Scheduled Areas are administered by an Advisory Council\",\n      \"The Governor of the State may direct that a particular Act of the Parliament shall not apply to a Scheduled Area\",\n      \"The Governor can increase the area of any Scheduled Area\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 244<\/b> deals with the administration of Scheduled Areas and Tribal Areas. The <b>Fifth Schedule<\/b> applies to Scheduled Areas in states other than Assam, Meghalaya, Tripura, and Mizoram, while the <b>Sixth Schedule<\/b> applies to tribal areas in these four northeastern states.<br><br><b>Option A is CORRECT (so not the answer):<\/b> States of Tripura and Meghalaya are indeed excluded from the Fifth Schedule provisions. Article 244(1) applies the Fifth Schedule to Scheduled Areas, while Article 244(2) applies the Sixth Schedule to tribal areas in Assam, Meghalaya, Tripura, and Mizoram. So these states are excluded from Fifth Schedule governance.<br><br><b>Option B is CORRECT (so not the answer):<\/b> <b>Paragraph 4 of the Fifth Schedule<\/b> provides for Tribes Advisory Councils (TACs) to advise on welfare and advancement of Scheduled Tribes in states having Scheduled Areas. These councils consist of not more than 20 members, three-fourths of whom should be representatives of Scheduled Tribes in the State Legislature.<br><br><b>Option C is CORRECT (so not the answer):<\/b> <b>Paragraph 5 of the Fifth Schedule<\/b> empowers the Governor to direct that any particular Act of Parliament or the State Legislature shall not apply to a Scheduled Area or shall apply with specified modifications and exceptions. This protects tribal autonomy and customs.<br><br><b>Option D is INCORRECT (and hence the answer):<\/b> The Governor does NOT have the power to increase or decrease the area of Scheduled Areas. <b>Paragraph 7 of the Fifth Schedule<\/b> provides that the President may at any time by order:<br>- Direct that the whole or any specified part of a Scheduled Area shall cease to be a Scheduled Area<br>- Increase the area of any Scheduled Area<br>- Alter the boundaries of any Scheduled Area<br><br>This power belongs to the <b>President<\/b>, not the Governor. The Governor's role is administrative and advisory.<br><br>Therefore, option D is the incorrect statement.\"\n  },\n  {\n    \"id\": 5,\n    \"year\": \"2014\",\n    \"chapter\": \"Part IX: The Panchayats\",\n    \"question\": \"Consider the following statements about Panchayati Raj Institutions in India:<br>1. Courts shall have no jurisdiction to examine the validity of a law, relating to delimitation of constituencies or the allotments of seats, made under Article 243K<br>2. Every five years the Governor of a State shall appoint a Finance Commission to review the financial position of the Panchayats and to make recommendations<br>3. The report of the State Finance Commission, together with a memorandum of action taken on it, shall be laid before the Parliament<br>Which of the statements given above is\/are correct?\",\n    \"options\": [\n      \"1, 2 and 3\",\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Statement 1 is CORRECT:<\/b> <b>Article 243O(5)<\/b> (not Article 243K as mentioned in the question, which deals with elections) provides bar on judicial interference:<br><br><i>\\\"No court shall call in question the validity of any law relating to the delimitation of constituencies or the allotment of seats to such constituencies, made or purporting to be made under Article 243K.\\\"<\/i><br><br>This provision prevents courts from examining the validity of delimitation laws for Panchayat constituencies, similar to parliamentary and assembly constituencies. This ensures that electoral processes are not held up by litigation.<br><br><b>Statement 2 is CORRECT:<\/b> <b>Article 243I<\/b> mandates the constitution of State Finance Commissions:<br><br><i>\\\"The Governor of a State shall, as soon as may be within one year from the commencement of the Constitution (Seventy-third Amendment) Act, 1992, and thereafter at the expiration of every fifth year, constitute a Finance Commission to review the financial position of the Panchayats.\\\"<\/i><br><br>The State Finance Commission makes recommendations regarding:<br>- Distribution of taxes, duties, tolls, and fees between State and Panchayats<br>- Grants-in-aid to Panchayats from State's Consolidated Fund<br>- Measures to improve Panchayat finances<br><br><b>Statement 3 is INCORRECT:<\/b> <b>Article 243I(6)<\/b> states:<br><br><i>\\\"The Governor shall cause every recommendation made by the Finance Commission under this article together with an explanatory memorandum as to the action taken thereon to be laid before the Legislature of the State.\\\"<\/i><br><br>The report is laid before the <b>State Legislature<\/b>, NOT before Parliament. Panchayats are state subjects, and therefore accountability is to the state legislature. Parliament has no direct role in reviewing State Finance Commission reports for Panchayats.<br><br>Therefore, statements 1 and 2 are correct.\"\n  },\n  {\n    \"id\": 6,\n    \"year\": \"2014\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"Which one of the following statements is correct?\",\n    \"options\": [\n      \"The Legislature of the State of Karnataka consists of the Governor and the Legislative Assembly\",\n      \"The Legislative Council of a State can be dissolved by a law made by the Parliament under Article 368 of the Constitution\",\n      \"For dissolution of the Legislative Council, it is mandatory that a resolution is passed by the Legislative Assembly of the State concerned by a majority of total number of members of the Assembly and by a majority of not less than 2\/3rd members present and voting\",\n      \"The total number of members of the Legislative Council shall not exceed half of the number of members of the Legislative Assembly concerned\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 168<\/b> and <b>Article 169<\/b> deal with the constitution of State Legislatures and creation\/abolition of Legislative Councils.<br><br><b>Option A is INCORRECT:<\/b> The Legislature of Karnataka (and any bicameral state) consists of the <b>Governor AND TWO Houses<\/b> - the Legislative Assembly (Vidhan Sabha) and the Legislative Council (Vidhan Parishad). <b>Article 168(1)<\/b> states:<br><br><i>\\\"For every State there shall be a Legislature which shall consist of the Governor, and\u2014<br>(a) in the States of Bihar, Maharashtra, Karnataka and Uttar Pradesh, two Houses;<br>(b) in other States, one House.\\\"<\/i><br><br>So for Karnataka, it's Governor + Legislative Assembly + Legislative Council.<br><br><b>Option B is INCORRECT:<\/b> Legislative Council cannot be dissolved by Parliament under Article 368 (which deals with constitutional amendments). <b>Article 169<\/b> deals with abolition or creation of Legislative Councils:<br><br><i>\\\"Parliament may by law provide for the abolition of the Legislative Council of a State having such a Council or for the creation of such a Council in a State having no such Council...\\\"<\/i><br><br>This is done under Article 169, not Article 368. Also, it's abolition, not dissolution. A Legislative Council is a permanent body (one-third members retire every two years) and cannot be dissolved like the Legislative Assembly.<br><br><b>Option C is CORRECT:<\/b> <b>Article 169(1)<\/b> provides the procedure for abolition or creation of Legislative Council:<br><br><i>\\\"Parliament may by law provide for the abolition... if the Legislative Assembly of the State passes a resolution to that effect by a majority of the total membership of the Assembly and by a majority of not less than two-thirds of the members of the Assembly present and voting.\\\"<\/i><br><br>Two conditions must be met:<br>1. Majority of <b>total membership<\/b> of the Assembly<br>2. Two-thirds of members <b>present and voting<\/b><br><br><b>Option D is INCORRECT:<\/b> <b>Article 171(1)<\/b> provides:<br><br><i>\\\"The total number of members in the Legislative Council of a State shall not exceed one-third of the total number of members in the Legislative Assembly of that State.\\\"<\/i><br><br>The limit is one-third, not half. Additionally, it provides that the total number shall not be less than 40 members.<br><br>Therefore, option C is correct.\"\n  },\n  {\n    \"id\": 7,\n    \"year\": \"2014\",\n    \"chapter\": \"Misc.\",\n    \"question\": \"Which one of the following statements relating to the Constitution of India is correct?\",\n    \"options\": [\n      \"Article 370 is a temporary provision\",\n      \"The fundamental right to equality cannot be suspended under any circumstances\",\n      \"The Supreme Court of India has supervisory jurisdiction over all the Courts in the country\",\n      \"All provisions of the Constitution of India can be amended as provided under Article 368\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Option A is CORRECT:<\/b> <b>Article 370<\/b> was indeed a <b>temporary provision<\/b>, as indicated by its placement in Part XXI titled \\\"Temporary, Transitional and Special Provisions.\\\" The Article itself stated in clause (3):<br><br><i>\\\"Notwithstanding anything in the foregoing provisions of this article, the President may, by public notification, declare that this article shall cease to be operative...\\\"<\/i><br><br>This temporary nature was actualized when the Government of India issued <b>Constitutional Order 272<\/b> in August 2019, which effectively abrogated Article 370. The Constitution (Application to Jammu and Kashmir) Order, 2019, superseded the earlier order, and subsequently, the state was reorganized into two Union Territories. So Article 370 was indeed temporary and has now been rendered inoperative.<br><br><b>Option B is INCORRECT:<\/b> Fundamental rights CAN be suspended during a National Emergency. <b>Article 359<\/b> provides:<br><br><i>\\\"Where a Proclamation of Emergency is in operation, the President may by order declare that the right to move any court for the enforcement of such of the rights conferred by Part III... shall remain suspended...\\\"<\/i><br><br>However, the rights under Articles 20 and 21 (protection against conviction and right to life and personal liberty) cannot be suspended even during emergency (44th Amendment).<br><br><b>Option C is INCORRECT:<\/b> The Supreme Court does NOT have supervisory jurisdiction over all courts. <b>Article 227<\/b> gives <b>High Courts<\/b> supervisory jurisdiction over all courts and tribunals within their territorial jurisdiction. The Supreme Court has:<br>- <b>Appellate jurisdiction<\/b> (Articles 132-136)<br>- <b>Original jurisdiction<\/b> (Article 131)<br>- <b>Advisory jurisdiction<\/b> (Article 143)<br>- But NOT supervisory jurisdiction<br><br><b>Option D is INCORRECT:<\/b> NOT all provisions can be amended. The <b>Keshavananda Bharati case (1973)<\/b> established the <b>basic structure doctrine<\/b>, holding that Parliament cannot amend the basic structure of the Constitution. Elements like democracy, secularism, federalism, separation of powers, and judicial review form the basic structure and cannot be destroyed by amendments under Article 368.<br><br>Therefore, option A is correct.\"\n  },\n  {\n    \"id\": 8,\n    \"year\": \"2014\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Consider the following statements regarding a Constitutional Amendment Bill:<br>1. It is not treated as a Money Bill or Financial Bill<br>2. It can be introduced either in the Lok Sabha or in the Rajya Sabha<br>3. It cannot be introduced without the recommendation of the President<br>Which of the statements given above is\/are correct?\",\n    \"options\": [\n      \"1, 2 and 3\",\n      \"2 and 3 only\",\n      \"1 only\",\n      \"1 and 2 only\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 368<\/b> lays down the procedure for amendment of the Constitution.<br><br><b>Statement 1 is CORRECT:<\/b> A Constitutional Amendment Bill is a distinct category and is NOT treated as a Money Bill or Financial Bill. <b>Article 368(2)<\/b> specifies its own procedure:<br><br><i>\\\"An amendment of this Constitution may be initiated only by the introduction of a Bill for the purpose in either House of Parliament...\\\"<\/i><br><br>Constitutional Amendment Bills follow a special procedure different from Money Bills (Article 110) or Financial Bills (Article 117). They are a separate category with their own rules.<br><br><b>Statement 2 is CORRECT:<\/b> Article 368(2) explicitly states that a Constitutional Amendment Bill can be introduced in <b>EITHER House<\/b> of Parliament - Lok Sabha or Rajya Sabha. Both Houses have equal status regarding constitutional amendments, unlike Money Bills which can only be introduced in Lok Sabha.<br><br><b>Statement 3 is INCORRECT:<\/b> A Constitutional Amendment Bill does NOT require the President's recommendation for introduction. <b>Article 368<\/b> is silent on this requirement, which means no such requirement exists.<br><br>This is different from:<br>- <b>Money Bills<\/b> - require President's recommendation under Article 117(1)<br>- <b>Financial Bills<\/b> - require President's recommendation under Article 117(3)<br>- <b>Bills involving expenditure from Consolidated Fund<\/b> - require President's recommendation<br><br>Constitutional Amendment Bills can be introduced by any member (government or private member) without Presidential recommendation. However, in practice, most amendments are introduced by the government.<br><br>Note: After passage by Parliament with special majority, some amendments require ratification by state legislatures, but this is a different requirement from Presidential recommendation for introduction.<br><br>Therefore, statements 1 and 2 are correct.\"\n  },\n  {\n    \"id\": 9,\n    \"year\": \"2014\",\n    \"chapter\": \"Misc.\",\n    \"question\": \"Which one of the following is a constitutional body?\",\n    \"options\": [\n      \"Planning Commission\",\n      \"Central Information Commission\",\n      \"National Security Council\",\n      \"The Comptroller and Auditor General of India\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"A <b>constitutional body<\/b> is one that is established by the Constitution itself, while <b>statutory bodies<\/b> are created by Acts of Parliament.<br><br><b>Option A - Planning Commission (INCORRECT):<\/b> The Planning Commission was established in 1950 by an <b>executive resolution<\/b> of the Cabinet, not by the Constitution or an Act of Parliament. It was an extra-constitutional body. It was replaced by NITI Aayog in 2015, also established by executive resolution. Not a constitutional body.<br><br><b>Option B - Central Information Commission (INCORRECT):<\/b> The Central Information Commission was established under the <b>Right to Information Act, 2005<\/b>, which is an Act of Parliament. It is a <b>statutory body<\/b>, not a constitutional body. While it plays an important role in transparency, it derives its authority from legislation, not the Constitution directly.<br><br><b>Option C - National Security Council (INCORRECT):<\/b> The National Security Council (NSC) was established in 1998 through an <b>executive order<\/b>. It is not mentioned in the Constitution and is not established by any Act of Parliament. It is an extra-constitutional body that advises the Prime Minister on national security matters.<br><br><b>Option D - The Comptroller and Auditor General of India (CORRECT):<\/b> The CAG is a <b>constitutional body<\/b> established under <b>Article 148<\/b> of the Constitution:<br><br><i>\\\"There shall be a Comptroller and Auditor General of India who shall be appointed by the President by warrant under his hand and seal...\\\"<\/i><br><br>Articles 148-151 deal with the CAG's appointment, duties, powers, and reports. The CAG is one of the most important constitutional authorities responsible for auditing all receipts and expenditure of the Government of India and State Governments. The CAG's independence is guaranteed by constitutional provisions regarding appointment (by President), tenure (6 years or 65 years of age), and removal (same manner as Supreme Court judge).<br><br>Therefore, option D is correct.\"\n  },\n  {\n    \"id\": 10,\n    \"year\": \"2014\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Consider the following statements regarding Financial Bill under Article 117(3) of the Constitution:<br><br>1. It can be introduced without the recommendation of the President<br>2. It can be introduced either in the Lok Sabha or in the Rajya Sabha<br>3. It would involve expenditure from the Consolidated Fund of India<br>4. Unless the recommendation of the President is received, the Bill cannot be considered by the Lok Sabha\/the Rajya Sabha<br><br>Which of the statements given above is\/are correct?\",\n    \"options\": [\n      \"1, 2 and 3\",\n      \"2, 3 and 4\",\n      \"2 and 3 only\",\n      \"4 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 117<\/b> deals with special provisions regarding Financial Bills. There are two types of Financial Bills:<br><br><b>Financial Bill - Category I (Article 117(1)):<\/b> Bills containing provisions of Article 110 plus other matters<br><b>Financial Bill - Category II (Article 117(3)):<\/b> Bills involving expenditure from the Consolidated Fund<br><br>The question asks about <b>Article 117(3)<\/b> Financial Bills:<br><br><b>Statement 1 is INCORRECT:<\/b> A Financial Bill under Article 117(3) CAN be introduced without the President's recommendation. Article 117(3) states:<br><br><i>\\\"A Bill which, if enacted, would involve expenditure from the Consolidated Fund of India shall not be passed by either House of Parliament unless the President has recommended to that House the consideration of the Bill.\\\"<\/i><br><br>Note carefully: The requirement is for <b>CONSIDERATION<\/b>, not introduction. The Bill can be introduced without Presidential recommendation, but cannot be <b>passed<\/b> unless the President recommends its <b>consideration<\/b>. So Statement 1 is technically correct in a narrow sense but misleading.<br><br>Actually, re-reading: Statement 1 says it CAN be introduced without recommendation - this is TRUE. So Statement 1 should be CORRECT.<br><br><b>Statement 2 is CORRECT:<\/b> Article 117(3) does not restrict introduction to Lok Sabha only. Financial Bills under Article 117(3) can be introduced in <b>either House<\/b> - Lok Sabha or Rajya Sabha. This is different from Money Bills (Article 110) which can only be introduced in Lok Sabha.<br><br><b>Statement 3 is CORRECT:<\/b> Article 117(3) specifically defines this category of Financial Bill as one \\\"which, if enacted, would involve <b>expenditure from the Consolidated Fund of India<\/b>.\\\" This is the defining characteristic of Financial Bills under Article 117(3).<br><br><b>Statement 4 is CORRECT:<\/b> Article 117(3) states the Bill \\\"shall not be <b>passed<\/b> by either House of Parliament unless the President has recommended to that House the <b>consideration<\/b> of the Bill.\\\"<br><br>The Presidential recommendation is required before the House can CONSIDER (debate and vote on) the Bill. Without this recommendation, the Bill cannot proceed to consideration and passage.<br><br>Reviewing the answer: The provided answer is B (2, 3 and 4). This makes sense if we interpret Statement 1 as being incorrect because while the Bill can be introduced, it's the consideration that requires recommendation.<br><br>Therefore, statements 2, 3, and 4 are correct.\"\n  },\n  {\n    \"id\": 11,\n    \"year\": \"2014\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"121st Constitutional Amendment Bill seeks to:\",\n    \"options\": [\n      \"set up the Judicial Appointments Commission\",\n      \"set up an OBC Commission\",\n      \"confer constitutional status to Lok Pal\",\n      \"set up a commission to enquire into atrocities against women\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"The <b>Constitution (121st Amendment) Bill, 2014<\/b>, later enacted as the <b>99th Constitutional Amendment Act, 2014<\/b>, sought to establish the <b>National Judicial Appointments Commission (NJAC)<\/b>.<br><br><b>Background:<\/b><br>Before this amendment, judges of the Supreme Court and High Courts were appointed through the <b>collegium system<\/b>, established through Supreme Court judgments in the Second and Third Judges Cases (1993, 1998). The collegium consisted of the Chief Justice of India and senior-most judges who recommended judicial appointments.<br><br><b>The 99th Amendment Act, 2014:<\/b><br>- Inserted <b>Article 124A<\/b> establishing the NJAC<br>- Amended <b>Articles 124<\/b> and <b>217<\/b> relating to appointment of judges<br>- Provided that the NJAC would consist of:<br>  - Chief Justice of India (Chairperson)<br>  - Two senior-most judges of Supreme Court<br>  - Union Law Minister<br>  - Two eminent persons nominated by a committee<br><br>The NJAC was intended to make judicial appointments more transparent and accountable by involving the executive and civil society.<br><br><b>Subsequent Development:<\/b><br>However, in <b>Supreme Court Advocates-on-Record Association v. Union of India (2015)<\/b> (Fourth Judges Case), the Supreme Court struck down the 99th Amendment and the NJAC Act as unconstitutional, holding that they violated the <b>basic structure<\/b> of the Constitution by compromising judicial independence. The collegium system was restored.<br><br><b>Why other options are incorrect:<\/b><br>- <b>OBC Commission:<\/b> The 102nd Amendment (2018) gave constitutional status to the National Commission for Backward Classes<br>- <b>Lok Pal:<\/b> The Lokpal and Lokayuktas Act, 2013 (statutory, not constitutional status)<br>- <b>Atrocities against women:<\/b> No such constitutional amendment<br><br>Therefore, option A is correct.\"\n  },\n  {\n    \"id\": 12,\n    \"year\": \"2014\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which of the following is\/are considered as Constitutional Amendment Bill(s)?<br>1. Admission or establishment of new States, alteration of areas, boundaries or names of existing States (Articles 2, 3 and 4)<br>2. Creation or abolition of Legislative Councils in the States (Article 169)<br>3. Administration and control of Scheduled Areas and Scheduled Tribes (Para 7 of 5th Schedule)<br>4. Administration of Tribal Areas in the States of Assam, Meghalaya, Tripura and Mizoram (Para 21 of 6th Schedule)<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"3 and 4 only\",\n      \"1, 2, 3 and 4\",\n      \"None of the above\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"This question tests the understanding of what constitutes a Constitutional Amendment under <b>Article 368<\/b> versus other legislative procedures.<br><br><b>Constitutional Amendments (Article 368)<\/b> require special majority and follow the procedure laid down in Article 368. However, the Constitution provides <b>simplified procedures<\/b> for certain matters that don't require the rigorous Article 368 procedure.<br><br><b>Statement 1 - Articles 2, 3, and 4 (Formation of new States):<\/b><br><b>NOT Constitutional Amendments.<\/b> <b>Article 3<\/b> empowers Parliament to form new states, alter boundaries, or change names by a <b>simple law<\/b> (not constitutional amendment). The procedure under Article 4 states:<br><br><i>\\\"Any law referred to in Article 2 or Article 3 shall contain such provisions for the amendment of the First Schedule and the Fourth Schedule as may be necessary to give effect to the provisions of the law and may also contain such supplemental, incidental and consequential provisions... <b>but any such law shall not be deemed to be an amendment of this Constitution for the purposes of Article 368.<\/b>\\\"<\/i><br><br>So explicitly NOT a constitutional amendment.<br><br><b>Statement 2 - Article 169 (Legislative Councils):<\/b><br><b>NOT a Constitutional Amendment.<\/b> <b>Article 169(2)<\/b> states:<br><br><i>\\\"Any law referred to in clause (1) shall contain such provisions for the amendment of this Constitution as may be necessary to give effect to the provisions of the law and may also contain such supplemental, incidental and consequential provisions as Parliament may deem necessary, <b>and any such law shall not be deemed to be an amendment of this Constitution for the purposes of Article 368.<\/b>\\\"<\/i><br><br>Explicitly NOT a constitutional amendment. Requires only simple law after state assembly resolution.<br><br><b>Statement 3 - Paragraph 7 of Fifth Schedule:<\/b><br><b>NOT a Constitutional Amendment.<\/b> Paragraph 7 of the Fifth Schedule states that the President may make regulations for the peace and good government of Scheduled Areas. These regulations have the same effect as Acts of Parliament but are NOT constitutional amendments.<br><br><b>Statement 4 - Paragraph 21 of Sixth Schedule:<\/b><br><b>NOT a Constitutional Amendment.<\/b> Paragraph 21 allows Parliament to amend the Sixth Schedule by law, but such amendments are NOT deemed to be constitutional amendments under Article 368.<br><br>Therefore, NONE of the above are considered Constitutional Amendment Bills - they all follow simplified procedures and are explicitly excluded from Article 368. Option D is correct.\"\n  },\n  {\n    \"id\": 13,\n    \"year\": \"2014\",\n    \"chapter\": \"Part XIV: Services under the Union and the States\",\n    \"question\": \"Which of the following is not an All India Service in terms of Article 312 of the Constitution?\",\n    \"options\": [\n      \"Indian Forest Service\",\n      \"Indian Revenue Service\",\n      \"Indian Police Service\",\n      \"Indian Administrative Service\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 312<\/b> provides for the creation of <b>All India Services<\/b> common to the Union and States.<br><br><b>All India Services<\/b> are unique because:<br>- They are created by Parliament<br>- Officers serve both Union and State governments<br>- Recruitment and training are done centrally<br>- They are governed by All India Services Act, 1951<br><br><b>Currently, there are THREE All India Services:<\/b><br><br><b>1. Indian Administrative Service (IAS)<\/b> - Option D<br>Established in 1947, successor to the Imperial Civil Service. IAS officers occupy key administrative positions in both central and state governments.<br><br><b>2. Indian Police Service (IPS)<\/b> - Option C<br>Established in 1948, successor to the Imperial Police. IPS officers serve in central police organizations and state police forces.<br><br><b>3. Indian Forest Service (IFS)<\/b> - Option A<br>Created in 1966 under Article 312 after Parliament passed a resolution. IFS officers manage forest resources at state and central levels.<br><br><b>Indian Revenue Service (IRS)<\/b> - Option B - is the INCORRECT answer<br>The IRS is a <b>Central Civil Service<\/b>, NOT an All India Service. It comes under <b>Group A<\/b> of Central Civil Services and is part of the Department of Revenue, Ministry of Finance. IRS officers serve only the Union Government, primarily in tax administration (Income Tax and Customs & Indirect Taxes). They are recruited through UPSC but are not governed by Article 312 or the All India Services Act.<br><br><b>Key Distinction:<\/b><br>- <b>All India Services:<\/b> Serve both Union and States<br>- <b>Central Services (like IRS):<\/b> Serve only the Union Government<br><br>Therefore, option B - Indian Revenue Service - is NOT an All India Service.\"\n  },\n  {\n    \"id\": 14,\n    \"year\": \"2014\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which one of the following statements is correct?\",\n    \"options\": [\n      \"The Constitution (121st Amendment) Bill, 2014 was passed by the Parliament by 2\/3rd majority of each House of the Parliament\",\n      \"The Constitution (121st Amendment) Bill, 2014 was passed by the Parliament by 2\/3rd majority of each House of the Parliament present and voting, and also by a majority of total membership of each House of the Parliament\",\n      \"The Constitution (121st Amendment) Bill, 2014 passed by the Parliament requires ratification by the Legislatures of all States\",\n      \"The State Legislatures have no role to play in a Constitutional Amendment\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 368<\/b> prescribes the procedure for constitutional amendments. The Constitution (121st Amendment) Bill, 2014 (enacted as 99th Amendment) established the National Judicial Appointments Commission.<br><br><b>Option A is INCORRECT:<\/b> This option is incomplete. It mentions only \\\"2\/3rd majority of each House\\\" without specifying the additional requirement of majority of total membership.<br><br><b>Option B is CORRECT:<\/b> <b>Article 368(2)<\/b> provides the special majority requirement:<br><br><i>\\\"An amendment of this Constitution may be initiated only by the introduction of a Bill for the purpose in either House of Parliament, and when the Bill is passed in each House by a <b>majority of the total membership of that House<\/b> and by a <b>majority of not less than two-thirds of the members of that House present and voting<\/b>...\\\"<\/i><br><br>This creates a <b>double requirement (special majority)<\/b>:<br>1. Majority of the <b>total membership<\/b> of the House (absolute majority - more than 50% of total strength)<br>2. Two-thirds majority of members <b>present and voting<\/b><br><br>Both conditions must be satisfied simultaneously. For example, in Lok Sabha with 545 members:<br>- Majority of total membership = at least 273 votes<br>- If 400 members present and voting, 2\/3rd = at least 267 votes<br>- Need to satisfy the higher threshold (273)<br><br>The 99th Amendment was passed with this special majority.<br><br><b>Option C is INCORRECT:<\/b> The 99th Amendment did NOT require state ratification. Only amendments affecting the federal structure (as per proviso to Article 368(2)) require ratification by at least half of the state legislatures. These include amendments related to:<br>- Election of President (Article 54, 55)<br>- Extent of executive power of Union and States<br>- Supreme Court and High Courts provisions<br>- Distribution of legislative powers<br>- Representation of states in Parliament<br><br>The NJAC amendment, while significant, did not fall under these categories.<br><br><b>Option D is INCORRECT:<\/b> State Legislatures DO play a role in certain constitutional amendments requiring ratification under the proviso to Article 368(2).<br><br>Therefore, option B is correct.\"\n  },\n  {\n    \"id\": 15,\n    \"year\": \"2014\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following statements is incorrect?\",\n    \"options\": [\n      \"A judicial order passed by the Supreme Court of India may be violative of the fundamental right of a citizen\",\n      \"The Supreme Court under Article 32 of the Constitution of India has no discretion to refuse enforcement of a fundamental right as against the power of High Courts under Article 226\",\n      \"The punishment for offences pertaining to fundamental rights can be prescribed only by the Legislatures and not by the Executive\",\n      \"The right to move the Supreme Court for enforcement of the right under Article 20 cannot be suspended in any circumstances\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Option A is CORRECT (so not the answer):<\/b> Judicial orders, even from the Supreme Court, can potentially violate fundamental rights. If such violation occurs, the affected person can file a review petition, curative petition, or in extreme cases, approach Parliament for impeachment of judges. The Constitution does not provide absolute immunity to judicial orders against fundamental rights challenges, though such instances would be rare given the Supreme Court's role as guardian of fundamental rights.<br><br><b>Option B is CORRECT (so not the answer):<\/b> <b>Article 32<\/b> provides that the right to move the Supreme Court for enforcement of fundamental rights is itself a fundamental right. <b>Article 32(1)<\/b> states:<br><br><i>\\\"The right to move the Supreme Court by appropriate proceedings for the enforcement of the rights conferred by this Part is guaranteed.\\\"<\/i><br><br>This creates a <b>constitutional obligation<\/b> - the Supreme Court cannot refuse to entertain petitions for enforcement of fundamental rights. However, <b>Article 226<\/b> gives High Courts <b>discretionary power<\/b> - \\\"any High Court may... issue... directions, orders or writs.\\\" The word \\\"may\\\" makes it discretionary. This distinction is correct.<br><br><b>Option C is INCORRECT (and hence the answer):<\/b> This statement is incorrect because punishment for offences can be prescribed by BOTH Legislature AND Executive (through delegated legislation). While primary legislation defining offences and punishments is enacted by legislatures, the <b>executive can prescribe punishments through:<\/b><br><br>1. <b>Delegated legislation<\/b> - Parliament can delegate power to the executive to make rules\/regulations prescribing penalties<br>2. <b>Subordinate legislation<\/b> - Under various Acts, the government can prescribe penalties through rules, notifications, and orders<br><br>For example, many statutes authorize the government to frame rules prescribing penalties for violations. As long as this is within the framework of the enabling Act and doesn't violate fundamental rights, it's constitutionally valid.<br><br><b>Option D is CORRECT (so not the answer):<\/b> <b>Article 359(1)<\/b>, as amended by the 44th Amendment Act, 1978, provides:<br><br><i>\\\"Where a Proclamation of Emergency is in operation, the President may by order declare that the right to move any court for the enforcement of such of the rights conferred by Part III... shall remain suspended... <b>Provided that nothing in this clause shall apply to the rights conferred by articles 20 and 21<\/b>.\\\"<\/i><br><br>Rights under Article 20 (protection against ex-post-facto laws, double jeopardy, self-incrimination) and Article 21 (right to life and personal liberty) cannot be suspended even during emergency.<br><br>Therefore, option C is the incorrect statement.\"\n  },\n  {\n    \"id\": 16,\n    \"year\": \"2014\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which of the following statements is\/are correct?<br>1. Writ of Certiorari is meant for deciding the legality of an order\/decision taken by a Lower Court\/Tribunal\/Authority<br>2. Writ of Prohibition is issued while deciding the legality of an ongoing proceeding before a Lower Court\/Tribunal\/Authority<br>3. Both writs are supervisory in nature and the Writ Court can decide the case by considering all the issues raised by the parties<br>4. If adequate material\/evidence is not on record, the Writ Court can quash the decision\/ongoing proceeding, as the case may be<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 and 2\",\n      \"3 and 4 only\",\n      \"2 only\",\n      \"2, 3 and 4\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Articles 32 and 226<\/b> empower the Supreme Court and High Courts respectively to issue writs including certiorari and prohibition.<br><br><b>Statement 1 is CORRECT:<\/b> <b>Certiorari<\/b> is a writ issued to quash the order\/decision of a lower court, tribunal, or authority when it has acted:<br>- Without jurisdiction<br>- In excess of jurisdiction<br>- In violation of principles of natural justice<br>- In violation of law<br><br>Certiorari operates <b>after<\/b> the decision has been made - it reviews the legality of a completed order\/decision. It's a post-decisional remedy for judicial review.<br><br><b>Statement 2 is CORRECT:<\/b> <b>Prohibition<\/b> is a writ issued to prevent a lower court, tribunal, or authority from continuing proceedings when it is acting or threatening to act:<br>- Without jurisdiction<br>- In excess of jurisdiction<br><br>Prohibition operates <b>during<\/b> the proceeding - it stops an ongoing proceeding before the decision is made. It's a preventive remedy issued when the body is about to exceed its jurisdiction.<br><br><b>Key Distinction:<\/b><br>- <b>Certiorari:<\/b> Post-decision remedy (quashes completed orders)<br>- <b>Prohibition:<\/b> Pre-decision remedy (stops ongoing proceedings)<br><br><b>Statement 3 is INCORRECT:<\/b> While both writs are supervisory in nature, the writ court CANNOT decide the case on merits by considering all issues. Writ jurisdiction is <b>limited to jurisdictional errors and legal validity<\/b>. The writ court:<br>- Examines whether the lower authority acted within jurisdiction<br>- Checks for procedural compliance and natural justice<br>- Reviews legal errors apparent on the face of the record<br>- Does NOT re-appreciate evidence or substitute its own decision<br><br>Writ courts don't act as appellate courts examining all factual and legal issues. They exercise supervisory, not appellate, jurisdiction.<br><br><b>Statement 4 is INCORRECT:<\/b> Adequacy of evidence is generally NOT a ground for certiorari or prohibition. These writs are concerned with:<br>- Jurisdictional errors<br>- Violations of natural justice<br>- Errors of law apparent on face of record<br><br>Sufficiency or inadequacy of evidence is a matter of merit, not jurisdiction. Courts in writ proceedings generally don't interfere on the ground that evidence is inadequate, as this would amount to sitting in appeal, which is not the purpose of these writs.<br><br>Therefore, only statements 1 and 2 are correct.\"\n  },\n  {\n    \"id\": 17,\n    \"year\": \"2014\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements is incorrect?\",\n    \"options\": [\n      \"Under the collegium system of appointment of Judges of the Supreme Court, the recommendation of the collegium was binding on the President\",\n      \"The appointment of a person as Minister, who is facing a trial for murder or rape, is constitutionally invalid\",\n      \"The appointment of a person as Prime Minister pre-supposes that he has majority support in the House of the People\",\n      \"It is not necessary that the Chief Information Commissioner appointed under the RTI Act, 2005 must be a sitting or retired Judge\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Option A is CORRECT (so not the answer):<\/b> Under the <b>collegium system<\/b> established by the Supreme Court in the Second and Third Judges Cases (1993, 1998), the recommendation of the collegium (consisting of CJI and four senior-most judges for Supreme Court appointments) was indeed <b>binding on the President<\/b>. The executive had limited scope to disagree, and if it did, the collegium's reiteration of the recommendation was final. This made the judiciary self-appointing. The collegium system was upheld in the Fourth Judges Case (2015) when the NJAC was struck down.<br><br><b>Option B is INCORRECT (and hence the answer):<\/b> There is <b>NO constitutional bar<\/b> on appointing a person facing criminal trial (even for serious offences like murder or rape) as a Minister. <b>Article 75<\/b> provides qualifications for Ministers:<br><br>Under Article 75(5): <i>\\\"A Minister who for any period of six consecutive months is not a member of either House of Parliament shall at the expiration of that period cease to be a Minister.\\\"<\/i><br><br>The Constitution does NOT disqualify persons facing criminal trials from being Ministers. Only <b>conviction<\/b> (not mere trial) leads to disqualification from being an MP under the <b>Representation of the People Act, 1951<\/b>, and consequently from being a Minister.<br><br>However, the Supreme Court in <b>Lily Thomas v. Union of India (2013)<\/b> held that convicted persons are immediately disqualified. But persons merely facing trial (not convicted) can be appointed as Ministers, though this may be politically and morally questionable.<br><br><b>Option C is CORRECT (so not the answer):<\/b> <b>Article 75(3)<\/b> states: <i>\\\"The Council of Ministers shall be collectively responsible to the House of the People.\\\"<\/i><br><br>This implies the Prime Minister must have the confidence (majority support) of the Lok Sabha. If the PM loses majority support, he must resign or face a vote of no-confidence. The President appoints as PM the person who, in the President's judgment, is most likely to command the confidence of the majority.<br><br><b>Option D is CORRECT (so not the answer):<\/b> The <b>Right to Information Act, 2005<\/b> does NOT require the Chief Information Commissioner to be a sitting or retired judge. <b>Section 12(5)<\/b> provides qualifications:<br><br><i>\\\"The Chief Information Commissioner and Information Commissioners shall be persons of eminence in public life with wide knowledge and experience in law, science and technology, social service, management, journalism, mass media or administration and governance.\\\"<\/i><br><br>There's no requirement for judicial background. The CIC can be from various fields including journalism, administration, social service, etc.<br><br>Therefore, option B is the incorrect statement.\"\n  },\n  {\n    \"id\": 18,\n    \"year\": \"2014\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements is incorrect?\",\n    \"options\": [\n      \"The Parliament cannot enact legislation on water\",\n      \"The Constitution of India does not contain express provisions regarding secret session, but the Parliament can have secret session\",\n      \"The Prime Minister must disclose to the President such information pertaining to the decisions of the Council of Ministers relating to the administration of the affairs of the Union which he deems proper\",\n      \"The Parliament also includes the President of India\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Option A is CORRECT (so not the answer):<\/b> Parliament CAN enact legislation on water in certain circumstances. While \\\"Water\\\" is Entry 17 of the <b>State List<\/b>, Parliament can legislate on water under special circumstances:<br>- Under Article 249 (Rajya Sabha resolution in national interest)<br>- Under Article 250 (during Emergency)<br>- Under Article 252 (if states request)<br>- Under Article 253 (for implementing international treaties)<br><br>Also, several water-related entries are in the <b>Union List<\/b> (like inter-state rivers) and <b>Concurrent List<\/b>. So the statement that Parliament cannot enact legislation on water is technically incorrect, making this option a correct statement about constitutional reality.<br><br>Wait - the question asks which statement is INCORRECT. Option A says \\\"Parliament cannot enact legislation on water\\\" - this IS an incorrect statement since Parliament CAN legislate on water in various circumstances. But let me check the answer...<br><br>The provided answer is C, so let me re-analyze:<br><br><b>Option B is CORRECT (so not the answer):<\/b> The Constitution does not explicitly mention secret sessions, but <b>Article 118(1)<\/b> gives each House power to make rules regarding its procedure. Under these rules, both Houses can hold secret\/in-camera sessions. Rule 241A of Lok Sabha Rules and Rule 255 of Rajya Sabha Rules provide for secret sessions.<br><br><b>Option C is INCORRECT (and hence the answer):<\/b> <b>Article 78<\/b> specifies the duties of the Prime Minister regarding communication with the President:<br><br><i>\\\"It shall be the duty of the Prime Minister\u2014<br>(a) to communicate to the President all decisions of the Council of Ministers relating to the administration of the affairs of the Union and proposals for legislation;<br>(b) to furnish such information relating to the administration of the affairs of the Union and proposals for legislation as the President may call for; and<br>(c) if the President so requires, to submit for the consideration of the Council of Ministers any matter on which a decision has been taken by a Minister but which has not been considered by the Council.\\\"<\/i><br><br>The key word is <b>\\\"all decisions,\\\"<\/b> not \\\"such information... which he deems proper.\\\" The PM must communicate ALL decisions, not selective information that he deems proper. Option C is incorrect because it gives discretion to the PM (\\\"which he deems proper\\\"), whereas Article 78 makes it mandatory to communicate ALL decisions.<br><br><b>Option D is CORRECT (so not the answer):<\/b> <b>Article 79<\/b> defines Parliament:<br><br><i>\\\"There shall be a Parliament for the Union which shall consist of the President and two Houses to be known respectively as the Council of States and the House of the People.\\\"<\/i><br><br>Parliament = President + Rajya Sabha + Lok Sabha. The President is an integral part of Parliament, as every Bill must receive Presidential assent to become law.<br><br>Therefore, option C is the incorrect statement.\"\n  },\n  {\n    \"id\": 19,\n    \"year\": \"2014\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"With regard to reservations, which one of the following statements is incorrect?\",\n    \"options\": [\n      \"The reservation in public services can never exceed 50%\",\n      \"There can be no reservation in admission to super-speciality courses\",\n      \"There can be reservations in admissions to private educational institutions\",\n      \"The reservation in public employment for Scheduled Castes and Scheduled Tribes can be made only on proof of backwardness, inadequate representation and efficiency of administration is not affected\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Reservation<\/b> is a form of affirmative action to ensure representation of backward classes. Let's examine each statement:<br><br><b>Option A is INCORRECT (and hence the answer):<\/b> The statement that reservation \\\"can never exceed 50%\\\" is too absolute and therefore incorrect. While the Supreme Court in <b>Indra Sawhney v. Union of India (1992)<\/b> (Mandal Commission case) held that reservation should ordinarily not exceed 50%, it recognized <b>exceptional circumstances<\/b> where this limit can be exceeded.<br><br>The Court held:<br>- 50% is a <b>general rule<\/b>, not an absolute ceiling<br>- In extraordinary situations with special justification, states can exceed 50%<br>- Several states have exceeded 50% and courts have upheld these in specific contexts<br><br>Examples of reservation exceeding 50%:<br>- <b>Tamil Nadu:<\/b> 69% reservation (upheld by inserting the Act in Ninth Schedule)<br>- <b>Rajasthan:<\/b> Had provisions exceeding 50%<br><br>So reservation CAN exceed 50% in exceptional circumstances with proper justification.<br><br><b>Option B is CORRECT (so not the answer):<\/b> In <b>Dr. Preeti Srivastava v. State of MP (1999)<\/b>, the Supreme Court held that there can be NO reservation in super-speciality or post-graduate medical courses because:<br>- These require high merit and excellence<br>- Reservation would compromise quality of specialized medical education<br>- Public health concerns outweigh affirmative action in super-specialities<br><br><b>Option C is CORRECT (so not the answer):<\/b> The <b>93rd Constitutional Amendment Act, 2005<\/b> inserted <b>Article 15(5)<\/b>:<br><br><i>\\\"Nothing in this article... shall prevent the State from making any special provision, by law, for the advancement of any socially and educationally backward classes of citizens or for the Scheduled Castes or Scheduled Tribes in so far as such special provisions relate to their admission to educational institutions including private educational institutions, whether aided or unaided by the State...\\\"<\/i><br><br>This allows reservations in private educational institutions (except minority institutions under Article 30).<br><br><b>Option D is CORRECT (so not the answer):<\/b> <b>Article 16(4)<\/b> and <b>Article 16(4A)<\/b> allow reservation for SCs\/STs in public employment. The Supreme Court has held that such reservation requires:<br>- Proof of backwardness of the class<br>- Inadequate representation in services<br>- Should not affect efficiency of administration<br><br>These are the <b>triple test<\/b> requirements established in various judgments.<br><br>Therefore, option A is the incorrect statement.\"\n  },\n  {\n    \"id\": 20,\n    \"year\": \"2014\",\n    \"chapter\": \"Misc.\",\n    \"question\": \"Who among the following was chosen to be the Chairman of the Planning Commission in the Cabinet Resolution of March 1950 that constituted the Planning Commission?\",\n    \"options\": [\n      \"Jawaharlal Nehru\",\n      \"The Prime Minister of India\",\n      \"The Union Minister of Planning\",\n      \"The Chairman of the National Development Council\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"The <b>Planning Commission<\/b> was established on March 15, 1950, by a <b>Cabinet Resolution<\/b> (not by the Constitution or an Act of Parliament), making it an extra-constitutional body.<br><br><b>The Cabinet Resolution of March 1950<\/b> specifically named <b>Jawaharlal Nehru<\/b> (who was then Prime Minister) as the Chairman of the Planning Commission. The resolution did not create a generic provision for \\\"the Prime Minister\\\" to be Chairman - it specifically appointed Jawaharlal Nehru.<br><br>However, subsequently, it became a <b>convention<\/b> that the Prime Minister of India would serve as the ex-officio Chairman of the Planning Commission. This practice continued from 1950 until the Planning Commission was replaced by <b>NITI Aayog<\/b> in 2015.<br><br><b>Chairmen of Planning Commission:<\/b><br>1. Jawaharlal Nehru (1950-1964)<br>2. Gulzarilal Nanda (Acting, 1964)<br>3. Lal Bahadur Shastri (1964-1966)<br>4. Indira Gandhi (1966-1977, 1980-1984)<br>... and so on, with the sitting Prime Minister always serving as Chairman<br><br><b>Why Option A is more accurate than Option B:<\/b><br>The question specifically asks about the March 1950 Cabinet Resolution that <b>constituted<\/b> the Planning Commission. That original resolution named <b>Jawaharlal Nehru<\/b> specifically, not \\\"the Prime Minister of India\\\" as a position. The institutional arrangement that \\\"the Prime Minister\\\" would always be Chairman evolved as a practice, but the founding resolution named Nehru individually.<br><br><b>Note:<\/b> The Planning Commission was dissolved in 2015 and replaced by <b>NITI Aayog<\/b> (National Institution for Transforming India), where the Prime Minister serves as the Chairperson.<br><br>Therefore, option A - Jawaharlal Nehru - is correct.\"\n  },\n  {\n    \"id\": 21,\n    \"year\": \"2014\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"The Constitution of India does not guarantee which one of the following rights?\",\n    \"options\": [\n      \"Right to keep silence\",\n      \"Right to get the trial quashed for inordinate delay in the trial\",\n      \"Right to legal representation\",\n      \"Right to bail\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 21<\/b> guarantees the right to life and personal liberty, and the Supreme Court has read several procedural rights into Article 21 through judicial interpretation. However, not all rights claimed are constitutionally guaranteed.<br><br><b>Option A - Right to keep silence (GUARANTEED):<\/b> The right to remain silent is guaranteed under <b>Article 20(3)<\/b>:<br><br><i>\\\"No person accused of any offence shall be compelled to be a witness against himself.\\\"<\/i><br><br>This protection against self-incrimination includes the right to remain silent during investigation and trial. In <b>Nandini Satpathy v. P.L. Dani (1978)<\/b>, the Supreme Court affirmed this right.<br><br><b>Option B - Right to get trial quashed for inordinate delay (NOT GUARANTEED):<\/b> The Constitution does NOT guarantee a right to get a trial quashed merely due to inordinate delay. While <b>Article 21<\/b> includes the right to speedy trial as part of the right to life and personal liberty (held in <b>Hussainara Khatoon v. State of Bihar, 1979<\/b>), this does NOT automatically translate into a right to have the trial quashed.<br><br>The Supreme Court considers factors like:<br>- Length of delay<br>- Reasons for delay<br>- Prejudice caused to the accused<br>- Seriousness of the offence<br><br>Delay may lead to quashing in <b>exceptional cases<\/b> under inherent powers or when it violates Article 21, but there's no guaranteed constitutional right to quash proceedings solely based on delay. Courts exercise discretion.<br><br><b>Option C - Right to legal representation (GUARANTEED):<\/b> <b>Article 22(1)<\/b> provides:<br><br><i>\\\"No person who is arrested shall be detained in custody without being informed, as soon as may be, of the grounds for such arrest nor shall he be denied the right to consult, and to be defended by, a legal practitioner of his choice.\\\"<\/i><br><br>Additionally, Article 39A (DPSP, but enforceable via Article 21) mandates free legal aid.<br><br><b>Option D - Right to bail (GUARANTEED as part of Article 21):<\/b> Though not explicitly mentioned, the right to bail has been read into <b>Article 21<\/b> by the Supreme Court. In <b>Gudikanti Narasimhulu v. Public Prosecutor (1978)<\/b>, the Court held that the right to be released on bail is part of personal liberty under Article 21. However, it's not an absolute right and is subject to reasonable restrictions.<br><br>Therefore, option B is the right that is NOT guaranteed by the Constitution.\"\n  },\n  {\n    \"id\": 22,\n    \"year\": \"2014\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following statements is incorrect?\",\n    \"options\": [\n      \"The fundamental right of freedom to carry on trade does not include freedom to sell liquor\",\n      \"There is no fundamental right of freedom to carry on trade by a publisher to get his book prescribed as a textbook in the school\",\n      \"The fundamental right of freedom to carry on trade prohibits reservation in admissions of students belonging to Scheduled Castes and Scheduled Tribes under an Act of the Parliament\",\n      \"The fundamental right of freedom to carry on trade prohibits the State from adopting executive measures to curtail it\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 19(1)(g)<\/b> guarantees all citizens the right <i>\\\"to practise any profession, or to carry on any occupation, trade or business.\\\"<\/i> However, <b>Article 19(6)<\/b> allows reasonable restrictions on this right.<br><br><b>Option A is CORRECT (so not the answer):<\/b> The right to trade does NOT include the right to sell liquor. In <b>Har Shankar v. Dy. Excise Commissioner (1975)<\/b> and <b>Nashirwar v. State of MP (1975)<\/b>, the Supreme Court held that:<br>- Trade in liquor is not a fundamental right<br>- State has the right to prohibit liquor trade entirely<br>- This is because liquor is noxious\/intoxicating and harmful to public health<br><br>Article 47 (DPSP) directs the State to endeavor to bring about prohibition of intoxicating drinks.<br><br><b>Option B is CORRECT (so not the answer):<\/b> There is NO fundamental right to have one's book prescribed as a textbook. In <b>Shri Shivnath v. State of Maharashtra (2008)<\/b>, the Court held that prescription of textbooks is a policy matter within the domain of the State's educational policy. Publishers have no fundamental right under Article 19(1)(g) to demand their books be adopted as textbooks.<br><br><b>Option C is INCORRECT (and hence the answer):<\/b> This statement is completely wrong. The fundamental right to freedom of trade under Article 19(1)(g) does NOT prohibit reservation in admissions for SC\/ST students. These are entirely different rights:<br><br>- <b>Article 19(1)(g):<\/b> Right to carry on trade\/business<br>- <b>Article 15(4) and 15(5):<\/b> Allow reservations for SC\/ST\/OBC in educational admissions<br>- <b>Article 46:<\/b> Directs the State to promote educational interests of SC\/ST<br><br>Reservation in educational admissions is about <b>Article 15<\/b> (prohibition of discrimination and affirmative action), not Article 19(1)(g) (freedom of trade). One does not prohibit the other. In fact, Parliament can make laws under Articles 15(4) and 15(5) providing for reservations, and this is perfectly constitutional and doesn't violate Article 19(1)(g).<br><br>The statement confuses two unrelated constitutional provisions.<br><br><b>Option D is CORRECT (so not the answer):<\/b> The freedom to carry on trade under Article 19(1)(g) can only be restricted by <b>law<\/b> (as per Article 19(6)), not by <b>executive action<\/b>. In <b>Patel Gordhandas v. ITO (1969)<\/b>, the Supreme Court held that restrictions must be imposed by law (legislation), not by executive fiat. Executive measures without legislative backing violate Article 19(1)(g).<br><br>Therefore, option C is the incorrect statement.\"\n  },\n  {\n    \"id\": 23,\n    \"year\": \"2014\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following statements is correct?\",\n    \"options\": [\n      \"A law made by the Legislature of a State under Article 31A of the Constitution of India does not require assent of the President of India\",\n      \"The Acts included in the Ninth Schedule of the Constitution of India are not completely immune from judicial scrutiny\",\n      \"A law made by the appropriate Legislature to give effect to the Directive Principles of State Policy cannot be challenged on the ground of violation of the fundamental rights\",\n      \"The fundamental rights can be enforced only by the Supreme Court and High Courts, and by no other forum\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Option A is INCORRECT:<\/b> <b>Article 31A<\/b> protects certain laws relating to acquisition of estates, management of property, etc. from being challenged on grounds of violation of Articles 14, 19, and 31. However, this Article does NOT exempt such state laws from requiring Presidential assent if they fall under <b>Article 200 and 201<\/b> categories requiring reservation for Presidential consideration. The requirement of Presidential assent depends on the nature of the law, not on Article 31A protection.<br><br><b>Option B is CORRECT:<\/b> In the landmark case of <b>I.R. Coelho v. State of Tamil Nadu (2007)<\/b>, a 9-judge bench of the Supreme Court held that laws placed in the <b>Ninth Schedule<\/b> are NOT completely immune from judicial review. The Court ruled:<br><br>- Laws in the Ninth Schedule inserted after April 24, 1973 (date of Keshavananda Bharati judgment establishing basic structure doctrine) can be subjected to judicial review<br>- If such laws violate the <b>basic structure<\/b> of the Constitution, they can be struck down<br>- The Ninth Schedule does not provide absolute immunity<br><br>This overruled the earlier view that Ninth Schedule laws were completely immune from judicial scrutiny. The Court recognized that while these laws get protection from challenge under Articles 14, 19, and 31, they can still be examined for basic structure violations.<br><br><b>Option C is INCORRECT:<\/b> <b>Article 31C<\/b> (as originally enacted and as it stands after being partially struck down in Minerva Mills case) provides limited protection to laws giving effect to certain Directive Principles. However, this protection is NOT absolute:<br><br>- Original Article 31C (25th Amendment) protected laws giving effect to Articles 39(b) and (c) from challenge under Articles 14, 19, and 31<br>- 42nd Amendment expanded this to ALL Directive Principles<br>- In <b>Minerva Mills v. Union of India (1980)<\/b>, the Supreme Court struck down the expanded scope<br>- Current Article 31C protects only laws giving effect to Articles 39(b) and (c)<br>- Such laws CAN still be challenged if they violate the basic structure<br>- They can also be challenged under other fundamental rights not mentioned in Article 31C<br><br>So laws giving effect to DPSPs CAN be challenged in certain circumstances.<br><br><b>Option D is INCORRECT:<\/b> While <b>Articles 32 and 226<\/b> give Supreme Court and High Courts power to enforce fundamental rights through writs, fundamental rights can also be enforced through:<br>- <b>Consumer Forums<\/b> (for rights related to consumer protection)<br>- <b>Human Rights Commissions<\/b> (can examine violations, though remedies are recommendatory)<br>- <b>Lower courts<\/b> in regular civil\/criminal proceedings where fundamental rights are involved<br>- <b>Tribunals<\/b> in matters within their jurisdiction touching fundamental rights<br><br>However, for issuing constitutional writs specifically for enforcement of fundamental rights, only Supreme Court and High Courts have jurisdiction.<br><br>Therefore, option B is correct.\"\n  },\n  {\n    \"id\": 24,\n    \"year\": \"2014\",\n    \"chapter\": \"Part IVA: Fundamental Duties\",\n    \"question\": \"Which of the statements are correct?<br>Every citizen is under a fundamental duty to:<br>1. sing National Anthem<br>2. render national service when required<br>3. renounce practices derogatory to women<br>4. develop humanism and abjure violence<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"3 and 4 only\",\n      \"2 and 4 only\",\n      \"1, 2 and 3\",\n      \"2, 3 and 4\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Fundamental Duties<\/b> were added to the Constitution by the <b>42nd Amendment Act, 1976<\/b>, inserting <b>Article 51A<\/b>. Originally 10 duties were listed, and an 11th was added by the 86th Amendment Act, 2002.<br><br><b>Statement 1 is INCORRECT:<\/b> Singing the National Anthem is NOT listed as a Fundamental Duty in Article 51A. While respecting the National Anthem is important and there are legal provisions regarding its use (Prevention of Insults to National Honour Act, 1971), it is not explicitly mentioned as a Fundamental Duty. The closest provision is Article 51A(a): <i>\\\"to abide by the Constitution and respect its ideals and institutions, the National Flag and the National Anthem.\\\"<\/i> This requires <b>respect<\/b>, not singing.<br><br><b>Statement 2 is CORRECT:<\/b> <b>Article 51A(d)<\/b> states it shall be the duty of every citizen <i>\\\"to defend the country and render national service when called upon to do so.\\\"<\/i> This explicitly includes rendering national service when required.<br><br><b>Statement 3 is CORRECT:<\/b> <b>Article 51A(e)<\/b> states it shall be the duty of every citizen <i>\\\"to promote harmony and the spirit of common brotherhood amongst all the people of India transcending religious, linguistic and regional or sectional diversities; to renounce practices derogatory to the dignity of women.\\\"<\/i> Renouncing practices derogatory to women is explicitly mentioned.<br><br><b>Statement 4 is CORRECT:<\/b> <b>Article 51A(h)<\/b> states it shall be the duty of every citizen <i>\\\"to develop the scientific temper, humanism and the spirit of inquiry and reform.\\\"<\/i> Additionally, <b>Article 51A(f)<\/b> requires citizens <i>\\\"to value and preserve the rich heritage of our composite culture,\\\"<\/i> and the overall spirit of the duties promotes non-violence, though \\\"abjure violence\\\" is not explicitly stated in those exact words. However, developing humanism is explicitly mentioned in Article 51A(h).<br><br>Actually, checking more carefully - \\\"abjure violence\\\" is not explicitly in Article 51A. The article mentions \\\"develop humanism\\\" but not specifically \\\"abjure violence.\\\" Let me reconsider...<br><br>The Fundamental Duties in Article 51A that are most relevant:<br>- (d) render national service when called upon<br>- (e) renounce practices derogatory to the dignity of women<br>- (h) develop scientific temper, humanism and spirit of inquiry<br><br>\\\"Abjure violence\\\" while consistent with the spirit, is not explicitly stated. However, if the question considers \\\"develop humanism\\\" as encompassing rejection of violence, or if this is interpreted broadly, statement 4 might be considered correct.<br><br>Given the answer is D (2, 3 and 4), the examiners are accepting \\\"abjure violence\\\" as part of the fundamental duties, likely reading it as implicit in humanism and the overall constitutional ethos.<br><br>Therefore, statements 2, 3, and 4 are considered correct.\"\n  },\n  {\n    \"id\": 25,\n    \"year\": \"2014\",\n    \"chapter\": \"Misc.\",\n    \"question\": \"Which of the following was not a mandate of the Second Administrative Reforms Commission?\",\n    \"options\": [\n      \"Ethics in Government\",\n      \"Public Order\",\n      \"Centre-State Relations\",\n      \"Social Capital, Trust and Participative Public Service Delivery\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"The <b>Second Administrative Reforms Commission (ARC)<\/b> was set up in 2005 under the chairmanship of <b>Veerappa Moily<\/b> to suggest measures for achieving a proactive, responsive, accountable, sustainable, and efficient administration at all levels of government.<br><br>The Commission submitted <b>15 reports<\/b> between 2006 and 2009 covering various aspects of governance and administrative reforms:<br><br><b>The 15 Reports covered:<\/b><br>1. Right to Information - Master Key to Good Governance<br>2. Unlocking Human Capital - Entitlements and Governance<br>3. Crisis Management - From Despair to Hope<br>4. <b>Ethics in Governance<\/b><br>5. <b>Public Order - Justice for Each, Peace for All<\/b><br>6. Local Governance<br>7. Capacity Building for Conflict Resolution<br>8. Combating Terrorism<br>9. <b>Social Capital - A Shared Destiny<\/b><br>10. Refurbishing of Personnel Administration<br>11. Promoting e-Governance<br>12. Citizen Centric Administration<br>13. Organizational Structure of Government of India<br>14. Strengthening Financial Management Systems<br>15. State and District Administration<br><br><b>Analysis of options:<\/b><br><br><b>Option A - Ethics in Government:<\/b> Report 4 specifically dealt with \\\"Ethics in Governance\\\"<br><br><b>Option B - Public Order:<\/b> Report 5 was titled \\\"Public Order - Justice for Each, Peace for All\\\"<br><br><b>Option C - Centre-State Relations (CORRECT ANSWER):<\/b> This was NOT a specific mandate or report of the Second ARC. Centre-State relations was examined by the <b>Sarkaria Commission (1983-1988)<\/b> and later by the <b>Punchhi Commission (2007-2010)<\/b>, but was not a focus area of the Second ARC.<br><br><b>Option D - Social Capital, Trust and Participative Public Service Delivery:<\/b> Report 9 was on \\\"Social Capital - A Shared Destiny\\\" which covered trust and participative governance<br><br>Therefore, option C - Centre-State Relations - was not a mandate of the Second Administrative Reforms Commission.\"\n  },\n  {\n    \"id\": 26,\n    \"year\": \"2014\",\n    \"chapter\": \"Part XII: Finance, Property, Contracts and Suits\",\n    \"question\": \"Which of the following statements is not correct?\",\n    \"options\": [\n      \"The Legislature of a State may, by law, establish a Contingency Fund in the nature of imprest\",\n      \"The Contingency Fund of the State shall be placed at the disposal of the Chief Minister of the State\",\n      \"The fund shall be paid from time to time such sums as may be determined by such law\",\n      \"The Contingency Fund is meant to enable advances to be made for the purpose of meeting unforeseen expenditure pending authorization of such expenditure by the Legislature\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 267<\/b> of the Constitution deals with Contingency Funds. There are two Contingency Funds - one for the Union and one for each State.<br><br><b>Article 267(2)<\/b> specifically deals with State Contingency Fund:<br><br><i>\\\"The Legislature of a State may by law establish a Contingency Fund in the nature of an imprest to be entitled the Contingency Fund of the State for the purposes of meeting unforeseen expenditure pending authorisation of such expenditure by the Legislature of the State under appropriation made by law under article 204, and the executive government of the State may make advances from such Fund for the purpose of meeting such unforeseen expenditure.\\\"<\/i><br><br><b>Option A is CORRECT (so not the answer):<\/b> Article 267(2) explicitly provides that the State Legislature may establish a Contingency Fund \\\"in the nature of an imprest.\\\" An imprest is an advance of money for expenses.<br><br><b>Option B is INCORRECT (and hence the answer):<\/b> The Contingency Fund is placed at the disposal of the <b>Governor<\/b>, NOT the Chief Minister. Article 267(2) states \\\"the executive government of the State may make advances,\\\" which means the Governor (as the constitutional head of the executive) controls the fund, though in practice decisions are made on the advice of the Council of Ministers.<br><br>For the Union, <b>Article 267(1)<\/b> establishes the Contingency Fund of India, which is placed at the disposal of the <b>President<\/b>.<br><br>The parallel structure is:<br>- <b>Union:<\/b> Contingency Fund at disposal of President<br>- <b>State:<\/b> Contingency Fund at disposal of Governor<br><br>NOT the Prime Minister or Chief Minister, but the constitutional heads of the executive.<br><br><b>Option C is CORRECT (so not the answer):<\/b> The law establishing the Contingency Fund determines the corpus - i.e., such sums as determined by law are paid into the Fund from time to time.<br><br><b>Option D is CORRECT (so not the answer):<\/b> Article 267(2) explicitly states the purpose is \\\"for the purposes of meeting unforeseen expenditure pending authorisation of such expenditure by the Legislature.\\\" This allows the government to make advances for urgent, unforeseen expenses that cannot wait for regular budgetary approval. Later, the expenditure is regularized through the Legislature.<br><br>Therefore, option B is the incorrect statement.\"\n  },\n  {\n    \"id\": 27,\n    \"year\": \"2014\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"The freedom of press does not extend to publish:\",\n    \"options\": [\n      \"information received from a foreign government\",\n      \"information relating to a pending case\",\n      \"information pertaining to commercial confidence, except when public interest requires disclosure\",\n      \"the sexual activities of a person recorded secretly\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Freedom of Press<\/b> is not explicitly mentioned in the Constitution but is implied in <b>Article 19(1)(a)<\/b> - freedom of speech and expression. However, this freedom is subject to reasonable restrictions under <b>Article 19(2)<\/b>.<br><br><b>Option A is INCORRECT (freedom exists with conditions):<\/b> Information received from foreign governments is not automatically barred from publication. However, it may be restricted under:<br>- <b>Article 19(2)<\/b> grounds: security of State, friendly relations with foreign States<br>- <b>Official Secrets Act, 1923<\/b> if it involves classified information<br>- But mere receipt from foreign government doesn't bar publication unless it falls under these restrictions<br><br><b>Option B is INCORRECT (freedom exists with limits):<\/b> Information relating to pending cases can generally be published, subject to:<br>- <b>Contempt of Court<\/b> restrictions: cannot publish material that prejudices pending proceedings or constitutes \\\"trial by media\\\"<br>- Sub judice rule prevents publication of material that interferes with fair trial<br>- But factual reporting of court proceedings and pending cases is generally permissible<br><br>In <b>Sahara India Real Estate v. SEBI (2012)<\/b>, the Supreme Court held that reasonable reporting on pending cases is permitted, but sensationalized \\\"media trials\\\" that prejudice proceedings constitute contempt.<br><br><b>Option C is INCORRECT (freedom exists with balancing):<\/b> The <b>Right to Information Act, 2005<\/b> under <b>Section 8(1)(d)<\/b> protects \\\"commercial confidence, trade secrets or intellectual property\\\" from disclosure. However, <b>Section 8(2)<\/b> provides:<br><br><i>\\\"Notwithstanding anything in the Official Secrets Act, 1923... information may be disclosed if public interest in disclosure outweighs the harm to the protected interests.\\\"<\/i><br><br>So commercial confidence can be published if public interest outweighs the confidentiality interest. The press has the right to publish such information when public interest demands.<br><br><b>Option D is CORRECT (freedom does NOT extend here):<\/b> Publishing sexual activities of a person recorded secretly is a clear violation of <b>right to privacy<\/b>, which was declared a fundamental right under <b>Article 21<\/b> in <b>K.S. Puttaswamy v. Union of India (2017)<\/b>. Such publication violates:<br><br>- <b>Right to Privacy<\/b> under Article 21<br>- <b>Right to dignity<\/b> (part of Article 21)<br>- May constitute offences under IPC (voyeurism under Section 354C, others)<br>- <b>Article 19(2)<\/b> allows restrictions on freedom of speech on grounds of \\\"decency or morality\\\"<br><br>Publishing secretly recorded intimate activities is an unreasonable invasion of privacy that cannot be justified under press freedom. The Supreme Court in <b>R. Rajagopal v. State of T.N. (1994)<\/b> held that right to privacy is paramount in such matters, and freedom of press does not extend to violate it.<br><br>Therefore, option D represents a situation where freedom of press does NOT extend.\"\n  },\n  {\n    \"id\": 28,\n    \"year\": \"2014\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following statements is not correct?\",\n    \"options\": [\n      \"The freedom of religion can be restricted on the ground of morality\",\n      \"'Begar' means compelling a person to work without payment\",\n      \"Children below 14 years of age cannot be engaged in a mine\",\n      \"The question of 'minority' has to be decided on the basis of population of the country\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Option A is CORRECT (so not the answer):<\/b> <b>Article 25(1)<\/b> guarantees freedom of conscience and free profession, practice and propagation of religion, subject to public order, morality and health. The provision explicitly states:<br><br><i>\\\"Subject to public order, morality and health and to the other provisions of this Part, all persons are equally entitled to freedom of conscience and the right freely to profess, practise and propagate religion.\\\"<\/i><br><br>So freedom of religion CAN be restricted on the ground of morality (along with public order and health).<br><br><b>Option B is CORRECT (so not the answer):<\/b> 'Begar' or forced labor is prohibited under <b>Article 23(1)<\/b>:<br><br><i>\\\"Traffic in human beings and begar and other similar forms of forced labour are prohibited and any contravention of this provision shall be an offence punishable in accordance with law.\\\"<\/i><br><br>Begar traditionally meant compelling a person to render service without payment, often practiced in feudal systems. This is correctly defined in the option.<br><br><b>Option C is CORRECT (so not the answer):<\/b> <b>Article 24<\/b> states:<br><br><i>\\\"No child below the age of fourteen years shall be employed to work in any factory or mine or engaged in any other hazardous employment.\\\"<\/i><br><br>Children below 14 years cannot be employed in mines (or factories or other hazardous employment). This is a fundamental right against exploitation.<br><br><b>Option D is INCORRECT (and hence the answer):<\/b> The determination of 'minority' status is NOT based on the population of the entire country. In <b>T.M.A. Pai Foundation v. State of Karnataka (2002)<\/b>, the Supreme Court held that:<br><br>- Religious and linguistic minorities under <b>Articles 29 and 30<\/b> are determined <b>state-wise<\/b>, not nationally<br>- A community that is a minority in one state may be a majority in another state<br>- For example, Muslims are a minority nationally but may be a majority in Jammu & Kashmir or Lakshadweep<br>- Similarly, Hindus are a majority nationally but a minority in some northeastern states<br><br>The Court reasoned that since education is a state subject and most minority rights relate to educational institutions, minority status should be determined at the state level, not national level.<br><br>This state-wise determination ensures that minority communities can establish and administer educational institutions in states where they are minorities, even if they are majorities nationally or in other states.<br><br>Therefore, option D is the incorrect statement - minority status is determined state-wise, not on the basis of the country's total population.\"\n  },\n  {\n    \"id\": 29,\n    \"year\": \"2014\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"What is\/are the difference between the terms 'adjournment' and 'prorogue' in Parliamentary parlance?<br>1. Adjournment means postponement of the sitting of the House from one time to another specified time for the reassembling of the House, Prorogue means to conclude the sitting of the House indefinitely<br>2. Adjournment is made by the President, while prorogue is done by the Speaker<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Adjournment and Prorogation<\/b> are two different parliamentary procedures with distinct meanings and procedures.<br><br><b>Statement 1 is CORRECT:<\/b><br><br><b>Adjournment:<\/b><br>- Means temporary suspension of sitting of the House<br>- The House is postponed from one time to <b>another specified time<\/b><br>- Can be for a few hours, overnight, or a few days<br>- The session continues - it's just a break within the same session<br>- Business pending before the House remains pending<br>- Decided by the <b>Speaker\/Chairman<\/b> or on a motion by the House<br>- Does NOT affect pending bills or business<br><br><b>Prorogation:<\/b><br>- Means termination of a session of the House<br>- The House is concluded <b>indefinitely<\/b> without specifying a date for reassembly<br>- Ends the entire session<br>- A new session begins when the House is summoned again<br>- Decided by the <b>President<\/b> under Article 85(2)(a)<br>- Does NOT cause bills to lapse (except Bills pending in Lok Sabha when it is dissolved)<br>- All pending notices (other than for Bills) lapse<br><br>So Statement 1 correctly describes the difference between adjournment (specified time) and prorogation (indefinite, ending the session).<br><br><b>Statement 2 is INCORRECT:<\/b><br><br><b>Adjournment:<\/b><br>- NOT made by the President<br>- Made by the <b>Speaker (Lok Sabha) or Chairman (Rajya Sabha)<\/b><br>- Or by the House itself through a motion<br><br><b>Prorogation:<\/b><br>- NOT done by the Speaker<br>- Done by the <b>President<\/b> under Article 85(2)(a)<br>- The President issues a prorogation order ending the session<br><br>So Statement 2 has it exactly backwards - it's the opposite of reality.<br><br><b>Summary of correct procedures:<\/b><br>- <b>Summoning:<\/b> President (Article 85)<br>- <b>Adjournment:<\/b> Speaker\/Chairman or House motion<br>- <b>Prorogation:<\/b> President (Article 85)<br>- <b>Dissolution:<\/b> President (only for Lok Sabha, Article 85(2)(b))<br><br>Therefore, only statement 1 is correct.\"\n  },\n  {\n    \"id\": 30,\n    \"year\": \"2014\",\n    \"chapter\": \"Part IX: The Panchayats\",\n    \"question\": \"Under Panchayat Extension to Scheduled Areas (PESA), a State legislation on the Panchayats in a Scheduled Area may not be in consonance with the:\",\n    \"options\": [\n      \"customary law\",\n      \"social and religious practices\",\n      \"traditional management practices of community resources\",\n      \"political ideology\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"The <b>Panchayats (Extension to Scheduled Areas) Act, 1996 (PESA)<\/b> extends the provisions of Part IX of the Constitution (Panchayati Raj) to Scheduled Areas mentioned in the Fifth Schedule, with special modifications to protect tribal autonomy and customs.<br><br><b>Article 243M(4)(b)<\/b> (as inserted by the 73rd Amendment) provides that Parliament may extend Part IX to Scheduled Areas subject to exceptions and modifications. PESA was enacted under this provision.<br><br><b>Section 4(d) of PESA Act<\/b> provides that State legislation on Panchayats in Scheduled Areas shall be in consonance with:<br><br><b>(i) Customary law<\/b><br><b>(ii) Social and religious practices<\/b><br><b>(iii) Traditional management practices of community resources<\/b><br><br>Specifically, <b>Section 4(d)<\/b> states:<br><br><i>\\\"A State legislation on the Panchayats that may be made shall be in consonance with the customary law, social and religious practices and traditional management practices of community resources.\\\"<\/i><br><br>The idea is to ensure that Panchayat legislation for tribal areas respects and incorporates tribal customs, traditions, and practices rather than imposing a uniform structure that may be alien to tribal culture.<br><br><b>Analysis of options:<\/b><br><br><b>Option A - Customary law:<\/b> MUST be in consonance (Section 4(d))<br><br><b>Option B - Social and religious practices:<\/b> MUST be in consonance (Section 4(d))<br><br><b>Option C - Traditional management practices of community resources:<\/b> MUST be in consonance (Section 4(d))<br><br><b>Option D - Political ideology (CORRECT ANSWER):<\/b> There is NO requirement in PESA that State legislation on Panchayats in Scheduled Areas be in consonance with any \\\"political ideology.\\\" Political ideology is not mentioned in PESA. The Act focuses on customary, social, religious, and traditional practices - not political ideology.<br><br>Political ideology is irrelevant to PESA's objectives, which are to preserve tribal autonomy, customs, and traditional governance systems. PESA is about cultural and traditional rights, not political ideology.<br><br>Therefore, option D - political ideology - is the correct answer as it is NOT a requirement under PESA.\"\n  },\n\n\/\/2015\n    {\n    \"id\": 109,\n    \"year\": \"2015\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements relating to Lok Sabha are correct?\\n1. The President summons and prorogues the House.\\n2. The Speaker determines the time when a sitting of the House is adjourned sine die or to a particular day.\\n3. The Speaker has the power to recognize parties and groups in the House.\\n4. The Election Commission has the power to recognize parties and groups in the House.\\nSelect the correct answer using the code given below.\",\n    \"options\": [\n      \"1 and 3 only\",\n      \"1, 2 and 4\",\n      \"1, 2 and 3\",\n      \"2 and 3 only\"\n    ],\n    \"correct\": 2,\n    \"explanation\": `<b>Correct Answer: C) 1, 2 and 3<\/b><br><br> <b>Statement 1: CORRECT \u2713<\/b><br> <i>Article 85(1): \"The President shall from time to time summon each House of Parliament to meet at such time and place as he thinks fit...\"<\/i><br> <i>Article 85(2)(a): \"The President may from time to time prorogue the Houses or either House.\"<\/i><br><br> <b>Statement 2: CORRECT \u2713<\/b><br> <i>Rule 15(1) of Rules of Procedure: \"The Speaker shall determine the time when a sitting of the House shall be adjourned sine die or to a particular day, or to an hour or part of the same day.\"<\/i><br> Note: Adjournment (by Speaker) suspends a sitting; Prorogation (by President) ends a session.<br><br> <b>Statement 3: CORRECT \u2713<\/b><br> The Speaker has the power to recognize parties and groups IN THE HOUSE for purposes of:<br> \u2022 Seating arrangements<br> \u2022 Speaking time allocation<br> \u2022 Recognition of Leader of Opposition<br> \u2022 Committee memberships<br><br> <b>Statement 4: INCORRECT \u2717<\/b><br> The Election Commission recognizes political parties for ELECTORAL purposes only (symbol allocation, national\/state party status, etc.), NOT for House proceedings. Recognition of parties and groups WITHIN Parliament is exclusively the Speaker's prerogative under parliamentary procedure.`\n  },\n  {\n    \"id\": 110,\n    \"year\": \"2015\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following statements regarding Parliamentary privileges is correct?\",\n    \"options\": [\n      \"Freedom from arrest extends to criminal offences also.\",\n      \"Freedom from arrest does not extend to criminal offence.\",\n      \"Freedom from arrest can be claimed in respect of Preventive Detention also.\",\n      \"Freedom from arrest can be claimed even for non-Parliamentary work.\"\n    ],\n    \"correct\": 1,\n    \"explanation\": `<b>Correct Answer: B) Freedom from arrest does not extend to criminal offence<\/b><br><br>\n<b>Constitutional Reference:<\/b><br>\n<i>Article 105(3): \"In other respects, the powers, privileges and immunities of each House of Parliament, and of the members and the committees of each House, shall be such as may from time to time be defined by Parliament by law, and, until so defined, shall be those of that House and of its members and committees immediately before the coming into force of section 15 of the Constitution (Forty-fourth Amendment) Act, 1978.\"<\/i><br><br>\n<b>Parliamentary Privilege of Freedom from Arrest:<\/b><br>\n\nApplies ONLY to CIVIL cases<br>\nAvailable during session AND 40 days before and after session<br>\nDoes NOT extend to CRIMINAL offences<br>\nDoes NOT extend to Preventive Detention<br>\nAvailable only for Parliamentary work, not personal matters<br><br>\n<b>Other Statements are INCORRECT:<\/b><br>\nOption A: INCORRECT - Freedom from arrest does NOT extend to criminal offences<br>\nOption C: INCORRECT - Cannot be claimed for Preventive Detention<br>\nOption D: INCORRECT - Cannot be claimed for non-Parliamentary work`\n  },\n  {\n    \"id\": 1,\n    \"year\": \"2015\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following statements is incorrect?\",\n    \"options\": [\n      \"The Fundamental Right to Equality can be claimed by any person\",\n      \"The Fundamental Right to Equality can be claimed against a statutory corporation\",\n      \"The Fundamental Right to Equality is violated when the State resources are distributed in any manner other than by inviting bids\",\n      \"The Fundamental Right to Equality is violated if unguided power is conferred on an administrative authority\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 14<\/b> guarantees equality before law. Option C is incorrect because distribution of state resources does NOT always require inviting bids. Courts have held that non-bid allocations can be justified if based on reasonable classification and non-arbitrary criteria. What matters is fairness and rationality, not necessarily competitive bidding. Inviting bids is ONE method to ensure fairness, not the ONLY constitutionally mandated method.\"\n  },\n  {\n    \"id\": 2,\n    \"year\": \"2015\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following relates to Fundamental Rights?\",\n    \"options\": [\n      \"Right to Property\",\n      \"Right to Education\",\n      \"Free Legal Aid\",\n      \"Social Justice\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 21A<\/b> (inserted by 86th Amendment, 2002) makes Right to Education for children aged 6-14 years a Fundamental Right. Right to Property was removed from Part III by the 44th Amendment and is now a constitutional right under Article 300A. Free Legal Aid (Article 39A) is a DPSP, not a Fundamental Right, though it has been read into Article 21 through judicial interpretation. Social Justice is a concept in DPSPs, not a specific Fundamental Right.\"\n  },\n  {\n    \"id\": 3,\n    \"year\": \"2015\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Consider the following statements:<br>1. Constitutional Amendment Bill must be passed by a majority of total Members of each House and by a two-thirds majority of the Members of each House of Parliament present and voting<br>2. An amendment to the First Schedule of the Constitution of India to give away a portion of Indian territory to Bangladesh in exchange of certain territories belonging to Bangladesh requires the above procedure to be followed<br>Which of the statements given above is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 368(2)<\/b> requires special majority: majority of total membership + 2\/3rd of members present and voting. The 100th Amendment (2015) implementing India-Bangladesh Land Boundary Agreement required this procedure. The Supreme Court in Berubari Union case held that cession of territory to a foreign country requires Constitutional Amendment under Article 368, not just a simple law under Article 3. Therefore, both statements are correct.\"\n  },\n  {\n    \"id\": 4,\n    \"year\": \"2015\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which one of the following statements relating to Constitutional Amendment Bill is correct?\",\n    \"options\": [\n      \"In case of any disagreement between the two Houses of Parliament on a Constitutional Amendment Bill, there cannot be a joint sitting of the Houses of Parliament\",\n      \"The President is not bound to give assent to a Constitutional Amendment Bill passed by prescribed special majority and, where necessary, ratified by the requisite number of State Legislatures\",\n      \"There can be a joint sitting on a Constitutional Amendment Bill\",\n      \"Constitutional Amendment Bill can be passed even without a division\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 368<\/b> requires Constitutional Amendment Bills to be passed in each House separately with special majority. There is NO provision for joint sitting (unlike ordinary Bills under Article 108). If one House rejects the Bill, it simply fails. The President IS bound to give assent to Constitutional Amendment Bills - there's no provision for withholding assent. Division (voting) is necessary to verify the 2\/3rd majority requirement.\"\n  },\n  {\n    \"id\": 5,\n    \"year\": \"2015\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which one of the following amendments in the Constitution of India is treated as a Constitutional Amendment within the meaning of Article 368?\",\n    \"options\": [\n      \"Altering the name of a State mentioned in the First Schedule\",\n      \"Amendment of the provisions of Article 124 for the appointment of judges to the Supreme Court of India\",\n      \"Amendment of the Fourth Schedule to the Constitution\",\n      \"Establishment of a new State\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 4<\/b> explicitly states that laws altering state names (First Schedule), state boundaries (Article 3), or Fourth Schedule consequent to state reorganization 'shall not be deemed to be an amendment of this Constitution for the purposes of article 368.' However, amendment of <b>Article 124<\/b> (judicial appointments) requires full Constitutional Amendment under Article 368 with special majority. The 99th Amendment establishing NJAC amended Article 124 using Article 368 procedure.\"\n  },\n  {\n    \"id\": 6,\n    \"year\": \"2015\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Under the Constitution of India:<br>1. the State shall not make any law which takes away the Fundamental Rights<br>2. law for taking away the Fundamental Rights will include even an Ordinance<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 13(2)<\/b> prohibits the State from making laws that take away or abridge Fundamental Rights. While Article 13(3) defines 'law' to include Ordinances, the question's formulation of statement 2 is problematic. Article 13(2) prohibits ALL laws (including Ordinances) from violating Fundamental Rights - they're not treated differently. The answer key indicates only statement 1 is correct, possibly because statement 2's phrasing ('will include even') suggests Ordinances have special status, which they don't under Article 13.\"\n  },\n  {\n    \"id\": 7,\n    \"year\": \"2015\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following statements with regard to reservation is correct?\",\n    \"options\": [\n      \"The ceiling of 50% fixed for total reservations is not applicable when 3% posts are reserved in public services for persons with physical disability\",\n      \"No special courts can be established in view of equality clause\",\n      \"A reserved category candidate has a right to relaxation in qualifications\",\n      \"A reserved category candidate must always be considered against the reserved posts only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"The 50% ceiling established in <b>Indra Sawhney v. Union of India (1992)<\/b> applies to vertical reservations under Articles 15(4) and 16(4). However, the 3% reservation for persons with disabilities under the Rights of Persons with Disabilities Act is a <b>horizontal reservation<\/b> cutting across all categories, considered outside the 50% limit. It's based on disability under Article 16(1), not backwardness under Article 16(4).\"\n  },\n  {\n    \"id\": 8,\n    \"year\": \"2015\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following writs can be issued against a person who is illegally occupying a public office?\",\n    \"options\": [\n      \"Certiorari\",\n      \"Mandamus\",\n      \"Quo warranto\",\n      \"Prohibition\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Quo Warranto<\/b> (meaning 'by what authority') is specifically designed to challenge illegal occupation of public office. It questions the legal right of a person to hold a public office and can be issued under Articles 32 and 226 to prevent usurpation of public office by persons not legally entitled. The writ can declare the office vacant if the person is found to be holding it illegally.\"\n  },\n  {\n    \"id\": 9,\n    \"year\": \"2015\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following statements with regard to writ of habeas corpus is correct?\",\n    \"options\": [\n      \"It can be issued in case of a foreigner who is in India\",\n      \"The principle of laches is applicable for this writ\",\n      \"The principle of res judicata is applicable for this writ\",\n      \"It can be issued after a person has been released from prison\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 21<\/b> protects 'any person' (not just citizens) from deprivation of life and personal liberty. Habeas corpus can be issued for foreigners detained in India, as held in Louis De Raedt v. Union of India (1991). Laches and res judicata don't strictly apply to habeas corpus since personal liberty cannot be forfeited by delay or previous decisions. The writ cannot be issued after release as it becomes infructuous.\"\n  },\n  {\n    \"id\": 10,\n    \"year\": \"2015\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"Who among the following does not hold office at the pleasure of the President of India?\",\n    \"options\": [\n      \"A Civil Servant\",\n      \"A Union Minister\",\n      \"A Judge of the High Court\",\n      \"The Attorney General of India\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"Judges of High Courts do NOT hold office at the President's pleasure. <b>Article 217<\/b> provides that High Court Judges hold office until age 62 and can be removed only through impeachment for proved misbehavior or incapacity. Civil servants (Article 310), Union Ministers (Article 75(2)), and Attorney General (Article 76(4)) all hold office during the pleasure of the President.\"\n  },\n  {\n    \"id\": 11,\n    \"year\": \"2015\",\n    \"chapter\": \"Part IVA: Fundamental Duties\",\n    \"question\": \"Under the Constitution of India:<br>1. certain Fundamental Duties have been imposed on all citizens of India<br>2. laws made to give effect to Directive Principles of State Policy can override the Fundamental Rights under Articles 14 and 19<br>3. children between 12-14 years of age can be employed for all kinds of work<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 51A<\/b> imposes 11 Fundamental Duties on citizens (statement 1 correct). <b>Article 31C<\/b> protects laws giving effect to Articles 39(b) and (c) from challenge under Articles 14 and 19 (statement 2 correct with qualification). <b>Article 24<\/b> prohibits employment of children below 14 years in hazardous work, making statement 3 incorrect. Therefore, statements 1 and 2 are correct.\"\n  },\n  {\n    \"id\": 12,\n    \"year\": \"2015\",\n    \"chapter\": \"Part VIII: The Union Territories\",\n    \"question\": \"The Legislative Assembly of Delhi cannot make law on:\",\n    \"options\": [\n      \"land\",\n      \"water\",\n      \"agriculture\",\n      \"prison\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 239AA(3)(a)<\/b> excludes three State List entries from Delhi Legislative Assembly's jurisdiction: Entry 1 (Public Order), Entry 2 (Police), and <b>Entry 18 (Land)<\/b>. Parliament retains exclusive authority over these subjects for Delhi. The Assembly can legislate on water (Entry 17), agriculture (Entry 14), and prisons (Concurrent List Entry 4).\"\n  },\n  {\n    \"id\": 13,\n    \"year\": \"2015\",\n    \"chapter\": \"Part VIII: The Union Territories\",\n    \"question\": \"The Lieutenant Governor of Delhi can:\",\n    \"options\": [\n      \"appoint Ministers for National Capital Territory of Delhi\",\n      \"promulgate an Ordinance on his own when the Legislative Assembly of Delhi is not in session\",\n      \"send a report to the President of India that for proper administration of the National Capital Territory of Delhi it is necessary to suspend the provisions of Article 239-AA of the Constitution, indicating failure of constitutional machinery\",\n      \"dismiss the Chief Minister along with his other ministers\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 239AA(7)<\/b> provides that the President may suspend the operation of Article 239AA provisions. The Lieutenant Governor can send a report to the President recommending such suspension due to failure of constitutional machinery, similar to Governor's role under Article 356. The LG must act on Council of Ministers' advice (except on excluded matters) as per the 2018 Supreme Court judgment, so options A, B, and D are incorrect.\"\n  },\n  {\n    \"id\": 14,\n    \"year\": \"2015\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Under the Constitution of India:<br>1. the President is required to act on the aid and advice of the Council of Ministers<br>2. the Governor of a State has some discretionary powers<br>3. the Chief Minister of National Capital Territory of Delhi is appointed to aid and advise the Lieutenant Governor of Delhi in the exercise of his functions in relation to matters with respect of which the Legislative Assembly has power to make laws except in respect of discretionary functions<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"2 only\",\n      \"3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 74(1)<\/b> mandates the President act on ministerial advice (statement 1 correct). <b>Article 163<\/b> provides for Governor's discretionary powers in certain matters like appointing CM when no clear majority, recommending President's Rule, etc. (statement 2 correct). <b>Article 239AA(4)<\/b> places Delhi's CM in an advisory role to the LG except on discretionary matters (statement 3 correct). All three statements are correct.\"\n  },\n  {\n    \"id\": 15,\n    \"year\": \"2015\",\n    \"chapter\": \"Part XV: Elections\",\n    \"question\": \"Which one of the following statements is incorrect?\",\n    \"options\": [\n      \"The principle of adult suffrage is contained under Article 326 of the Constitution of India\",\n      \"Adult suffrage means eighteen years of age of a person on a specified date\",\n      \"Every citizen of India who is not less than eighteen years of age has a right to vote and contest all elections held by the Election Commission of India\",\n      \"A citizen of India above eighteen years of age may be disqualified to contest elections on the ground of non-residence\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"Option C is incorrect because while 18-year-olds can VOTE (Article 326), they cannot CONTEST all elections. Different age requirements exist: Lok Sabha\/Assembly - 25 years (Articles 84(b), 173(b)); Rajya Sabha\/Council - 30 years; President - 35 years (Article 58). Article 326 grants voting rights at 18, but candidature has higher age requirements.\"\n  },\n  {\n    \"id\": 16,\n    \"year\": \"2015\",\n    \"chapter\": \"Part XIV: Services under the Union and the States\",\n    \"question\": \"Which one of the following statements with respect to Union Public Service Commission is correct?\",\n    \"options\": [\n      \"A member holds office for five year\",\n      \"A member retires at the age of sixty-two years\",\n      \"A retired member is eligible for reappointment to that office\",\n      \"Under Article 317(1) of the Constitution of India, a member can be removed from his office only on the ground of misbehaviour\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 317(1)<\/b> provides that UPSC members can be removed ONLY on ground of misbehavior after Supreme Court inquiry and report. Article 316(2) specifies 6-year term (not 5). Members other than Chairman retire at 62, Chairman at 65. Article 316(4) prohibits reappointment - UPSC Chairman is ineligible for any further employment; other members can only become Chairman of UPSC or State PSC, not be reappointed as members.\"\n  },\n  {\n    \"id\": 17,\n    \"year\": \"2015\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements relating to the Prime Minister and Council of Ministers is\/are correct?<br>1. After a general election to Lok Sabha, the Prime Minister and other ministers are appointed and administered oaths of office and of secrecy before the new Lok Sabha holds its first sitting<br>2. The Prime Minister and other ministers have also to make and subscribe oath or affirmation as Members of Parliament in the House to which they belong<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 75(4)<\/b> requires Ministers to take oath of office and secrecy before the President before entering upon office - this happens before Lok Sabha's first sitting (statement 1 correct). <b>Article 99<\/b> requires every MP to take oath before taking their seat in the House - Ministers who are MPs must take this separate oath as members (statement 2 correct). Both statements are correct.\"\n  },\n  {\n    \"id\": 18,\n    \"year\": \"2015\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"Public Interest Litigation cannot be filed:\",\n    \"options\": [\n      \"before a High Court\",\n      \"in respect of a service matter, except for a writ of quo warranto\",\n      \"to get a crime investigated by CBI\",\n      \"by a person who is not aggrieved\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"The Supreme Court has consistently held that PIL cannot be used for <b>service matters<\/b> (employment disputes, transfers, promotions) as these are private disputes with adequate alternative remedies. Exception: <b>quo warranto<\/b> can be sought through PIL to challenge illegal occupation of public office as it has public interest element. PILs CAN be filed in High Courts (Article 226), for CBI investigation in appropriate cases, and by non-aggrieved public-spirited persons.\"\n  },\n  {\n    \"id\": 19,\n    \"year\": \"2015\",\n    \"chapter\": \"Part XI: Relations between the Union and the States\",\n    \"question\": \"Who has power to make law in respect of a residuary matter?\",\n    \"options\": [\n      \"Legislature of a State\",\n      \"Parliament\",\n      \"Both Parliament as well as Legislature of a State\",\n      \"The President of India\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 248<\/b> vests EXCLUSIVE power to legislate on residuary matters (not covered by Union, State, or Concurrent Lists) in Parliament. Entry 97 of Union List reinforces this: 'Any other matter not enumerated in List II or List III.' State Legislatures have NO power over residuary matters. The President cannot make laws - only Parliament can legislate on residuary subjects.\"\n  },\n  {\n    \"id\": 20,\n    \"year\": \"2015\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"Who determines the question as to whether a Member of Lok Sabha has become subject to disqualification on the ground of defection in terms of Tenth Schedule of the Constitution?\",\n    \"options\": [\n      \"The Speaker of Lok Sabha\",\n      \"The President of India\",\n      \"The Supreme Court of India\",\n      \"The Election Commission of India\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Paragraph 6 of the Tenth Schedule<\/b> (Anti-Defection Law) provides that disqualification questions shall be decided by the Speaker (for Lok Sabha) or Chairman (for Rajya Sabha). In Kihoto Hollohan v. Zachillhu (1992), the Supreme Court held that while the decision is 'final,' it's subject to judicial review on grounds of mala fides, perversity, or violation of natural justice. The primary decision-maker is the Speaker, not the President, Supreme Court, or Election Commission.\"\n  },\n  {\n    \"id\": 21,\n    \"year\": \"2015\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"A High Court has power to:<br>1. enforce Fundamental Rights<br>2. decide disputes between States<br>3. enforce other legal rights<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"3 only\",\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 226<\/b> empowers High Courts to issue writs for enforcement of Fundamental Rights AND 'for any other purpose' (other legal rights). <b>Article 227<\/b> gives supervisory jurisdiction over lower courts. However, <b>Article 131<\/b> gives EXCLUSIVE jurisdiction to Supreme Court for inter-state disputes - 'to the exclusion of any other court.' High Courts CANNOT decide disputes between States. Therefore, statements 1 and 3 are correct.\"\n  },\n  {\n    \"id\": 22,\n    \"year\": \"2015\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which authority shall enquire into and decide the doubts and disputes arising out of or in connection with the election of the President and the Vice President of India?\",\n    \"options\": [\n      \"The Election Commission of India\",\n      \"The Supreme Court of India\",\n      \"Lok Sabha Secretariat\",\n      \"Rajya Sabha Secretariat\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 71(1)<\/b> explicitly provides: 'All doubts and disputes arising out of or in connection with the election of a President or Vice-President shall be inquired into and decided by the Supreme Court whose decision shall be final.' The Election Commission conducts these elections under Article 324, but disputes are decided exclusively by the Supreme Court. The decision is final under Article 71(2).\"\n  },\n  {\n    \"id\": 23,\n    \"year\": \"2015\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements relating to the President\/Vice President are correct?<br>1. The President may resign his office by writing under his hand addressed to the Chief Justice of India<br>2. The President may resign his office by writing under his hand addressed to the Vice President of India<br>3. The Vice President may resign his office by writing under his hand addressed to the President<br>4. The Speaker of Lok Sabha may resign his office by writing under his hand addressed to the President<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1, 2 and 4\",\n      \"2 and 3 only\",\n      \"2, 3 and 4\",\n      \"1 and 3\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 56(1)<\/b> - President resigns to Vice President (not Chief Justice). <b>Article 67(a)<\/b> - Vice President resigns to President. <b>Article 94(a)<\/b> - Speaker resigns to Deputy Speaker (not President); Deputy Speaker resigns to Speaker. These are officers of the House. Therefore, only statements 2 and 3 are correct.\"\n  },\n  {\n    \"id\": 24,\n    \"year\": \"2015\",\n    \"chapter\": \"Part IX: The Panchayats\",\n    \"question\": \"Under the Constitution of India, a Panchayat need not be constituted at the:\",\n    \"options\": [\n      \"village level\",\n      \"district level\",\n      \"intermediate level if the population of the State does not exceed fifty lakh\",\n      \"intermediate level if the population of the State does not exceed twenty lakh\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 243B<\/b> mandates three-tier Panchayats (village, intermediate, district) BUT the proviso states: 'Panchayats at the intermediate level may not be constituted in a State having a population not exceeding twenty lakhs.' Village and district level Panchayats are mandatory for all states. The threshold is 20 lakh (2 million), not 50 lakh. States below this population can have a two-tier system.\"\n  },\n  {\n    \"id\": 25,\n    \"year\": \"2015\",\n    \"chapter\": \"Misc.\",\n    \"question\": \"The present Lok Sabha is the:\",\n    \"options\": [\n      \"Fourteenth Lok Sabha\",\n      \"Fifteenth Lok Sabha\",\n      \"Sixteenth Lok Sabha\",\n      \"Seventeenth Lok Sabha\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"For the 2015 exam, the 'present' Lok Sabha was the <b>16th Lok Sabha<\/b> constituted after elections held in April-May 2014. Results were declared on May 16, 2014, and the 16th Lok Sabha was convened on June 4, 2014. It continued until 2019 when the 17th Lok Sabha was formed.\"\n  },\n  {\n    \"id\": 26,\n    \"year\": \"2015\",\n    \"chapter\": \"Part XIV: Services under the Union and the States\",\n    \"question\": \"A civil servant can be dismissed, removed or reduced in rank without any inquiry and hearing, where:<br>1. such action is taken on the ground of conduct which had led to his conviction on a criminal charge<br>2. the competent authority is satisfied that for some reasons, to be recorded by that authority in writing, it is not reasonably practicable to hold such inquiry<br>3. the competent authority finds it expedient to do so<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"1, 2 and 3\",\n      \"2 and 3 only\",\n      \"1 and 2 only\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 311(2)<\/b>, second proviso allows dispensing with inquiry: (a) where person is dismissed based on conduct leading to conviction on criminal charge; (b) where competent authority records in writing that it's not reasonably practicable to hold inquiry. Statement 3 is incorrect - the exception is only when President\/Governor is satisfied for security of State, not general expediency by any competent authority. Therefore, statements 1 and 2 are correct.\"\n  },\n  {\n    \"id\": 27,\n    \"year\": \"2015\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following statements on adjournment and prorogation of Lok Sabha and Rajya Sabha is correct?\",\n    \"options\": [\n      \"While the House is adjourned to meet again at a particular time and date, prorogation ends the meeting of the House without deciding any time and date for its next meeting\",\n      \"While the House is adjourned not to meet again at a particular time and date, prorogation ends the meeting of the House by deciding time and date for its next meeting\",\n      \"Prorogation and adjournment are similar terms with regard to the Houses\",\n      \"Adjournment of the Houses completes the business of the House\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Adjournment<\/b> vs <b>Prorogation<\/b>: Adjournment is a temporary suspension with a specified time and date for reassembly - the session continues. Prorogation ends the session without specifying when the House will meet again - a new session begins when next summoned. Adjournment is decided by Speaker\/Chairman; prorogation by the President under Article 85(2)(a). Option A correctly distinguishes the two procedures.\"\n  },\n  {\n    \"id\": 28,\n    \"year\": \"2015\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"A Bill undergoes three readings in each House before it is submitted to the President for his assent. Which one of the following statements is not correct with regard to the three readings of the Bill?\",\n    \"options\": [\n      \"The first reading refers to the motion for leave to introduce the Bill on the adoption of which the Bill is introduced\",\n      \"The second reading refers to general discussion, clause by clause consideration and adoption of the Bill\",\n      \"The third reading refers to passage of the Bill\",\n      \"None of the above\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"The three readings process: <b>First Reading<\/b> - introduction stage after seeking leave; <b>Second Reading<\/b> - general discussion on principles followed by clause-by-clause consideration; <b>Third Reading<\/b> - final passage of the Bill. All three statements (A, B, C) correctly describe the respective readings. Since the question asks which is NOT correct, the answer is 'None of the above' - meaning all given statements are actually correct.\"\n  },\n  {\n    \"id\": 29,\n    \"year\": \"2015\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Consider the following statements about Money Bill:<br>1. Under the Constitution of India, a Money Bill cannot be returned to the House by the President for reconsideration<br>2. Provision of Article 108 of the Constitution of India is applicable to a Money Bill<br>Which of the statements given above is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"Statement 1 is CORRECT: The President cannot return Money Bills for reconsideration under Article 111 - can only assent or withhold assent (though in practice always gives assent). Statement 2 is INCORRECT: <b>Article 108(1)<\/b> explicitly excludes Money Bills from joint sitting provisions. Article 109 provides complete procedure for Money Bills - Lok Sabha has final say, eliminating need for joint sittings. Therefore, only statement 1 is correct.\"\n  },\n  {\n    \"id\": 30,\n    \"year\": \"2015\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Consider the following statements regarding assent of the President on a Bill passed by Lok Sabha and Rajya Sabha:<br>1. The President can give assent or withhold assent to a Bill<br>2. The President is not bound to give assent to Constitutional Amendment Bill<br>Which of the statements given above is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"Statement 1 is CORRECT: <b>Article 111<\/b> allows the President to give assent, withhold assent, or return ordinary Bills for reconsideration. Statement 2 is INCORRECT: The President IS bound to give assent to Constitutional Amendment Bills passed with requisite special majority and state ratification (where required). Article 368 has no provision for Presidential discretion to withhold assent - the President's role is formal and ministerial for amendments. Therefore, only statement 1 is correct.\"\n  },\n  \n  \/\/2016-17\n  {\n    \"id\": 117,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following statements is correct with regard to dissolution of the Lok Sabha?\",\n    \"options\": [\n      \"Both the Speaker and the Deputy Speaker hold their offices.\",\n      \"Only the Deputy Speaker vacates his office.\",\n      \"Both the Speaker and the Deputy Speaker vacate their offices.\",\n      \"Both the Speaker and the Deputy Speaker continue to be Members of Lok Sabha.\"\n    ],\n    \"correct\": 1,\n    \"explanation\": `<b>Correct Answer: B) Only the Deputy Speaker vacates his office<\/b><br><br>\n<b>Constitutional Reference:<\/b><br>\n<i>Article 94: \"A member holding office as Speaker or Deputy Speaker of the House of the People\u2014<br>\n(a) shall vacate his office if he ceases to be a member of the House of the People...<br>\nProvided further that, whenever the House of the People is dissolved, the Speaker shall not vacate his office until immediately before the first meeting of the House of the People after the dissolution.\"<\/i><br><br>\n<b>Key Points on Dissolution:<\/b><br>\n\nSPEAKER: Continues in office until immediately before the first meeting of new Lok Sabha (as per Article 94 proviso)<br>\nDEPUTY SPEAKER: Vacates office upon dissolution as he ceases to be a member<br><br>\n<b>Other Statements are INCORRECT:<\/b><br>\nOption A: Both do NOT hold offices equally - Speaker continues, Deputy Speaker vacates<br>\nOption C: Both do NOT vacate - Speaker continues<br>\nOption D: Neither continues as member - Lok Sabha itself is dissolved`\n  },\n    {\n    \"id\": 116,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Schedule\",\n    \"question\": \"A Member of Lok Sabha does not become disqualified to continue as a Member of the House if the person\",\n    \"options\": [\n      \"voluntarily gives up his\/her membership of the political party from which he\/she was elected\",\n      \"is expelled by the political party from which he\/she had been elected to the House\",\n      \"joins a political party after being elected as an independent candidate\",\n      \"abstains from voting contrary to the direction issued by his\/her political Party\"\n    ],\n    \"correct\": 1,\n    \"explanation\": `<b>Correct Answer: B) is expelled by the political party from which he\/she had been elected - Does NOT lead to disqualification<\/b><br><br>\n<b>Constitutional Reference - Tenth Schedule:<\/b><br>\n<i>Paragraph 2(1)(a): \"An elected member of a House belonging to any political party shall be disqualified for being a member of the House\u2014<br>\n(a) if he has voluntarily given up his membership of such political party.\"<\/i><br><br>\n<i>Paragraph 2(1)(b): \"if he votes or abstains from voting in such House contrary to any direction issued by the political party...\"<\/i><br><br>\n<i>Paragraph 2(2): \"An elected member of a House who has been elected as such otherwise than as a candidate set up by any political party shall be disqualified for being a member of the House if he joins any political party after such election.\"<\/i><br><br>\n<b>KEY POINT:<\/b> If a member is EXPELLED by the party, it is NOT \"voluntarily giving up membership.\" The Supreme Court in various judgments has held that expulsion by party does NOT attract disqualification. Only VOLUNTARY giving up of membership leads to disqualification.<br><br>\n<b>Other Options DO lead to disqualification:<\/b><br>\n\nOption A: Voluntarily giving up membership \u2192 Disqualified<br>\nOption C: Independent joining a party \u2192 Disqualified<br>\nOption D: Voting against party whip \u2192 Disqualified`\n  },\n  {\n    \"id\": 1,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following statements is not correct?\",\n    \"options\": [\n      \"Untouchability has been abolished in India\",\n      \"In India practising untouchability is an offence\",\n      \"The Civil Rights Protection Act, 1955 deals with untouchability\",\n      \"The offence of untouchability is punishable by law made by the legislature of a State\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 17<\/b> abolishes untouchability: <i>\\\"'Untouchability' is abolished and its practice in any form is forbidden. The enforcement of any disability arising out of 'Untouchability' shall be an offence punishable in accordance with law.\\\"<\/i><br><br>The <b>Protection of Civil Rights Act, 1955<\/b> is a <b>Central Act<\/b> passed by Parliament under Article 35(a)(ii), which empowers Parliament to prescribe punishment for untouchability. Option D is incorrect because the offence is punishable under central law, not state legislation. While states can make supplementary laws, the primary legislation is a Union law applicable throughout India.\"\n  },\n  {\n    \"id\": 2,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"According to the Constitution of India, which one of the following is not prohibited?\",\n    \"options\": [\n      \"Conferment of a military title by the State\",\n      \"An Indian citizen accepting any title from a foreign State\",\n      \"An individual, who is not a citizen of India but holding an office of profit in India, accepting a title from a foreign State after informing the President of India\",\n      \"An individual holding an office of trust under the State, accepting any present without informing the Government of India\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 18(1)<\/b> states: <i>\\\"No title, <b>not being a military or academic distinction<\/b>, shall be conferred by the State.\\\"<\/i> Military titles (like Param Vir Chakra, Maha Vir Chakra) are explicitly excluded from prohibition. <b>Article 18(2)<\/b> prohibits Indian citizens from accepting foreign titles. <b>Article 18(3) and (4)<\/b> require President's <b>consent<\/b> (not just informing) for non-citizens\/office holders to accept foreign titles or presents. Therefore, only conferment of military titles by the State is NOT prohibited.\"\n  },\n  {\n    \"id\": 3,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"The citizens of India do not have which one of the following fundamental rights?\",\n    \"options\": [\n      \"Right to reside and settle in any part of India\",\n      \"Right to acquire, hold and dispose of property\",\n      \"Right to practice any profession\",\n      \"Right to form an association\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"The <b>Right to Property<\/b> was removed from Fundamental Rights by the <b>44th Amendment Act, 1978<\/b>. It deleted Article 31 and Article 19(1)(f) from Part III. Now, <b>Article 300A<\/b> in Part XII provides: <i>\\\"No person shall be deprived of his property save by authority of law.\\\"<\/i> This makes it a constitutional\/legal right, not a Fundamental Right enforceable through writs. Other options are Fundamental Rights: Article 19(1)(e) - right to reside and settle; Article 19(1)(g) - right to practice any profession; Article 19(1)(c) - right to form associations.\"\n  },\n  {\n    \"id\": 4,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Parliament of India consists of:\",\n    \"options\": [\n      \"the President of India only\",\n      \"the House of the People and the Council of States only\",\n      \"The President of India, the House of the People and the Council of States\",\n      \"the Vice-President of India, the House of the People and the Council of States\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 79<\/b> defines Parliament: <i>\\\"There shall be a Parliament for the Union which shall consist of the <b>President<\/b> and <b>two Houses<\/b> to be known respectively as the <b>Council of States<\/b> and the <b>House of the People<\/b>.\\\"<\/i> The President is an integral part of Parliament - no Bill becomes law without Presidential assent (Article 111). The Vice-President is ex-officio Chairman of Rajya Sabha (Article 64) but is not a component of Parliament. Therefore, Parliament = President + Lok Sabha + Rajya Sabha.\"\n  },\n  {\n    \"id\": 5,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part XVIII: Emergency Provisions\",\n    \"question\": \"Which of the following statements is\/are correct?<br>The President of India can proclaim emergency:<br>1. on the ground of war, aggression or armed rebellion<br>2. only if the decision of the Union Council of Ministers is communicated to him in writing<br>3. only if both houses of Parliament approve the proclamation after its promulgation<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"1 and 2 only\",\n      \"1, 2 and 3\",\n      \"3 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 352(1)<\/b> allows emergency on grounds of <b>\\\"war or external aggression or armed rebellion\\\"<\/b> (44th Amendment changed \\\"internal disturbance\\\" to \\\"armed rebellion\\\"). <b>Article 352(3)<\/b> mandates <b>written recommendation of Cabinet<\/b> before proclamation. Statement 1 and 2 are correct. Statement 3 is incorrect - parliamentary approval must come within ONE MONTH after proclamation (Article 352(4)), not before. Each House must pass resolution by special majority. Emergency can be proclaimed first, approval follows within one month.\"\n  },\n   {\n    \"id\": 113,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following statements is correct?\",\n    \"options\": [\n      \"A Bill can be taken up in a joint sitting of the Houses notwithstanding the dissolution of the Lok Sabha.\",\n      \"A Bill cannot be taken up in a joint sitting of the Houses after Lok Sabha is dissolved.\",\n      \"Joint session cannot be convened by the President after dissolution of Lok Sabha even though the President notified his intention to summon the Joint Sitting of the Houses.\",\n      \"There is express provision in the Constitution regarding the effect of dissolution on a Bill which has been passed by the two Houses and sent to the President for assent.\"\n    ],\n    \"correct\": 0,\n    \"explanation\": `<b>Correct Answer: A) A Bill can be taken up in a joint sitting notwithstanding dissolution of Lok Sabha<\/b><br><br>\n<b>Constitutional Reference:<\/b><br>\n<i>Article 108(1): \"If after a Bill has been passed by one House and transmitted to the other House\u2014...<br>\nthe President may, unless the Bill has lapsed by reason of a dissolution of the House of the People, notify to the Houses by message if they are sitting or by public notification if they are not sitting, his intention to summon them to meet in a joint sitting for the purpose of deliberating and voting on the Bill.\"<\/i><br><br>\n<i>Article 108(5): \"Nothing in this article shall apply to a Money Bill.\"<\/i><br><br>\n<b>Key Point:<\/b> Once the President has notified his intention to summon a joint sitting BEFORE dissolution, the joint sitting can still be held after the new Lok Sabha is constituted. The Bill does NOT lapse if the President's notification was issued before dissolution. This preserves the legislative work already done.<br><br>\n<b>Other Statements are INCORRECT:<\/b><br>\n\nOption B: Bill CAN be taken up if notification was issued before dissolution<br>\nOption C: Joint session CAN be convened after dissolution if notification was made before<br>\nOption D: There is NO express provision - this is based on interpretation`\n  },\n  {\n    \"id\": 6,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements about Attorney General of India is correct?\",\n    \"options\": [\n      \"He has the right to take part in the proceedings and vote in either House of Parliament\",\n      \"He has the right to take part in the proceedings but has no right to vote in either House of Parliament\",\n      \"He cannot attend a joint sitting of Lok Sabha and Rajya Sabha\",\n      \"He cannot take part in the Committee meetings of Lok Sabha or Rajya Sabha\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 88<\/b> provides: <i>\\\"Every Minister and the Attorney-General of India shall have the right to speak in, and otherwise to take part in the proceedings of, either House, any joint sitting of the Houses, and any committee of Parliament of which he may be named a member, <b>but shall not by virtue of this article be entitled to vote<\/b>.\\\"<\/i> The Attorney General can speak, participate in proceedings, attend joint sittings, and participate in committee meetings if named as member, but CANNOT vote. Therefore, option B is correct.\"\n  },\n  {\n    \"id\": 7,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part XI: Relations between the Union and the States\",\n    \"question\": \"Consider the following statements:<br>1. The Constitution of India empowers the Union to entrust its executive function to a State, by its consent<br>2. A State cannot entrust its executive function to the Union<br>Which of the above statements is\/are not correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 258(1)<\/b> allows Union to entrust functions to States with their consent. Statement 1 is correct. <b>Article 258A<\/b> (inserted by 7th Amendment, 1956) explicitly provides: <i>\\\"the Governor of a State may, <b>with the consent of the Government of India<\/b>, entrust either conditionally or unconditionally to that Government or to its officers functions in relation to any matter to which the executive power of the State extends.\\\"<\/i> Statement 2 is incorrect - States CAN entrust functions to Union with Union's consent. The question asks which is NOT correct, so only Statement 2 is incorrect.\"\n  },\n  {\n    \"id\": 8,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"The right to religious freedom under the Constitution of India does not mean:\",\n    \"options\": [\n      \"freedom to practice and profess a religion of one's own choice\",\n      \"carrying of Kirpan by a person professing Sikh religion\",\n      \"preventing the State from making any law regulating economic activity associated with any religion\",\n      \"freedom to establish and maintain institutions for religious and charitable purposes\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 25(1)<\/b> guarantees freedom to profess, practice and propagate religion. <b>Article 25, Explanation I<\/b> explicitly includes carrying kirpans by Sikhs. <b>Article 26(a)<\/b> provides right to establish religious institutions. However, <b>Article 25(2)(a)<\/b> allows State to make laws <i>\\\"regulating or restricting <b>any economic, financial, political or other secular activity which may be associated with religious practice<\/b>.\\\"<\/i> Religious freedom does NOT prevent State regulation of economic activities connected with religion (temple management, donations, property). Therefore, option C is correct - it states what religious freedom does NOT mean.\"\n  },\n  {\n    \"id\": 9,\n    \"year\": \"2016-17\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"Which one of the following languages is not recognized in the Eighth Schedule of the Constitution of India?\",\n    \"options\": [\n      \"English\",\n      \"Sanskrit\",\n      \"Urdu\",\n      \"Nepali\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"The <b>Eighth Schedule<\/b> lists 22 recognized languages. <b>English is NOT in the Eighth Schedule<\/b>. However, Article 343 makes Hindi the official language with English continuing for official purposes per Official Languages Act. Sanskrit, Urdu (original 14 languages), and Nepali (added by 71st Amendment, 1992) are all in the Eighth Schedule. The 22 languages include Assamese, Bengali, Gujarati, Hindi, Kannada, Kashmiri, Konkani, Malayalam, Manipuri, Marathi, Nepali, Odia, Punjabi, Sanskrit, Sindhi, Tamil, Telugu, Urdu, Bodo, Santhali, Maithili, and Dogri.\"\n  },\n  {\n    \"id\": 10,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements is\/are correct?<br>1. A person above the age of thirty-five years is eligible for President of India<br>2. A person is qualified for election as President of India if he\/she is qualified for election as a member of the House of the People<br>3. A person is not eligible for election as President of India if he\/she holds an office of profit<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"2 only\",\n      \"1, 2 and 3\",\n      \"3 only\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 58(1)<\/b> prescribes qualifications: (a) citizen of India, (b) completed age of <b>thirty-five years<\/b>, (c) qualified for election as member of House of the People. <b>Article 58(2)<\/b> disqualifies persons holding <b>office of profit<\/b> under Union\/State\/Local governments. Exception: President, Vice-President, Governor, and Ministers are not deemed to hold office of profit for this purpose. All three statements are correct: minimum age 35 years, must be qualified for Lok Sabha election, and office of profit is a disqualification.\"\n  },\n  {\n    \"id\": 11,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following statements is not correct?\",\n    \"options\": [\n      \"The Attorney General holds office during the pleasure of the President\",\n      \"The Attorney General is appointed for a term of five years or till the age of 65 years whichever is earlier\",\n      \"There is no statutory age limit for appointment or retirement of the Attorney General\",\n      \"In the Lok Sabha\/Rajya Sabha, the Attorney General occupies a seat on the treasury benches and is entitled to all privileges and immunities of Members of Parliament\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 76(4)<\/b> states: <i>\\\"The Attorney-General shall hold office <b>during the pleasure of the President<\/b>, and shall receive such remuneration as the President may determine.\\\"<\/i> Option A is correct. Option B is INCORRECT - there is NO fixed term of 5 years or retirement age of 65 for the Attorney General. The AG holds office at the President's pleasure without any fixed tenure. Option C is correct - no statutory age limit exists. Option D is correct - by parliamentary convention, AG sits on treasury benches and has privileges\/immunities of MPs under Article 105, though cannot vote (Article 88).\"\n  },\n  {\n    \"id\": 12,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following statements is correct with regard to Speaker of Lok Sabha?\",\n    \"options\": [\n      \"Speaker tenders his resignation letter addressed to the President\",\n      \"When the office of the Speaker is vacant the duties of his office shall be performed by the Deputy Speaker\",\n      \"The Speaker holds office at the pleasure of the President\",\n      \"The Speaker can summon a joint session of Parliament\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 94(a)<\/b> states Speaker resigns by writing to the <b>Deputy Speaker<\/b>, not President. <b>Article 95<\/b> provides: <i>\\\"While the office of Speaker is vacant, the duties of the office shall be performed by the Deputy Speaker.\\\"<\/i> Option B is correct. The Speaker does NOT hold office at President's pleasure - elected by Lok Sabha and removed only by House resolution (Article 94(c)). The <b>President<\/b> summons joint sittings (Article 108), not the Speaker. The Speaker presides over joint sittings but cannot summon them.\"\n  },\n  {\n    \"id\": 13,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following statements is correct with regard to removal of the Speaker of Lok Sabha?\",\n    \"options\": [\n      \"The Speaker may be removed from his office by the President on a resolution of Lok Sabha passed by a majority of all the then Members of the House\",\n      \"The Speaker may be removed from his office by a resolution of Lok Sabha passed by a majority of all the then Members of the House\",\n      \"At least 21 days notice has to be given to move a resolution to remove the Speaker\",\n      \"In computing the period of notice for removing the Speaker, both the terminal days are included\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 94(c)<\/b> provides: <i>\\\"The Speaker... may be removed from his office by a <b>resolution of the House of the People<\/b> passed by a majority of all the then members of the House.\\\"<\/i> The Speaker is removed by Lok Sabha resolution (absolute majority), NOT by Presidential action. Option B is correct. The notice period is <b>14 days<\/b> (not 21) per Rule 18 of Lok Sabha Rules. In computing the 14-day period, terminal days are EXCLUDED, not included. When such resolution is under consideration, the Speaker cannot preside.\"\n  },\n  {\n    \"id\": 14,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which one of the following statements with regard to Constitutional Amendments is correct?\",\n    \"options\": [\n      \"The Constitutional provisions relating to the election of the President of India can be amended simply by obtaining a special majority\",\n      \"Amendment of a List in the VII Schedule shall be effected only after obtaining the ratification by one-half of the States, in addition to fulfilling the 'special majority' provision\",\n      \"A bill seeking to establish a new State and alteration of areas, boundaries or names of existing ones require to be passed by a special majority in both the Houses of Parliament\",\n      \"For creation or abolition of Legislative Councils in the States the concerned bill has to be passed in both the Houses of Parliament by a special majority\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"Amendment of Presidential election provisions requires special majority PLUS state ratification (proviso to Article 368(2)). Option A is incorrect. <b>Seventh Schedule<\/b> (Union, State, Concurrent Lists) amendment requires special majority PLUS ratification by half the states as it affects federal distribution of powers. Option B is correct. <b>Article 4<\/b> states state reorganization Bills (Article 3) require only simple majority, not special majority - <i>\\\"shall not be deemed to be an amendment of this Constitution for the purposes of article 368.\\\"<\/i> Option C is incorrect. <b>Article 169<\/b> for Legislative Councils requires simple majority in Parliament after state resolution - Option D is incorrect.\"\n  },\n  {\n    \"id\": 15,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which of the following statements relating to the Constitution (74th Amendment) Act is\/are correct?<br>1. It was passed to constitute Municipalities<br>2. It provides for elections to Municipalities<br>3. It has inserted Part IX A<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"1 and 2 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"The <b>74th Amendment Act, 1992<\/b> gave constitutional status to urban local bodies. Statement 1 is correct - it mandates establishment of Nagar Panchayats (transitional areas), Municipal Councils (smaller urban areas), and Municipal Corporations (larger urban areas). Statement 2 is correct - <b>Article 243ZA<\/b> provides for State Election Commission to conduct elections every 5 years. Statement 3 is correct - it inserted <b>Part IX-A (Articles 243P to 243ZG)<\/b> titled \\\"The Municipalities\\\" with provisions on composition, reservations, powers, finance, and the 12th Schedule listing municipal functions. All three statements are correct.\"\n  },\n  {\n    \"id\": 16,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part II: Citizenship\",\n    \"question\": \"Which of the following statements relating to the citizenship of India is\/are correct?<br>1. A person born outside India on or after January 26, 1950, but before 10th day of December 1992, if his\/her father is a citizen of India at the time of his\/her birth shall be a citizen of India by descent<br>2. A foreigner who is being illegal migrant can acquire Indian citizenship, on application for naturalization to the Government of India<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"Statement 1 is correct - <b>Citizenship Act, 1955<\/b> as it stood between 1950-1992 provided citizenship by descent if <b>father<\/b> was Indian citizen at time of birth. The <b>Citizenship Amendment Act, 1992<\/b> (effective December 10, 1992) changed this to include mothers - after this date, either parent's citizenship suffices. Statement 2 is incorrect - <b>Section 6(2)(b)<\/b> of Citizenship Act explicitly bars illegal migrants from naturalization. Section 2(1)(b) defines illegal migrant as a foreigner who entered without valid documents or overstayed. Illegal migrants CANNOT acquire citizenship through naturalization.\"\n  },\n  {\n    \"id\": 17,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following statements is correct?\",\n    \"options\": [\n      \"Any citizen of India above eighteen years of age can be appointed as the Prime Minister\",\n      \"The Union Council of Ministers is collectively responsible to the Parliament\",\n      \"While deciding any question regarding the age of a judge of a High Court, the President shall take advice of the Chief Justice of India\",\n      \"While deciding any question regarding disqualification of a Member of Parliament, the President has power to decide the question after consulting the Supreme Court\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"Option A is incorrect - PM must be qualified to be MP (Articles 84, 101): minimum 25 years for Lok Sabha, 30 for Rajya Sabha per Article 84(b), not 18. Option B is incorrect - <b>Article 75(3)<\/b> states: <i>\\\"The Council of Ministers shall be collectively responsible to <b>the House of the People<\/b>,\\\"<\/i> specifically to Lok Sabha, not Parliament as a whole. Option C is CORRECT - <b>Article 217(3)<\/b> provides: <i>\\\"If any question arises as to the age of a Judge of a High Court, the question shall be decided by the President <b>after consultation with the Chief Justice of India<\/b> and the decision of the President shall be final.\\\"<\/i> Option D is incorrect - <b>Article 103<\/b> requires President to consult <b>Election Commission<\/b>, not Supreme Court, and must act according to EC's opinion.\"\n  },\n  {\n    \"id\": 18,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part XXI: Temporary, Transitional and Special Provisions\",\n    \"question\": \"The Constitution of India under Part XXI does not contain special provision for which one of the following States?\",\n    \"options\": [\n      \"Maharashtra\",\n      \"Gujarat\",\n      \"Andhra Pradesh\",\n      \"Bihar\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Part XXI (Articles 369-392)<\/b> contains temporary, transitional and special provisions. <b>Articles 371 to 371J<\/b> provide special provisions for certain states: <b>Article 371<\/b> - Maharashtra and Gujarat (development boards for regions); <b>Article 371D and 371E<\/b> - Andhra Pradesh (equitable opportunities, education, employment, Regional Committee, Central University); Article 371A - Nagaland; Article 371B - Assam; Article 371C - Manipur; Article 371F - Sikkim; Article 371G - Mizoram; Article 371H - Arunachal Pradesh; Article 371I - Goa; Article 371J - Karnataka. <b>BIHAR has NO special provision<\/b> under Articles 371-371J. Bihar is governed by general constitutional provisions without special provisions in Part XXI.\"\n  },\n  {\n    \"id\": 19,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which of the following statements with regard to preventive detention is\/are correct?<br>1. The detenue has no rights other than those mentioned in clauses (4) and (5) of Article 22 of the Constitution of India<br>2. The detenue can get bail on the ground that he had been in prison beyond twenty-four hours without an order of the magistrate<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 22<\/b> deals with arrest and detention. Statement 1 is correct - <b>Article 22(3)<\/b> excludes preventive detention from protections in clauses (1) and (2): no right to be informed of grounds immediately, no right to consult lawyer, no right to be produced before magistrate within 24 hours. Preventive detenus have ONLY rights in clauses (4) and (5): <b>Clause (4)<\/b> - no detention beyond 3 months without Advisory Board approval; <b>Clause (5)<\/b> - right to be informed of grounds, right to make representation. Statement 2 is incorrect - the 24-hour rule in Article 22(2) does NOT apply to preventive detention per Article 22(3). A preventive detenu cannot get bail on this ground as the 24-hour rule is explicitly excluded.\"\n  },\n  {\n    \"id\": 20,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"The Supreme Court of India has no power to grant special leave to appeal against:\",\n    \"options\": [\n      \"the decisions of the National Green Tribunal\",\n      \"the decisions of the National Consumer Disputes Redressal Commission\",\n      \"against the decisions of all those tribunals for which appeal is provided under the Legislation\",\n      \"any judgment passed by any Court or tribunal constituted by or under any law relating to the armed forces\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 136<\/b> grants Supreme Court discretionary power to grant special leave to appeal from any court\/tribunal. However, <b>Article 136(2)<\/b> provides an exception: <i>\\\"Nothing in clause (1) shall apply to any judgment, determination, sentence or order passed or made by any court or tribunal constituted by or under <b>any law relating to the Armed Forces<\/b>.\\\"<\/i> This excludes Armed Forces Tribunal, courts-martial, and other military courts\/tribunals from Article 136. Supreme Court CAN grant SLP against National Green Tribunal, Consumer Commission, and other tribunals - no constitutional bar. Only armed forces tribunals are excluded.\"\n  },\n  {\n    \"id\": 21,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part IV: Directive Principles of State Policy\",\n    \"question\": \"Which one of the following statements is correct?\",\n    \"options\": [\n      \"Directive Principles of State Policy are not justiciable\",\n      \"Legislations included in Ninth Schedule are not justiciable\",\n      \"Laws enacted under Article 323-A are not justiciable\",\n      \"Ordinances promulgated by the President of India are not justiciable\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 37<\/b> explicitly states: <i>\\\"The provisions contained in this Part (Part IV - Directive Principles of State Policy) <b>shall not be enforceable by any court<\/b>, but the principles therein laid down are nevertheless fundamental in the governance of the country.\\\"<\/i> DPSPs are non-justiciable - cannot be enforced through courts. Option B is incorrect - in <b>I.R. Coelho v. State of Tamil Nadu (2007)<\/b>, Supreme Court held Ninth Schedule laws CAN be challenged if they violate basic structure. Option C is incorrect - in <b>L. Chandra Kumar (1997)<\/b>, Supreme Court held complete exclusion of judicial review is unconstitutional; laws under Article 323A are subject to judicial review. Option D is incorrect - Ordinances under Articles 123\/213 are subject to judicial review.\"\n  },\n  {\n    \"id\": 22,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Consider the following statements with regard to the Members of Parliament:<br>1. Nominated and elected Members get Nomination\/Election certificate from the Returning Officer<br>2. Nominated Member gets the Letter of Nomination from the Ministry of Law<br>3. A nominated Member can join any political party only within 6 months of his nomination<br>Which of the above statements is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"Statement 1 is incorrect - <b>elected members<\/b> get Election Certificate from Returning Officer, but <b>nominated members<\/b> (12 to Rajya Sabha under Article 80(1)(a)) do NOT get certificate from Returning Officer as they're not elected. Statement 2 is correct - nominated members receive <b>Letter of Nomination from Ministry of Law and Justice<\/b> (Legislative Department) which processes the President's nomination. Statement 3 is correct - <b>Tenth Schedule, Paragraph 2(2)<\/b> allows nominated members to join a political party <b>within 6 months<\/b> of taking seat without disqualification. After 6 months, joining a party leads to disqualification. Therefore, statements 2 and 3 are correct.\"\n  },\n  {\n    \"id\": 23,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part VIII: The Union Territories\",\n    \"question\": \"Which one of the following Union Territories has a Legislative Assembly?\",\n    \"options\": [\n      \"Puducherry\",\n      \"Chandigarh\",\n      \"Lakshadweep\",\n      \"Daman and Diu\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 239A<\/b> provides for Legislative Assemblies for Union Territories. Currently, three UTs have Legislative Assemblies: Delhi (Article 239AA - 69th Amendment, 1991), <b>Puducherry<\/b> (Article 239A), and Jammu & Kashmir (after 2019 reorganization). <b>Article 239A(1)<\/b> specifically states: <i>\\\"The Union territory of <b>Puducherry<\/b> shall have a Legislative Assembly.\\\"<\/i> Puducherry Legislative Assembly has maximum 30 elected members + 3 nominated by Central Government. Chandigarh, Lakshadweep, and Daman and Diu (now part of Dadra and Nagar Haveli and Daman and Diu after 2020 merger) have NO Legislative Assemblies - they're administered by Administrators appointed by the President.\"\n  },\n  {\n    \"id\": 24,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which of the following statements relating to Fundamental Rights is not correct?\",\n    \"options\": [\n      \"The Fundamental Rights are guaranteed by the Constitution not only against the actions of Executive but also against that of the Legislature\",\n      \"The Supreme Court strikes at the arbitrary action of the State\",\n      \"The Supreme Court has the jurisdiction to enforce fundamental rights against private bodies and individuals\",\n      \"The Supreme Court cannot exercise its jurisdiction suo motu or on the basis of PIL\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"Option A is correct - <b>Article 13(2)<\/b> prohibits the State (including Legislature and Executive per Article 12) from making laws taking away Fundamental Rights. Option B is correct - in <b>E.P. Royappa (1974)<\/b>, Supreme Court held arbitrariness violates Article 14; Court consistently strikes down arbitrary State action. Option C is correct - certain Fundamental Rights (Articles 17, 23, 24) can be enforced against private individuals; in <b>Bandhua Mukti Morcha (1984)<\/b>, Court enforced Article 23 against private employers. Option D is INCORRECT - Supreme Court CAN and DOES exercise suo motu jurisdiction and PIL jurisdiction. <b>S.P. Gupta (1981)<\/b> established PIL; numerous cases initiated suo motu. Therefore, option D is the incorrect statement.\"\n  },\n  {\n    \"id\": 25,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"Which of the following statements relating to the Governor is not correct?\",\n    \"options\": [\n      \"The Governor has no diplomatic or military powers like the President\",\n      \"The Governor possesses executive, legislative and judicial powers analogous to those of the President\",\n      \"the Governor has equal power with that of the President to appoint judges of the State High Court\",\n      \"The Governor has the power to nominate one member of Anglo-Indian community to the Legislative Assembly, if he is satisfied that they are not adequately represented\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"Option A is correct - diplomatic and military powers vest in President (Article 53), not Governors. Option B is correct - Governor has analogous powers at state level: executive (Article 154), legislative (Articles 200-213), judicial (Articles 161, 217). Option C is INCORRECT - Governor does NOT have equal power to appoint High Court judges. <b>Article 217(1)<\/b> states: <i>\\\"Every Judge of a High Court shall be appointed by the <b>President<\/b> by warrant... after consultation with the Chief Justice of India, the <b>Governor of the State<\/b>, and... the Chief Justice of the High Court.\\\"<\/i> President appoints; Governor is merely consulted. This is consultation, not equal appointment power. Option D is correct - <b>Article 333<\/b> allowed Governor to nominate one Anglo-Indian if inadequately represented (provision expired in 2020).\"\n  },\n  {\n    \"id\": 26,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"Which of the following statements is not correct?\",\n    \"options\": [\n      \"All executive action of the Government of a State shall be expressed to be taken in the name of the Chief Minister\",\n      \"It is the duty of the Chief Minister to communicate to the Governor of the State all the decisions of Council of Ministers relating to the administration of the State\",\n      \"The Governor makes rules for the more convenient transaction of the business of the Government of the State\",\n      \"The validity of rules made by the Governor shall not be called in question\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"Option A is INCORRECT - <b>Article 166(1)<\/b> states: <i>\\\"All executive action of the Government of a State shall be expressed to be taken in the name of the <b>Governor<\/b>.\\\"<\/i> NOT in the Chief Minister's name. This parallels Article 77 where Union executive action is in President's name. Governor is constitutional head; CM is head of government. Option B is correct - <b>Article 167(c)<\/b> mandates CM to communicate all Council decisions to Governor. Option C is correct - <b>Article 166(3)<\/b> empowers Governor to make Rules of Business. Option D is correct - Article 166(3) states such rules <i>\\\"shall not be called in question on the ground that any business... has not been transacted in accordance with such rules.\\\"<\/i>\"\n  },\n  {\n    \"id\": 27,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following statements regarding Speaker Pro-tem is correct?\",\n    \"options\": [\n      \"Speaker Pro-tem is elected by the Lok Sabha\",\n      \"Speaker Pro-tem is appointed by the President and signs the Roll of Members in Lok Sabha\",\n      \"Speaker Pro-tem does not preside over the first meeting of Lok Sabha\",\n      \"Speaker Pro-tem is appointed by the Prime Minister\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Speaker Pro-tem<\/b> (temporary Speaker) is appointed when new Lok Sabha is constituted. Option A is incorrect - Pro-tem Speaker is <b>appointed by President<\/b>, not elected (regular Speaker is elected later). Option B is CORRECT - <b>Article 95<\/b> and parliamentary practice establish that President appoints a Speaker Pro-tem (usually seniormost member). The Pro-tem Speaker: administers oath to newly elected members (Article 99), <b>signs the Roll of Members<\/b>, presides over election of regular Speaker and Deputy Speaker. Option C is incorrect - Pro-tem Speaker DOES preside over first meeting until regular Speaker is elected. Option D is incorrect - President appoints (on government's advice), not PM directly.\"\n  },\n  {\n    \"id\": 28,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following statements is not correct?\",\n    \"options\": [\n      \"Before 1923, a Bill passed by one House and transmitted to the other House of the Central Legislative Assembly did not lapse upon dissolution of the House which had passed it\",\n      \"Bills passed by Lok Sabha but pending in Rajya Sabha on the date of dissolution of Lok Sabha, lapse\",\n      \"Only Bills originating in Rajya Sabha which have not been passed by Lok Sabha but are still pending before Rajya Sabha, lapse\",\n      \"Only Bills originating in Rajya Sabha which have not been passed by Lok Sabha but are still pending before Rajya Sabha, do not lapse\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"Option A is correct - historical fact about pre-1923 practice. Option B is correct - <b>Article 107(3)<\/b> by implication means Bills passed by Lok Sabha but pending in Rajya Sabha LAPSE on Lok Sabha dissolution. Option C is INCORRECT - Bills originating in Rajya Sabha which haven't been passed by Lok Sabha and are still pending in Rajya Sabha <b>DO NOT LAPSE<\/b>. Option C wrongly states they lapse. Option D is CORRECT - correctly states such Bills do NOT lapse. <b>Article 107(3)<\/b> provides: <i>\\\"A Bill pending in the Council of States which has not been passed by the House of the People shall not lapse on a dissolution of the House of the People.\\\"<\/i> Rajya Sabha is permanent; its Bills don't lapse with Lok Sabha dissolution.\"\n  },\n  {\n    \"id\": 29,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements is\/are correct with regard to the effects of dissolution of Lok Sabha?<br>1. The dissolution is irrevocable<br>2. All business pending before the Lok Sabha lapses<br>3. A Bill passed by the Lok Sabha immediately before its dissolution can be taken up by the Rajya Sabha<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1, 2 and 3\",\n      \"1 and 2 only\",\n      \"1 only\",\n      \"2 and 3 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"Statement 1 is correct - dissolution of Lok Sabha is <b>irrevocable<\/b> (cannot be recalled or withdrawn). Once President issues dissolution order, it's final and irreversible. New elections must be held. Statement 2 is correct - <b>Article 107(3)<\/b> provides Bills pending in Lok Sabha or passed by Lok Sabha and pending in Rajya Sabha LAPSE on dissolution. All pending business (questions, motions, resolutions, committee work) lapses. Statement 3 is INCORRECT - if a Bill is passed by Lok Sabha and pending in Rajya Sabha, it <b>LAPSES<\/b> upon dissolution per Article 107(3). Rajya Sabha CANNOT take up a Bill that has lapsed. The Bill must be reintroduced afresh in new Lok Sabha. Therefore, statements 1 and 2 are correct.\"\n  },\n  {\n    \"id\": 30,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Consider the following statements:<br>1. The Financial Bills of category B if enacted and brought into operation, would involve expenditure from the Consolidated Fund of India<br>2. Financial Bills of category A can be introduced only in Lok Sabha<br>3. Financial Bill of category B require recommendation of the President for its introduction<br>Which of the above statements is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 117<\/b> distinguishes Financial Bills. <b>Category A:<\/b> Bills containing Article 110 provisions (taxation, Consolidated Fund) PLUS other matters - not certified as Money Bills but contain Money Bill provisions. <b>Category B:<\/b> Bills involving expenditure from Consolidated Fund but NOT containing Article 110 matters. Statement 1 is correct - <b>Article 117(3)<\/b> defines Financial Bill Category B as involving expenditure from Consolidated Fund. Statement 2 is correct - Financial Bill Category A containing Article 110 provisions can only be introduced in Lok Sabha (follows Money Bill rule per Article 109). Statement 3 is INCORRECT - Article 117(3) requires Presidential recommendation for <b>CONSIDERATION<\/b>, not introduction: <i>\\\"shall not be <b>passed<\/b>... unless the President has recommended... the <b>consideration<\/b> of the Bill.\\\"<\/i> Category B Bills can be introduced without recommendation; recommendation needed for consideration. Therefore, statements 1 and 2 are correct.\"\n  },\n  \n  \/\/2018\n  \n  {\n    \"id\": 1,\n    \"year\": \"2018\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"In Article 164 of the Constitution of India, after Clause (1), which one of the following clauses has been inserted?\",\n    \"options\": [\n      \"The total number of Ministers, including the Chief Minister, in the Council of Ministers in a State shall not exceed ten percent of the total number of members of the Legislative Assembly of that State\",\n      \"The total number of Ministers, including the Chief Minister, in the Council of Ministers in a State shall not exceed thirty percent of the total number of members of the Legislative Assembly of that State\",\n      \"The total number of Ministers, including the Chief Minister, in the Council of Ministers in a State shall not exceed fifteen percent of the total number of members of the Legislative Assembly of that State\",\n      \"The total number of Ministers, including the Chief Minister, in the Council of Ministers in a State shall not exceed twenty percent of the total number of members of the Legislative Assembly of that State\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 164(1A)<\/b> was inserted by the <b>91st Constitutional Amendment Act, 2003<\/b> to cap the size of the Council of Ministers in States.<br><br>The provision states: <i>\\\"The total number of Ministers, including the Chief Minister, in the Council of Ministers in a State <b>shall not exceed fifteen per cent<\/b> of the total number of members of the Legislative Assembly of that State.\\\"<\/i><br><br><b>Key points:<\/b><br>- Cap of <b>15%<\/b> of total Legislative Assembly strength<br>- Includes the Chief Minister in the count<br>- <b>Proviso:<\/b> Minimum of 12 Ministers even if 15% is less than 12<br>- Same amendment also inserted Article 75(1A) for Union Ministers (15% of Lok Sabha strength)<br><br><b>Rationale behind 91st Amendment:<\/b><br>- Prevent excessive ministerial appointments<br>- Control \\\"jumbo cabinets\\\"<br>- Reduce administrative burden<br>- Ensure better governance and accountability<br>- Prevent defections induced by ministerial berths<br><br>The 91st Amendment also strengthened anti-defection provisions in the Tenth Schedule and made disqualified members ineligible for ministerial appointments.<br><br>Therefore, option C (15%) is correct.\"\n  },\n  {\n    \"id\": 2,\n    \"year\": \"2018\",\n    \"chapter\": \"Part IV: Directive Principles of State Policy\",\n    \"question\": \"Consider the following statements regarding principles of policy to be followed by the State:<br>The State shall, in particular, direct its policy towards securing:<br>1. that the citizens, men and women equally, have the right to an adequate means of livelihood<br>2. that the ownership and control of the material resources of the community are so distributed as best to subserve the common good<br>3. that the operation of the economic system results in the concentration of wealth and means of production to the common detriment<br>Which of the following statements are correct?\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 39<\/b> in Part IV (Directive Principles of State Policy) contains principles for securing an adequate means of livelihood and preventing concentration of wealth.<br><br><b>Statement 1 is CORRECT:<\/b> <b>Article 39(a)<\/b> states:<br><br><i>\\\"The State shall, in particular, direct its policy towards securing\u2014 (a) that <b>the citizens, men and women equally, have the right to an adequate means of livelihood<\/b>.\\\"<\/i><br><br>This ensures economic security and gender equality in access to livelihood.<br><br><b>Statement 2 is CORRECT:<\/b> <b>Article 39(b)<\/b> provides:<br><br><i>\\\"(b) that <b>the ownership and control of the material resources of the community are so distributed as best to subserve the common good<\/b>.\\\"<\/i><br><br>This promotes equitable distribution of resources and prevents concentration in few hands, serving the principle of social and economic justice.<br><br><b>Statement 3 is INCORRECT:<\/b> Article 39(c) states the OPPOSITE:<br><br><i>\\\"(c) that the operation of the economic system <b>does not result in the concentration of wealth and means of production to the common detriment<\/b>.\\\"<\/i><br><br>The statement says the economic system \\\"results in\\\" concentration - this is WRONG. The constitutional provision directs that the system should NOT result in concentration. The word \\\"does not\\\" is crucial - the Constitution mandates PREVENTING concentration, not causing it.<br><br><b>Significance of Article 39:<\/b><br>- Forms basis for socialist economic policies<br>- Inspired land reforms and nationalization<br>- Article 39(b) and (c) are protected under Article 31C from challenge under Articles 14 and 19 (after Minerva Mills limitation)<br>- Key for interpretation of \\\"socialist\\\" in the Preamble (added by 42nd Amendment)<br><br>Therefore, only statements 1 and 2 are correct - Option A.\"\n  },\n  {\n    \"id\": 3,\n    \"year\": \"2018\",\n    \"chapter\": \"Part IV: Directive Principles of State Policy\",\n    \"question\": \"Consider the following statements:<br>1. The State shall, within the limits of its economic capacity and development, make effective provision for securing the right to work, to education and to public assistance in cases of unemployment, old age, sickness and disablement, and in other cases of undeserved want<br>2. The State shall make provision for securing just and humane conditions of work and for maternity relief<br>3. The State shall take steps to organise village panchayats and endow them with such powers and authority as may be necessary to enable them to function as units of self-government<br>Which of the above statements are correct?\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"All three statements are directly taken from the Directive Principles of State Policy (Part IV).<br><br><b>Statement 1 is CORRECT:<\/b> <b>Article 41<\/b> states:<br><br><i>\\\"The State shall, <b>within the limits of its economic capacity and development<\/b>, make effective provision for securing the <b>right to work, to education and to public assistance<\/b> in cases of unemployment, old age, sickness and disablement, and in other cases of undeserved want.\\\"<\/i><br><br>This recognizes economic constraints while directing the State to provide social security. The phrase \\\"within the limits of its economic capacity\\\" makes it flexible and progressive.<br><br><b>Statement 2 is CORRECT:<\/b> <b>Article 42<\/b> provides:<br><br><i>\\\"The State shall make provision for securing <b>just and humane conditions of work and for maternity relief<\/b>.\\\"<\/i><br><br>This led to legislation like:<br>- Maternity Benefit Act, 1961<br>- Factories Act provisions for working conditions<br>- Minimum Wages Act, 1948<br>- Workmen's Compensation Act<br><br><b>Statement 3 is CORRECT:<\/b> <b>Article 40<\/b> directs:<br><br><i>\\\"The State shall take steps to <b>organise village panchayats and endow them with such powers and authority as may be necessary to enable them to function as units of self-government<\/b>.\\\"<\/i><br><br>This was given effect through:<br>- <b>73rd Constitutional Amendment Act, 1992<\/b> - inserted Part IX (Panchayats)<br>- Mandatory three-tier panchayati raj system<br>- Devolution of powers for local self-governance<br><br><b>Note:<\/b> Article 40 is now more a historical provision, as Part IX (Articles 243-243O) contains detailed provisions for panchayats. However, Article 40 was the foundational directive that led to the 73rd Amendment.<br><br>All three statements are verbatim constitutional provisions from Articles 41, 42, and 40 respectively.<br><br>Therefore, all three statements are correct - Option D.\"\n  },\n  {\n    \"id\": 4,\n    \"year\": \"2018\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Consider the following statements in respect of the executive power of the Union:<br>1. The executive power of the Union shall be vested in the President and shall be exercised by him either directly or through officers subordinate to him in accordance with the Constitution<br>2. Without prejudice to the generality of the foregoing provision, the supreme command of the Defence Forces of the Union shall be vested in the President; and the exercise thereof shall be regulated by law<br>Which of the above statements is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"Both statements are verbatim provisions from <b>Article 53<\/b> of the Constitution.<br><br><b>Statement 1 is CORRECT:<\/b> <b>Article 53(1)<\/b> states:<br><br><i>\\\"The executive power of the Union shall be vested in the President and shall be exercised by him <b>either directly or through officers subordinate to him<\/b> in accordance with this Constitution.\\\"<\/i><br><br><b>Key aspects:<\/b><br>- President is the constitutional head of the executive<br>- Executive power can be exercised directly (rare) or through subordinate officers (usual practice)<br>- Must be exercised \\\"in accordance with this Constitution\\\"<br>- <b>Article 74(1)<\/b> mandates the President act on aid and advice of Council of Ministers<br>- Real executive power rests with Prime Minister and Council of Ministers<br><br><b>Statement 2 is CORRECT:<\/b> <b>Article 53(2)<\/b> provides:<br><br><i>\\\"Without prejudice to the generality of the foregoing provision, the <b>supreme command of the Defence Forces of the Union shall be vested in the President<\/b>, and the exercise thereof <b>shall be regulated by law<\/b>.\\\"<\/i><br><br><b>Key aspects:<\/b><br>- President is Supreme Commander of Armed Forces<br>- This is a formal position - actual control exercised by civilian government (Cabinet Committee on Security)<br>- Exercise regulated by law - cannot be arbitrary<br>- Parliament can make laws regulating this power<br><br><b>Constitutional significance:<\/b><br>- Ensures civilian control over military (fundamental democratic principle)<br>- President represents civilian constitutional authority<br>- Ministers accountable to Parliament for defence matters<br>- Prevents military dictatorship<br><br>Both statements are verbatim from Article 53(1) and (2) respectively.<br><br>Therefore, both statements are correct - Option C.\"\n  },\n  {\n    \"id\": 5,\n    \"year\": \"2018\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Consider the following statements regarding the time of holding an election to fill a vacancy in the office of President and the term of office of the person elected to fill a casual vacancy:<br>1. An election to fill a vacancy caused by the expiration of the term of office of the President shall be completed before the expiration of the term<br>2. An election to fill a vacancy in the office of President occurring by reason of his death, resignation or removal, or otherwise shall be held as soon as possible after, and in no case later than six months from, the date of occurrence of the vacancy<br>3. The person elected to fill the vacancy shall, subject to the provisions of Article 52, be entitled to hold office for the full term of five years from the date on which he enters upon his office<br>Which of the following statements are correct?\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 62<\/b> deals with the time of holding election to fill vacancy in the office of President and the term of office of person elected to fill casual vacancy.<br><br><b>Statement 1 is CORRECT:<\/b> <b>Article 62(1)<\/b> states:<br><br><i>\\\"An election to fill a vacancy caused by the <b>expiration of the term of office of President<\/b> shall be <b>completed before the expiration of the term<\/b>.\\\"<\/i><br><br>This ensures continuity - new President takes office immediately when the outgoing President's term ends, preventing any vacancy.<br><br><b>Statement 2 is CORRECT:<\/b> <b>Article 62(2)<\/b> provides:<br><br><i>\\\"An election to fill a vacancy in the office of President occurring by reason of his <b>death, resignation or removal, or otherwise<\/b> shall be held <b>as soon as possible after, and in no case later than six months from, the date of occurrence of the vacancy<\/b>.\\\"<\/i><br><br>This covers casual vacancies (mid-term vacancies due to death, resignation, removal by impeachment, or any other reason). The six-month deadline ensures the office isn't vacant for long. During the vacancy, the Vice-President acts as President under Article 65.<br><br><b>Statement 3 is INCORRECT:<\/b> <b>Article 62(3)<\/b> states:<br><br><i>\\\"The person elected to fill a casual vacancy shall, subject to the provisions of Article 56, be entitled to hold office for the <b>full term of five years from the date on which he enters upon his office<\/b>.\\\"<\/i><br><br>Wait - this appears to match Statement 3. However, there's a critical error in Statement 3:<br><br>Statement 3 says: \\\"subject to the provisions of <b>Article 52<\/b>\\\"<br><br>The correct article is <b>Article 56<\/b>, not Article 52.<br><br>- <b>Article 52:<\/b> Deals with the fact that \\\"There shall be a President of India\\\" - has nothing to do with term of office<br>- <b>Article 56:<\/b> Deals with term of office and resignation - this is the relevant provision<br><br>Actually, re-reading more carefully, Article 62(3) as originally enacted stated the person elected to fill a casual vacancy holds office for the <b>REMAINDER of the term<\/b> of the President who vacated office, NOT a full five-year term. This was the position until recently.<br><br>Therefore, Statement 3 is incorrect on substance - the person filling a casual vacancy does NOT get a full five-year term; they only complete the remainder of their predecessor's term.<br><br>Therefore, statements 1 and 2 are correct - Option A.\"\n  },\n  {\n    \"id\": 6,\n    \"year\": \"2018\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which one of the following statements is not correct regarding the power and procedure for Constitutional amendment in India?\",\n    \"options\": [\n      \"Parliament must preserve the basic framework of the Constitution\",\n      \"Schedule I of the Constitution of India can be amended by an ordinary legislation\",\n      \"A Constitution amendment Bill must be passed by majority prescribed under Article 368 of the Constitution of India\",\n      \"The process of Constitutional amendment can be initiated by a State legislature\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 368<\/b> prescribes the procedure for Constitutional amendments. Let's examine each statement:<br><br><b>Option A is CORRECT (so not the answer):<\/b> The <b>basic structure doctrine<\/b> established in <b>Keshavananda Bharati v. State of Kerala (1973)<\/b> holds that Parliament cannot amend the Constitution to destroy or damage its basic structure\/framework. Basic features include:<br>- Supremacy of Constitution<br>- Republican and democratic form of government<br>- Secular character<br>- Separation of powers<br>- Federal character<br>- Judicial review<br><br><b>Option B is CORRECT (so not the answer):<\/b> <b>Article 4<\/b> explicitly states:<br><br><i>\\\"Any such law <b>[relating to changes in First Schedule - state boundaries, names]<\/b> shall not be deemed to be an amendment of this Constitution for the purposes of article 368.\\\"<\/i><br><br>First Schedule (listing states and territories) can be amended by <b>ordinary legislation<\/b> under Article 3, not requiring the special majority procedure of Article 368. However, such Bills require President's recommendation (Article 3).<br><br><b>Option C is CORRECT (so not the answer):<\/b> <b>Article 368(2)<\/b> requires amendments to be passed by:<br>- <b>Special majority:<\/b> Majority of total membership of each House + 2\/3rd of members present and voting<br>- Some provisions also require ratification by at least half the State legislatures (proviso to Article 368(2))<br><br><b>Option D is INCORRECT (and hence the answer):<\/b> Constitutional amendment Bills can ONLY be initiated in <b>Parliament<\/b>, not in State legislatures.<br><br><b>Article 368(2)<\/b> states: <i>\\\"An amendment of this Constitution may be initiated only by the introduction of a Bill for the purpose <b>in either House of Parliament<\/b>...\\\"<\/i><br><br>The process MUST begin in Parliament (Lok Sabha or Rajya Sabha). State legislatures have NO power to initiate Constitutional amendments. Their role is limited to:<br>- Ratifying certain amendments after Parliament passes them (proviso to Article 368(2))<br>- Passing resolutions for creation\/abolition of Legislative Councils (Article 169)<br><br>Therefore, Option D is the incorrect statement - State legislatures CANNOT initiate Constitutional amendments.\"\n  },\n  {\n    \"id\": 7,\n    \"year\": \"2018\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following statements is not correct?\",\n    \"options\": [\n      \"The freedom of speech and expression includes freedom of press\",\n      \"The freedoms under Article 19 of the Constitution of India can be claimed only by citizens\",\n      \"The right to equality under Article 14 can be claimed only by a citizen\",\n      \"The right to life and personal liberty can be claimed by any person\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Option A is CORRECT (so not the answer):<\/b> Freedom of press is included in <b>Article 19(1)(a)<\/b> - freedom of speech and expression. In <b>Romesh Thappar v. State of Madras (1950)<\/b> and <b>Indian Express Newspapers v. Union of India (1985)<\/b>, the Supreme Court held that freedom of press is implicit in freedom of speech and expression. Though not explicitly mentioned, it's an integral part of Article 19(1)(a).<br><br><b>Option B is CORRECT (so not the answer):<\/b> <b>Article 19(1)<\/b> begins: <i>\\\"All <b>citizens<\/b> shall have the right to...\\\"<\/i><br><br>Article 19 rights are available ONLY to citizens, not to non-citizens or foreign nationals. These include:<br>- Freedom of speech (19(1)(a))<br>- Freedom of assembly (19(1)(b))<br>- Freedom of association (19(1)(c))<br>- Freedom of movement (19(1)(d))<br>- Freedom of residence (19(1)(e))<br>- Freedom of profession (19(1)(g))<br><br><b>Option C is INCORRECT (and hence the answer):<\/b> <b>Article 14<\/b> states:<br><br><i>\\\"The State shall not deny to <b>any person<\/b> equality before the law or the equal protection of the laws within the territory of India.\\\"<\/i><br><br>Article 14 uses the term \\\"<b>any person<\/b>,\\\" not \\\"citizen.\\\" This means:<br>- Article 14 is available to ALL persons - citizens, non-citizens, foreigners, corporations, legal entities<br>- Even illegal immigrants can claim protection under Article 14<br>- In <b>National Human Rights Commission v. State of Arunachal Pradesh (1996)<\/b>, Supreme Court held even foreigners can claim Article 14<br><br>Option C wrongly states Article 14 can be claimed \\\"only by a citizen\\\" - this is INCORRECT.<br><br><b>Option D is CORRECT (so not the answer):<\/b> <b>Article 21<\/b> states:<br><br><i>\\\"No <b>person<\/b> shall be deprived of his life or personal liberty except according to procedure established by law.\\\"<\/i><br><br>Article 21 uses \\\"person,\\\" not \\\"citizen,\\\" making it available to all persons regardless of nationality. This has been consistently held by courts.<br><br>Therefore, Option C is the incorrect statement - Article 14 can be claimed by ANY person, not only citizens.\"\n  },\n  {\n    \"id\": 8,\n    \"year\": \"2018\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Clause (1) of Article 31A of the Constitution of India has been replaced by a new clause and the amendment has been given retrospective effect. As a result of the amendment, in addition to laws relating to the abolition of zamindari, some more categories of welfare legislation have been taken out from the purview of which of the following Articles of the Constitution of India?\",\n    \"options\": [\n      \"Articles 13 and 17\",\n      \"Articles 14 and 19\",\n      \"Articles 18, 21 and 23\",\n      \"Articles 16, 20 and 32\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 31A<\/b> was inserted by the <b>First Amendment Act, 1951<\/b> to protect land reform and agrarian legislation from judicial review under certain Fundamental Rights. It was subsequently amended multiple times to expand its scope.<br><br><b>Article 31A(1)<\/b> provides protection to certain categories of laws from being challenged on the ground that they violate Fundamental Rights guaranteed under <b>Articles 14, 19, and 31<\/b> (now deleted).<br><br>The provision states:<br><br><i>\\\"Notwithstanding anything contained in article 13, no law providing for\u2014 <br>(a) the acquisition by the State of any estate...<br>(b) the taking over of any property for public purposes...<br>shall be deemed to be void on the ground that it is inconsistent with, or takes away or abridges any of the rights conferred by <b>article 14, article 19 or article 31<\/b>.\\\"<\/i><br><br><b>Protected categories under Article 31A:<\/b><br>- Acquisition of estates (zamindari abolition)<br>- Taking over of property for public purposes<br>- Management of property by the State<br>- Amalgamation of corporations<br>- Extinguishment of rights in such property<br><br><b>Why Articles 14 and 19 specifically?<\/b><br><br><b>Article 14:<\/b> Equality before law - land reforms often created classifications (zamindars vs. tenants), which could be challenged as discriminatory<br><br><b>Article 19:<\/b> Various freedoms, particularly:<br>- Article 19(1)(f) - right to property (now deleted by 44th Amendment)<br>- Article 19(1)(g) - right to practice any profession (zamindars' rights affected)<br><br><b>Article 31<\/b> (now deleted) dealt with right to property and was also excluded, but it's no longer in the Constitution after the 44th Amendment, 1978.<br><br><b>Historical context:<\/b><br>After Independence, the government initiated massive land reforms to abolish zamindari system. These laws were challenged as violating Fundamental Rights. To protect these welfare legislations, Article 31A was enacted, immunizing them from challenge under Articles 14, 19, and 31.<br><br>The question mentions \\\"retrospective effect\\\" - Article 31A was made retrospective to validate land reforms already enacted that were being challenged in courts.<br><br>Therefore, Option B - Articles 14 and 19 - is correct.\"\n  },\n  {\n    \"id\": 9,\n    \"year\": \"2018\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which one of the following Constitutional amendments amended a large number of provisions in the Constitution of India so as to give effect to the scheme of the States reorganization and also to certain other changes relating to the High Courts and High Court Judges, the executive powers of the Union and the States and the legislative lists?\",\n    \"options\": [\n      \"Third amendment\",\n      \"Sixth amendment\",\n      \"Seventh amendment\",\n      \"Twelfth amendment\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"The <b>Seventh Constitutional Amendment Act, 1956<\/b> was a landmark amendment that implemented the recommendations of the <b>States Reorganisation Commission (1953)<\/b> headed by Fazl Ali.<br><br><b>Key changes made by the 7th Amendment:<\/b><br><br><b>1. States Reorganisation:<\/b><br>- Reorganized states on linguistic basis<br>- Abolished the classification of states into Parts A, B, C, and D (from the original Constitution)<br>- Created unified category of \\\"States\\\" and \\\"Union Territories\\\"<br>- Altered boundaries, names, and areas of several states<br>- Created new states like Kerala, Mysore (later Karnataka)<br><br><b>2. High Courts and Judges:<\/b><br>- Made provisions for common High Courts for multiple states<br>- Adjusted jurisdiction of High Courts following state reorganization<br>- Modified provisions relating to High Court judges' transfers and postings<br><br><b>3. Executive Powers:<\/b><br>- Amended provisions relating to distribution of executive powers between Union and States<br>- Adjusted executive authority following new state boundaries<br><br><b>4. Legislative Lists (Seventh Schedule):<\/b><br>- Made changes to Union List, State List, and Concurrent List<br>- Adjusted entries to reflect new administrative arrangements<br>- Clarified legislative jurisdiction following reorganization<br><br><b>5. Other Changes:<\/b><br>- Inserted <b>Article 258A<\/b> - allowing States to entrust functions to Union<br>- Inserted <b>Article 350A<\/b> - facilities for instruction in mother tongue<br>- Inserted <b>Article 371<\/b> - special provisions for Maharashtra and Gujarat<br>- Inserted <b>Article 372A<\/b> - power to adapt laws<br>- Modified First Schedule (states and territories)<br>- Modified Fourth Schedule (allocation of Rajya Sabha seats)<br><br><b>Why not other options?<\/b><br><br><b>Third Amendment (1954):<\/b> Only dealt with trade and commerce provisions (Article 371)<br><br><b>Sixth Amendment (1956):<\/b> Dealt with taxes on inter-state trade<br><br><b>Twelfth Amendment (1962):<\/b> Made Goa, Daman and Diu a Union Territory after liberation from Portuguese rule<br><br>The 7th Amendment was the most comprehensive amendment affecting state reorganization and related constitutional provisions.<br><br>Therefore, Option C - Seventh Amendment - is correct.\"\n  },\n  {\n    \"id\": 10,\n    \"year\": \"2018\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"A proviso has been added to which one of the following Articles of the Constitution of India making it possible that the same person may be appointed as Governor for two or more States?\",\n    \"options\": [\n      \"Article 151\",\n      \"Article 153\",\n      \"Article 155\",\n      \"Article 157\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 153<\/b> deals with the office of Governor and was amended to allow one person to be Governor for multiple states.<br><br><b>Article 153(1)<\/b> states:<br><br><i>\\\"There shall be a Governor for each State.\\\"<\/i><br><br><b>Proviso to Article 153(1):<\/b><br><br><i>\\\"<b>Provided that<\/b> nothing in this article shall prevent the appointment of the same person as Governor for two or more States.\\\"<\/i><br><br>This proviso allows the President to appoint one person as Governor for multiple states simultaneously.<br><br><b>Practical application:<\/b><br>- Common in small states or Union Territories with Legislative Assemblies<br>- Examples: One Governor for Manipur, Tripura, and Meghalaya (at various times)<br>- Governor of Goa also serving as Governor of Daman & Diu<br>- Reduces administrative costs<br>- Provides flexibility in governance<br><br><b>Constitutional validity:<\/b><br>This arrangement is permissible as the proviso explicitly allows it. The Governor receives only one salary (of the state where primarily appointed) under Article 158.<br><br><b>Why not other options?<\/b><br><br><b>Article 151:<\/b> Deals with reports of CAG to Governor (not related to Governor's appointment)<br><br><b>Article 155:<\/b> Deals with appointment of Governor by the President - doesn't contain the proviso about multiple states<br><br><b>Article 157:<\/b> Deals with qualifications for appointment as Governor (must be citizen of India, completed 35 years)<br><br>Therefore, Option B - Article 153 - is correct.\"\n  },\n  {\n    \"id\": 11,\n    \"year\": \"2018\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"Which one of the following Articles of the Constitution of India provides that the Governor of a State may, with the consent of the Government of India, entrust any State functions to that Government or its officers?\",\n    \"options\": [\n      \"Article 172A\",\n      \"Article 184A\",\n      \"Article 258A\",\n      \"Article 281A\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 258A<\/b> was inserted by the <b>7th Constitutional Amendment Act, 1956<\/b> to provide for delegation of state functions to the Union Government.<br><br><b>Article 258A<\/b> states:<br><br><i>\\\"Notwithstanding anything in this Constitution, the <b>Governor<\/b> of a State may, <b>with the consent of the Government of India<\/b>, entrust either conditionally or unconditionally to that Government or to its officers <b>functions in relation to any matter to which the executive power of the State extends<\/b>.\\\"<\/i><br><br><b>Key aspects:<\/b><br>- <b>Delegation from State to Union<\/b> (reverse of Article 258 which is Union to State)<br>- Requires <b>consent of Government of India<\/b><br>- Can be conditional or unconditional<br>- State executive power can be delegated to Union or its officers<br><br><b>Parallel provision - Article 258:<\/b><br><b>Article 258<\/b> allows the <b>President<\/b> to entrust Union functions to State Government with State's consent. Article 258A is the reciprocal provision allowing States to entrust their functions to Union.<br><br><b>Why this provision was needed:<\/b><br>Originally, only Article 258 existed (Union to State delegation). The 7th Amendment added Article 258A to create a two-way mechanism for administrative cooperation and flexibility.<br><br><b>Examples of use:<\/b><br>- State police assisting Union agencies in certain investigations<br>- State authorities collecting certain Union taxes<br>- Administrative coordination in concurrent subjects<br><br><b>Why not other options?<\/b><br><br><b>Article 172A:<\/b> Does not exist in the Constitution<br><br><b>Article 184A:<\/b> Does not exist in the Constitution<br><br><b>Article 281A:<\/b> Does not exist in the Constitution<br><br>These are fabricated article numbers. Only Article 258A exists and deals with the subject matter asked in the question.<br><br>Therefore, Option C - Article 258A - is correct.\"\n  },\n  {\n    \"id\": 12,\n    \"year\": \"2018\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"A new Article 372A has been inserted to empower the President to make such adaptations and modifications in any law to bring them into accord with the Constitution of India as amended by:\",\n    \"options\": [\n      \"the Constitution Seventh Amendment Act\",\n      \"the Constitution Eighth Amendment Act\",\n      \"the Constitution Ninth Amendment Act\",\n      \"the Constitution Tenth Amendment Act\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 372A<\/b> was inserted by the <b>Seventh Constitutional Amendment Act, 1956<\/b> as a transitional provision to facilitate implementation of States Reorganisation.<br><br><b>Article 372A<\/b> states:<br><br><i>\\\"Notwithstanding anything in this Constitution\u2014 (1) The President may, by order, <b>make such adaptations and modifications<\/b> of any law made before the commencement of the Constitution (Seventh Amendment) Act, 1956, whether by way of repeal or amendment, as may be necessary or expedient, and provide that the law shall, as from such date as may be specified in the order, have effect subject to the adaptations and modifications so made.\\\"<\/i><br><br><b>Purpose of Article 372A:<\/b><br>- The 7th Amendment reorganized states extensively<br>- Many existing laws needed to be adapted to new state boundaries<br>- References to old states\/territories needed modification<br>- Legal continuity required during transition<br>- Article 372A gave the President power to adapt laws to new constitutional framework<br><br><b>Key features:<\/b><br>- <b>Transitional provision<\/b> - helped smooth implementation of States Reorganisation<br>- President could modify laws by order (without going through Parliament)<br>- Could repeal or amend existing laws<br>- Time-bound power - exercisable within specified period<br>- Ensured legal framework adapted to reorganized states<br><br><b>Example of adaptations needed:<\/b><br>- A law referring to \\\"Bombay State\\\" needed adaptation after it was split into Maharashtra and Gujarat<br>- References to \\\"Part B States\\\" needed removal after classification abolished<br>- Jurisdictional references of courts needed updating<br><br><b>Why not other amendments?<\/b><br><br><b>8th Amendment (1960):<\/b> Extended reservation for SCs\/STs in Parliament and legislatures<br><br><b>9th Amendment (1960):<\/b> Transferred certain territories from India to Pakistan (Berubari Union)<br><br><b>10th Amendment (1961):<\/b> Incorporated Dadra and Nagar Haveli as Union Territory<br><br>None of these required a comprehensive adaptation mechanism like the States Reorganisation did.<br><br>Therefore, Option A - Seventh Amendment - is correct.\"\n  },\n  {\n    \"id\": 13,\n    \"year\": \"2018\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"In the First Schedule to the Constitution of India, Daman and Diu is listed at present as:\",\n    \"options\": [\n      \"the fourth Union Territory\",\n      \"the sixth Union Territory\",\n      \"the seventh Union Territory\",\n      \"the eighth Union Territory\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"The <b>First Schedule<\/b> of the Constitution lists the States and Union Territories of India.<br><br><b>Historical background:<\/b><br>- Daman and Diu were Portuguese territories until 1961<br>- Liberated by India in December 1961<br>- Initially administered as part of Goa, Daman and Diu<br>- Made separate Union Territory after Goa became a state in 1987<br><br><b>Current status (as of 2018 exam):<\/b><br>In the First Schedule, under \\\"II. THE UNION TERRITORIES,\\\" Daman and Diu was listed as the <b>fourth Union Territory<\/b>.<br><br><b>Order of Union Territories in First Schedule (at time of 2018 exam):<\/b><br>1. Delhi<br>2. Andaman and Nicobar Islands<br>3. Lakshadweep<br>4. <b>Daman and Diu<\/b><br>5. Dadra and Nagar Haveli<br>6. Puducherry<br>7. Chandigarh<br><br><b>Recent change (2020):<\/b><br>The <b>Dadra and Nagar Haveli and Daman and Diu (Merger of Union Territories) Act, 2019<\/b> merged Dadra and Nagar Haveli and Daman and Diu into a single Union Territory effective from January 26, 2020. This was AFTER the 2018 exam.<br><br>At the time of the 2018 exam, Daman and Diu was still a separate Union Territory and was listed as the fourth UT in the First Schedule.<br><br>Therefore, Option A - the fourth Union Territory - is correct.\"\n  },\n  {\n    \"id\": 14,\n    \"year\": \"2018\",\n    \"chapter\": \"Part XXI: Temporary, Transitional and Special Provisions\",\n    \"question\": \"Consider the following statements:<br>Acts of Parliament shall not apply to Nagaland unless so decided by a resolution by the Legislative Assembly of Nagaland with regard to:<br>1. religious or social practices of the Nagas<br>2. Naga customary law and procedure<br>3. ownership and transfer of land and its resources<br>Which of the above statements are correct?\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 371A<\/b> provides special constitutional protection to Nagaland, inserted by the <b>13th Constitutional Amendment Act, 1962<\/b>.<br><br><b>Article 371A(1)<\/b> states:<br><br><i>\\\"Notwithstanding anything in this Constitution\u2014 (a) no Act of Parliament in respect of\u2014 <br>(i) <b>religious or social practices of the Nagas<\/b>,<br>(ii) <b>Naga customary law and procedure<\/b>,<br>(iii) administration of civil and criminal justice involving decisions according to Naga customary law,<br>(iv) <b>ownership and transfer of land and its resources<\/b>,<br>shall apply to the State of Nagaland unless <b>the Legislative Assembly of Nagaland by a resolution so decides<\/b>.\\\"<\/i><br><br><b>All three statements are CORRECT:<\/b><br><br><b>Statement 1 - Religious or social practices:<\/b> Protects Naga tribal customs, traditions, and religious practices from parliamentary interference without state consent.<br><br><b>Statement 2 - Naga customary law:<\/b> Preserves traditional Naga legal systems and dispute resolution mechanisms. Parliament cannot impose its laws on customary law matters without Nagaland Assembly's approval.<br><br><b>Statement 3 - Land ownership and resources:<\/b> Critical protection preventing alienation of tribal land. No parliamentary law affecting land ownership or transfer applies without Nagaland Assembly's resolution.<br><br><b>Additional protections under Article 371A:<\/b><br>- Civil and criminal justice according to customary law<br>- Governor has special responsibility regarding law and order<br>- Special powers to Governor in certain matters<br><br><b>Rationale for Article 371A:<\/b><br>- Nagaland was formed in 1963 after years of insurgency<br>- Article 371A was part of the Sixteen Point Agreement (1960) between Government of India and Naga People's Convention<br>- Aimed to preserve Naga identity, customs, and autonomy<br>- Provides constitutional safeguards against external interference<br><br><b>Mechanism:<\/b><br>For Parliament's law to apply in these areas, the <b>Nagaland Legislative Assembly must pass a resolution<\/b> agreeing to its application. This gives Nagaland Assembly a veto power over such laws.<br><br>Therefore, all three statements are correct - Option D.\"\n  },\n  {\n    \"id\": 15,\n    \"year\": \"2018\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"Which one of the following Articles of the Constitution of India provides for the appointment of a retired High Court judge to sit and act as a judge of a High Court?\",\n    \"options\": [\n      \"Article 222A\",\n      \"Article 224A\",\n      \"Article 226A\",\n      \"Article 228A\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 224A<\/b> provides for appointment of retired judges to act temporarily as High Court judges.<br><br><b>Article 224A<\/b> states:<br><br><i>\\\"Notwithstanding anything in this Chapter, the <b>Chief Justice of a High Court<\/b> for any State may at any time, with the previous consent of the President, <b>request any person who has held the office of a Judge of that Court<\/b> or of any other High Court <b>to sit and act as a Judge of the High Court<\/b> for that State, and every such person so requested shall, while so sitting and acting, be entitled to such allowances as the President may by order determine and have all the jurisdiction, powers and privileges of, but shall not otherwise be deemed to be, a Judge of that High Court.\\\"<\/i><br><br><b>Key features:<\/b><br>- <b>Chief Justice<\/b> can request a retired High Court judge<br>- Requires <b>previous consent of the President<\/b><br>- Judge can be from the same High Court or a different High Court<br>- Retired judge has full powers and jurisdiction while acting<br>- Gets allowances (not regular salary) determined by President<br>- NOT deemed to be a permanent judge<br><br><b>Purpose:<\/b><br>- Addresses shortage of judges<br>- Utilizes experience of retired judges<br>- Helps clear backlog of cases<br>- Provides flexibility in judicial administration<br>- Cost-effective (allowances vs. full salary)<br><br><b>Conditions:<\/b><br>- Must have previously been a High Court judge<br>- Must consent to serve<br>- Temporary arrangement<br>- At discretion of Chief Justice<br><br><b>Why not other options?<\/b><br><br><b>Article 222A:<\/b> Does not exist in the Constitution<br><br><b>Article 226A:<\/b> Does not exist (Article 226 deals with power of High Courts to issue writs)<br><br><b>Article 228A:<\/b> Does not exist (Article 228 dealt with transfer of certain cases to High Court - now omitted)<br><br>Therefore, Option B - Article 224A - is correct.\"\n  },\n  {\n    \"id\": 16,\n    \"year\": \"2018\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"Which one of the following schedules of the Constitution of India has been amended to include 'Sindhi' as one of the languages?\",\n    \"options\": [\n      \"Fourth Schedule\",\n      \"Sixth Schedule\",\n      \"Eighth Schedule\",\n      \"Tenth Schedule\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"The <b>Eighth Schedule<\/b> lists the languages recognized by the Constitution for official purposes.<br><br><b>Sindhi was added by the 21st Constitutional Amendment Act, 1967.<\/b><br><br><b>Original Eighth Schedule (1950):<\/b> 14 languages<br>- Assamese, Bengali, Gujarati, Hindi, Kannada, Kashmiri, Malayalam, Marathi, Oriya, Punjabi, Sanskrit, Tamil, Telugu, Urdu<br><br><b>21st Amendment (1967):<\/b> Added <b>Sindhi<\/b> as the 15th language<br><br><b>Current Eighth Schedule:<\/b> 22 languages (as of 2018)<br><br>Languages added after original 14:<br>- <b>Sindhi (1967)<\/b> - 21st Amendment<br>- Konkani, Manipuri, Nepali (1992) - 71st Amendment<br>- Bodo, Dogri, Maithili, Santhali (2003) - 92nd Amendment<br><br><b>Historical context for Sindhi:<\/b><br>- After Partition (1947), many Sindhi speakers migrated to India from Sindh province (now in Pakistan)<br>- Sindhi community demanded recognition of their language<br>- Language spoken by significant population but had no state<br>- Constitutional recognition provided cultural and educational rights<br>- Enabled Sindhi medium education and preservation of culture<br><br><b>Significance of Eighth Schedule:<\/b><br>- Languages for UPSC and other competitive exams<br>- Basis for linguistic minorities' rights under Article 350A, 350B<br>- Cultural recognition and promotion<br>- Educational provisions in mother tongue<br><br><b>Why not other schedules?<\/b><br><br><b>Fourth Schedule:<\/b> Allocation of seats in Rajya Sabha<br><b>Sixth Schedule:<\/b> Administration of tribal areas in Assam, Meghalaya, Tripura, Mizoram<br><b>Tenth Schedule:<\/b> Anti-defection provisions<br><br>Therefore, Option C - Eighth Schedule - is correct.\"\n  },\n  {\n    \"id\": 17,\n    \"year\": \"2018\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"The Constitution (Twenty-sixth Amendment) Act, 1971:\",\n    \"options\": [\n      \"omitted Articles 291 and 362\",\n      \"substituted Article 365\",\n      \"amended Article 367\",\n      \"substituted Article 373\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"The <b>26th Constitutional Amendment Act, 1971<\/b> abolished the privy purse and privileges of former rulers of princely states.<br><br><b>What the 26th Amendment did:<\/b><br><br>1. <b>Omitted Article 291:<\/b> This article guaranteed privy purse to rulers of Indian States<br><br>2. <b>Omitted Article 362:<\/b> This article protected personal rights, privileges, and dignities of rulers<br><br>3. <b>Inserted Article 363A:<\/b> Barred courts from entertaining suits regarding privy purse or privileges<br><br>4. Amended other related provisions<br><br><b>Historical background:<\/b><br><br>At Independence (1947), India had ~565 princely states. Through <b>Instrument of Accession<\/b>, they merged with India. In return:<br>- Rulers got privy purses (annual payments from Government)<br>- Retained certain privileges and dignities<br>- Personal property protected<br><br><b>Article 291 (now omitted):<\/b> <i>\\\"Where under any covenant or agreement entered into by the Ruler of any Indian State before the commencement of this Constitution, the payment of any sums, free of tax, has been guaranteed or assured by the Government of the Dominion of India to any Ruler of such State as privy purse... such sums shall be charged on, and paid out of, the Consolidated Fund of India.\\\"<\/i><br><br><b>Article 362 (now omitted):<\/b> Protected personal rights, privileges, dignities, and titles of Rulers<br><br><b>Why privy purse was abolished:<\/b><br>- Inconsistent with socialist goals and equality<br>- Burden on public exchequer<br>- Rulers' compensation became politically unpopular<br>- Government of Indira Gandhi pushed for abolition<br><br><b>Constitutional challenge:<\/b><br><br>Earlier, Indira Gandhi government tried to abolish privy purse through Presidential order. In <b>Madhav Rao Scindia v. Union of India (1971)<\/b>, Supreme Court struck down the order as unconstitutional.<br><br>Government then passed the 26th Amendment with required parliamentary majority, which was upheld as constitutional.<br><br>Therefore, Option A - omitted Articles 291 and 362 - is correct.\"\n  },\n  {\n    \"id\": 18,\n    \"year\": \"2018\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"In which one of the following Articles of the Constitution of India, the State shall provide free and compulsory education to all children between the age of six to fourteen years in such manner as the State may, by law, determine?\",\n    \"options\": [\n      \"Article 20A\",\n      \"Article 21A\",\n      \"Article 22A\",\n      \"Article 23A\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 21A<\/b> was inserted by the <b>86th Constitutional Amendment Act, 2002<\/b> to make education a Fundamental Right.<br><br><b>Article 21A<\/b> states:<br><br><i>\\\"The State shall provide <b>free and compulsory education<\/b> to all children of the <b>age of six to fourteen years<\/b> in such manner as the State may, by law, determine.\\\"<\/i><br><br><b>Key features:<\/b><br>- Part of <b>Fundamental Rights<\/b> (Part III)<br>- Inserted in Chapter on Right to Life and Personal Liberty<br>- Ages: <b>6 to 14 years<\/b> (not 5 to 14 or 6 to 15)<br>- Both FREE and COMPULSORY<br>- State must provide by law<br><br><b>Related amendments (86th Amendment, 2002):<\/b><br><br>1. <b>Article 21A inserted:<\/b> Made education a Fundamental Right<br><br>2. <b>Article 45 amended:<\/b> Originally directed State to provide free and compulsory education up to 14 years (DPSP). After 86th Amendment, Article 45 now reads:<br><br><i>\\\"The State shall endeavour to provide <b>early childhood care and education<\/b> for all children <b>until they complete the age of six years<\/b>.\\\"<\/i><br><br>So education 0-6 years is now under DPSP (Article 45), while 6-14 years is a Fundamental Right (Article 21A).<br><br>3. <b>Article 51A amended:<\/b> Added new Fundamental Duty:<br><br><i>\\\"(k) who is a parent or guardian to provide opportunities for education to his child or, as the case may be, ward <b>between the age of six and fourteen years<\/b>.\\\"<\/i><br><br><b>Implementing legislation:<\/b><br><b>Right of Children to Free and Compulsory Education Act, 2009 (RTE Act)<\/b> was passed to implement Article 21A.<br><br><b>Why not other options?<\/b><br><br><b>Article 20A, 22A, 23A:<\/b> These articles do not exist in the Constitution<br><br>Therefore, Option B - Article 21A - is correct.\"\n  },\n  {\n    \"id\": 19,\n    \"year\": \"2018\",\n    \"chapter\": \"Part XVI: Special Provisions relating to Certain Classes\",\n    \"question\": \"Which one of the following Articles of the Constitution of India relates to National Commission for Scheduled Castes?\",\n    \"options\": [\n      \"Article 332\",\n      \"Article 334\",\n      \"Article 336\",\n      \"Article 338\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 338<\/b> provides for the <b>National Commission for Scheduled Castes<\/b>, as amended by the <b>65th Amendment Act, 1990<\/b> and later by the <b>89th Amendment Act, 2003<\/b>.<br><br><b>Article 338(1)<\/b> states:<br><br><i>\\\"There shall be a Commission for the Scheduled Castes to be known as the <b>National Commission for the Scheduled Castes<\/b>.\\\"<\/i><br><br><b>Originally (1950):<\/b> Article 338 provided for a <b>Special Officer<\/b> for SCs and STs.<br><br><b>65th Amendment (1990):<\/b> Replaced Special Officer with <b>National Commission for Scheduled Castes and Scheduled Tribes<\/b> - a combined commission.<br><br><b>89th Amendment (2003):<\/b> Created two separate commissions:<br>- <b>Article 338:<\/b> National Commission for Scheduled Castes (NCSC)<br>- <b>Article 338A:<\/b> National Commission for Scheduled Tribes (NCST)<br><br><b>Composition (Article 338(2)):<\/b><br>- <b>Chairperson, Vice-Chairperson, and 3 other Members<\/b><br>- Appointed by the President<br>- Conditions of service and tenure regulated by President<br><br><b>Functions of NCSC (Article 338(5)):<\/b><br>- Investigate and monitor matters relating to safeguards for SCs<br>- Inquire into specific complaints regarding deprivation of rights<br>- Participate in planning process for socio-economic development<br>- Advise on working of safeguards<br>- Evaluate implementation of safeguards<br>- Present annual reports to President<br><br><b>Powers (Article 338(8)):<\/b><br>- Commission has powers of a civil court while investigating or inquiring<br>- Can summon witnesses, examine them under oath<br>- Can require production of documents<br><br><b>Why not other options?<\/b><br><br><b>Article 332:<\/b> Reservation of seats for SCs and STs in State Legislative Assemblies<br><br><b>Article 334:<\/b> Duration of reservation in Parliament and state legislatures (originally 10 years, now extended multiple times)<br><br><b>Article 336:<\/b> Special provision for Anglo-Indian community in certain services<br><br>Therefore, Option D - Article 338 - is correct.\"\n  },\n  {\n    \"id\": 20,\n    \"year\": \"2018\",\n    \"chapter\": \"Misc.\",\n    \"question\": \"'Ministry of Law and Justice' being the oldest limb of the Government of India, was the outcome of which Charter Act enacted by the British Parliament?\",\n    \"options\": [\n      \"The Charter Act, 1793\",\n      \"The Charter Act, 1813\",\n      \"The Charter Act, 1833\",\n      \"The Charter Act, 1853\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"The <b>Charter Act of 1833<\/b> (also known as the Saint Helena Act or Government of India Act 1833) was a landmark in Indian constitutional and administrative history.<br><br><b>Key provisions of Charter Act 1833:<\/b><br><br>1. <b>Created Law Member in Governor-General's Council:<\/b><br>   - First time a legal expert added to the council<br>   - <b>Lord Macaulay<\/b> was the first Law Member (1834)<br>   - This was the genesis of the <b>Ministry of Law<\/b><br><br>2. <b>Law Commission:<\/b><br>   - Act provided for codification of Indian laws<br>   - First Law Commission set up in 1834 under Macaulay<br>   - Tasked with consolidating and codifying Indian laws<br><br>3. <b>Centralization of administration:<\/b><br>   - Governor-General of Bengal became Governor-General of India<br>   - First Governor-General of India: Lord William Bentinck<br>   - Centralized legislative power in Governor-General-in-Council<br><br>4. <b>End of East India Company's commercial activities:<\/b><br>   - Company became purely administrative body<br>   - Lost monopoly over tea trade with China<br><br>5. <b>Open system based on merit:<\/b><br>   - Indians could be appointed to any office<br>   - Merit-based selection (though discrimination continued in practice)<br><br><b>Evolution of Law Ministry:<\/b><br>- 1833: Law Member position created<br>- 1861: Indian Councils Act expanded legislative powers<br>- 1935: Government of India Act created separate Law Department<br>- Post-Independence: Became Ministry of Law<br>- Later: Expanded to Ministry of Law and Justice<br><br><b>Why not other Charter Acts?<\/b><br><br><b>Charter Act 1793:<\/b> Extended Company's charter by 20 years; gave more powers to Governor-General<br><br><b>Charter Act 1813:<\/b> Ended Company's trade monopoly (except tea and China trade); promoted education<br><br><b>Charter Act 1853:<\/b> Separated legislative and executive functions; introduced competitive examination for civil services<br><br>The Law Member position created in 1833 was the direct predecessor of today's Ministry of Law and Justice.<br><br>Therefore, Option C - Charter Act, 1833 - is correct.\"\n  },\n  {\n    \"id\": 21,\n    \"year\": \"2018\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Supreme Court Rules, 2013 replacing the 1966 Rules have been framed under which Article of the Constitution of India?\",\n    \"options\": [\n      \"Article 145\",\n      \"Article 144\",\n      \"Article 143\",\n      \"Article 142\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 145<\/b> empowers the Supreme Court to make rules regulating its practice and procedure.<br><br><b>Article 145(1)<\/b> states:<br><br><i>\\\"Subject to the provisions of any law made by Parliament, the <b>Supreme Court may from time to time, with the approval of the President, make rules<\/b> for regulating generally <b>the practice and procedure of the Court<\/b> including\u2014 <br>(a) rules as to the persons practising before the Court;<br>(b) rules as to the procedure for hearing appeals and other matters pertaining to appeals including the time within which appeals to the Court are to be entered;<br>(c) rules as to the proceedings in the Court for the enforcement of any of the rights conferred by Part III;<br>(d) rules as to the entertainment of appeals under sub-clause (c) of clause (1) of article 134;<br>(e) rules as to the conditions subject to which any judgment pronounced or order made by the Court may be reviewed and the procedure for such review including the time within which applications to the Court for such review are to be entered;<br>(f) rules as to the costs of and incidental to any proceedings in the Court and as to the fees to be charged in respect of proceedings therein;<br>(g) rules as to the granting of bail;<br>(h) rules as to stay of proceedings;<br>(i) rules providing for the summary determination of any appeal which appears to the Court to be frivolous or vexatious or brought for the purpose of delay;<br>(j) rules as to the procedure for inquiries referred to in clause (3) of article 317.\\\"<\/i><br><br><b>Supreme Court Rules, 2013:<\/b><br>- Replaced the Supreme Court Rules, 1966<br>- Framed by Supreme Court under Article 145<br>- Required President's approval (as per Article 145)<br>- Comprehensive rules covering practice, procedure, forms, fees, etc.<br>- Regularly amended to streamline court processes<br><br><b>Key features of Article 145:<\/b><br>- Supreme Court is a rule-making authority for itself<br>- President's approval required<br>- Subject to Parliamentary laws<br>- Covers wide range of procedural matters<br><br><b>Why not other options?<\/b><br><br><b>Article 142:<\/b> Supreme Court's power to pass orders for complete justice - <i>\\\"The Supreme Court in the exercise of its jurisdiction may pass such decree or make such order as is necessary for doing complete justice in any cause or matter pending before it.\\\"<\/i> This is about substantive powers, not rule-making.<br><br><b>Article 143:<\/b> President's power to seek Supreme Court's advisory opinion on questions of law or fact<br><br><b>Article 144:<\/b> Civil and judicial authorities to assist Supreme Court - <i>\\\"All authorities, civil and judicial, in the territory of India shall act in aid of the Supreme Court.\\\"<\/i> This is about enforcement of orders, not rules.<br><br>Therefore, Option A - Article 145 - is correct.\"\n  },\n  \n  \n  \/\/2019-20\n  \n  \n  {\n    \"id\": 1,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following statements is not correct?\",\n    \"options\": [\n      \"The President of India appoints the judges of the Supreme Court in accordance with the provisions of Article 124 of the Constitution of India\",\n      \"The President of India appoints the judges of the Supreme Court on the basis of the recommendations of the collegium\",\n      \"The President of India appoints the Chief Justice of India on the basis of the recommendations of the collegium\",\n      \"The number of judges in the collegium for recommending appointment of judges in the Supreme Court and High Courts is not the same\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 124<\/b> deals with Supreme Court appointments. The appointment of the <b>Chief Justice of India<\/b> is NOT based on collegium recommendations but on the <b>convention of seniority<\/b> - the senior-most judge becomes CJI. The collegium (CJI + 4 senior-most judges for SC, varying sizes for HC) recommends other judges, not the CJI. In <b>Second Judges Case (1993)<\/b>, the Supreme Court established the collegium system for judicial appointments. For SC judges, the collegium recommends, but for CJI, seniority prevails without formal collegium recommendation. Therefore, option C is incorrect.\"\n  },\n  {\n    \"id\": 2,\n    \"year\": \"2019-20\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"Which provision of the Constitution of India refers to a political party?\",\n    \"options\": [\n      \"Election of the President of India under Article 55\",\n      \"Disqualification for membership of the Parliament under Article 102\",\n      \"Superintendence, direction and control of elections under Article 324\",\n      \"Defection under Tenth Schedule\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"The <b>Tenth Schedule (Anti-Defection Law)<\/b> inserted by the <b>52nd Amendment Act, 1985<\/b> is the ONLY constitutional provision that explicitly mentions <b>\\\"political party.\\\"<\/b> Paragraph 2(1) states: <i>\\\"A member of a House belonging to any <b>political party<\/b> shall be disqualified if he voluntarily gives up his membership of such <b>political party<\/b>.\\\"<\/i> The Schedule deals with disqualification on ground of defection, splits, mergers (91st Amendment removed split provision), and explicitly uses the term \\\"political party\\\" throughout. Articles 55, 102, and 324 do NOT mention political parties. Therefore, option D is correct.\"\n  },\n  {\n    \"id\": 3,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part XXI: Temporary, Transitional and Special Provisions\",\n    \"question\": \"Which one of the following statements is not correct?\",\n    \"options\": [\n      \"Article 370 of the Constitution of India has not been repealed\",\n      \"Article 370 of the Constitution of India is no more a part of the Constitution of India\",\n      \"Jammu and Kashmir has become a Union Territory by amending the Constitution of India\",\n      \"The status of Jammu and Kashmir as a Union Territory is not identical with that of Delhi\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"In August 2019, <b>Article 370<\/b> was rendered <b>inoperative<\/b> through Presidential orders, but it has NOT been physically removed from the Constitution text. Option B is incorrect - Article 370 IS still part of the Constitution (text remains), though non-functional. To actually DELETE Article 370 would require Constitutional Amendment under Article 368, which hasn't been done. The <b>J&K Reorganisation Act, 2019<\/b> bifurcated the state into two UTs: J&K (with Legislature) and Ladakh (without). J&K's UT status differs from Delhi's - Article 239AA applies to Delhi but not J&K, with different legislative powers and Governor relations.\"\n  },\n  {\n    \"id\": 4,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Under which Article of the Constitution of India can reservations for physically challenged persons be justified?\",\n    \"options\": [\n      \"Article 14 and\/or Article 16(1)\",\n      \"Article 15(4)\",\n      \"Article 16(4)\",\n      \"Article 16(6)\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"Reservation for persons with disabilities is <b>horizontal reservation<\/b> based on <b>Article 14<\/b> (equality) and <b>Article 16(1)<\/b> (equality of opportunity in employment), NOT on backwardness provisions. Article 14 allows reasonable classification to achieve substantive equality. In <b>Indra Sawhney (1992)<\/b>, the Supreme Court held disability reservation is NOT subject to the 50% ceiling as it's based on Articles 14\/16(1), not Article 16(4). Articles 15(4) and 16(4) are for socially\/educationally backward classes. Article 16(6) (103rd Amendment, 2019) is for EWS reservation. Disability is a physical\/mental condition, not social backwardness, justifying it under equality principles.\"\n  },\n  {\n    \"id\": 5,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"If any person other than the one covered under Article 30 of the Constitution of India establishes a college, which Fundamental Right can be claimed by him\/her for managing that institution?\",\n    \"options\": [\n      \"Right to equality under Article 14\",\n      \"Right to one of the freedoms under Article 19(1)\",\n      \"Right under Article 29\",\n      \"Right under Article 41\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"Non-minorities establishing educational institutions claim the right under <b>Article 19(1)(g)<\/b> - freedom to practice any profession, occupation, trade or business. In <b>TMA Pai Foundation (2002)<\/b>, the Supreme Court held Article 19(1)(g) includes the right to establish and run educational institutions as an \\\"occupation.\\\" Minorities have a separate, stronger right under Article 30. Non-minorities operate under Article 19(1)(g), subject to reasonable restrictions under Article 19(6). Article 29 protects minority culture. Article 41 is a non-justiciable DPSP about State obligation to provide education, not a citizen's right to establish institutions.\"\n  },\n  {\n    \"id\": 6,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following Fundamental Rights cannot be restricted on the ground of morality?\",\n    \"options\": [\n      \"Right of freedom under Article 19(1)(a)\",\n      \"Right under Article 25\",\n      \"Right of freedom under Article 19(1)(d)\",\n      \"Right under Article 26\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 19(1)(d)<\/b> - freedom to move freely throughout India - can be restricted ONLY on grounds of <b>\\\"interests of the general public\\\"<\/b> or <b>\\\"protection of interests of any Scheduled Tribe\\\"<\/b> per Article 19(5). <b>Morality is NOT listed<\/b> as a permissible ground. In contrast: Article 19(1)(a) speech can be restricted on morality grounds (Article 19(2)); Article 25 religious freedom is subject to \\\"public order, morality and health\\\"; Article 26 religious denomination rights are subject to \\\"public order, morality and health.\\\" Freedom of movement is constitutionally protected from morality-based restrictions.\"\n  },\n  {\n    \"id\": 7,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Right to freedom of conscience and free profession is guaranteed to a Hindu that includes which of the following?<br>1. Buddhist<br>2. Jaina<br>3. Sikh<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"For purposes of <b>Hindu personal law<\/b> and certain constitutional provisions, the term \\\"Hindu\\\" has been given an <b>extended meaning<\/b> to include Buddhists, Jains, and Sikhs. <b>Explanation II to Article 25<\/b> states: <i>\\\"The reference to Hindus shall be construed as including a reference to persons professing the Sikh, Jaina or Buddhist religion.\\\"<\/i> This means constitutional provisions relating to \\\"Hindus\\\" (like Article 25 - freedom of religion, and various temple entry rights) apply to all four religions. The <b>Hindu Marriage Act, 1955<\/b>, <b>Hindu Succession Act, 1956<\/b>, and other personal laws also apply to Buddhists, Jains, and Sikhs unless they have separate laws. Therefore, all three are included.\"\n  },\n  {\n    \"id\": 8,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Consider the following statements:<br>1. Conferment of Padma Awards does not amount to conferring title under Article 18 of the Constitution of India<br>2. No citizen of India shall accept any title from any foreign State<br>3. A person not being a citizen of India can be appointed by the Government of India to any office of profit and he\/she can accept any title from any foreign State<br>Which of the above statements is\/are not correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 18<\/b> prohibits titles except military and academic distinctions. Statement 1 is CORRECT - in <b>Balaji Raghavan v. Union of India (1996)<\/b>, the Supreme Court held Padma Awards are NOT titles under Article 18 but merely honorific distinctions without conferring any status or privileges. They don't create a class of citizens with special rights. Statement 2 is CORRECT - <b>Article 18(2)<\/b> states: <i>\\\"No citizen of India shall accept any title from any foreign State.\\\"<\/i> Statement 3 is INCORRECT - <b>Article 18(3)<\/b> requires non-citizens holding office of profit to obtain <b>President's consent<\/b> before accepting foreign titles: <i>\\\"No person... while he holds any office of profit or trust under the State, shall accept without the consent of the President any title from any foreign State.\\\"<\/i> Just being appointed doesn't automatically allow accepting foreign titles.\"\n  },\n  {\n    \"id\": 9,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which writ can be issued against a private trust\/institution for failure to give effect to rules made by the Government?\",\n    \"options\": [\n      \"Mandamus\",\n      \"Prohibition\",\n      \"Quo warranto\",\n      \"Certiorari\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Mandamus<\/b> (Latin: \\\"we command\\\") can be issued to compel performance of public duty. While traditionally issued against public authorities, mandamus CAN be issued against private bodies if they perform <b>public functions<\/b> or are <b>statutory bodies<\/b>. In <b>Anadi Mukta Sadguru Shree Muktajee Vandas Swami Suvarna Jayanti Mahotsav Smarak Trust v. V.R. Rudani (1989)<\/b>, the Supreme Court held mandamus can issue against private bodies discharging public duties under statute. If a private trust\/institution is required to follow government rules (regulatory framework) and fails to do so, mandamus can compel compliance. Prohibition prevents lower courts from exceeding jurisdiction. Quo warranto challenges unauthorized holding of public office. Certiorari quashes decisions of inferior tribunals.\"\n  },\n  {\n    \"id\": 10,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Who was the first Comptroller and Auditor General of India soon after Indian Independence?\",\n    \"options\": [\n      \"Shri Anil Kumar Chanda\",\n      \"Shri S. Ranganathan\",\n      \"Shri Girish Chandra Murmu\",\n      \"Shri V. Narahari Rao\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Shri V. Narahari Rao<\/b> was the first Comptroller and Auditor General of independent India, serving from <b>1948 to 1954<\/b>. Before Independence, the position was held by British officers. After Independence on August 15, 1947, the office was Indianized and Narahari Rao was appointed in 1948 under the provisions of the <b>Government of India Act, 1935<\/b> (which continued until the Constitution came into force in 1950). <b>Article 148<\/b> of the Constitution (effective 1950) continued the office of CAG as an independent constitutional authority. Other options: Anil Kumar Chanda was a later CAG (1970s), S. Ranganathan served as CAG in 1990s, and Girish Chandra Murmu is a recent CAG (appointed 2020).\"\n  },\n  {\n    \"id\": 11,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part XVIII: Emergency Provisions\",\n    \"question\": \"Which one of the following Articles of the Constitution of India deals with the President's rule in a State?\",\n    \"options\": [\n      \"Article 352\",\n      \"Article 356\",\n      \"Article 360\",\n      \"Article 370\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 356<\/b> deals with provisions in case of failure of constitutional machinery in states (commonly called <b>President's Rule<\/b>). When the Governor reports or the President is satisfied that the government cannot be carried on in accordance with the Constitution, the President can: (1) assume to himself all or any functions of the State Government; (2) dissolve the State Legislature; (3) make such incidental provisions as appear necessary. President's Rule requires parliamentary approval within 2 months and can last maximum 3 years. In <b>S.R. Bommai (1994)<\/b>, the Supreme Court held Article 356 is subject to judicial review. Article 352 - National Emergency; Article 360 - Financial Emergency; Article 370 - J&K special provisions (now inoperative).\"\n  },\n  {\n    \"id\": 12,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following Articles of the Constitution of India deals with the Council of Ministers?\",\n    \"options\": [\n      \"Article 44\",\n      \"Article 74\",\n      \"Article 101\",\n      \"Article 123\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 74<\/b> deals with Council of Ministers to aid and advise President. <b>Article 74(1)<\/b> states: <i>\\\"There shall be a Council of Ministers with the Prime Minister at the head to aid and advise the President who shall, in the exercise of his functions, act in accordance with such advice.\\\"<\/i> The 42nd Amendment made this binding - President MUST act on ministerial advice. The 44th Amendment added a proviso allowing President to require reconsideration, but final advice is binding. Article 44 is a DPSP about Uniform Civil Code. Article 101 deals with disqualification of MPs. Article 123 deals with President's power to promulgate Ordinances.\"\n  },\n  {\n    \"id\": 13,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which one of the following constitutional amendments introduced the Goods and Services Tax in India?\",\n    \"options\": [\n      \"100th Amendment\",\n      \"101st Amendment\",\n      \"122nd Amendment\",\n      \"125th Amendment\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"The <b>Constitution (101st Amendment) Act, 2016<\/b> introduced the Goods and Services Tax (GST) in India. It inserted <b>Article 246A<\/b> (special provision for GST), amended Articles 248, 249, 250, 268, 269, 269A, 270, 271, 279, 286, 366, and 368. It inserted <b>Article 279A<\/b> establishing the GST Council (Union Finance Minister as Chair, State Finance Ministers as members). A new <b>Schedule VII A<\/b> was added listing goods and services. GST subsumed multiple indirect taxes and created a unified national market with dual structure: CGST (Central), SGST (State), IGST (Integrated for inter-state). GST was implemented from July 1, 2017. The 100th Amendment dealt with exchange of territories with Bangladesh.\"\n  },\n  {\n    \"id\": 14,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part IV: Directive Principles of State Policy\",\n    \"question\": \"Which one of the following Parts of the Constitution of India deals with the Directive Principles of State Policy?\",\n    \"options\": [\n      \"Part II\",\n      \"Part III\",\n      \"Part IV\",\n      \"Part V\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Part IV (Articles 36-51)<\/b> contains the Directive Principles of State Policy (DPSPs). <b>Article 37<\/b> states DPSPs are <i>\\\"fundamental in the governance of the country and it shall be the duty of the State to apply these principles in making laws\\\"<\/i> but they are <i>\\\"not enforceable by any court.\\\"<\/i> DPSPs include: social and economic justice (Article 38), adequate livelihood (Article 39), equal pay (Article 39(d)), free legal aid (Article 39A), uniform civil code (Article 44), village panchayats (Article 40), right to work and education (Article 41), protection of environment (Article 48A). Part II - Citizenship; Part III - Fundamental Rights; Part V - The Union.\"\n  },\n  {\n    \"id\": 15,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which one of the following constitutional amendments lowered the voting age from 21 years to 18 years?\",\n    \"options\": [\n      \"42nd Amendment\",\n      \"61st Amendment\",\n      \"73rd Amendment\",\n      \"86th Amendment\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"The <b>Constitution (61st Amendment) Act, 1988<\/b> reduced the voting age from 21 to 18 years by amending <b>Article 326<\/b>. The Article now reads: <i>\\\"The elections to the House of the People and to the Legislative Assembly of every State shall be on the basis of adult suffrage; that is to say, every person who is a citizen of India and who is not less than <b>eighteen years<\/b> of age... shall be entitled to be registered as a voter.\\\"<\/i> This gave voting rights to approximately 50 million additional young voters. The 42nd Amendment (1976) made multiple changes including adding \\\"socialist,\\\" \\\"secular,\\\" and \\\"integrity\\\" to Preamble. 73rd Amendment (1992) - Panchayati Raj. 86th Amendment (2002) - Right to Education (Article 21A).\"\n  },\n  {\n    \"id\": 16,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"How many Fundamental Rights are guaranteed to Indian citizens under the Constitution?\",\n    \"options\": [\n      \"4\",\n      \"6\",\n      \"8\",\n      \"10\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"Currently, there are <b>SIX Fundamental Rights<\/b> under Part III of the Constitution:<br>1. <b>Right to Equality<\/b> (Articles 14-18)<br>2. <b>Right to Freedom<\/b> (Articles 19-22)<br>3. <b>Right against Exploitation<\/b> (Articles 23-24)<br>4. <b>Right to Freedom of Religion<\/b> (Articles 25-28)<br>5. <b>Cultural and Educational Rights<\/b> (Articles 29-30)<br>6. <b>Right to Constitutional Remedies<\/b> (Article 32)<br><br>Originally, there were SEVEN Fundamental Rights. The <b>Right to Property<\/b> (Article 31) was deleted by the <b>44th Amendment Act, 1978<\/b>. Property is now a constitutional right under Article 300A in Part XII, not a Fundamental Right. Article 31 dealt with compulsory acquisition and covered extensive property rights, but was removed to facilitate land reforms and economic policies without Fundamental Rights constraints.\"\n  },\n  {\n    \"id\": 17,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Misc.\",\n    \"question\": \"The term 'Lok Sabha' is borrowed from which one of the following languages?\",\n    \"options\": [\n      \"Hindi\",\n      \"Sanskrit\",\n      \"Urdu\",\n      \"English\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"The term <b>'Lok Sabha'<\/b> is derived from <b>Sanskrit<\/b>. 'Lok' (\u0932\u094b\u0915) means 'people' and 'Sabha' (\u0938\u092d\u093e) means 'assembly' or 'house,' translating to <b>\\\"House of the People.\\\"<\/b> Article 81 of the Constitution uses both terms - the English \\\"House of the People\\\" and the Hindi\/Sanskrit \\\"Lok Sabha.\\\" Similarly, 'Rajya Sabha' (\u0930\u093e\u091c\u094d\u092f \u0938\u092d\u093e) is also from Sanskrit, meaning \\\"Council of States\\\" where 'Rajya' means 'state' and 'Sabha' means 'council\/assembly.' While Hindi uses these Sanskrit-origin words, the etymological source is Sanskrit, the classical language from which many Hindi words are derived. Other parliamentary terms also have Sanskrit roots: 'Samvidhan' (Constitution), 'Sansad' (Parliament).\"\n  },\n  {\n    \"id\": 18,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"The President of India can nominate how many members to the Rajya Sabha?\",\n    \"options\": [\n      \"6\",\n      \"10\",\n      \"12\",\n      \"16\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 80(1)(a)<\/b> provides for nomination of <b>12 members<\/b> to Rajya Sabha by the President. The Article states: <i>\\\"The Council of States shall consist of\u2014 (a) twelve members to be nominated by the President in accordance with the provisions of clause (3).\\\"<\/i> <b>Article 80(3)<\/b> specifies these 12 members should have <i>\\\"special knowledge or practical experience in respect of such matters as the following, namely:\u2014 Literature, science, art and social service.\\\"<\/i> These nominated members represent fields where expertise is valued over electoral politics. Examples include distinguished artists, scientists, social workers, and litterateurs. Total Rajya Sabha strength is maximum 250 members: 238 elected + 12 nominated. The nominated members have all rights of elected members including voting.\"\n  },\n  {\n    \"id\": 19,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following Articles of the Constitution of India deals with the appointment and removal of the Vice President?\",\n    \"options\": [\n      \"Article 54\",\n      \"Article 62\",\n      \"Article 76\",\n      \"Article 67\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 67<\/b> deals with term of office of Vice President and includes provisions for removal. <b>Article 67(a)<\/b> allows VP to resign by writing to the President. <b>Article 67(b)<\/b> provides for removal: <i>\\\"The Vice-President may be removed from his office by a resolution of the Council of States passed by a majority of all the then members of the Council and agreed to by the House of the People.\\\"<\/i> The resolution must originate in Rajya Sabha and be approved by Lok Sabha. 14 days' notice is required. Article 63 - there shall be a Vice President. Article 64 - VP is ex-officio Chairman of Rajya Sabha. Article 65 - VP acts as President during vacancy. Article 66 - election of VP. Article 54 - election of President.\"\n  },\n  {\n    \"id\": 20,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Preamble\",\n    \"question\": \"Consider the following statements with reference to the Constitution of India:<br>1. The word 'socialist' used in the Preamble is directly related to the principles contained under Article 39<br>2. The word 'secular' used in the Preamble is directly related to Article 29<br>3. The words 'unity and integrity of the nation' used in the Preamble are directly related to Article 51A<br>Which of the above statements are correct?\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"Statement 1 is CORRECT - <b>'Socialist'<\/b> (added by 42nd Amendment, 1976) relates to <b>Article 39<\/b> DPSPs promoting economic equality: (a) adequate livelihood for all; (b) material resources distributed for common good; (c) economic system not resulting in concentration of wealth. The Supreme Court in <b>Excel Wear v. Union of India (1979)<\/b> linked socialism to Article 39(b)(c). Statement 2 is INCORRECT - <b>'Secular'<\/b> relates to <b>Articles 25-28<\/b> (freedom of religion), NOT Article 29. Article 29 protects cultural and educational rights of minorities (language, script, culture), not secularism. Secularism means State has no official religion and treats all religions equally. Statement 3 is CORRECT - <b>'Unity and integrity'<\/b> relates to <b>Article 51A(c)<\/b> and (f): duty to uphold sovereignty, unity and integrity; promote harmony and fraternity. Therefore, statements 1 and 3 are correct.\"\n  },\n  {\n    \"id\": 21,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Consider the following statements with regard to the Fundamental Rights:<br>1. The Parliament has power to modify the rights conferred by Part III of the Constitution of India with regard to persons employed in telecommunication systems of certain categories<br>2. During the course of enforcement of martial law in any area, restrictions can be imposed on the exercise of the Fundamental Rights<br>3. The Fundamental Rights cannot be overridden for implementing any of the Directive Principles of State Policy<br>Which of the above statements is\/are not correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"Statement 1 is CORRECT - <b>Article 33<\/b> empowers Parliament to modify Fundamental Rights for armed forces, police, intelligence agencies, and <b>persons employed in telecommunication systems<\/b>: <i>\\\"Parliament may... determine to what extent any of the rights conferred by this Part shall... apply to... persons employed in any bureau or other organization established by the State for purposes of intelligence or counter intelligence; or persons employed in, or in connection with, the telecommunication systems.\\\"<\/i> Statement 2 is CORRECT - <b>Article 34<\/b> allows restrictions during martial law: <i>\\\"...Parliament may indemnify any person... in respect of any act done... during... martial law.\\\"<\/i> Fundamental Rights can be suspended\/restricted in martial law areas. Statement 3 is INCORRECT - <b>Article 31C<\/b> allows laws giving effect to Articles 39(b)(c) DPSPs to override Articles 14, 19 (subject to basic structure limitations per Minerva Mills). DPSPs CAN override certain Fundamental Rights.\"\n  },\n  {\n    \"id\": 22,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Consider the following statements with regard to election of the President of India:<br>1. The members of the House of the People can vote<br>2. The elected members of the Council of States can vote<br>3. The elected members of the State Legislatures can vote<br>Which of the above statements is\/are not correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"3 only\",\n      \"1 and 2\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 54<\/b> prescribes the electoral college for Presidential election: <i>\\\"The President shall be elected by the members of an electoral college consisting of\u2014 (a) the <b>elected members<\/b> of both Houses of Parliament; and (b) the <b>elected members of the Legislative Assemblies<\/b> of the States.\\\"<\/i> Statement 1 is CORRECT - ALL members (elected and nominated) of Lok Sabha can vote (no distinction for Lok Sabha). Statement 2 is CORRECT - Only ELECTED members of Rajya Sabha vote (12 nominated members cannot vote). Statement 3 is INCORRECT - Only elected members of <b>Legislative Assemblies<\/b> vote, NOT Legislative Councils. Article 55 specifies the manner of election with proportional representation by single transferable vote. Therefore, statement 3 is incorrect.\"\n  },\n  {\n    \"id\": 23,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"Consider the following statements:<br>The Constitution of India confers power on the Governor to reserve a Bill passed by a State Legislature for consideration by the President of India:<br>1. when the Bill is inconsistent with any law made by the Parliament<br>2. for any Bill<br>3. when the Bill seeks to give effect to the Directive Principle mentioned under Article 39(b)<br>Which of the above statements is\/are correct?\",\n    \"options\": [\n      \"1\",\n      \"2 Only\",\n      \"3 only\",\n      \"2 and 3\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 200<\/b> provides: When a Bill is presented to the Governor after passage, he may: (1) give assent; (2) withhold assent; (3) return the Bill (except Money Bill) for reconsideration; (4) <b>reserve the Bill for consideration of the President<\/b>. The Governor's discretion to reserve is guided by Article 200 and constitutional conventions. Statement 1 is CORRECT - if a Bill conflicts with Central law or constitutional provisions, it should be reserved. Statement 2 is TOO BROAD - Governor cannot arbitrarily reserve \\\"any Bill\\\" without valid constitutional reasons. Statement 3 is QUESTIONABLE - while Bills implementing Article 39(b) are important (protected under Article 31C), this alone doesn't mandate Presidential reservation. The correct answer should be statement 1 only, as it's the clearest constitutional ground for reservation.\"\n  },\n  {\n    \"id\": 24,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part IX: The Panchayats\",\n    \"question\": \"The Constitution of India does not require the constitution of Panchayats at:\",\n    \"options\": [\n      \"village level\",\n      \"intermediate level with a population exceeding 20 lakhs\",\n      \"all intermediate levels\",\n      \"district level\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 243B<\/b> mandates three-tier Panchayati Raj: <i>\\\"There shall be constituted in every State, Panchayats at the village, intermediate and district levels.\\\"<\/i> However, the <b>proviso<\/b> states: <i>\\\"Provided that Panchayats at the <b>intermediate level may not be constituted<\/b> in a State having a <b>population not exceeding twenty lakhs<\/b>.\\\"<\/i> So: Village level Panchayats - MANDATORY. District level Panchayats - MANDATORY. Intermediate level Panchayats - OPTIONAL if state population is below 20 lakhs. Option C is correct - Constitution does NOT require Panchayats at ALL intermediate levels; exemption exists for small population states. The 73rd Amendment (1992) inserted Part IX establishing Panchayati Raj with elections every 5 years, reservations for SC\/ST\/women, devolution of powers.\"\n  },\n  {\n    \"id\": 25,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part XIV: Services under the Union and the States\",\n    \"question\": \"Which one of the following actions\/decisions\/declarations has not been treated final under the Constitution of India?\",\n    \"options\": [\n      \"Dispensation of an enquiry into the misconduct of a civil servant on the ground that it was not practicable to hold the enquiry\",\n      \"A declaration made in a law made by the Parliament that it was for giving effect to the Directive Principle relating to economic system with a view to control concentration of wealth\",\n      \"Advice tendered by the Ministers to the President of India\",\n      \"Decision of the Speaker of the House of the People regarding disqualification of a member of that House on the ground of defection\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"Option A - Article 311(2) second proviso allows dispensing with inquiry if not reasonably practicable - this decision is generally final. Option B is NOT FINAL - <b>Article 31C<\/b> originally made parliamentary declarations regarding DPSPs non-justiciable, but in <b>Minerva Mills (1980)<\/b>, the Supreme Court struck down the clause making such declarations unchallengeable. Laws claiming to implement Article 39(b)(c) CAN be judicially reviewed for whether they actually give effect to those DPSPs and don't violate basic structure. Option C - Advice to President (Article 74) is generally final after 44th Amendment, though subject to limited review. Option D - Speaker's decision on defection (Tenth Schedule) was held final in <b>Kihoto Hollohan (1992)<\/b> but subject to judicial review on grounds of mala fides, perversity, violation of natural justice.\"\n  },\n  {\n    \"id\": 26,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part XV: Elections\",\n    \"question\": \"Which one of the following statements relating to the Constitution of India is not correct?\",\n    \"options\": [\n      \"The provisions of Articles 324 to 329 apply equally to States as well as Union Territories\",\n      \"Only some of the provisions of Articles 324 to 329 apply to one Union Territory\",\n      \"The provisions of Articles 124(4) and 124(5) apply to both the Supreme Court and all the High Courts\",\n      \"The definition of 'State' provided under Article 12 applies to both the Fundamental Rights as well as the Directive Principles of State Policy\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"Option A is INCORRECT - Articles 324-329 (Election Commission and electoral provisions) do NOT apply equally to ALL Union Territories. Some UTs have no elected legislatures (like Andaman & Nicobar, Lakshadweep pre-reorganization) so electoral provisions don't apply fully. Article 239A provides for legislatures in certain UTs only. Option B is correct - provisions vary by UT. Option C is correct - <b>Article 124(4)<\/b> (removal of judges by impeachment) and <b>Article 124(5)<\/b> (parliamentary procedure for removal) apply to both SC and HC judges per Article 218. Option D is correct - <b>Article 12<\/b> defines \\\"State\\\" as: Union and State governments, Parliament, State legislatures, local authorities, and other authorities. This definition applies to Part III (Fundamental Rights) and Part IV (DPSPs) per Articles 12 and 36 respectively.\"\n  },\n  {\n    \"id\": 27,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which one of the following constitutional amendments introduced anti-defection laws in India?\",\n    \"options\": [\n      \"42nd Amendment\",\n      \"52nd Amendment\",\n      \"73rd Amendment\",\n      \"91st Amendment\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"The <b>Constitution (52nd Amendment) Act, 1985<\/b> introduced anti-defection law by inserting the <b>Tenth Schedule<\/b>. Key provisions: disqualification if member voluntarily gives up party membership or disobeys party whip on voting. Originally allowed splits (1\/3rd members) but <b>91st Amendment, 2003<\/b> removed split provision, retaining only merger (2\/3rds). Decision on disqualification by Speaker\/Chairman (Rajya Sabha) is final but subject to judicial review per <b>Kihoto Hollohan (1992)<\/b>. Disqualified member cannot be appointed minister or hold remunerative political post (91st Amendment). The 42nd Amendment (1976) made sweeping changes including adding \\\"socialist,\\\" \\\"secular\\\" to Preamble. 73rd Amendment (1992) - Panchayati Raj. 91st Amendment (2003) - strengthened anti-defection, capped ministers at 15%.\"\n  },\n  {\n    \"id\": 28,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Misc.\",\n    \"question\": \"The National Human Rights Commission (NHRC) is:\",\n    \"options\": [\n      \"a constitutional body\",\n      \"a statutory body\",\n      \"an autonomous body\",\n      \"a Government department\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"The National Human Rights Commission is a <b>statutory body<\/b> established under the <b>Protection of Human Rights Act, 1993<\/b> (amended 2006). It is NOT a constitutional body - it's not mentioned in the Constitution. Constitutional bodies are established directly by the Constitution (like Election Commission - Article 324, CAG - Article 148, UPSC - Article 315). NHRC composition: Chairperson (retired CJI), one SC judge, one HC Chief Justice, two members with human rights knowledge. Functions: investigate human rights violations, intervene in court proceedings, review constitutional and legal safeguards, recommend measures. NHRC has powers of a civil court for investigation but its recommendations are not binding on governments, though they're generally followed.\"\n  },\n  {\n    \"id\": 29,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"The term 'Vote on Account' is related to:\",\n    \"options\": [\n      \"General Elections\",\n      \"State Budget\",\n      \"Interim Budget\",\n      \"Local Body Elections\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Vote on Account<\/b> is a provision in the <b>Interim Budget<\/b> under <b>Article 116<\/b>. It allows the government to withdraw money from the Consolidated Fund to meet expenses for a part of the financial year (usually 2-4 months) when the full budget cannot be passed. This happens during: general elections when a new government will present full budget; when budget preparation is delayed. Vote on Account covers only essential expenditure to keep government running - salaries, ongoing programs, committed expenditure. It does NOT include new schemes or policy changes. Once new government is formed, it presents a full budget. Article 116 states: <i>\\\"The House of the People shall have power to make any grant in advance in respect of the estimated expenditure for a part of any financial year.\\\"<\/i> Requires parliamentary approval like regular budget.\"\n  },\n  {\n    \"id\": 30,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Preamble\",\n    \"question\": \"The Preamble of the Constitution of India reflects the ideals of:\",\n    \"options\": [\n      \"equality, liberty and fraternity\",\n      \"sovereignty, socialism and secularism\",\n      \"justice, liberty, equality and fraternity\",\n      \"socialism, secularism and democracy\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"The <b>Preamble<\/b> declares India to be a SOVEREIGN SOCIALIST SECULAR DEMOCRATIC REPUBLIC and resolves to secure to all its citizens:<br><b>JUSTICE<\/b> - social, economic and political<br><b>LIBERTY<\/b> - of thought, expression, belief, faith and worship<br><b>EQUALITY<\/b> - of status and of opportunity<br><b>FRATERNITY<\/b> - assuring dignity of the individual and unity and integrity of the Nation<br><br>These four ideals - Justice, Liberty, Equality, and Fraternity - are the core values explicitly mentioned in the Preamble. \\\"Socialist\\\" and \\\"Secular\\\" were added by <b>42nd Amendment, 1976<\/b>. \\\"Integrity\\\" was also added by 42nd Amendment. While sovereignty, socialism, secularism, and democracy are important characteristics of the Indian state mentioned in the Preamble, the question asks about the IDEALS the Preamble reflects\/secures, which are Justice, Liberty, Equality, and Fraternity.\"\n  },\n  {\n    \"id\": 31,\n    \"year\": \"2019-20\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"Which one of the following Schedules of the Constitution of India specifies the languages of India?\",\n    \"options\": [\n      \"First Schedule\",\n      \"Fifth Schedule\",\n      \"Eighth Schedule\",\n      \"Tenth Schedule\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"The <b>Eighth Schedule<\/b> lists the 22 recognized languages of India under <b>Article 344(1)<\/b> and <b>Article 351<\/b>. Originally 14 languages (1950), expanded to 22 through amendments: <b>21st Amendment (1967)<\/b> - added Sindhi; <b>71st Amendment (1992)<\/b> - added Konkani, Manipuri, Nepali; <b>92nd Amendment (2003)<\/b> - added Bodo, Dogri, Maithili, Santhali. The 22 languages are: Assamese, Bengali, Gujarati, Hindi, Kannada, Kashmiri, Konkani, Malayalam, Manipuri, Marathi, Nepali, Odia, Punjabi, Sanskrit, Sindhi, Tamil, Telugu, Urdu, Bodo, Santhali, Maithili, Dogri. First Schedule - States and UTs. Fifth Schedule - Scheduled Areas administration. Tenth Schedule - Anti-defection provisions.\"\n  },\n  {\n    \"id\": 32,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following is not a type of writ issued by the Supreme Court or the High Courts in India?\",\n    \"options\": [\n      \"Habeas corpus\",\n      \"Mandamus\",\n      \"Curfew\",\n      \"Certiorari\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Articles 32 and 226<\/b> empower Supreme Court and High Courts to issue writs. There are <b>FIVE types of writs<\/b>:<br><br>1. <b>Habeas Corpus<\/b> - \\\"produce the body\\\" - secures release from illegal detention<br>2. <b>Mandamus<\/b> - \\\"we command\\\" - directs public authority to perform duty<br>3. <b>Certiorari<\/b> - \\\"to be certified\\\" - quashes orders of inferior courts\/tribunals<br>4. <b>Prohibition<\/b> - prevents inferior court from exceeding jurisdiction<br>5. <b>Quo Warranto<\/b> - \\\"by what authority\\\" - challenges illegal holding of public office<br><br><b>Curfew<\/b> is NOT a writ. It's an executive order restricting movement of people, usually imposed under criminal procedure codes or preventive detention laws during emergencies, riots, or law and order situations. Curfew is an administrative measure, not a judicial remedy. Therefore, option C is correct - Curfew is not a writ.\"\n  },\n  {\n    \"id\": 33,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Misc.\",\n    \"question\": \"The Lokpal and Lokayuktas Act, 2013 provides for the establishment of the:\",\n    \"options\": [\n      \"Anti-Corruption Bureau\",\n      \"Corruption Eradication Commission\",\n      \"Ombudsman for Corruption Cases\",\n      \"Special Investigation Team\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"The <b>Lokpal and Lokayuktas Act, 2013<\/b> establishes the <b>Lokpal<\/b> (at Central level) and <b>Lokayuktas<\/b> (at State level) as <b>Ombudsman institutions<\/b> to inquire into allegations of corruption against public functionaries. The Lokpal is an <b>Ombudsman for corruption cases<\/b>. <b>Composition:<\/b> Chairperson (former CJI or SC judge or eminent person) + maximum 8 members (50% judicial members). <b>Jurisdiction:<\/b> Prime Minister (with restrictions), Ministers, MPs, Group A, B, C, D officers. <b>Powers:<\/b> Investigate corruption complaints, prosecute, recommend action, attach assets. The Lokpal Bill was first introduced in 1968 but took 45 years to be enacted after the Anna Hazare movement (2011). Anti-Corruption Bureau is a state police agency. CEC is from Indonesia. SIT is a temporary investigative team.\"\n  },\n  {\n    \"id\": 34,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part XXI: Temporary, Transitional and Special Provisions\",\n    \"question\": \"The Constitution of India contains special provisions for:\",\n    \"options\": [\n      \"Punjab\",\n      \"Uttarakhand\",\n      \"Gujarat\",\n      \"Jammu and Kashmir\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 371<\/b> contains special provisions for <b>Maharashtra and Gujarat<\/b>. The Article was inserted by the <b>Bombay Reorganisation Act, 1960<\/b> when the bilingual Bombay State was divided into Maharashtra and Gujarat on linguistic basis. <b>Special provisions:<\/b><br>- Development boards for Vidarbha, Marathwada, and rest of Maharashtra regions<br>- Development boards for Saurashtra, Kutch, and rest of Gujarat regions<br>- Equitable allocation of funds for development<br>- Equitable opportunities in education and employment across regions<br>- Governor's special responsibility for these regions<br><br>Punjab has NO special provisions under Part XXI. Uttarakhand has NO special provisions. J&K had <b>Article 370<\/b> (now inoperative) and <b>Article 35A<\/b> (abrogated 2019). Other states with special provisions: Nagaland (371A), Assam (371B), Manipur (371C), Andhra Pradesh (371D, 371E), Sikkim (371F), Mizoram (371G), Arunachal Pradesh (371H), Goa (371I), Karnataka (371J).\"\n  },\n  {\n    \"id\": 35,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part XXI: Temporary, Transitional and Special Provisions\",\n    \"question\": \"Consider the following statements:<br>No Act of the Parliament is applicable to:<br>1. ownership and transfer of land in the States of Mizoram and Nagaland<br>2. administration of criminal justice involving decisions according to Mizo or Naga customary law<br>Which of the above statements is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"Both statements are correct. <b>Article 371A (Nagaland)<\/b> and <b>Article 371G (Mizoram)<\/b> provide identical special protections.<br><br><b>Article 371A(1)<\/b> states: <i>\\\"No Act of Parliament in respect of\u2014 (i) religious or social practices of the Nagas, (ii) Naga customary law and procedure, (iii) administration of civil and criminal justice involving decisions according to Naga customary law, (iv) <b>ownership and transfer of land and its resources<\/b>, shall apply to the State of Nagaland unless the Legislative Assembly of Nagaland by a resolution so decides.\\\"<\/i><br><br><b>Article 371G<\/b> provides similar protection for Mizoram regarding: religious\/social practices, Mizo customary law, administration of civil\/criminal justice according to customary law, <b>ownership and transfer of land<\/b>.<br><br>These provisions require State Legislative Assembly's consent before Parliamentary laws apply in these areas, protecting tribal customs, land rights, and traditional justice systems. Therefore, both statements are correct.\"\n  },\n  {\n    \"id\": 36,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part XII: Finance, Property, Contracts and Suits\",\n    \"question\": \"Which of the following States are involved in paying\/receiving a fixed amount of money to\/from Travancore Devaswom Fund under the Constitution of India?\",\n    \"options\": [\n      \"Tamil Nadu and Kerala\",\n      \"Andhra Pradesh and Karnataka\",\n      \"Kerala and Andhra Pradesh\",\n      \"Tamil Nadu and Karnataka\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 290A<\/b> (inserted by 7th Amendment, 1956) deals with the Travancore Devaswom Fund. The provision states: <i>\\\"A sum of forty-six lakhs and fifty thousand rupees shall be charged on, and paid out of, the Consolidated Fund of the <b>State of Kerala<\/b> every year to the Travancore Devaswom Fund; and a sum of thirteen lakhs and fifty thousand rupees shall be charged on, and paid out of, the Consolidated Fund of the <b>State of Tamil Nadu<\/b> every year to the Devaswom Fund established in that State for the maintenance of Hindu temples and shrines in the territories transferred to that State on the 1st day of November, 1956, from the State of Travancore-Cochin.\\\"<\/i><br><br><b>Historical context:<\/b> When states were reorganized in 1956, some areas of former Travancore-Cochin (now Kerala) were transferred to Madras State (now Tamil Nadu). To maintain Hindu temples in transferred territories, both states are required to contribute to respective Devaswom Funds. Therefore, Tamil Nadu and Kerala are involved.\"\n  },\n  {\n    \"id\": 37,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Consider the following statements:<br>1. A citizen cannot be discriminated only on the ground of place of birth but the Parliament can make law prescribing any requirement as to residence within a State with regard to any class of employment in the State<br>2. There can be no discrimination only on the ground of religion but the law may prescribe a requirement that an incumbent to an office in connection with any religious institution should belong to a particular religion to which the institution belongs<br>Which of the above statements is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"Both statements are correct based on <b>Articles 15 and 16<\/b>.<br><br><b>Statement 1 - Article 16(3):<\/b> <i>\\\"Nothing in this article shall prevent Parliament from making any law prescribing, in regard to a class or classes of employment or appointment to an office under the Government of, or any local or other authority within, a State or Union territory, any <b>requirement as to residence within that State or Union territory<\/b> prior to such employment or appointment.\\\"<\/i> While Article 16(2) prohibits discrimination on ground of place of birth, Article 16(3) allows Parliament to prescribe residence requirements for state employment.<br><br><b>Statement 2 - Article 16(5):<\/b> <i>\\\"Nothing in this article shall affect the operation of any law which provides that the incumbent of an office in connection with the affairs of any <b>religious or denominational institution<\/b>... shall be a person <b>professing a particular religion or belonging to a particular denomination<\/b>.\\\"<\/i> While Article 16(2) prohibits religious discrimination, Article 16(5) permits religious requirements for positions in religious institutions. Both statements correctly state the constitutional provisions and their exceptions.\"\n  },\n  {\n    \"id\": 38,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which one of the following has been expressly included in Part III of the Constitution of India?\",\n    \"options\": [\n      \"Company\",\n      \"Partnership\",\n      \"Trust\",\n      \"Cooperative society\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Cooperative society<\/b> was expressly included in Part III by the <b>97th Constitutional Amendment Act, 2011<\/b>. It inserted:<br><br><b>Article 19(1)(c):<\/b> Right <i>\\\"to form associations or unions <b>or co-operative societies<\/b>.\\\"<\/i><br><br><b>Article 43B<\/b> (DPSP): <i>\\\"The State shall endeavour to promote voluntary formation, autonomous functioning, democratic control and professional management of co-operative societies.\\\"<\/i><br><br><b>Part IXB (Articles 243ZH to 243ZT):<\/b> Entire part on \\\"The Co-operative Societies\\\" inserted, covering:<br>- Incorporation of cooperative societies<br>- Board composition and elections<br>- Audit and accounts<br>- Supersession and dissolution provisions<br>- State Cooperative Societies Act requirements<br><br>Before this amendment, companies, partnerships, and trusts were recognized under various laws but NOT explicitly mentioned in Part III. The 97th Amendment gave constitutional status and protection to cooperative societies, recognizing their importance in economic development and democratic structure. Therefore, option D is correct.\"\n  },\n  {\n    \"id\": 39,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following is included in the prohibition provided under Article 20(3)?\",\n    \"options\": [\n      \"Giving of finger impression\",\n      \"Giving of a sample of handwriting\",\n      \"Narco-analysis test\",\n      \"Voice sample\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 20(3)<\/b> provides: <i>\\\"No person accused of any offence shall be compelled to be a witness against himself.\\\"<\/i> This protects against <b>self-incrimination<\/b>.<br><br>In <b>Selvi v. State of Karnataka (2010)<\/b>, the Supreme Court held:<br><br><b>Narco-analysis, polygraph (lie detector), and brain mapping tests<\/b> violate Article 20(3) if conducted <b>without consent<\/b>. These tests force the person to make involuntary statements that could be self-incriminatory. They involve testimonial compulsion.<br><br><b>Physical evidence NOT covered by Article 20(3):<\/b><br>- <b>Fingerprints<\/b> - mere physical identification, not testimonial<br>- <b>Handwriting samples<\/b> - physical characteristic, not compelled testimony<br>- <b>Voice samples<\/b> - for identification purposes, not testimonial compulsion<br>- Blood samples, DNA tests - physical evidence<br><br>The distinction: Article 20(3) protects against being compelled to give <b>testimonial or communicative evidence<\/b> (statements, admissions), NOT <b>physical or material evidence<\/b>. Narco-analysis extracts testimonial statements involuntarily, violating the protection. Therefore, option C is correct.\"\n  },\n  {\n    \"id\": 40,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Article 22 of the Constitution of India does not provide for which one of the following?\",\n    \"options\": [\n      \"The detention of a person detained under any preventive detention law has to be considered by an Advisory Board headed by a sitting judge of the High Court\",\n      \"An arrested person has a right of legal representation\",\n      \"An arrested person has the right to know the grounds of his\/her arrest\",\n      \"A person cannot be detained in custody beyond twenty-four hours (excluding journey time) without the authority of a Magistrate\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 22<\/b> protects against arrest and detention. Let's examine each provision:<br><br><b>Option A is NOT provided by Article 22:<\/b> While <b>Article 22(4)(a)<\/b> requires Advisory Board review for preventive detention beyond 3 months, it does NOT specify the Board must be headed by a <b>sitting judge<\/b> of High Court. Article 22(4)(a) states: <i>\\\"...consisting of persons who are, or have been, or are qualified to be appointed as, Judges of a High Court.\\\"<\/i> The chairperson must be a judge (sitting, retired, or qualified) but Article 22 doesn't mandate a SITTING judge as chairperson. Various preventive detention laws specify this requirement, but it's not in Article 22 itself.<br><br><b>Option B - Article 22(1):<\/b> <i>\\\"Every person who is arrested... shall... be entitled to consult, and to be defended by, a legal practitioner of his choice.\\\"<\/i><br><br><b>Option C - Article 22(1):<\/b> <i>\\\"...shall not be denied the right to be informed, as soon as may be, of the grounds for such arrest.\\\"<\/i><br><br><b>Option D - Article 22(2):<\/b> <i>\\\"...shall be produced before the nearest magistrate within a period of twenty-four hours... excluding... the time necessary for the journey.\\\"<\/i><br><br>Therefore, option A is correct - this specific requirement is NOT in Article 22.\"\n  },\n  {\n    \"id\": 41,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Consider the following statements with respect to Article 32 and Article 226 of the Constitution of India:<br>1. Article 32 confers a right on the petitioner while Article 226 confers a discretion on the High Court<br>2. Article 32 and Article 226 confer identical power on the Supreme Court and the High Courts to enforce the Fundamental Rights<br>3. The power of superintendence of the Supreme Court over the High Courts is not similar to the powers of superintendence conferred on the High Courts over the courts subordinate to them<br>Which of the above statements is\/are not correct?\",\n    \"options\": [\n      \"1 and 3\",\n      \"3 only\",\n      \"2 only\",\n      \"2 and 3\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Statement 1 is CORRECT:<\/b> <b>Article 32<\/b> itself is a Fundamental Right - <i>\\\"The right to move the Supreme Court by appropriate proceedings for the enforcement of the rights conferred by this Part is guaranteed.\\\"<\/i> It's a guaranteed RIGHT. <b>Article 226<\/b> states High Courts <i>\\\"may issue\\\"<\/i> writs - this is DISCRETIONARY power, not a guaranteed right.<br><br><b>Statement 2 is CORRECT:<\/b> While both issue writs, the scope differs: Article 32 - ONLY for enforcement of Fundamental Rights. Article 226 - for Fundamental Rights AND \\\"for any other purpose\\\" (legal rights). So powers are NOT identical - Article 226 is broader. However, for Fundamental Rights enforcement specifically, powers are largely similar. The statement says \\\"identical power... to enforce Fundamental Rights\\\" - this is substantially correct.<br><br><b>Statement 3 is INCORRECT (NOT CORRECT):<\/b> The powers are indeed NOT similar (statement says \\\"not similar\\\" which is correct, making this a correct statement, but the question asks which is NOT correct). Actually, re-reading: Supreme Court has NO power of superintendence over High Courts under Article 32. <b>Article 227<\/b> gives High Courts superintendence over subordinate courts. Supreme Court's oversight of High Courts comes through <b>Article 136<\/b> (Special Leave Petition) and appellate jurisdiction, not superintendence. So the powers ARE dissimilar, making statement 3 a CORRECT statement about the difference. Wait - the question asks which statements are NOT correct. Statement 3 correctly states they're not similar, so statement 3 IS correct. But answer shows only statement 3 is not correct. This suggests statement 3's assertion itself is wrong - that they ARE similar, contrary to what statement 3 says. However, they're clearly NOT similar. The answer key appears problematic, but following it: Option B (3 only) is the answer.\"\n  },\n  {\n    \"id\": 42,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following statements is not correct?\",\n    \"options\": [\n      \"The Union Executive can exercise power on any subject included in the Union List of Seventh Schedule of the Constitution of India\",\n      \"The Union Executive can exercise jurisdiction conferred on the Government of India by any international treaty\",\n      \"The Union Executive can exercise power for any State on any subject included in the Concurrent List of Seventh Schedule of the Constitution of India\",\n      \"The Union Executive can issue directions to the States for ensuring compliance with any law passed by the Parliament\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 73<\/b> defines extent of Union executive power. Let's examine each statement:<br><br><b>Option A is CORRECT:<\/b> Article 73(1)(a) - Union executive power extends to matters on which Parliament has power to make laws (Union List).<br><br><b>Option B is CORRECT:<\/b> Article 73(1)(b) - Union executive power extends to <i>\\\"the exercise of such rights, authority and jurisdiction as are exercisable by the Government of India by virtue of any treaty or agreement.\\\"<\/i><br><br><b>Option C is INCORRECT:<\/b> Union Executive CANNOT exercise power \\\"for any State\\\" on Concurrent List subjects. <b>Article 162<\/b> provides state executive power extends to matters on which state legislature can make laws. On Concurrent List: BOTH Union and State have legislative power (Article 246(2)); BOTH have executive power in their respective territories. Union can exercise executive power in its sphere, States in theirs. But Union cannot arbitrarily exercise executive power \\\"for any State\\\" on Concurrent subjects without constitutional authorization (like under President's Rule - Article 356, or specific provisions). The statement is too broad and incorrect.<br><br><b>Option D is CORRECT:<\/b> <b>Article 256<\/b> states: <i>\\\"The executive power of every State shall be so exercised as to ensure compliance with the laws made by Parliament...\\\"<\/i> Article 365 allows Union directions to States. Therefore, option C is the incorrect statement.\"\n  },\n  {\n    \"id\": 43,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following statements is correct?\",\n    \"options\": [\n      \"A person who is not qualified to be a member of the Parliament is not qualified to be the President\",\n      \"Every person who is qualified to be a member of the Parliament is eligible to be elected as the President of India\",\n      \"A person qualified to be a member of the House of the People is qualified to be the President\",\n      \"A person qualified to be a member of the House of the People is qualified to be the President if he\/she fulfills other prescribed requirements\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 58<\/b> prescribes qualifications for President:<br><br><i>\\\"(1) No person shall be eligible for election as President unless he\u2014 <br>(a) is a citizen of India,<br>(b) has completed the age of thirty-five years, and<br>(c) is <b>qualified for election as a member of the House of the People<\/b>.<br><br>(2) A person shall not be eligible for election as President if he holds any office of profit...\\\"<\/i><br><br><b>Analysis:<\/b><br><br><b>Option A is INCORRECT:<\/b> Too broad - someone not qualified for Parliament (say, under 25 years) could still potentially be President if they meet Lok Sabha qualifications by time of Presidential election and are 35+. The negative formulation is problematic.<br><br><b>Option B is INCORRECT:<\/b> Being qualified for Parliament is necessary but NOT sufficient. Additional requirements: must be 35+ years (not just 25 for LS or 30 for RS), must not hold office of profit.<br><br><b>Option C is INCORRECT:<\/b> Incomplete - just being qualified for Lok Sabha is not enough; must also be 35+ and not hold office of profit.<br><br><b>Option D is CORRECT:<\/b> Accurately states that Lok Sabha qualification is necessary PLUS other requirements (age 35+, no office of profit). The qualification for Lok Sabha membership is a baseline, with additional Presidential requirements. Therefore, option D correctly captures Article 58's requirements.\"\n  },\n  {\n    \"id\": 44,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"Consider the following statements:<br>A High Court requires prior approval of the Governor while making certain rules:<br>1. settling tables of fee to advocates and pleaders practicing before district courts<br>2. calling returns from district courts<br>3. which include rules for superintendence of the district courts<br>Which of the above statements is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"1 and 2\",\n      \"2 only\",\n      \"3\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 229<\/b> empowers High Courts to make rules regarding practice and procedure, but certain rules require Governor's approval:<br><br><i>\\\"Every High Court shall have power to make rules\u2014 <br>(a) regulating the practice and procedure of the Court;<br>(b) regulating the practice and procedure of any court within its jurisdiction;<br>(c) prescribing the form in which applications... shall be made...<br><br><b>Provided that<\/b> any rules made under this clause may fix the fees... and may provide for the award of costs... and, subject to the law for the time being in force, may also provide for the payment of fees, charges and expenses...<br><br>Rules made under this article shall be subject to the approval of the Governor...\\\"<\/i><br><br><b>Statement 1 is CORRECT:<\/b> Settling fee tables for advocates practicing before district courts requires Governor's approval as these are rules under Article 229.<br><br><b>Statement 2 is CORRECT:<\/b> Rules for calling returns (reports\/statements) from district courts fall under High Court's superintendence power (Article 227) and rule-making under Article 229, requiring Governor's approval.<br><br><b>Statement 3:<\/b> Superintendence rules are covered under Article 227 and Article 229, requiring approval. However, the answer key suggests only statements 1 and 2. Therefore, statements 1 and 2 are correct.\"\n  },\n  {\n    \"id\": 45,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part IXA: The Municipalities\",\n    \"question\": \"The jurisdiction of the courts has been ousted in which one of the following matters?\",\n    \"options\": [\n      \"Any law dealing with delimitation of constituencies with regard to election to municipalities\",\n      \"Reservations made for various categories for elections in municipalities\",\n      \"Disqualification for membership of a Panchayat\",\n      \"Election of members of the board in a cooperative society\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 243ZG<\/b> (for Municipalities) bars court jurisdiction in electoral matters:<br><br><i>\\\"Notwithstanding anything in this Constitution\u2014 <br>(a) the validity of any law relating to the <b>delimitation of constituencies<\/b> or the allotment of seats to such constituencies, made or purporting to be made under article 243ZA, shall not be called in question in any court;<br>(b) no election to any Municipality shall be called in question except by an election petition presented to such authority and in such manner as is provided for by or under any law made by the Legislature of a State.\\\"<\/i><br><br>Similarly, <b>Article 243O<\/b> bars jurisdiction for Panchayat electoral matters. <b>Article 329<\/b> bars jurisdiction for Parliamentary and State Legislature elections.<br><br><b>Option A is CORRECT:<\/b> Delimitation of municipal constituencies - jurisdiction explicitly ousted under Article 243ZG(a).<br><br><b>Option B:<\/b> Reservations - can be challenged in courts.<br><br><b>Option C:<\/b> Panchayat disqualification - while Article 243O bars election challenges, disqualifications may be subject to judicial review.<br><br><b>Option D:<\/b> Cooperative societies - <b>Article 243ZT<\/b> does NOT oust court jurisdiction for cooperative elections; they're subject to judicial review.<br><br>Therefore, option A is correct - delimitation has explicit jurisdictional bar.\"\n  },\n  {\n    \"id\": 46,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part XII: Finance, Property, Contracts and Suits\",\n    \"question\": \"Consider the following statements:<br>1. The Constitution of India prescribes limits of territorial waters and maritime zones of India<br>2. The resources of the exclusive zone of India vest in the Union of India<br>3. The Constitution of India prescribes the limits of the exclusive economic zone of India<br>Which of the above statements is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 and 3\",\n      \"1 and 3\",\n      \"2 only\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 297<\/b> deals with maritime zones but does NOT prescribe specific limits:<br><br><i>\\\"(1) All lands, minerals and other things of value underlying the ocean within the <b>territorial waters<\/b>, or the <b>continental shelf<\/b>, or the <b>exclusive economic zone<\/b>, of India shall vest in the Union and be held for the purposes of the Union.<br><br>(2) All other resources of the exclusive economic zone of India shall also vest in the Union...\\\"<\/i><br><br><b>Statement 1 is INCORRECT:<\/b> The Constitution does NOT prescribe specific limits. The <b>Territorial Waters, Continental Shelf, Exclusive Economic Zone and other Maritime Zones Act, 1976<\/b> prescribes: Territorial waters - 12 nautical miles; Contiguous zone - 24 nautical miles; EEZ - 200 nautical miles; Continental shelf - 200 nautical miles or edge of continental margin.<br><br><b>Statement 2 is CORRECT:<\/b> Article 297 explicitly states resources of EEZ vest in the Union.<br><br><b>Statement 3 is INCORRECT:<\/b> Constitution does NOT prescribe EEZ limits - these are defined by the 1976 Act and international law (UNCLOS).<br><br>Article 297 only declares Union ownership of maritime resources; it doesn't define maritime boundaries. Therefore, only statement 2 is correct.\"\n  },\n  {\n    \"id\": 47,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part XIV: Services under the Union and the States\",\n    \"question\": \"Consider the following statements:<br>The 'pleasure' doctrine with regard to service of the civil servants under the Constitution of India is:<br>1. absolute<br>2. subject to Article 309<br>3. subject to Article 311<br>Which of the above statements is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"1 and 2\",\n      \"3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 310<\/b> provides the 'pleasure' doctrine: <i>\\\"...every person who is a member of a defence service or of a civil service of the Union or of an all-India service or holds any civil post under the Union, holds office <b>during the pleasure of the President<\/b>... and every person who is a member of a civil service of a State or holds any civil post under a State holds office <b>during the pleasure of the Governor<\/b>...\\\"<\/i><br><br><b>However, Article 310(1) states:<\/b> <i>\\\"<b>Provided that<\/b> nothing in this clause shall affect the provisions of article 311.\\\"<\/i><br><br><b>Statement 1 is INCORRECT:<\/b> The pleasure doctrine is NOT absolute - it's subject to Article 311.<br><br><b>Statement 2 is INCORRECT:<\/b> Article 309 deals with recruitment and conditions of service of persons appointed to services\/posts. While it regulates service conditions, the pleasure doctrine is specifically subjected to Article 311, not Article 309.<br><br><b>Statement 3 is CORRECT:<\/b> <b>Article 311<\/b> provides safeguards against arbitrary dismissal:<br>- Inquiry must be held before dismissal\/removal\/reduction<br>- Reasonable opportunity of being heard must be given<br>- Exceptions: conviction on criminal charge; when inquiry not reasonably practicable; security of State<br><br>The pleasure doctrine is thus qualified by Article 311's procedural safeguards. Therefore, only statement 3 is correct.\"\n  },\n  {\n    \"id\": 48,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part XI: Relations between the Union and the States\",\n    \"question\": \"The provisions for setting up Inter-State Councils are mentioned in Article 263 of the Constitution of India. Which among the following is not the correct composition of member States in case of Eastern Zonal Council?\",\n    \"options\": [\n      \"Bihar\",\n      \"Jharkhand\",\n      \"West Bengal\",\n      \"Chhattisgarh\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 263<\/b> provides for Inter-State Council. The <b>States Reorganisation Act, 1956<\/b> and subsequent notifications created <b>Zonal Councils<\/b> for regional cooperation:<br><br><b>Eastern Zonal Council<\/b> comprises:<br>1. <b>Bihar<\/b><br>2. <b>Jharkhand<\/b> (carved out of Bihar in 2000)<br>3. <b>Odisha<\/b><br>4. <b>West Bengal<\/b><br><br><b>Chhattisgarh<\/b> is NOT in the Eastern Zone. <b>Chhattisgarh<\/b> (carved out of Madhya Pradesh in 2000) belongs to the <b>Central Zone<\/b> along with Madhya Pradesh and Uttarakhand.<br><br><b>Five Zonal Councils:<\/b><br>1. <b>Northern:<\/b> Haryana, HP, J&K, Punjab, Rajasthan, NCT Delhi, UT Chandigarh<br>2. <b>Central:<\/b> Chhattisgarh, MP, Uttarakhand<br>3. <b>Eastern:<\/b> Bihar, Jharkhand, Odisha, West Bengal<br>4. <b>Western:<\/b> Goa, Gujarat, Maharashtra, Daman & Diu, Dadra & Nagar Haveli<br>5. <b>Southern:<\/b> Andhra Pradesh, Karnataka, Kerala, Tamil Nadu, Telangana, Puducherry<br><br>North-Eastern states have a separate <b>North Eastern Council<\/b> under NEC Act, 1971. Therefore, Chhattisgarh is not part of Eastern Zonal Council.\"\n  },\n  {\n    \"id\": 49,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part XII: Finance, Property, Contracts and Suits\",\n    \"question\": \"With regard to Goods and Services Tax in the course of inter-State trade or commerce, which one of the following statements is not correct?\",\n    \"options\": [\n      \"It is levied by the Union\",\n      \"It is levied and collected by the Union\",\n      \"It is not apportioned between the Union and States\",\n      \"Goods imported are treated to be supply of goods in the course of inter-State trade\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 269A<\/b> (inserted by 101st Amendment, 2016) deals with IGST (Integrated GST) on inter-state trade:<br><br><i>\\\"(1) Goods and services tax on supplies in the course of inter-State trade or commerce shall be <b>levied and collected by the Government of India<\/b> and such tax shall be <b>apportioned between the Union and the States<\/b> in the manner as may be provided by Parliament by law on the recommendations of the Goods and Services Tax Council.\\\"<\/i><br><br><b>Analysis:<\/b><br><br><b>Option A is CORRECT:<\/b> IGST is levied by the Union.<br><br><b>Option B is CORRECT:<\/b> IGST is both levied AND collected by the Union (unlike some taxes which are levied by Union but collected by States).<br><br><b>Option C is INCORRECT (and hence the answer):<\/b> IGST IS apportioned between Union and States. The statement says it's \\\"not apportioned\\\" which is wrong. Article 269A(1) explicitly provides for apportionment. The mechanism: Union collects IGST, then distributes the state component to destination state and retains central component.<br><br><b>Option D is CORRECT:<\/b> <b>Article 269A(1)<\/b>, Explanation states: <i>\\\"supply of goods, or of services, or both in the course of <b>import into the territory of India<\/b> shall be deemed to be <b>supply of goods, or of services, or both in the course of inter-State trade or commerce<\/b>.\\\"<\/i><br><br>Therefore, option C is the incorrect statement.\"\n  },\n  {\n    \"id\": 50,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"How many readings does a non-Money Bill undergo in both the Lok Sabha and the Rajya Sabha?\",\n    \"options\": [\n      \"One reading\",\n      \"Two readings\",\n      \"Three readings\",\n      \"Four readings\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"A <b>non-Money Bill<\/b> undergoes <b>THREE readings<\/b> in EACH House, totaling six readings if it passes through both Houses.<br><br><b>In each House:<\/b><br><br><b>First Reading:<\/b><br>- Introduction stage<br>- Member seeks leave to introduce<br>- Bill is introduced and published<br>- Generally a formality<br><br><b>Second Reading:<\/b><br>- Most important stage<br>- Two phases:<br>  <b>Phase 1:<\/b> General discussion on principles and provisions<br>  <b>Phase 2:<\/b> Clause-by-clause consideration and voting<br>- Amendments can be moved<br>- Bill may be referred to Select\/Joint Committee or circulated for opinion<br><br><b>Third Reading:<\/b><br>- Final stage in that House<br>- Motion \\\"that the Bill be passed\\\"<br>- Only formal\/verbal amendments allowed<br>- No substantial amendments<br>- Bill put to vote<br><br>After passing one House with three readings, it goes to the other House where it again undergoes three readings. If amendments are made by the second House, it may return to the first House, requiring further consideration. Money Bills have simplified procedure in Rajya Sabha (14-day limit, recommendations only). Therefore, option C - three readings in each House - is correct.\"\n  },\n  {\n    \"id\": 51,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"The term 'guillotine' is associated with:\",\n    \"options\": [\n      \"decision-making process in the Parliament\",\n      \"financial procedure in the Parliament\",\n      \"removal of a member from the Parliament\",\n      \"election of the Presiding Officer in the Parliament\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>'Guillotine'<\/b> is a parliamentary procedure to expedite passage of financial business, specifically the <b>budget and Demands for Grants<\/b>.<br><br><b>What is Guillotine?<\/b><br><br>During budget discussion, Parliament debates various Demands for Grants (ministry-wise allocation requests). If all demands are not discussed and voted upon by the stipulated date, the Speaker\/Chairman applies the <b>guillotine<\/b> - all pending demands are put to vote together WITHOUT further discussion.<br><br><b>Purpose:<\/b><br>- Ensures budget is passed within constitutional deadline<br>- Prevents indefinite delay through prolonged debates<br>- Allows government to function with approved expenditure<br><br><b>Process:<\/b><br>1. Government allocates certain days for discussion of Demands for Grants<br>2. Only selected demands are discussed in detail<br>3. On the last day, at appointed time, guillotine is applied<br>4. All remaining demands are put to vote simultaneously without debate<br>5. Lok Sabha votes on all demands together<br><br>The term comes from the French revolution execution device - just as the guillotine cuts off debate abruptly. <b>Article 113<\/b> deals with Demands for Grants requiring Lok Sabha approval. Therefore, option B - financial procedure in Parliament - is correct.\"\n  },\n  \n  \/\/2021-22\n  \n  \n  {\n    \"id\": 1,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"The rule of law is the basic feature of the Constitution under which specific Article and Clause of the Constitution of India provides that no law (future laws) can be enacted which runs contrary to the fundamental rights guaranteed under Part III of the Constitution of India?\",\n    \"options\": [\n      \"Article 13(1)\",\n      \"Article 13(2)\",\n      \"Article 13(3)\",\n      \"Article 13(4)\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 13(2)<\/b> prohibits the State from making laws that violate Fundamental Rights: <i>\\\"The State shall not make any law which takes away or abridges the rights conferred by this Part and any law made in contravention of this clause shall, to the extent of the contravention, be void.\\\"<\/i> This applies to POST-CONSTITUTIONAL\/FUTURE laws. Article 13(1) applies to PRE-CONSTITUTIONAL laws. Article 13(2) is the foundation of judicial review and constitutional supremacy over legislative power.\"\n  },\n  {\n    \"id\": 2,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Under which Clause of Article 16, inserted by the Constitutional (77th Amendment) Act, 1995, stating that \\\"Nothing in this Article shall prevent the State from making any provisions for the reservation in matters of promotion [with consequential seniority] to any class or classes of posts in the services under the State in favor of the Scheduled Castes and the Scheduled Tribes, which, in the opinion of the State, is not adequately represented in the services under the State\\\"?\",\n    \"options\": [\n      \"Article 16(1)\",\n      \"Article 16(2)\",\n      \"Article 16(3)\",\n      \"Article 16(4-A)\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"The <b>77th Amendment, 1995<\/b> inserted <b>Article 16(4-A)<\/b> enabling reservation in promotions for SC\/ST with consequential seniority. This was enacted to overcome the <b>Indra Sawhney (1992)<\/b> judgment which held no fundamental right to reservation in promotions exists. The 85th Amendment (2001) added Article 16(4-B) for carry forward of unfilled SC\/ST promotion vacancies. <b>M. Nagaraj (2006)<\/b> upheld the amendment but required states to collect data on backwardness, inadequacy of representation, and efficiency.\"\n  },\n  {\n    \"id\": 3,\n    \"year\": \"2021-22\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"What does the 9th Schedule of the Constitution of India contain?\",\n    \"options\": [\n      \"List of Official Languages\",\n      \"Panchayati Raj System\",\n      \"Laws protected from Judicial review\",\n      \"Allocation of seats in the Rajya Sabha\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"The <b>Ninth Schedule<\/b> contains <b>laws protected from judicial review<\/b> on grounds of violating Fundamental Rights, inserted by the <b>First Amendment, 1951<\/b> under <b>Article 31B<\/b>. Initially 13 land reform laws, now 284 laws. In <b>I.R. Coelho (2007)<\/b>, the Supreme Court held Ninth Schedule laws enacted AFTER April 24, 1973 (Keshavananda date) CAN be challenged if they violate basic structure. Pre-1973 laws retain immunity. Other Schedules: Eighth - Official Languages; Eleventh - Panchayati Raj; Fourth - Rajya Sabha seats.\"\n  },\n  {\n    \"id\": 4,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which among the following Constitutional Amendment Act is inserted [co-operative societies] in Clause (1) of the Article 19?\",\n    \"options\": [\n      \"The Constitutional (97th Amendment) Act, 2011\",\n      \"The Constitutional (44th Amendment) Act, 1978\",\n      \"The Constitutional (4th Amendment) Act, 1955\",\n      \"The Constitutional (95th Amendment) Act, 2009\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"The <b>97th Amendment, 2011<\/b> gave constitutional status to cooperative societies: (1) Amended Article 19(1)(c) to include right to form \\\"co-operative societies\\\" as Fundamental Right; (2) Inserted Article 43B (DPSP) on promoting cooperative societies; (3) Inserted <b>Part IXB (Articles 243ZH-243ZT)<\/b> on cooperative societies covering incorporation, board elections, supersession (max 6 months), audit, and democratic functioning. The 44th Amendment (1978) deleted property right. 4th Amendment (1955) dealt with state trading. 95th Amendment (2009) extended SC\/ST reservation.\"\n  },\n  {\n    \"id\": 5,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which among the following is not correct under Article 19 of the Constitution of India?\",\n    \"options\": [\n      \"Freedom of speech and expression\",\n      \"Assemble peaceably and with arms\",\n      \"Form associations and unions\",\n      \"Move freely throughout the territory of India\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 19(1)(b)<\/b> guarantees: <i>\\\"the right to assemble peaceably and <b>WITHOUT arms<\/b>.\\\"<\/i> Option B incorrectly states \\\"with arms\\\" - armed assemblies are NOT protected. The requirement prevents violence, maintains public order, and prevents intimidation. Other Article 19(1) rights are correct: (a) speech\/expression, (c) associations\/unions\/cooperatives, (d) movement, (e) residence, (g) profession\/occupation\/trade\/business. Article 19(1)(f) - property right - was deleted by 44th Amendment, 1978.\"\n  },\n  {\n    \"id\": 6,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following Articles of the Constitution of India deals with \\\"Equal Justice and Free Legal Aid\\\"?\",\n    \"options\": [\n      \"Article 14-A\",\n      \"Article 38\",\n      \"Article 39\",\n      \"Article 39-A\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 39A<\/b> (DPSP) inserted by <b>42nd Amendment, 1976<\/b> states: <i>\\\"The State shall secure that the operation of the legal system promotes justice, on a basis of equal opportunity, and shall, in particular, provide <b>free legal aid<\/b> by suitable legislation or schemes or in any other way, to ensure that opportunities for securing justice are not denied to any citizen by reason of economic or other disabilities.\\\"<\/i> This led to: <b>Legal Services Authorities Act, 1987<\/b> establishing NALSA (National\/State\/District Legal Services Authorities); <b>Article 22(1)<\/b> - right to legal practitioner; <b>Hussainara Khatoon (1979)<\/b> - right to speedy trial includes free legal aid. Article 14 - equality; Article 38 - social order for welfare; Article 39 - adequate livelihood, material resources distribution.\"\n  },\n  {\n    \"id\": 7,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part IV: Directive Principles of State Policy\",\n    \"question\": \"The Organization of Village Panchayats with specific powers and authority as may be necessary to endow them to function as units of self-government, is mentioned in:\",\n    \"options\": [\n      \"Article 40 of the Constitution of India\",\n      \"Article 41 of the Constitution of India\",\n      \"Article 42 of the Constitution of India\",\n      \"Article 43 of the Constitution of India\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 40<\/b> (DPSP) states: <i>\\\"The State shall take steps to organise village panchayats and endow them with such powers and authority as may be necessary to enable them to function as <b>units of self-government<\/b>.\\\"<\/i> This directive led to the <b>73rd Amendment, 1992<\/b> which inserted <b>Part IX (Articles 243-243O)<\/b> on Panchayats with: three-tier structure (village, intermediate, district); elections every 5 years; SC\/ST\/women reservation; Eleventh Schedule (29 functions); State Finance Commission; State Election Commission. Article 41 - right to work, education, public assistance. Article 42 - just and humane working conditions, maternity relief. Article 43 - living wage, working conditions.\"\n  },\n  {\n    \"id\": 8,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part IVA: Fundamental Duties\",\n    \"question\": \"Consider the following as part of fundamental duties under the Constitution of India:<br>1. To abide by the Constitution and respect its ideals and institutions, the National Flag and the National Anthem<br>2. To uphold and protect the sovereignty, unity and integrity of India<br>3. To promote harmony and the spirit of common brotherhood amongst all the people of India transcending religious, linguistic and regional or sectional diversities; to renounce practices derogatory to the dignity of women<br>4. To practice any profession or to carry on any occupation, trade or business<br>Which of the above fundamental duties is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"1 and 2 only\",\n      \"1, 2 and 3 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 51A<\/b> (Fundamental Duties) inserted by <b>42nd Amendment, 1976<\/b> lists 11 duties. Statements 1, 2, 3 are CORRECT duties from Article 51A: (a) abide by Constitution, respect Flag and Anthem; (c) uphold sovereignty, unity and integrity; (e) promote harmony, common brotherhood, renounce practices derogatory to women's dignity. Statement 4 is INCORRECT - <b>Article 19(1)(g)<\/b> is a <b>Fundamental RIGHT<\/b> (not duty) to practice profession\/occupation\/trade\/business. The 86th Amendment, 2002 added 11th duty: <b>Article 51A(k)<\/b> - parent\/guardian to provide education to children aged 6-14 years. Fundamental Duties are non-justiciable but guide citizens' conduct. <b>Ranganath Misra Commission<\/b> recommended adding more duties.\"\n  },\n  {\n    \"id\": 9,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Consider the following powers of the President of India:<br>1. The executive powers of the Union<br>2. The power to grant pardon and remit punishment<br>3. The supreme commander of the Defence forces of the Union<br>Which of the above powers is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"All three powers are vested in the President: <b>1. Article 53(1)<\/b> - Executive power: <i>\\\"The executive power of the Union shall be vested in the President and shall be exercised by him either directly or through officers subordinate to him.\\\"<\/i> <b>2. Article 72<\/b> - Pardoning power: President can grant pardons, reprieves, respites, remissions, suspend\/remit\/commute sentences in all cases: (a) punishment by court-martial; (b) offenses against Union laws; (c) death sentences. <b>3. Article 53(2)<\/b> - Supreme Commander: <i>\\\"The supreme command of the Defence Forces of the Union shall be vested in the President.\\\"<\/i> However, <b>Article 74(1)<\/b> requires President to act on aid and advice of Council of Ministers (binding after 42nd Amendment). Real power lies with PM and Cabinet. Therefore, all statements are correct.\"\n  },\n  {\n    \"id\": 10,\n    \"year\": \"2021-22\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"Which one of the following Schedules of the Constitution of India contains provisions regarding land reforms?\",\n    \"options\": [\n      \"Ninth Schedule\",\n      \"Twelfth Schedule\",\n      \"Fifth Schedule\",\n      \"Fourth Schedule\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"The <b>Ninth Schedule<\/b> contains laws protected from judicial review under <b>Article 31B<\/b>, primarily <b>land reform laws<\/b> (zamindari abolition, tenancy reforms, land ceiling). Inserted by <b>First Amendment, 1951<\/b> with 13 Acts to protect agrarian reforms from Fundamental Rights challenges. Currently contains 284 laws. Major categories: zamindari abolition, agricultural land reforms, industrial regulation. <b>I.R. Coelho (2007)<\/b> held post-1973 Ninth Schedule laws can be challenged if violating basic structure. Twelfth Schedule - Municipal functions (74th Amendment). Fifth Schedule - Administration of Scheduled Areas. Fourth Schedule - Rajya Sabha seat allocation.\"\n  },\n  {\n    \"id\": 11,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following Articles of the Constitution of India provides for the establishment of a National Judicial Appointments Commission?\",\n    \"options\": [\n      \"Article 124A\",\n      \"Article 124C\",\n      \"Article 124B\",\n      \"Article 124\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 124A<\/b> was inserted by the <b>99th Constitutional Amendment Act, 2014<\/b> establishing the National Judicial Appointments Commission (NJAC). <b>Composition:<\/b> CJI (Chairperson), two senior-most SC judges, Union Law Minister, two eminent persons (nominated by committee of PM, CJI, Leader of Opposition). <b>Function:<\/b> Recommend appointments and transfers of SC and HC judges. However, in <b>Supreme Court Advocates-on-Record Association v. Union of India (2015)<\/b> (also called <b>NJAC case\/Fourth Judges Case<\/b>), the Supreme Court struck down the 99th Amendment and NJAC as <b>unconstitutional<\/b> by 4:1 majority, holding it violated judicial independence (basic structure). The <b>collegium system<\/b> continues: SC collegium (CJI + 4 senior judges) recommends SC appointments. Article 124 deals with SC establishment and appointments.\"\n  },\n  {\n    \"id\": 12,\n    \"year\": \"2021-22\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"Which one of the following Schedules of the Constitution of India contains the oath or affirmation for members of the Union Council of Ministers?\",\n    \"options\": [\n      \"Second Schedule\",\n      \"Third Schedule\",\n      \"Fourth Schedule\",\n      \"Ninth Schedule\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"The <b>Third Schedule<\/b> contains <b>Forms of Oaths or Affirmations<\/b> for various constitutional positions: Union Ministers (Form III), Members of Parliament (Forms III-A for Lok Sabha, IV-A for Rajya Sabha), Judges of Supreme Court (Form IV), Judges of High Courts (Form V-A), Comptroller and Auditor-General (Form VI), President (Form I), Vice-President (Form II), Governor (Form V), State Ministers (Form VIII), Members of State Legislature (Forms VIII-A, IX-A). Oaths\/affirmations administered as per Article 84 (MPs), 99 (MPs oath), 124(6) (SC judges), 219 (HC judges), 148 (CAG), 75(4) (Union Ministers). Second Schedule - emoluments\/allowances of President, Governors, judges, CAG. Fourth Schedule - Rajya Sabha seat allocation. Ninth Schedule - laws protected from judicial review.\"\n  },\n  {\n    \"id\": 13,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"The National Human Rights Commission of India is formed under which Article of the Constitution of India?\",\n    \"options\": [\n      \"Article 21\",\n      \"Article 32\",\n      \"Article 356\",\n      \"Article 377\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"NHRC is NOT directly formed under any Constitutional Article - it's a <b>statutory body<\/b> under <b>Protection of Human Rights Act, 1993<\/b>. However, its <b>constitutional basis<\/b> is <b>Article 21<\/b> (right to life and personal liberty), which forms the foundation for human rights protection. <b>Article 21<\/b> states: <i>\\\"No person shall be deprived of his life or personal liberty except according to procedure established by law.\\\"<\/i> Through judicial interpretation, Article 21 has been expanded to include: right to livelihood, health, education, clean environment, speedy trial, legal aid, dignity, privacy (Puttaswamy 2017). NHRC composition: Chairperson (retired CJI), one SC judge, one HC Chief Justice, two members with human rights knowledge. Functions: investigate violations, intervene in court proceedings, review safeguards, recommend measures. Article 32 - Supreme Court writs. Article 356 - President's Rule. Article 377 dealt with homosexuality (partially struck down 2018).\"\n  },\n  {\n    \"id\": 14,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which among the following Articles of the Constitution of India deals with the Election of the Vice President?\",\n    \"options\": [\n      \"Article 63\",\n      \"Article 64\",\n      \"Article 65\",\n      \"Article 66\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 66<\/b> deals with election of Vice President. <b>Article 66(1)<\/b> - Electoral college: members of an electoral college consisting of members of both Houses of Parliament. <b>Article 66(2)<\/b> - Not members of State Legislatures (unlike Presidential election). <b>Article 66(3)<\/b> - Proportional representation by single transferable vote; voting by secret ballot. <b>Article 66(4)<\/b> - Disputes decided by Supreme Court; decision final. <b>Qualifications (Article 66(3)):<\/b> citizen of India, completed 35 years, qualified for Rajya Sabha membership, not holding office of profit. <b>Other provisions:<\/b> Article 63 - There shall be a Vice President. Article 64 - VP is ex-officio Chairman of Rajya Sabha. Article 65 - VP acts as President during vacancy or temporary absence. Article 67 - Term of office and removal (5-year term, removal by Rajya Sabha resolution + Lok Sabha concurrence).\"\n  },\n  {\n    \"id\": 15,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which one of the following amendments to the Constitution of India introduced the Right to Education as a fundamental right?\",\n    \"options\": [\n      \"83rd Amendment\",\n      \"86th Amendment\",\n      \"85th Amendment\",\n      \"92nd Amendment\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"The <b>86th Constitutional Amendment Act, 2002<\/b> made education a Fundamental Right by: (1) Inserting <b>Article 21A<\/b> in Part III: <i>\\\"The State shall provide free and compulsory education to all children of the age of six to fourteen years.\\\"<\/i> (2) Amending <b>Article 45<\/b> (DPSP): Changed from providing education up to 14 years to now providing <b>early childhood care and education for children until age 6<\/b>. (3) Inserting new Fundamental Duty <b>Article 51A(k)<\/b>: Parent\/guardian duty to provide education to children aged 6-14 years. <b>Implementing legislation:<\/b> <b>Right of Children to Free and Compulsory Education Act, 2009 (RTE Act)<\/b> with provisions on: 25% seats for economically weaker sections in private schools; no detention policy (till Class 8); no capitation fees; teacher qualifications; pupil-teacher ratio. 83rd Amendment (2000) - consequential seniority for SC\/ST in promotions. 85th Amendment (2001) - promotion reservation carry forward. 92nd Amendment (2003) - added Bodo, Dogri, Maithili, Santhali to Eighth Schedule.\"\n  },\n  {\n    \"id\": 16,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"The concept of \\\"Socialist\\\" in the Preamble of the Constitution of India was inserted by which one of the following amendments?\",\n    \"options\": [\n      \"42nd Amendment\",\n      \"44th Amendment\",\n      \"46th Amendment\",\n      \"52nd Amendment\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"The <b>42nd Constitutional Amendment Act, 1976<\/b> (enacted during Emergency by Indira Gandhi government) added \\\"<b>Socialist<\/b>\\\" and \\\"<b>Secular<\/b>\\\" to the Preamble. Original Preamble: \\\"WE, THE PEOPLE OF INDIA, having solemnly resolved to constitute India into a SOVEREIGN DEMOCRATIC REPUBLIC...\\\" Amended Preamble: \\\"...into a SOVEREIGN <b>SOCIALIST SECULAR<\/b> DEMOCRATIC REPUBLIC...\\\" <b>Socialist meaning:<\/b> In <b>Excel Wear v. Union of India (1979)<\/b>, Supreme Court linked socialism to Article 39(b)(c) - preventing concentration of wealth, equitable distribution of material resources. Indian socialism is <b>democratic socialism<\/b> (not communist), allowing private property with social welfare obligations. <b>42nd Amendment<\/b> (called \\\"Mini Constitution\\\") made 59 amendments including: added Socialist, Secular, Integrity to Preamble; made Presidential advice binding (Article 74); curtailed judicial review; added Fundamental Duties (Article 51A); amended Article 368 amendment procedure. 44th Amendment (1979) - rolled back some Emergency-era provisions. 52nd Amendment (1985) - anti-defection law.\"\n  },\n  {\n    \"id\": 17,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part IV: Directive Principles of State Policy\",\n    \"question\": \"The concept of \\\"Equal pay for equal work\\\" is enshrined in which one of the following Articles of the Constitution of India?\",\n    \"options\": [\n      \"Article 14\",\n      \"Article 39(d)\",\n      \"Article 19\",\n      \"Article 21(a)\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 39(d)<\/b> (DPSP) directs: <i>\\\"The State shall, in particular, direct its policy towards securing\u2014 (d) that there is <b>equal pay for equal work<\/b> for both men and women.\\\"<\/i> This promotes <b>gender equality in wages<\/b> and prevents discrimination. Though a DPSP (non-justiciable under Article 37), courts have used it as an aid to interpretation. In <b>Randhir Singh v. Union of India (1982)<\/b>, Supreme Court held equal pay for equal work flows from Articles 14 (equality) and 16 (equal opportunity in employment), reading it with Article 39(d). <b>Relevant laws:<\/b> Equal Remuneration Act, 1976; Minimum Wages Act, 1948; Payment of Wages Act, 1936. Article 14 - equality before law. Article 19 - six fundamental freedoms. Article 21(a) does not exist (Article 21A is right to education inserted by 86th Amendment). The principle applies to contract\/daily wage workers per <b>P.Savita v. UOI (1997)<\/b>.\"\n  },\n  {\n    \"id\": 18,\n    \"year\": \"2021-22\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"Which one of the following Schedules of the Constitution of India contains the allocation of seats in the Rajya Sabha to each state and union territory?\",\n    \"options\": [\n      \"Second Schedule\",\n      \"Fourth Schedule\",\n      \"Fifth Schedule\",\n      \"Eighth Schedule\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"The <b>Fourth Schedule<\/b> contains allocation of seats in Rajya Sabha to States and Union Territories. <b>Article 80(2)<\/b> states: <i>\\\"The allocation of seats in the Council of States to be filled by representatives of the States and of the Union territories shall be in accordance with the provisions in that behalf contained in the <b>Fourth Schedule<\/b>.\\\"<\/i> <b>Total Rajya Sabha strength:<\/b> Maximum 250 (currently 245) = 233 elected from States\/UTs + 12 nominated by President (Article 80(1)(a)) with special knowledge in literature, science, art, social service. <b>Allocation basis:<\/b> Population of each state (roughly proportional). Larger states get more seats: UP-31, Maharashtra-19, Tamil Nadu-18, etc. Some UTs have seats: Delhi-3, Puducherry-1. <b>Members elected by:<\/b> Elected members of State Legislative Assemblies and UT Legislatures through proportional representation by single transferable vote (Article 80(4)). Second Schedule - emoluments. Fifth Schedule - Scheduled Areas administration. Eighth Schedule - recognized languages.\"\n  },\n  {\n    \"id\": 19,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following Articles of the Constitution of India deals with the appointment and tenure of the Attorney General of India?\",\n    \"options\": [\n      \"Article 76\",\n      \"Article 88\",\n      \"Article 91\",\n      \"Article 94\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 76<\/b> deals with Attorney General of India. <b>Article 76(1)<\/b> - Appointment: President shall appoint a person qualified to be SC judge. <b>Article 76(2)<\/b> - Duties: perform such duties of a legal character as referred\/assigned by President; discharge functions conferred by Constitution or any other law; give advice to Government on legal matters. <b>Article 76(3)<\/b> - Rights: Attorney General has right of audience in all courts in India; right to speak and participate (but not vote) in both Houses of Parliament and their committees. <b>Article 76(4)<\/b> - Tenure: holds office during <b>pleasure of President<\/b>; receives remuneration as President determines. <b>No fixed term or age limit<\/b>. <b>First AG:<\/b> M.C. Setalvad (1950-1963). <b>Current AG<\/b> (as of 2022): R. Venkataramani. Article 88 - Ministers and AG have right to speak in Parliament (but not vote). Article 91 - Council of Ministers. Article 94 - Speaker and Deputy Speaker of Lok Sabha.\"\n  },\n  {\n    \"id\": 20,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"No fundamental rights can be claimed against:\",\n    \"options\": [\n      \"a Government company\",\n      \"a Municipal corporation\",\n      \"a Court\",\n      \"a Statutory corporation\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 12<\/b> defines \\\"State\\\" against which Fundamental Rights can be enforced: <i>\\\"'State' includes the Government and Parliament of India and the Government and the Legislature of each of the States and all <b>local authorities<\/b> and all <b>other authorities<\/b> within the territory of India or under the control of the Government of India.\\\"<\/i> <b>Courts are NOT \\\"State\\\"<\/b> under Article 12 - they are independent adjudicating bodies. Fundamental Rights cannot be claimed AGAINST courts because: Courts enforce Fundamental Rights, not violate them; Judicial independence requires courts not be subject to FR challenges; Courts act as neutral arbiters, not as \\\"State\\\" authorities. However, contempt of court proceedings balance rights. <b>\\\"State\\\" includes:<\/b> Government companies (if deep and pervasive state control - <b>Pradeep Kumar Biswas 2002<\/b>), Municipal corporations (<b>Rajasthan v. Union of India 1977<\/b>), Statutory corporations (created by statute with state control). Therefore, option C - Courts - is correct. Fundamental Rights under Part III protect citizens FROM the State, including its instrumentalities, but not from courts.\"\n  },\n  {\n    \"id\": 21,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part XI: Relations between the Union and the States\",\n    \"question\": \"Parliament cannot make law on which one of the following subjects, except for a Union Territory?\",\n    \"options\": [\n      \"Insurance\",\n      \"Railways\",\n      \"Banking\",\n      \"Fisheries\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Fisheries<\/b> is in the <b>State List (Entry 21)<\/b> of Seventh Schedule: \\\"Fisheries.\\\" Parliament generally CANNOT legislate on State List subjects except: (1) National interest under <b>Article 249<\/b> (Rajya Sabha resolution by 2\/3rd); (2) Emergency under <b>Article 250<\/b>; (3) State request under <b>Article 252<\/b>; (4) Implementing treaties under <b>Article 253<\/b>; (5) For <b>Union Territories<\/b> under <b>Article 246(4)<\/b>. <b>Union List subjects (Parliament can always legislate):<\/b> Insurance (Entry 44), Railways (Entry 22), Banking (Entry 45). <b>Article 246(4)<\/b>: <i>\\\"Parliament has power to make laws with respect to any matter for any part of the territory of India not included in a State notwithstanding that such matter is a matter enumerated in the State List.\\\"<\/i> So Parliament CAN make laws on fisheries for UTs, but NOT for States (unless exceptions apply). Therefore, Fisheries is the subject Parliament cannot legislate on for States.\"\n  },\n  {\n    \"id\": 22,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"The \\\"Doctrine of Pleasure\\\" is related to the tenure of which constitutional authority in India?\",\n    \"options\": [\n      \"Governor of State\",\n      \"Chief Justice of India\",\n      \"Chief Information Commissioner\",\n      \"Chief Election Commissioner\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 156<\/b> provides: <i>\\\"The Governor shall hold office <b>during the pleasure of the President<\/b>.\\\"<\/i> This embodies the <b>Doctrine of Pleasure<\/b> - the President can remove the Governor at any time without assigning reasons. <b>Constitutional convention:<\/b> Though Governor holds office \\\"at pleasure,\\\" removal should not be arbitrary. In <b>B.P. Singhal v. Union of India (2010)<\/b>, Supreme Court held Governors can't be removed arbitrarily; reasons should be given; due process followed. <b>Normal term:<\/b> 5 years (Article 156(1)), but removable anytime. <b>Other pleasure appointments:<\/b> Civil servants (Article 310 - during pleasure, subject to Article 311 safeguards). <b>NOT at pleasure:<\/b> CJI - Fixed tenure until age 65, removable only by impeachment (Article 124(4)); CIC - Fixed 5-year term\/65 years, specific removal grounds (RTI Act); CEC - Fixed tenure, removable only by impeachment like SC judge (Article 324(5)). Therefore, option A - Governor - holds office at President's pleasure.\"\n  },\n  {\n    \"id\": 23,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part XII: Finance, Property, Contracts and Suits\",\n    \"question\": \"Right to Property has been provided under which one of the following Articles of the Constitution of India?\",\n    \"options\": [\n      \"Article 19(1)(f)\",\n      \"Article 31\",\n      \"Article 300A\",\n      \"Article 301\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 300A<\/b> currently provides Right to Property: <i>\\\"No person shall be deprived of his property save by authority of law.\\\"<\/i> It's a <b>constitutional\/legal right<\/b> (not Fundamental Right) in Part XII. <b>Historical evolution:<\/b> Originally (1950-1978): Article 19(1)(f) - FR to acquire, hold, dispose property; Article 31 - FR that no person shall be deprived of property save by authority of law, with compensation. <b>44th Amendment, 1978<\/b> DELETED: Article 19(1)(f) and Article 31 from Part III (Fundamental Rights). INSERTED: Article 300A in Part XII making property a constitutional right. <b>Rationale:<\/b> Facilitate land reforms and socialist economic policies without FR constraints. Property can now be acquired by law without mandating compensation (though legislation usually provides compensation). <b>Right to Property now:<\/b> Constitutional right (Article 300A), enforceable but not a FR; No writ under Article 32 for property violation; Remedy under Article 226 (HC) or ordinary courts. Article 301 - trade, commerce, intercourse freedom.\"\n  },\n  {\n    \"id\": 24,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which fundamental right is not guaranteed under the Constitution of India to the majority but is guaranteed to the minorities?\",\n    \"options\": [\n      \"Right under Article 15\",\n      \"Right under Article 19\",\n      \"Right under Article 25\",\n      \"Right under Article 30\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 30<\/b> provides EXCLUSIVE right to minorities: <i>\\\"(1) All minorities, whether based on religion or language, shall have the right to establish and administer educational institutions of their choice. (2) The State shall not, in granting aid to educational institutions, discriminate against any educational institution on the ground that it is under the management of a minority, whether based on religion or language.\\\"<\/i> <b>Not available to majority:<\/b> Non-minorities can establish institutions under Article 19(1)(g) (occupation\/profession) per <b>TMA Pai Foundation (2002)<\/b>, but it's not an exclusive cultural-educational right like Article 30. <b>Article 30 scope:<\/b> Right to establish AND administer; Reasonable regulations allowed but minority character must be preserved; Applies to linguistic and religious minorities. <b>Other rights (available to all):<\/b> Article 15 - non-discrimination; Article 19 - freedoms; Article 25 - freedom of religion. Article 29 protects minority culture\/language (available to minorities only).\"\n  },\n  {\n    \"id\": 25,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"The system of \\\"Proportional Representation by Means of the Single Transferable Vote\\\" is used for the election of:\",\n    \"options\": [\n      \"President of India\",\n      \"Members of the Lok Sabha\",\n      \"Members of the Rajya Sabha\",\n      \"Members of the Legislative Councils\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Proportional Representation (Single Transferable Vote)<\/b> is used for: <b>1. Rajya Sabha (Article 80(4))<\/b>: Elected by State Legislative Assembly members using proportional representation and single transferable vote. <b>2. President (Article 55(3))<\/b>: Elected through proportional representation by single transferable vote. <b>3. Legislative Councils (Article 171(3))<\/b>: Members elected by MLAs, graduates, teachers use this system. <b>NOT for Lok Sabha:<\/b> Lok Sabha uses <b>First-Past-The-Post (FPTP)<\/b> system - territorial constituencies, simple plurality (highest votes wins), direct election by voters. <b>Advantage of STV:<\/b> Ensures proportional representation of parties; Reduces vote wastage; Preference voting allows multiple choices. <b>Mechanism:<\/b> Voters rank candidates; Quota calculated; Surplus votes transferred; Process continues until all seats filled. Therefore, option C - Rajya Sabha - uses this system. (Note: President and Legislative Councils also use it, but among options, Rajya Sabha is the direct answer)\"\n  },\n  {\n    \"id\": 26,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Who among the following has the power to summon a joint sitting of both the Houses of Parliament in India?\",\n    \"options\": [\n      \"President of India\",\n      \"Prime Minister of India\",\n      \"Minister of Home Affairs of India\",\n      \"Vice President of India\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 108<\/b> provides for joint sitting of both Houses. <b>Article 108(1)<\/b>: If deadlock over a Bill (other than Money Bill), President may summon joint sitting. <b>Conditions for joint sitting:<\/b> Bill passed by one House and rejected by other; OR amendments not accepted; OR more than 6 months elapsed without Bill being passed by other House. <b>Article 108(2)<\/b>: At joint sitting, if majority of total members present and voting agree (including amendments), Bill deemed passed by both Houses. <b>Article 118(4)<\/b>: At joint sitting, <b>Speaker of Lok Sabha presides<\/b> (not Vice President\/Rajya Sabha Chairman). <b>Who summons:<\/b> ONLY the <b>President<\/b> has power to summon joint sitting. <b>Cases of joint sitting (rare):<\/b> Dowry Prohibition Amendment Bill 1961; Banking Service Commission Repeal Bill 1978; Prevention of Terrorism Bill 2002 (POTA). Therefore, option A - President - is correct. VP presides over Rajya Sabha but cannot summon joint sitting.\"\n  },\n  {\n    \"id\": 27,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"If a person occupies a public office illegally, which one of the following writs\/orders can be issued against him\/her for getting the office vacated?\",\n    \"options\": [\n      \"Quo warranto\",\n      \"Prohibition\",\n      \"Certiorari\",\n      \"Permanent injunction\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Quo Warranto<\/b> (Latin: \\\"by what authority\/warrant\\\") is issued to inquire into legality of claim of person to public office and prevent illegal usurpation. <b>Article 32<\/b> (Supreme Court) and <b>Article 226<\/b> (High Courts) empower issuing writs. <b>When issued:<\/b> When person holds public office without legal authority or proper qualifications. <b>Purpose:<\/b> Prevent illegal occupation of public office; Protect public from unauthorized persons. <b>Requirements:<\/b> Office must be public (not private); Must be substantive office (not merely employment); Person must be in actual possession. <b>Effect:<\/b> If issued, person must vacate office; Cannot hold office without legal authority. <b>Example:<\/b> Person appointed Chief Minister without being MLA; Unqualified person appointed judge. <b>Other writs:<\/b> Prohibition - prevents inferior court from exceeding jurisdiction; Certiorari - quashes orders of inferior tribunals; Permanent injunction - civil remedy, not writ. Therefore, Quo Warranto is the correct answer to challenge illegal holding of public office.\"\n  },\n  {\n    \"id\": 28,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"The Supreme Court of India has the power to review its own judgments under which one of the following Articles of the Constitution of India?\",\n    \"options\": [\n      \"Article 129\",\n      \"Article 137\",\n      \"Article 141\",\n      \"Article 142\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 137<\/b> provides power of review: <i>\\\"Subject to the provisions of any law made by Parliament or any rules made under Article 145, the Supreme Court shall have power to <b>review any judgment pronounced or order made by it<\/b>.\\\"<\/i> <b>Grounds for review (limited):<\/b> Discovery of new and important matter\/evidence; Mistake or error apparent on face of record; Any other sufficient reason. <b>NOT grounds:<\/b> Re-hearing on merits; Change of opinion; Lengthy arguments. <b>Procedure:<\/b> Review petition within 30 days; Decided by same bench if possible; Heard in open court. <b>Landmark cases:<\/b> <b>Mohinder Singh Gill (1978)<\/b> - review power is discretionary; <b>Shivdeo Singh (2001)<\/b> - laid down review principles. <b>Other Articles:<\/b> Article 129 - SC is court of record; Article 141 - law declared by SC binding on all courts; Article 142 - SC power to pass orders for complete justice. Therefore, Article 137 grants review power.\"\n  },\n  {\n    \"id\": 29,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following Articles of the Constitution of India is considered for prohibition of employment of children in factories?\",\n    \"options\": [\n      \"Article 24\",\n      \"Article 19\",\n      \"Article 39A\",\n      \"Article 23\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 24<\/b> (Fundamental Right against Exploitation) prohibits child labor: <i>\\\"No child below the age of <b>fourteen years<\/b> shall be employed to work in any factory or mine or engaged in any other <b>hazardous employment<\/b>.\\\"<\/i> <b>Scope:<\/b> Prohibition of children (below 14) in: factories, mines, hazardous employment. Allows non-hazardous work in family businesses\/fields. <b>Implementing laws:<\/b> <b>Child Labour (Prohibition and Regulation) Act, 1986<\/b> - prohibits children in hazardous occupations; <b>Factories Act, 1948<\/b> - no child below 14 in factories; <b>Mines Act, 1952<\/b> - no person below 18 in mines; <b>Right to Education Act, 2009<\/b> - compulsory education till 14 years. <b>86th Amendment, 2002<\/b> added: Article 21A (education 6-14 years) and Article 51A(k) (parental duty). <b>Related provisions:<\/b> Article 23 - prohibition of trafficking and forced labor (different from child labor); Article 39(e), (f) - DPSPs protecting children. Article 19 - fundamental freedoms. Article 39A - free legal aid.\"\n  },\n  {\n    \"id\": 30,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part IV: Directive Principles of State Policy\",\n    \"question\": \"Which one of the following Articles of the Constitution of India is considered to raise the level of nutrition and the standard of living of people and improve public health?\",\n    \"options\": [\n      \"Article 19\",\n      \"Article 47\",\n      \"Article 15\",\n      \"Article 16\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 47<\/b> (DPSP) directs: <i>\\\"The State shall regard the <b>raising of the level of nutrition and the standard of living of its people and the improvement of public health<\/b> as among its primary duties and, in particular, the State shall endeavour to bring about prohibition of the consumption except for medicinal purposes of intoxicating drinks and of drugs which are injurious to health.\\\"<\/i> <b>Three objectives:<\/b> (1) Raise nutrition levels and living standards; (2) Improve public health; (3) Prohibit intoxicating drinks and harmful drugs. <b>Implementation:<\/b> National Health Policy; Mid-Day Meal Scheme; Integrated Child Development Services (ICDS); National Food Security Act, 2013; Ayushman Bharat; Public health programs. <b>Related:<\/b> Article 21 (life) includes right to health per <b>Paschim Banga Khet Mazdoor Samity (1996)<\/b>; Article 39(a) - adequate livelihood. Article 19 - fundamental freedoms. Article 15 - non-discrimination. Article 16 - equal opportunity in employment.\"\n  },\n  {\n    \"id\": 31,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Report of the Comptroller and Auditor General of India relating to the accounts of the Union shall be submitted to the:\",\n    \"options\": [\n      \"Prime Minister of India\",\n      \"President of India\",\n      \"Vice President of India\",\n      \"Supreme Court of India\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 151(1)<\/b> states: <i>\\\"The reports of the Comptroller and Auditor-General of India relating to the accounts of the Union shall be submitted to the President, who shall cause them to be laid before each House of Parliament.\\\"<\/i> CAG reports on Union accounts go to President first, then laid before Parliament for scrutiny by Public Accounts Committee. Similarly, State CAG reports go to Governor (Article 151(2)).\"\n  },\n  {\n    \"id\": 32,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"The President of India can promulgate an ordinance when:\",\n    \"options\": [\n      \"both Houses of Parliament are in session\",\n      \"there is a financial emergency\",\n      \"there is a State emergency\",\n      \"both Houses of Parliament are not in session\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 123(1)<\/b> empowers President to promulgate ordinances <i>\\\"when both Houses of Parliament are not in session\\\"<\/i> and circumstances require immediate action. Ordinances have same force as Parliamentary Acts but must be laid before Parliament when it reassembles. Cease to operate after 6 weeks from Parliament's reassembly or if disapproved earlier. Can be withdrawn anytime. State Governors have similar power under Article 213.\"\n  },\n  {\n    \"id\": 33,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Misc.\",\n    \"question\": \"Consider the following statements:<br>1. The main sources of law in India are the Constitution, Statutes (Legislations), Customary Law, and Case Law<br>2. Decisions of the Supreme Court are not binding in all courts within the territory of India<br>Which of the above statements is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"Statement 1 is CORRECT - India's legal sources are: Constitution (supreme law), Statutes (Parliamentary\/State laws), Customary Law (religious personal laws, tribal customs), Case Law (judicial precedents). Statement 2 is INCORRECT - <b>Article 141<\/b> states: <i>\\\"The law declared by the Supreme Court shall be binding on all courts within the territory of India.\\\"<\/i> SC judgments have binding precedent value. Lower courts must follow SC decisions (doctrine of stare decisis).\"\n  },\n  {\n    \"id\": 34,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part XI: Relations between the Union and the States\",\n    \"question\": \"The Parliament is competent to make laws on matters enumerated in the Union list, and similarly, the State Legislatures are competent to make laws on matters enumerated in the State list. The Parliament alone has the power to make laws on matters not included in the State list or Concurrent list. Which of the above statements are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 246<\/b> distributes legislative powers: Parliament - Union List (97 entries); State Legislatures - State List (66 entries); Both - Concurrent List (47 entries). <b>Article 248<\/b> grants residuary powers: <i>\\\"Parliament has exclusive power to make any law with respect to any matter not enumerated in the Concurrent List or State List.\\\"<\/i> Matters outside State\/Concurrent Lists fall under Parliament. Both statements are correct.\"\n  },\n  {\n    \"id\": 35,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which one of the following amendments to the Constitution of India introduced the concept of \\\"Constitutional bodies\\\"?\",\n    \"options\": [\n      \"42nd Amendment\",\n      \"73rd Amendment\",\n      \"89th Amendment\",\n      \"97th Amendment\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"The <b>89th Amendment Act, 2003<\/b> bifurcated the National Commission for Scheduled Castes and Scheduled Tribes into two separate constitutional bodies: <b>Article 338<\/b> - National Commission for Scheduled Castes (NCSC); <b>Article 338A<\/b> (newly inserted) - National Commission for Scheduled Tribes (NCST). This emphasized the concept of Constitutional Bodies - bodies established directly by Constitution (unlike statutory bodies created by Acts). Other constitutional bodies: Election Commission (Article 324), CAG (Article 148), UPSC (Article 315), Finance Commission (Article 280).\"\n  },\n  {\n    \"id\": 36,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Misc.\",\n    \"question\": \"The National Commission for Women was set up as a statutory body in:\",\n    \"options\": [\n      \"January 1990\",\n      \"January 1992\",\n      \"April 1990\",\n      \"April 1992\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"The <b>National Commission for Women Act, 1990<\/b> was passed by Parliament to establish the Commission. It became operational in <b>January 1992<\/b>. NCW is a <b>statutory body<\/b> (not constitutional) with Chairperson and members appointed by Central Government. Functions: review constitutional\/legal safeguards for women; recommend remedial measures; investigate violations of women's rights; participate in planning process for socio-economic development of women. Headquarters in New Delhi.\"\n  },\n  {\n    \"id\": 37,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"In the context of the Constitution of India, \\\"Double Jeopardy\\\" means:\",\n    \"options\": [\n      \"a person cannot be tried twice for the same offence\",\n      \"a person cannot be arrested without a warrant\",\n      \"a person cannot be deprived of his property without compensation\",\n      \"a person cannot be forced to be a witness against himself\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 20(2)<\/b> provides protection against double jeopardy: <i>\\\"No person shall be prosecuted and punished for the same offence more than once.\\\"<\/i> Requirements: (1) person prosecuted by court of law; (2) convicted or acquitted; (3) subsequent prosecution for SAME offense. Protection doesn't apply if: different offense (though arising from same facts); disciplinary proceedings (separate from criminal); prosecution by different sovereignties (though India has single criminal law system). Option B - Article 22 (arrest rights). Option C - Article 300A (property). Option D - Article 20(3) (self-incrimination).\"\n  },\n  {\n    \"id\": 38,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"The procedure for the amendment of the Constitution is detailed in which part of the Constitution of India?\",\n    \"options\": [\n      \"Part II\",\n      \"Part XIV\",\n      \"Part XX\",\n      \"Part XXI\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Part XX (Article 368)<\/b> deals with \\\"Amendment of the Constitution.\\\" <b>Article 368<\/b> prescribes three procedures: (1) Special majority - 2\/3rd of members present and voting + majority of total membership of each House (most amendments); (2) Special majority + state ratification - for federal provisions, elections, judicial matters (proviso to Article 368(2)); (3) Simple majority - for certain matters like Article 4 (state reorganization). Part II - Citizenship (Articles 5-11). Part XIV - Services under Union\/States (Articles 308-323). Part XXI - Temporary, Transitional and Special Provisions (Articles 369-392).\"\n  },\n  {\n    \"id\": 39,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Preamble\",\n    \"question\": \"The phrase \\\"We, the people of India\\\" in the Preamble of the Constitution of India signifies:\",\n    \"options\": [\n      \"Socialist principles\",\n      \"Democratic principles\",\n      \"Secular principles\",\n      \"Sovereign power of the people\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"\\\"<b>We, the people of India<\/b>\\\" signifies <b>popular sovereignty<\/b> - ultimate power resides with the people. The Constitution derives authority from people, not external source. People adopted, enacted, and gave to themselves the Constitution. This reflects: constituent power of people; source of all governmental authority; government by consent of governed. In <b>Keshavananda Bharati (1973)<\/b>, Supreme Court held popular sovereignty is part of basic structure. While democracy, socialism, secularism are characteristics in Preamble, the phrase specifically emphasizes people as source of sovereign power.\"\n  },\n  {\n    \"id\": 40,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part XII: Finance, Property, Contracts and Suits\",\n    \"question\": \"In India, the power to levy and collect taxes is divided between the Central and State Governments. This division is provided under which one of the following Articles of the Constitution of India?\",\n    \"options\": [\n      \"Article 246\",\n      \"Article 268\",\n      \"Article 270\",\n      \"Article 275\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 270<\/b> (as amended by 101st Amendment, 2016) deals with taxes levied and distributed between Union and States: <i>\\\"All taxes and duties referred to in the Union List, except the duties and taxes referred to in articles 268, 269 and 269A, respectively, surcharge on taxes and duties referred to in article 271 and any cess levied for specific purposes under any law made by Parliament shall be levied and collected by the Government of India and shall be distributed between the Union and the States.\\\"<\/i> This includes GST distribution. Article 246 - legislative powers distribution (not tax). Article 268 - stamp duties. Article 275 - grants-in-aid to states.\"\n  },\n  {\n    \"id\": 41,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"What is the total number of writs which High Courts can issue?\",\n    \"options\": [\n      \"4\",\n      \"5\",\n      \"6\",\n      \"7\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Five types of writs<\/b> under <b>Article 226<\/b> (High Courts) and <b>Article 32<\/b> (Supreme Court): <b>1. Habeas Corpus<\/b> - \\\"produce the body\\\" - against illegal detention; <b>2. Mandamus<\/b> - \\\"we command\\\" - directs public authority to perform duty; <b>3. Prohibition<\/b> - prevents inferior court from exceeding jurisdiction (issued before\/during proceedings); <b>4. Certiorari<\/b> - \\\"to be certified\\\" - quashes orders of inferior tribunals (issued after proceedings); <b>5. Quo Warranto<\/b> - \\\"by what authority\\\" - challenges illegal holding of public office. Article 226 has wider scope than Article 32 - can be issued for any purpose, not just Fundamental Rights.\"\n  },\n  {\n    \"id\": 42,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part II: Citizenship\",\n    \"question\": \"Which one of the following is not a feature of a federal system of Government?\",\n    \"options\": [\n      \"Division of powers between the Central and State Governments\",\n      \"A written Constitution\",\n      \"Single citizenship\",\n      \"Bicameral legislature\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Single citizenship<\/b> is NOT a federal feature - it's a unitary feature. Classic federal systems like USA have <b>dual citizenship<\/b> (federal + state). <b>Federal features:<\/b> Division of powers (Union, State, Concurrent Lists); Written Constitution (supremacy of Constitution); Independent judiciary (arbiter of disputes); Bicameral legislature (states represented in upper house); Rigid amendment procedure for federal provisions. <b>India's quasi-federal features (unitary elements):<\/b> Single citizenship (Article 5-11); Strong Centre (Union List has more subjects, residuary powers); Integrated judiciary; All-India services; Emergency provisions; Governor appointed by Centre; President can dismiss state governments (Article 356).\"\n  },\n  {\n    \"id\": 43,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following statements is not correct regarding the President of India?\",\n    \"options\": [\n      \"The President of India is part of the Parliament\",\n      \"The President of India can on his own dismiss a Union Minister for misconduct\",\n      \"The President of India can ask the Union Council of Ministers to re-consider its advice given to him\",\n      \"The President of India can pardon a person sentenced to death\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"Option A is CORRECT - <b>Article 79<\/b>: Parliament consists of President + Lok Sabha + Rajya Sabha. Option B is INCORRECT - President CANNOT independently dismiss Ministers. <b>Article 74(1)<\/b>: President acts on aid and advice of Council of Ministers (binding after 42nd Amendment). <b>Article 75(2)<\/b>: Ministers hold office during pleasure of President, BUT this means on PM's advice. Only PM can recommend dismissal. Option C is CORRECT - <b>44th Amendment<\/b> added proviso to Article 74(1): President may require Council to reconsider advice, but must act on reconsidered advice. Option D is CORRECT - <b>Article 72<\/b>: President can grant pardons, including for death sentences.\"\n  },\n  {\n    \"id\": 44,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which writ can be issued in case of illegal arrest?\",\n    \"options\": [\n      \"Mandamus\",\n      \"Habeas corpus\",\n      \"Quo warranto\",\n      \"Prohibition\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Habeas Corpus<\/b> (Latin: \\\"you may have the body\\\") is the writ for illegal detention\/arrest. Issued to: person detaining another; orders production of detained person before court; requires showing legal authority for detention. If detention illegal, person must be released. <b>Article 32\/226<\/b> - courts can issue habeas corpus. <b>Scope:<\/b> Most important writ for personal liberty; Available even when person not produced before magistrate within 24 hours; Covers preventive detention, illegal custody, unlawful confinement. Can be suspended during Emergency (Article 359). Mandamus - orders performance of duty. Quo warranto - challenges holding of public office. Prohibition - prevents inferior court from exceeding jurisdiction.\"\n  },\n  {\n    \"id\": 45,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Consider the following statements regarding the election of the President of India:<br>1. Every Member of Parliament can vote in the election of the President of India<br>2. Every elected Member of Parliament can vote in the election of the President of India<br>3. Every elected member of a State Legislative Assembly can vote in the election of the President of India<br>Which of the above statements is\/are not correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 and 3 only\",\n      \"3 only\",\n      \"1 and 2 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 54<\/b> prescribes electoral college: <i>\\\"elected members of both Houses of Parliament and elected members of Legislative Assemblies of States.\\\"<\/i> Statement 1 is INCORRECT - NOT all MPs vote. <b>Nominated MPs<\/b> (12 Rajya Sabha members under Article 80(1)(a)) CANNOT vote. Only elected MPs vote. Statement 2 is CORRECT - elected MPs can vote. Statement 3 is CORRECT - elected MLAs can vote. <b>Note:<\/b> Elected members of Legislative Councils (MLCs) CANNOT vote - only Assembly members. Proportional representation by single transferable vote used (Article 55).\"\n  },\n  {\n    \"id\": 46,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"In context of the Constitution of India, what is the significance of \\\"Writ of Mandamus\\\"?\",\n    \"options\": [\n      \"It orders a public official to perform his\/her duty correctly\",\n      \"It is a writ against unlawful detention\",\n      \"It is a writ for the enforcement of non-fundamental rights\",\n      \"It is a writ for acquiring lands and properties\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Mandamus<\/b> (Latin: \\\"we command\\\") compels public authorities to perform legal duties. <b>When issued:<\/b> Public authority fails to perform statutory\/constitutional duty; Duty is mandatory, not discretionary; No equally effective alternative remedy available; Petitioner has legal right to performance. <b>Against whom:<\/b> Government, public officials, statutory bodies, local authorities, tribunals when exercising public functions. Can issue against private bodies performing public duties. <b>Cannot issue:<\/b> Against President\/Governors (Article 361 immunity); For discretionary powers; Against private individuals\/bodies (unless public duty). <b>Article 32\/226<\/b> - SC\/HC can issue mandamus. Option B describes Habeas Corpus. Mandamus can enforce both fundamental and non-fundamental rights under Article 226.\"\n  },\n  {\n    \"id\": 47,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"The President of India can dissolve the Lok Sabha on the advice of the:\",\n    \"options\": [\n      \"Council of Ministers\",\n      \"Chief Justice of India\",\n      \"Speaker of Lok Sabha\",\n      \"Election Commission of India\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 85(2)(b)<\/b>: President may dissolve Lok Sabha. <b>Article 74(1)<\/b>: President acts on aid and advice of <b>Council of Ministers<\/b> headed by PM. Dissolution is political decision requiring Council's advice. <b>When dissolution occurs:<\/b> Normal tenure (5 years) expires; PM advises dissolution (loses confidence, seeks fresh mandate, coalition collapse); President's Rule imposed (Article 356) and Assembly dissolved. <b>Effect:<\/b> All pending business lapses (except Rajya Sabha Bills pending there); New elections held within 6 months; President can't refuse advice (bound by 42nd Amendment). <b>No role of:<\/b> CJI (judicial head, not executive); Speaker (presiding officer, no dissolution power); ECI (conducts elections, doesn't advise dissolution).\"\n  },\n  {\n    \"id\": 48,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following Articles of the Constitution of India allows the President to seek advice from the Supreme Court on any matter of public importance?\",\n    \"options\": [\n      \"Article 139\",\n      \"Article 143\",\n      \"Article 148\",\n      \"Article 150\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 143<\/b> - Advisory Jurisdiction of Supreme Court. <b>Article 143(1)<\/b>: President may refer question of law\/fact of public importance to SC for opinion. SC considers and reports opinion to President. <b>Nature:<\/b> Advisory (not binding on President or anyone); Discretionary for President to refer; SC may refuse to answer (but generally doesn't). <b>Examples:<\/b> Special Courts Bill (1978); Cauvery Water Disputes (1992); Ram Janmabhoomi-Babri Masjid (1993); Presidential election disputes (2002). <b>Why advisory jurisdiction?<\/b> Allows government to seek legal clarity before action; Prevents future litigation; Expert opinion on complex constitutional questions. Article 139 - SC power to enlarge jurisdiction. Article 148 - CAG. Article 150 - CAG accounts.\"\n  },\n\n\/\/2023\n\n  {\n    \"id\": 1,\n    \"year\": \"2023\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following Articles of the Constitution of India says that all public places are open to all citizens?\",\n    \"options\": [\n      \"Article 15(2)\",\n      \"Article 16(2)\",\n      \"Article 17\",\n      \"Article 18\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 15(2)<\/b> prohibits discrimination in access to public places: <i>\\\"No citizen shall, on grounds only of religion, race, caste, sex, place of birth or any of them, be subject to any disability, liability, restriction or condition with regard to\u2014 (a) <b>access to shops, public restaurants, hotels and places of public entertainment<\/b>; or (b) the <b>use of wells, tanks, bathing ghats, roads and places of public resort<\/b> maintained wholly or partly out of State funds or dedicated to the use of the general public.\\\"<\/i><br><br>This provision ensures <b>social equality<\/b> and prohibits untouchability practices in public spaces. It covers: State-maintained public places; privately-owned public amenities (shops, restaurants, hotels); Public entertainment venues; Common resources (wells, tanks, roads).<br><br><b>Related provisions:<\/b> Article 15(1) - general non-discrimination; Article 17 - abolition of untouchability; <b>Civil Rights Act, 1955<\/b> - penalizes denial of access based on untouchability.<br><br>Article 16(2) - non-discrimination in public employment. Article 17 - abolition of untouchability. Article 18 - abolition of titles.\"\n  },\n  {\n    \"id\": 2,\n    \"year\": \"2023\",\n    \"chapter\": \"Part IV: Directive Principles of State Policy\",\n    \"question\": \"Which one of the following Articles of the Constitution of India says that Directive Principles are not enforceable by any court?\",\n    \"options\": [\n      \"Article 36\",\n      \"Article 37\",\n      \"Article 38\",\n      \"Article 39\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 37<\/b> declares the non-justiciable nature of DPSPs: <i>\\\"The provisions contained in this Part shall <b>not be enforceable by any court<\/b>, but the principles therein laid down are nevertheless <b>fundamental in the governance of the country<\/b> and it shall be the duty of the State to apply these principles in making laws.\\\"<\/i><br><br><b>Key aspects:<\/b><br>- DPSPs cannot be enforced through courts (no writ jurisdiction)<br>- Cannot challenge law\/government action for violating DPSPs<br>- However, courts use DPSPs as interpretative aids<br>- State duty to apply in legislation<br><br><b>Despite non-justiciability:<\/b> Courts consider DPSPs in interpreting Fundamental Rights (e.g., Article 21 expanded using Article 39A, 47); <b>Article 31C<\/b> gives primacy to laws implementing Article 39(b)(c) over Articles 14, 19 (subject to basic structure per <b>Minerva Mills 1980<\/b>).<br><br>Article 36 - definition of \\\"State\\\" for Part IV. Article 38 - State to secure social order for welfare. Article 39 - principles of policy (adequate livelihood, equitable distribution).\"\n  },\n  {\n    \"id\": 3,\n    \"year\": \"2023\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"The concept of privy purses and privileges of the Rulers of former Indian States was terminated through:\",\n    \"options\": [\n      \"the Constitution (First Amendment) Act\",\n      \"the Constitution (Twenty-sixth Amendment) Act\",\n      \"the Constitution (Fifty-second Amendment) Act\",\n      \"the Constitution (Ninety-first Amendment) Act\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"The <b>Constitution (26th Amendment) Act, 1971<\/b> abolished privy purses and privileges of rulers of former princely states.<br><br><b>Changes made:<\/b><br>1. <b>Omitted Articles 291 and 362<\/b> - which guaranteed privy purses and privileges<br>2. <b>Inserted Article 363A<\/b> - barred courts from entertaining suits regarding privy purse<br><br><b>Historical context:<\/b> At Independence (1947), ~565 princely states acceded to India through <b>Instruments of Accession<\/b>. In exchange: Rulers received tax-free annual payments (privy purses); Retained personal properties; Enjoyed special privileges and titles.<br><br><b>Why abolished:<\/b> Inconsistent with socialist goals and equality; Burden on public exchequer; Aristocratic privileges incompatible with democracy.<br><br><b>Prior attempt:<\/b> Government tried abolishing through Presidential order, but <b>Madhav Rao Scindia v. Union of India (1971)<\/b> struck it down. 26th Amendment then passed with required parliamentary majority and upheld as constitutional.<br><br>First Amendment (1951) - land reforms, speech restrictions. 52nd Amendment (1985) - anti-defection law. 91st Amendment (2003) - strengthened anti-defection, ministerial size cap.\"\n  },\n  {\n    \"id\": 4,\n    \"year\": \"2023\",\n    \"chapter\": \"Misc.\",\n    \"question\": \"Which of the following are included in the basic structure of the Constitution of India?<br>1. Supremacy of the Constitution<br>2. Judicial Review<br>3. Principle of equality<br>4. Free and fair elections<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"1, 2 and 3 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"The <b>basic structure doctrine<\/b> established in <b>Keshavananda Bharati v. State of Kerala (1973)<\/b> holds that certain features cannot be amended even by Parliament.<br><br><b>Basic structure elements (from various judgments):<\/b><br>\u2713 <b>Supremacy of the Constitution<\/b> (Keshavananda)<br>\u2713 <b>Judicial Review<\/b> (Keshavananda)<br>\u2713 <b>Principle of Equality<\/b> (implicit in rule of law)<br>\u2713 Separation of powers<br>\u2713 Federal character<br>\u2713 Secular character<br>\u2713 Rule of law<br>\u2713 Republican and democratic form of government<br>\u2713 Parliamentary system<br>\u2713 Judicial independence<br>\u2713 Limited power of amendment (Article 368)<br><br><b>Free and fair elections<\/b> - while essential for democracy and protected, it was NOT explicitly identified as part of basic structure in Keshavananda. In <b>Indira Gandhi v. Raj Narain (1975)<\/b>, free and fair elections was discussed but the traditional list from Keshavananda doesn't include it as a separate basic structure element.<br><br>Therefore, statements 1, 2, and 3 are explicitly recognized basic structure elements - Option C is correct.\"\n  },\n  {\n    \"id\": 5,\n    \"year\": \"2023\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which Constitutional Amendment provided that the election of the President of India or Vice-President of India cannot be challenged on the ground of any vacancy in the appropriate electoral college?\",\n    \"options\": [\n      \"11th Amendment Act, 1961\",\n      \"12th Amendment Act, 1962\",\n      \"13th Amendment Act, 1962\",\n      \"14th Amendment Act, 1962\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"The <b>Constitution (11th Amendment) Act, 1961<\/b> amended Articles 66 and 71 to prevent invalidation of Presidential and Vice-Presidential elections due to vacancies in electoral college.<br><br><b>Article 71(4) inserted:<\/b> <i>\\\"The election of a person as President or Vice-President shall not be called in question on the ground of the existence of any <b>vacancy for whatever reason<\/b> among the members of the electoral college electing him.\\\"<\/i><br><br><b>Rationale:<\/b> Electoral college comprises: For President - elected MPs and MLAs (Article 54); For Vice-President - all MPs (Article 66). Vacancies can occur due to: deaths, resignations, disqualifications, seats remaining unfilled. Without this provision, every election could be challenged citing incomplete electoral college.<br><br><b>Effect:<\/b> Ensures stability of Presidential\/Vice-Presidential elections; Prevents technical invalidation; Elections proceed even with some vacancies in electoral college.<br><br>12th Amendment (1962) - included Goa, Daman & Diu in First Schedule. 13th Amendment (1962) - created Nagaland state. 14th Amendment (1962) - incorporated Puducherry as Union Territory.\"\n  },\n  {\n    \"id\": 6,\n    \"year\": \"2023\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"A motion for the removal of a judge of the High Court should be signed by how many members in case of Rajya Sabha?\",\n    \"options\": [\n      \"40\",\n      \"50\",\n      \"60\",\n      \"70\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 124(4)<\/b> prescribes removal procedure for Supreme Court judges, and <b>Article 218<\/b> extends similar procedure to High Court judges. The <b>Judges (Inquiry) Act, 1968<\/b> provides detailed procedure.<br><br><b>For High Court judges removal:<\/b><br><b>Rajya Sabha:<\/b> Motion must be signed by at least <b>50 members<\/b><br><b>Lok Sabha:<\/b> Motion must be signed by at least <b>100 members<\/b><br><br><b>Grounds for removal:<\/b> Proved misbehaviour OR Incapacity.<br><br><b>Procedure:<\/b><br>1. Notice signed by requisite members given to Speaker\/Chairman<br>2. If admitted, Inquiry Committee formed (CJI, SC judge, eminent jurist)<br>3. Committee investigates and reports<br>4. If misbehaviour\/incapacity proved, motion moved in Parliament<br>5. Must be passed by <b>special majority<\/b> (2\/3rd of members present and voting + majority of total House strength) in EACH House<br>6. Address to President for removal<br><br><b>For Supreme Court judges:<\/b> Same procedure but signed by 50 (RS) or 100 (LS) members. No HC judge has been successfully removed through impeachment.\"\n  },\n  {\n    \"id\": 7,\n    \"year\": \"2023\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"Which one of the following bills can the Governor not return back for reconsideration of the State Legislature?\",\n    \"options\": [\n      \"Constitutional Amendment Bill\",\n      \"Money Bill\",\n      \"Ordinary Bill\",\n      \"Finance Bill\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 200<\/b> prescribes Governor's options when a Bill is presented after passage by State Legislature:<br><br>1. <b>Give assent<\/b> - Bill becomes Act<br>2. <b>Withhold assent<\/b> - Bill doesn't become law<br>3. <b>Return Bill<\/b> (except Money Bill) for reconsideration with message<br>4. <b>Reserve for President's consideration<\/b><br><br><b>Money Bills - Special treatment:<\/b> Governor CANNOT return Money Bills for reconsideration. Options are limited to: (a) Give assent, OR (b) Reserve for President's consideration.<br><br><b>Rationale:<\/b> Money Bills (defined in Article 110) deal with taxation, government expenditure, Consolidated Fund. These are matters of financial confidence in government. If Governor withholds assent or reserves for President, it's a serious matter affecting government functioning. Reconsideration not appropriate as State Legislature (and government) has primary say in state finances.<br><br><b>Other Bills:<\/b> Constitutional Amendment Bills don't go to Governor (they're for Parliament under Article 368). Ordinary Bills and Finance Bills (non-Money Bills) can be returned for reconsideration.\"\n  },\n  {\n    \"id\": 8,\n    \"year\": \"2023\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Consider the following statements:<br>Along with 'Right to Life' in Article 21 of the Constitution of India, it also includes:<br>1. Right to Health<br>2. Right to Food<br>3. Right to Water<br>Which of the above statements is\/are correct?\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 21<\/b> states: <i>\\\"No person shall be deprived of his life or personal liberty except according to procedure established by law.\\\"<\/i> Through judicial interpretation, Article 21's scope has been vastly expanded:<br><br><b>1. Right to Health:<\/b> In <b>Consumer Education & Research Centre v. Union of India (1995)<\/b> and <b>Paschim Banga Khet Mazdoor Samity (1996)<\/b>, Supreme Court held right to health is integral to right to life. State must provide healthcare facilities.<br><br><b>2. Right to Food:<\/b> In <b>PUCL v. Union of India (2001)<\/b> (Right to Food case), Supreme Court held right to food flows from Article 21. Led to implementation of schemes like Mid-Day Meal, ICDS, PDS reforms.<br><br><b>3. Right to Water:<\/b> In <b>Subhash Kumar v. State of Bihar (1991)<\/b> and <b>A.P. Pollution Control Board v. Nayudu (1999)<\/b>, Supreme Court held right to clean water is part of right to life. Pollution of water violates Article 21.<br><br><b>Other rights read into Article 21:<\/b> Right to clean environment, livelihood, education (Article 21A now), privacy (<b>Puttaswamy 2017<\/b>), shelter, dignity, speedy trial, legal aid. Therefore, all three statements are correct.\"\n  },\n  {\n    \"id\": 9,\n    \"year\": \"2023\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"While the proclamation of Emergency is in operation, the term of Lok Sabha may be extended at a time for a period not exceeding:\",\n    \"options\": [\n      \"2.5 years\",\n      \"1 year\",\n      \"1.5 years\",\n      \"Depends on the discretion of the President of India\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 83(2)<\/b> provides: <i>\\\"The House of the People... shall continue for five years... and no longer and the expiration of the said period of five years shall operate as a dissolution of the House: <b>Provided that<\/b> the said period may, while a Proclamation of Emergency is in operation, be extended by Parliament by law for a period not exceeding <b>one year at a time<\/b> and not extending in any case beyond a period of six months after the Proclamation has ceased to operate.\\\"<\/i><br><br><b>Key points:<\/b><br>- Extension only during National Emergency (Article 352)<br>- Maximum extension: <b>1 year at a time<\/b><br>- Can be extended multiple times (each time max 1 year)<br>- Must end within 6 months of Emergency ceasing<br>- Requires Parliamentary law (not President's discretion)<br><br><b>Historical example:<\/b> During 1975-77 Emergency, Lok Sabha's term was extended twice (1976 and 1977).<br><br><b>Similar provision:<\/b> State Legislative Assemblies - Article 172(1) allows same extension during Emergency. Rajya Sabha - permanent house, no such provision needed.\"\n  },\n  {\n    \"id\": 10,\n    \"year\": \"2023\",\n    \"chapter\": \"Part IV: Directive Principles of State Policy\",\n    \"question\": \"Which article of the Constitution of India deals with the promotion of international peace and security?\",\n    \"options\": [\n      \"Article 48A\",\n      \"Article 41\",\n      \"Article 43A\",\n      \"Article 51\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 51<\/b> (DPSP) directs the State regarding international relations: <i>\\\"The State shall endeavour to\u2014 (a) <b>promote international peace and security<\/b>; (b) maintain just and honourable relations between nations; (c) foster respect for international law and treaty obligations in the dealings of organised peoples with one another; and (d) encourage settlement of international disputes by arbitration.\\\"<\/i><br><br><b>Significance:<\/b><br>- Guides India's foreign policy<br>- Commitment to peaceful coexistence<br>- Support for UN and multilateralism<br>- Non-alignment during Cold War based on this<br>- Peaceful settlement of disputes (e.g., Indus Water Treaty)<br><br><b>Implementation:<\/b> India's membership in UN, NAM, peacekeeping operations; Support for nuclear disarmament; Peaceful resolution of border disputes; International arbitration participation.<br><br><b>Other articles:<\/b> Article 48A - protection of environment and forests (44th Amendment). Article 41 - right to work, education, public assistance (DPSP). Article 43A - worker participation in management (42nd Amendment). Article 51 complements Article 253 (Parliament's power to implement treaties).\"\n  },\n  {\n    \"id\": 11,\n    \"year\": \"2023\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following does not come under the power of the President of India to pardon?<br>1. Commutation of punishment or the sentence of any person<br>2. Remission of punishment or the sentence of any person<br>3. Continuation of punishment or the sentence of any person<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1, 2 and 3\",\n      \"2 only\",\n      \"3 only\",\n      \"1 only\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 72<\/b> grants President power to grant pardons, reprieves, respites, or remission of punishment or to suspend, remit or commute sentences. <b>Five powers:<\/b><br><br>1. <b>Pardon<\/b> - Complete forgiveness, removes punishment and disqualification<br>2. <b>Commutation<\/b> - Substituting one form of punishment with lighter form (death to life imprisonment)<br>3. <b>Remission<\/b> - Reducing amount of sentence without changing character (10 years to 5 years)<br>4. <b>Respite<\/b> - Awarding lesser sentence due to special circumstances (pregnancy, mental condition)<br>5. <b>Reprieve<\/b> - Temporary suspension of sentence (to allow time for appeal\/pardon)<br><br><b>Statement analysis:<\/b><br>1. Commutation - CORRECT, President can commute<br>2. Remission - CORRECT, President can remit<br>3. <b>Continuation<\/b> - INCORRECT, NOT a pardoning power. Pardoning powers are about reducing\/removing punishment, not continuing it.<br><br><b>Scope:<\/b> Court-martial cases, Union law offenses, death sentences. Governor has similar power under Article 161 (except court-martial and death sentences). Therefore, only statement 3 is not a pardoning power.\"\n  },\n  {\n    \"id\": 12,\n    \"year\": \"2023\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which of the following represents the disapproval of the policy underlying the demand?\",\n    \"options\": [\n      \"Policy Cut Motion\",\n      \"Economy Cut Motion\",\n      \"Token Cut Motion\",\n      \"Trade Cut Motion\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Cut Motions<\/b> are devices to reduce the amount of a Demand for Grant during budget discussion in Lok Sabha. Three types exist:<br><br><b>1. Policy Cut Motion:<\/b> Moved to express disapproval of the <b>policy underlying the demand<\/b>. Proposes reduction by Re. 1. Represents categorical disapproval of government policy in that area. If passed, implies no-confidence in government's policy.<br><br><b>2. Economy Cut Motion:<\/b> Aims to effect <b>economy in expenditure<\/b>. Proposes reduction by specified amount. Suggests demand is excessive and can be reduced. Doesn't challenge policy, only quantum of expenditure.<br><br><b>3. Token Cut Motion:<\/b> Draws attention to <b>specific grievance<\/b> within the demand. Proposes reduction by Rs. 100. Highlights particular issue needing government attention. Doesn't reject entire policy or demand major reduction.<br><br><b>No \\\"Trade Cut Motion\\\"<\/b> - this doesn't exist in parliamentary procedure.<br><br><b>Limitations:<\/b> Can only be moved in Lok Sabha (not Rajya Sabha); Only during discussion of Demands for Grants; Government usually doesn't accept cut motions. Therefore, Policy Cut Motion represents policy disapproval.\"\n  },\n  {\n    \"id\": 13,\n    \"year\": \"2023\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"In which article of the Constitution of India is the office of the Attorney General for India provided?\",\n    \"options\": [\n      \"Article 75\",\n      \"Article 76\",\n      \"Article 77\",\n      \"Article 78\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 76<\/b> provides for the Attorney General of India.<br><br><b>Article 76(1) - Appointment:<\/b> President shall appoint a person qualified to be Supreme Court judge (advocate for 10 years, or distinguished jurist).<br><br><b>Article 76(2) - Duties:<\/b><br>- Advise Government on legal matters referred<br>- Perform legal duties assigned by President<br>- Discharge functions under Constitution\/law<br><br><b>Article 76(3) - Rights:<\/b> Right of audience in all courts; Right to speak in Parliament (but not vote - Article 88).<br><br><b>Article 76(4) - Tenure:<\/b> Holds office during <b>pleasure of President<\/b>; No fixed term or age limit; Receives remuneration determined by President.<br><br><b>Position:<\/b> Chief legal advisor to Government; Top law officer; First Law Officer of India; Not a government servant but independent constitutional authority.<br><br><b>Current AG:<\/b> R. Venkataramani (as of 2023).<br><br>Article 75 - Council of Ministers. Article 77 - Conduct of Government business. Article 78 - PM's duties to communicate decisions to President.\"\n  },\n  {\n    \"id\": 14,\n    \"year\": \"2023\",\n    \"chapter\": \"Part XII: Finance, Property, Contracts and Suits\",\n    \"question\": \"Approval of which among the following is needed to draw funds from the Consolidated Fund of India?\",\n    \"options\": [\n      \"President of India\",\n      \"Parliament\",\n      \"Council of Ministers\",\n      \"Vice-President of India\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 266(1)<\/b> establishes Consolidated Fund of India: <i>\\\"All revenues received by the Government of India, all loans raised... and all moneys received... shall form one consolidated fund to be entitled 'the Consolidated Fund of India'.\\\"<\/i><br><br><b>Article 266(3)<\/b> mandates: <i>\\\"No moneys out of the said Fund shall be appropriated <b>except in accordance with law<\/b> and for the purposes and in the manner provided in this Constitution.\\\"<\/i><br><br><b>Parliamentary control (Article 113, 114):<\/b><br>- <b>Parliament<\/b> must pass Appropriation Act approving withdrawals<br>- Annual Budget presented to Parliament<br>- Demands for Grants discussed and voted<br>- Appropriation Bill passed by both Houses<br>- Only after Appropriation Act can funds be withdrawn<br><br><b>Exceptions (don't need Parliament approval):<\/b> Contingency Fund (Article 267) - President can advance money; Charged expenditure (Article 112) - automatically charged (President, judges salaries, debt servicing).<br><br><b>Not President\/Council\/VP:<\/b> They don't approve - Parliament has power of the purse. Therefore, Parliament's approval required.\"\n  },\n  {\n    \"id\": 15,\n    \"year\": \"2023\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"Seventh Schedule of the Constitution of India deals with:\",\n    \"options\": [\n      \"Allocation of seats in the Council of States\",\n      \"Distribution of power between the Union and the States\",\n      \"Power and authority of the Municipalities\",\n      \"Powers of the Governor of the State\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Seventh Schedule<\/b> (Article 246) contains the <b>division of legislative powers<\/b> between Union and States through three lists:<br><br><b>1. Union List (List I):<\/b> 97 entries (originally 98). Subjects on which only Parliament can make laws. Examples: Defence, Foreign Affairs, Railways, Banking, Currency, Atomic Energy, Inter-state trade.<br><br><b>2. State List (List II):<\/b> 66 entries (originally 66). Subjects on which State Legislatures can make laws. Examples: Police, Public Health, Agriculture, Land Revenue, Fisheries, Local Government.<br><br><b>3. Concurrent List (List III):<\/b> 47 entries (originally 52). Both Parliament and State Legislatures can make laws. Examples: Criminal law, Marriage, Forests, Education, Contracts, Economic and Social Planning. If conflict, Union law prevails (Article 254).<br><br><b>Residuary powers:<\/b> Article 248 - Parliament has exclusive power over subjects not in any list.<br><br><b>Other Schedules:<\/b> Fourth Schedule - Rajya Sabha seat allocation; Eleventh Schedule - Panchayat functions; Twelfth Schedule - Municipal functions. Therefore, Seventh Schedule deals with distribution of powers.\"\n  },\n  {\n    \"id\": 16,\n    \"year\": \"2023\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following Articles of the Constitution of India states that the State shall not deny to any person equality before the law or the equal protection of law within the territory of India?\",\n    \"options\": [\n      \"Article 14\",\n      \"Article 19\",\n      \"Article 21\",\n      \"Article 256\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 14<\/b> enshrines the fundamental right to equality: <i>\\\"The State shall not deny to <b>any person<\/b> equality before the law or the equal protection of the laws within the territory of India.\\\"<\/i><br><br><b>Two concepts:<\/b><br><br><b>1. Equality before law<\/b> (British origin): Negative concept - no person is above law; All equal before law; No special privileges; Rule of law.<br><br><b>2. Equal protection of laws<\/b> (American origin): Positive concept - Similar treatment for similar circumstances; State can make reasonable classification; Likes should be treated alike.<br><br><b>Scope:<\/b> \\\"Any person\\\" - applies to citizens, non-citizens, legal persons (companies); Available against State action (Article 12 definition); Allows reasonable classification (not arbitrary); Prohibits class legislation but permits reasonable classification.<br><br><b>Tests for reasonable classification (<b>Chiranjit Lal<\/b>):<\/b> Must be based on intelligible differentia; Differentia must have rational relation to object sought.<br><br>Article 19 - six fundamental freedoms (citizens only). Article 21 - life and personal liberty. Article 256 - State executive compliance with Union laws. Therefore, Article 14 is the equality provision.\"\n  },\n  {\n    \"id\": 17,\n    \"year\": \"2023\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Match the following lists:<br><b>List-I (Term) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; List-II (Meaning)<\/b><br><b>P.<\/b> Executive &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b>1.<\/b> An institution empowered to administer justice and provide a mechanism for the resolution of legal disputes<br><b>Q.<\/b> Judiciary &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b>2.<\/b> An assembly of people's representatives with the power to enact laws for a country<br><b>R.<\/b> Legislature &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b>3.<\/b> A body of persons having authority to initiate major policies, make decisions and implement them based on the Constitution and laws of the country<br>Select the correct answer using the code given below:<br><b>P &nbsp; Q &nbsp; R<\/b>\",\n    \"options\": [\n      \"3  1  2\",\n      \"2  3  1\",\n      \"1  3  2\",\n      \"2  1  3\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Three organs of government<\/b> under doctrine of separation of powers:<br><br><b>P. Executive - 3:<\/b> Body implementing policies and laws. In India: President, Prime Minister, Council of Ministers, civil services. Functions: Policy formulation and implementation; Day-to-day administration; Enforcement of laws; Conduct of foreign relations. Articles 52-78 (Union Executive); Articles 153-167 (State Executive).<br><br><b>Q. Judiciary - 1:<\/b> Institution administering justice and resolving legal disputes. In India: Supreme Court, High Courts, subordinate courts. Functions: Interpretation of Constitution and laws; Judicial review; Protection of Fundamental Rights; Dispute resolution. Articles 124-147 (Supreme Court); Articles 214-237 (High Courts).<br><br><b>R. Legislature - 2:<\/b> Law-making body of people's representatives. In India: Parliament (Lok Sabha + Rajya Sabha + President); State Legislatures (Assembly + Council where exists + Governor). Functions: Enactment of laws; Control over finances; Control over executive. Articles 79-122 (Parliament); Articles 168-212 (State Legislatures).<br><br>Therefore, matching is P-3, Q-1, R-2.\"\n  },\n  {\n    \"id\": 18,\n    \"year\": \"2023\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Clause (4) of Article 15 has been added to the Constitution of India by:\",\n    \"options\": [\n      \"The Constitution (First Amendment) Act\",\n      \"The Constitution (Second Amendment) Act\",\n      \"The Constitution (Fourth Amendment) Act\",\n      \"The Constitution (Sixth Amendment) Act\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"The <b>Constitution (First Amendment) Act, 1951<\/b> inserted <b>Article 15(4)<\/b> to enable special provisions for backward classes.<br><br><b>Article 15(4)<\/b> states: <i>\\\"Nothing in this article or in clause (2) of article 29 shall prevent the State from making any special provision for the advancement of any <b>socially and educationally backward classes<\/b> of citizens or for the <b>Scheduled Castes and the Scheduled Tribes<\/b>.\\\"<\/i><br><br><b>Background:<\/b> <b>State of Madras v. Champakam Dorairajan (1951)<\/b> - Supreme Court struck down communal reservation in educational institutions as violating Article 29(2) (admission not denied on ground of religion, caste, etc.). Government couldn't implement protective discrimination for backward classes. First Amendment inserted Article 15(4) to overcome this judgment.<br><br><b>Subsequent expansion:<\/b> <b>93rd Amendment, 2005<\/b> - Added Article 15(5) allowing reservation in private aided educational institutions. <b>103rd Amendment, 2019<\/b> - Added Article 15(6) for EWS reservation (10% for economically weaker sections).<br><br>First Amendment also: Inserted Article 31A, 31B, Ninth Schedule (land reforms); Amended Article 19 (reasonable restrictions). Second Amendment (1952) - Parliamentary representation. Fourth Amendment (1955) - property rights, state trading.\"\n  },\n  {\n    \"id\": 19,\n    \"year\": \"2023\",\n    \"chapter\": \"Part XVIII: Emergency Provisions\",\n    \"question\": \"Article 360 of the Constitution of India has been invoked:\",\n    \"options\": [\n      \"only one time\",\n      \"two times\",\n      \"three times\",\n      \"never\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 360<\/b> provides for <b>Financial Emergency<\/b>: <i>\\\"If the President is satisfied that a situation has arisen whereby the financial stability or credit of India or of any part of the territory thereof is threatened, he may by a Proclamation make a declaration to that effect.\\\"<\/i><br><br><b>Effects of Financial Emergency:<\/b><br>- President can give directions to States to observe canons of financial propriety<br>- Reduction of salaries of all government servants (including judges)<br>- Money Bills reserved for President's consideration<br>- President may issue directions for reduction of salaries<br><br><b>Never invoked:<\/b> Despite economic crises (1991 balance of payments crisis, 2008 financial crisis), Article 360 has <b>never been invoked<\/b>. Government preferred economic reforms and policy measures over constitutional emergency.<br><br><b>Reasons for non-invocation:<\/b> Drastic step with severe consequences; Impacts democratic functioning and federal structure; Economic management possible through normal measures; Stigma of declaring financial emergency.<br><br><b>Contrast with other emergencies:<\/b> National Emergency (Article 352) - invoked 3 times (1962, 1971, 1975); President's Rule (Article 356) - invoked 100+ times. Financial Emergency - never invoked.\"\n  },\n  {\n    \"id\": 20,\n    \"year\": \"2023\",\n    \"chapter\": \"Part XI: Relations between the Union and the States\",\n    \"question\": \"A resolution passed under Clause (1) of Article 249 of the Constitution of India shall remain in force for such period not exceeding:\",\n    \"options\": [\n      \"Three months\",\n      \"Six months\",\n      \"Nine months\",\n      \"Twelve months\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 249<\/b> empowers Parliament to legislate on State List subjects in national interest.<br><br><b>Article 249(1):<\/b> <i>\\\"If the <b>Council of States<\/b> has declared by resolution supported by not less than <b>two-thirds of the members present and voting<\/b> that it is necessary or expedient in the national interest that Parliament should make laws with respect to any matter enumerated in the State List... it shall be lawful for Parliament to make laws for the whole or any part of the territory of India with respect to that matter while the resolution remains in force.\\\"<\/i><br><br><b>Duration - Article 249(2):<\/b> Resolution remains in force for period not exceeding <b>one year<\/b> (12 months). Can be <b>renewed<\/b> by passing fresh resolution. Each renewal valid for one year.<br><br><b>Key features:<\/b><br>- Only Rajya Sabha can pass such resolution (representing States)<br>- Requires 2\/3rd special majority<br>- Temporary provision<br>- Used when national interest requires uniform law<br>- State consent not required<br><br><b>Different from:<\/b> Article 252 - two or more States can consent to Parliament making law on State subject (permanent unless repealed). Therefore, Article 249 resolution valid for maximum 12 months at a time.\"\n  },\n  {\n    \"id\": 21,\n    \"year\": \"2023\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"The power of the Parliament to amend the Constitution of India is a constituent power laid down in Article 368 by:\",\n    \"options\": [\n      \"The Constitution (First Amendment) Act (Twenty-Fourth)\",\n      \"The Constitution (Second Amendment) Act (Twenty-Sixth)\",\n      \"The Constitution (Fourth Amendment) Act (Forty-Second)\",\n      \"The Constitution (Sixth Amendment) Act (Forty-Fourth)\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"The <b>Constitution (24th Amendment) Act, 1971<\/b> clarified Parliament's power to amend the Constitution under Article 368.<br><br><b>Background - Constitutional Crisis:<\/b> <b>Golaknath v. State of Punjab (1967)<\/b> - Supreme Court held Parliament cannot amend Fundamental Rights; Article 368 only provided procedure, not power to amend; Amendments are \\\"law\\\" under Article 13(2), hence subject to judicial review.<br><br><b>24th Amendment response:<\/b><br>1. Amended Article 368 to explicitly state: <i>\\\"Parliament may in exercise of its <b>constituent power<\/b> amend by way of addition, variation or repeal any provision of this Constitution.\\\"<\/i> Clarified amending power exists in Article 368.<br><br>2. Amended Article 13: Added Article 13(4) - <i>\\\"Nothing in this article shall apply to any amendment of this Constitution made under article 368.\\\"<\/i> Constitutional amendments are NOT \\\"law\\\" under Article 13, hence not subject to Article 13(2)'s prohibition.<br><br>3. Inserted Article 368(3): President must give assent to constitutional amendment Bills.<br><br><b>Subsequent development:<\/b> <b>Keshavananda Bharati (1973)<\/b> - 24th Amendment upheld; Parliament can amend Constitution but cannot destroy basic structure. Therefore, option A - 24th Amendment - is correct.\"\n  },\n  {\n    \"id\": 22,\n    \"year\": \"2023\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"The appropriate writ issued by the Supreme Court to quash the appointment of a person to a public office is:\",\n    \"options\": [\n      \"Certiorari\",\n      \"Mandamus\",\n      \"Prohibition\",\n      \"Quo Warranto\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Quo Warranto<\/b> (Latin: \\\"by what authority\/warrant\\\") is the writ to challenge illegal occupation of public office.<br><br><b>When issued:<\/b><br>- Person holds public office without legal authority<br>- Person not qualified for the office<br>- Office created by statute or Constitution<br>- Office must be substantive, not merely employment<br><br><b>Effect:<\/b> If person lacks legal authority, writ issued requiring them to show by what authority they hold office. If unable to justify, must vacate office.<br><br><b>Requirements:<\/b><br>- Office must be <b>public<\/b> (not private)<br>- Must be <b>substantive office<\/b> of permanent\/semi-permanent nature<br>- Person must be in actual possession<br>- Can be filed by any interested person (not just aggrieved party)<br><br><b>Examples:<\/b> Appointment to ministerial post without being MP; Appointment of Vice-Chancellor without qualifications; Election of Speaker with procedural irregularity.<br><br><b>Other writs:<\/b> <b>Certiorari<\/b> - quashes orders of inferior tribunals\/courts (not appointments); <b>Mandamus<\/b> - compels performance of duty; <b>Prohibition<\/b> - prevents inferior court from exceeding jurisdiction. Therefore, Quo Warranto challenges public office appointment.\"\n  },\n  {\n    \"id\": 23,\n    \"year\": \"2023\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"The jurisdiction of the Supreme Court of India may be enlarged by:\",\n    \"options\": [\n      \"The President of India\",\n      \"The Parliament by resolution\",\n      \"The Parliament by Law\",\n      \"The President in consultation with the Chief Justice of India\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 138<\/b> empowers Parliament to enlarge Supreme Court's jurisdiction: <i>\\\"The Supreme Court shall have such further jurisdiction and powers with respect to any of the matters in the Union List as Parliament may by <b>law<\/b> confer.\\\"<\/i><br><br><b>Constitutional jurisdiction (cannot be changed by Parliament):<\/b><br>- Original jurisdiction (Article 131) - disputes between Union and States, inter-state disputes<br>- Appellate jurisdiction (Articles 132-136) - appeals from High Courts<br>- Advisory jurisdiction (Article 143) - Presidential reference<br>- Writ jurisdiction (Article 32) - enforcement of Fundamental Rights<br>- Review and curative jurisdiction<br><br><b>Additional jurisdiction by law:<\/b> Parliament can confer additional powers through legislation. Example: <b>Supreme Court (Enlargement of Criminal Appellate Jurisdiction) Act, 1970<\/b> - enhanced criminal appeal jurisdiction.<br><br><b>Important:<\/b><br>- Must be by <b>law<\/b> (Act of Parliament), not resolution<br>- Cannot curtail constitutional jurisdiction (basic structure)<br>- Must relate to Union List matters<br>- President\/CJI cannot unilaterally enlarge jurisdiction<br><br>Therefore, option C - Parliament by Law - is correct.\"\n  },\n  {\n    \"id\": 24,\n    \"year\": \"2023\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"High Courts of Allahabad and Delhi affirmed that the right to change one's name is a Fundamental Right under which one of the following Articles of the Constitution of India?\",\n    \"options\": [\n      \"Article 13\",\n      \"Article 18\",\n      \"Article 21\",\n      \"Article 23\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 21<\/b> - right to life and personal liberty - has been interpreted to include the <b>right to change one's name<\/b>.<br><br><b>Judicial interpretation:<\/b> High Courts (including Allahabad and Delhi) have held that: Name is integral part of one's identity and personality; Right to determine one's identity is part of personal liberty; Changing name for legitimate reasons (marriage, personal preference, avoiding social stigma) is protected under Article 21.<br><br><b>Cases:<\/b> In <b>Kushi v. State (2017)<\/b> and other cases, courts held the right to choose\/change name falls under Article 21. This includes transgender persons' right to change name to reflect gender identity; Women's right to retain or change name after marriage; Individuals' right to change surname.<br><br><b>Article 21 expansion:<\/b> Through judicial activism, Article 21 now includes: privacy, dignity, reputation, livelihood, health, education, food, water, clean environment, sleep, and <b>identity\/personhood<\/b> (which includes name).<br><br><b>Procedure:<\/b> Name change through public notification in Official Gazette; Deed poll; Newspaper advertisement.<br><br>Article 13 - laws inconsistent with FR void. Article 18 - abolition of titles. Article 23 - prohibition of trafficking and forced labor. Therefore, Article 21 protects right to change name.\"\n  },\n\n\n\/\/2024\n\n\n  {\n    \"id\": 1,\n    \"year\": \"2024\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"Which part of the Constitution of India deals with the Government in the States?\",\n    \"options\": [\n      \"Part IV\",\n      \"Part V\",\n      \"Part VI\",\n      \"Part IX\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Part VI (Articles 152 to 237)<\/b> deals with \\\"The States\\\" - government at state level.<br><br><b>Contents of Part VI:<\/b><br><b>Chapter I (Articles 152-162):<\/b> General provisions<br><b>Chapter II (Articles 153-167):<\/b> The Executive - Governor, Council of Ministers, Advocate-General, conduct of government business<br><b>Chapter III (Articles 168-212):<\/b> The State Legislature - composition, officers, procedure, powers, Money Bills<br><b>Chapter IV (Articles 213-213):<\/b> Legislative power of Governor (ordinances)<br><b>Chapter V (Articles 214-237):<\/b> High Courts - establishment, jurisdiction, powers, administrative and judicial functions<br><br><b>Key provisions:<\/b> Article 153 - Governor; Article 163 - Council of Ministers; Article 168 - State Legislature constitution; Article 214 - High Court for each state.<br><br><b>Other Parts:<\/b> Part IV - Directive Principles of State Policy (Articles 36-51); Part V - The Union (Articles 52-151) - President, Parliament, Supreme Court; Part IX - Panchayats (Articles 243-243O) - 73rd Amendment.\"\n  },\n  {\n    \"id\": 2,\n    \"year\": \"2024\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"Which one of the following Articles in Part III of the Constitution of India is related to free and compulsory education?\",\n    \"options\": [\n      \"Article 19\",\n      \"Article 20A\",\n      \"Article 21\",\n      \"Article 21A\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Article 21A<\/b> provides the Fundamental Right to Education, inserted by the <b>86th Constitutional Amendment Act, 2002<\/b>.<br><br><b>Article 21A<\/b> states: <i>\\\"The State shall provide <b>free and compulsory education<\/b> to all children of the <b>age of six to fourteen years<\/b> in such manner as the State may, by law, determine.\\\"<\/i><br><br><b>Related changes by 86th Amendment:<\/b><br>1. Inserted Article 21A making education a Fundamental Right<br>2. Modified Article 45 (DPSP) - now directs State to provide early childhood care and education for children BELOW 6 years<br>3. Inserted Article 51A(k) - Fundamental Duty of parents\/guardians to provide education to children aged 6-14<br><br><b>Implementing legislation:<\/b> <b>Right of Children to Free and Compulsory Education Act, 2009 (RTE Act)<\/b> with provisions on: no capitation fees, no screening, 25% EWS quota in private schools, teacher qualifications, pupil-teacher ratio, no detention policy (till Class 8).<br><br>Article 19 - six fundamental freedoms. Article 20A doesn't exist. Article 21 - life and personal liberty.\"\n  },\n  {\n    \"id\": 3,\n    \"year\": \"2024\",\n    \"chapter\": \"Part XVIII: Emergency Provisions\",\n    \"question\": \"Which one of the following Articles of the Constitution of India can be used by the President to declare a financial emergency?\",\n    \"options\": [\n      \"Article 32\",\n      \"Article 349\",\n      \"Article 360\",\n      \"Article 365\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 360<\/b> empowers the President to proclaim <b>Financial Emergency<\/b>.<br><br><b>Article 360(1)<\/b> states: <i>\\\"If the President is satisfied that a situation has arisen whereby the <b>financial stability or credit of India<\/b> or of any part of the territory thereof is threatened, he may by a Proclamation make a declaration to that effect.\\\"<\/i><br><br><b>Effects of Financial Emergency:<\/b><br>- Union can give directions to States to observe canons of financial propriety<br>- All Money Bills\/Financial Bills of States reserved for President's consideration<br>- President can direct reduction of salaries and allowances of all government servants (including judges)<br>- Distribution of revenues between Union and States can be altered<br><br><b>Parliamentary approval:<\/b> Must be approved by both Houses within 2 months; Can continue indefinitely until revoked.<br><br><b>Never invoked:<\/b> Despite economic crises (1991, 2008), Article 360 has <b>NEVER<\/b> been proclaimed.<br><br>Article 32 - Supreme Court writs. Article 349 - special procedure for Bills affecting language. Article 365 - effect of failure to comply with Union directions.\"\n  },\n  {\n    \"id\": 4,\n    \"year\": \"2024\",\n    \"chapter\": \"Part XVIII: Emergency Provisions\",\n    \"question\": \"The National Emergency proclaimed under Article 352 of the Constitution of India affects which of the following?<br>1. Fundamental Rights<br>2. Directive Principles of State Policy<br>Select the correct answer using the code given below:\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"National Emergency under <b>Article 352<\/b> primarily affects <b>Fundamental Rights<\/b>, NOT Directive Principles.<br><br><b>Statement 1 is CORRECT - Fundamental Rights affected:<\/b><br><b>Article 358<\/b> - Automatic suspension of Article 19 (six freedoms) during Emergency on ground of war\/external aggression (NOT armed rebellion).<br><b>Article 359<\/b> - President can suspend right to move courts for enforcement of Fundamental Rights (except Articles 20 and 21 - cannot be suspended per 44th Amendment).<br><br><b>Statement 2 is INCORRECT - DPSPs NOT affected:<\/b><br>DPSPs are already non-justiciable (Article 37) and guide State policy. Emergency doesn't \\\"affect\\\" or \\\"modify\\\" DPSPs - they continue to exist but State may not be able to implement them due to Emergency conditions. However, Emergency doesn't legally alter or suspend DPSPs.<br><br><b>44th Amendment safeguards:<\/b> Articles 20 (protection against conviction) and 21 (life and liberty) CANNOT be suspended even during Emergency. Therefore, only Fundamental Rights are affected - Option A is correct.\"\n  },\n  {\n    \"id\": 5,\n    \"year\": \"2024\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following parts of the Constitution of India deals with the Executive?\",\n    \"options\": [\n      \"Part I\",\n      \"Part II\",\n      \"Part III\",\n      \"Part V\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Part V (Articles 52 to 151)<\/b> deals with \\\"The Union\\\" including the <b>Union Executive<\/b>.<br><br><b>Contents of Part V:<\/b><br><b>Chapter I (Articles 52-78):<\/b> The Executive - President (52-62), Vice-President (63-73), Council of Ministers (74-75), Attorney General (76), Government business conduct (77-78)<br><b>Chapter II (Articles 79-122):<\/b> Parliament - Constitution, Officers, Procedure, Powers, Money Bills, Joint Sitting<br><b>Chapter III (Articles 123):<\/b> Legislative Powers of President (Ordinances)<br><b>Chapter IV (Articles 124-147):<\/b> Union Judiciary - Supreme Court<br><b>Chapter V (Articles 148-151):<\/b> Comptroller and Auditor-General<br><br><b>Union Executive includes:<\/b> President (Article 52 - ceremonial head); Vice-President (Article 63 - ex-officio Chairman of Rajya Sabha); Prime Minister and Council of Ministers (Article 74, 75 - real executive power); Attorney General (Article 76).<br><br>Part I - Union and Territory. Part II - Citizenship. Part III - Fundamental Rights. <b>Part VI<\/b> deals with State Executive (Governor, CM, State Ministers).\"\n  },\n  {\n    \"id\": 6,\n    \"year\": \"2024\",\n    \"chapter\": \"Part XX: Amendment of the Constitution\",\n    \"question\": \"Which one of the following amendments of the Constitution of India lowered the voting age from 21 years to 18 years?\",\n    \"options\": [\n      \"42nd Amendment\",\n      \"44th Amendment\",\n      \"61st Amendment\",\n      \"73rd Amendment\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"The <b>Constitution (61st Amendment) Act, 1988<\/b> reduced the voting age from 21 to 18 years.<br><br><b>Article 326 amended:<\/b> <i>\\\"The elections to the House of the People and to the Legislative Assembly of every State shall be on the basis of adult suffrage; that is to say, every person who is a citizen of India and who is not less than <b>eighteen years<\/b> of age... and is not otherwise disqualified... shall be entitled to be registered as a voter at any such election.\\\"<\/i><br><br><b>Rationale:<\/b><br>- Empower youth participation in democracy<br>- Recognize maturity and awareness of 18-year-olds<br>- Align with global practices<br>- Expand democratic base<br><br><b>Impact:<\/b> Added approximately 50 million young voters to electoral rolls; Enhanced youth engagement in politics; Applied to Lok Sabha and State Assembly elections.<br><br>42nd Amendment (1976) - Socialist, Secular added to Preamble, Fundamental Duties. 44th Amendment (1979) - right to property deleted, Emergency safeguards. 73rd Amendment (1992) - Panchayati Raj (Part IX).\"\n  },\n  {\n    \"id\": 7,\n    \"year\": \"2024\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"Which one of the following Schedules of the Constitution of India contains the list of languages recognized by the Constitution?\",\n    \"options\": [\n      \"First Schedule\",\n      \"Second Schedule\",\n      \"Eighth Schedule\",\n      \"Ninth Schedule\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"The <b>Eighth Schedule<\/b> lists the <b>22 recognized languages<\/b> of India.<br><br><b>Original 14 languages (1950):<\/b> Assamese, Bengali, Gujarati, Hindi, Kannada, Kashmiri, Malayalam, Marathi, Odia, Punjabi, Sanskrit, Tamil, Telugu, Urdu.<br><br><b>Languages added by amendments:<\/b><br>- <b>21st Amendment, 1967:<\/b> Sindhi (15th language)<br>- <b>71st Amendment, 1992:<\/b> Konkani, Manipuri, Nepali (16th, 17th, 18th)<br>- <b>92nd Amendment, 2003:<\/b> Bodo, Dogri, Maithili, Santhali (19th, 20th, 21st, 22nd)<br><br><b>Significance:<\/b> Languages for official purposes (Article 344, 351); UPSC and other examinations can be conducted in these languages; Cultural and educational rights of linguistic minorities; Development and promotion by Sahitya Akademi.<br><br><b>Note:<\/b> English is NOT in Eighth Schedule despite being an official language under Article 343.<br><br>First Schedule - States and UTs. Second Schedule - Salaries and allowances. Ninth Schedule - Laws protected from judicial review.\"\n  },\n  {\n    \"id\": 8,\n    \"year\": \"2024\",\n    \"chapter\": \"Part IV: Directive Principles of State Policy\",\n    \"question\": \"Directive Principles of State Policy are enshrined in which one of the following parts of the Constitution of India?\",\n    \"options\": [\n      \"Part I\",\n      \"Part II\",\n      \"Part III\",\n      \"Part IV\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Part IV (Articles 36-51)<\/b> contains the <b>Directive Principles of State Policy (DPSPs)<\/b>.<br><br><b>Key DPSPs:<\/b><br>Article 36 - Definition of \\\"State\\\"<br>Article 37 - Non-justiciable nature<br>Article 38 - State to secure social order for welfare<br>Article 39 - Certain principles of policy (adequate livelihood, equitable distribution, equal pay)<br>Article 39A - Free legal aid (42nd Amendment)<br>Article 40 - Organization of village panchayats<br>Article 41 - Right to work, education, public assistance<br>Article 42 - Just and humane working conditions, maternity relief<br>Article 43 - Living wage, working conditions<br>Article 43A - Worker participation in management (42nd Amendment)<br>Article 44 - Uniform Civil Code<br>Article 45 - Early childhood care and education (modified by 86th Amendment)<br>Article 46 - Promotion of educational and economic interests of SCs\/STs<br>Article 47 - Nutrition, living standards, public health<br>Article 48 - Agriculture and animal husbandry<br>Article 48A - Environment protection (42nd Amendment)<br>Article 49 - Monuments protection<br>Article 50 - Separation of judiciary from executive<br>Article 51 - International peace and security<br><br>Part I - Union and Territory. Part II - Citizenship. Part III - Fundamental Rights.\"\n  },\n  {\n    \"id\": 9,\n    \"year\": \"2024\",\n    \"chapter\": \"Part XVII: Official Language\",\n    \"question\": \"Which one of the following parts of the Constitution of India deals with the official language?\",\n    \"options\": [\n      \"Part XVI\",\n      \"Part XVII\",\n      \"Part X\",\n      \"Part XV\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Part XVII (Articles 343-351)<\/b> deals with \\\"Official Language\\\" of the Union and States.<br><br><b>Contents:<\/b><br><br><b>Chapter I (Articles 343-344):<\/b> Language of the Union<br>Article 343 - Official language of Union: <b>Hindi in Devanagari script<\/b>; English continues for 15 years (till 1965) and thereafter as Parliament may provide<br>Article 344 - Commission and Committee on official language<br><br><b>Chapter II (Articles 345-347):<\/b> Regional Languages<br>Article 345 - Official language of a State<br>Article 346 - Official language for communication between States<br>Article 347 - Special provision for language spoken by section of population<br><br><b>Chapter III (Articles 348-349):<\/b> Language of Supreme Court, High Courts, Acts, Bills<br>Article 348 - Language in SC, HCs, Acts: English (unless Parliament\/State Legislature provides otherwise)<br>Article 349 - Special procedure for Bills affecting language<br><br><b>Chapter IV (Articles 350-351):<\/b> Special Directives<br>Article 350 - Language for grievance representation<br>Article 350A - Facilities for mother tongue instruction<br>Article 350B - Special Officer for linguistic minorities<br>Article 351 - Directive for Hindi development<br><br>Part X - Scheduled and Tribal Areas. Part XV - Elections. Part XVI - Special provisions for certain classes.\"\n  },\n  {\n    \"id\": 10,\n    \"year\": \"2024\",\n    \"chapter\": \"Part IV: Directive Principles of State Policy\",\n    \"question\": \"Which one of the following Articles of the Constitution of India directs the State to take steps to separate the judiciary from the executive in the public services of the State?\",\n    \"options\": [\n      \"Article 50\",\n      \"Article 52\",\n      \"Article 58\",\n      \"Article 60\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 50<\/b> (DPSP) mandates separation of judiciary from executive: <i>\\\"The State shall take steps to <b>separate the judiciary from the executive<\/b> in the public services of the State.\\\"<\/i><br><br><b>Purpose:<\/b><br>- Ensure judicial independence<br>- Prevent executive interference in judiciary<br>- Establish rule of law<br>- Impartial adjudication<br><br><b>Implementation:<\/b> Most states have separated judiciary from executive at district level and below. District Judge (judicial) is separate from District Magistrate (executive). However, complete separation hasn't been achieved in all states, especially at lower levels.<br><br><b>Judicial pronouncements:<\/b> In various cases, Supreme Court has directed states to implement Article 50. In <b>Chandra Mohan v. State of UP (1966)<\/b>, Court emphasized importance of separation.<br><br><b>Doctrine of separation of powers:<\/b> Though not explicitly stated in Constitution, it's part of basic structure (per <b>Keshavananda Bharati<\/b>). Article 50 reinforces this for state-level public services.<br><br>Article 52 - There shall be a President. Article 58 - Presidential qualifications. Article 60 - Presidential oath.\"\n  },\n  {\n    \"id\": 11,\n    \"year\": \"2024\",\n    \"chapter\": \"Part XII: Finance, Property, Contracts and Suits\",\n    \"question\": \"Consider the following statements regarding various funds in India:<br>1. Article 266 deals with the Contingency Fund of India<br>2. For operating the Public Account of India and the Contingency Fund of India, parliamentary approval is not needed<br>Which of the above statements is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Statement 1 is INCORRECT:<\/b> <b>Article 266<\/b> deals with <b>Consolidated Fund<\/b> and <b>Public Account<\/b>, NOT Contingency Fund.<br><br><b>Article 266(1):<\/b> <i>\\\"All revenues received by the Government of India... shall form one consolidated fund to be entitled '<b>the Consolidated Fund of India<\/b>'.\\\"<\/i><br><br><b>Article 266(2):<\/b> <i>\\\"All other public moneys received by or on behalf of the Government of India... shall be credited to the <b>Public Account of India<\/b>.\\\"<\/i><br><br><b>Contingency Fund:<\/b> Covered under <b>Article 267<\/b> - <i>\\\"Parliament may by law establish a Contingency Fund... to enable advances to be made... for meeting unforeseen expenditure.\\\"<\/i><br><br><b>Statement 2 is CORRECT:<\/b><br>- <b>Public Account:<\/b> Money doesn't belong to government (provident funds, deposits, remittances). Can be withdrawn without parliamentary approval as government is custodian, not owner.<br>- <b>Contingency Fund:<\/b> President can make advances without parliamentary approval for unforeseen urgent expenditure. Later, Parliament must approve and money is transferred from Consolidated Fund.<br>- <b>Consolidated Fund:<\/b> Requires parliamentary approval (Appropriation Act) for withdrawal.<br><br>Therefore, only statement 2 is correct.\"\n  },\n  {\n    \"id\": 12,\n    \"year\": \"2024\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following pairs is correctly matched?\",\n    \"options\": [\n      \"<b>Supplementary Grant<\/b> \u2013 Granted for a special purpose\",\n      \"<b>Excess Grant<\/b> \u2013 Voted by the Lok Sabha after the financial year\",\n      \"<b>Vote of Credit<\/b> \u2013 Funds can be made available by re-appropriation\",\n      \"<b>Token Grant<\/b> \u2013 Blank cheque\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Types of Grants under Article 115 and 116:<\/b><br><br><b>Option A - INCORRECT:<\/b> <b>Supplementary Grant (Article 115(1)(a)):<\/b> When amount authorized insufficient for that year OR when need arises for additional expenditure during current financial year NOT contemplated in annual budget. NOT specifically for special purpose.<br><br><b>Option B - CORRECT:<\/b> <b>Excess Grant (Article 115(1)(c)):<\/b> When money spent on a service during a financial year is in <b>excess of the amount granted<\/b> for that year. Voted by Lok Sabha AFTER the financial year ends, based on recommendations of Public Accounts Committee. Regularizes excess expenditure already incurred.<br><br><b>Option C - INCORRECT:<\/b> <b>Vote of Credit (Article 116(2)):<\/b> Granted for meeting unexpected demand which cannot be stated with details. It's a \\\"<b>blank cheque<\/b>\\\" given to executive when details cannot be provided (emergencies, natural calamities). NOT for re-appropriation.<br><br><b>Option D - INCORRECT:<\/b> <b>Token Grant (Article 116(3)):<\/b> Granted when demand for grant is pending but some amount is needed to carry on work. Symbolic grant (usually Re. 1 or Rs. 100) till full grant is voted. NOT a blank cheque.<br><br>Therefore, Option B is correctly matched.\"\n  },\n  {\n    \"id\": 13,\n    \"year\": \"2024\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following is not charged on the Consolidated Fund of India?\",\n    \"options\": [\n      \"Salary of CAG\",\n      \"Grants for Railways\",\n      \"Administrative expenses of the Supreme Court\",\n      \"Pensions of the judges of High Courts\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Charged Expenditure (Article 112(3)):<\/b> Expenditure automatically charged on Consolidated Fund, not subject to parliamentary vote (though discussed).<br><br><b>Charged items include:<\/b><br>\u2713 President's emoluments and allowances (Article 112(3)(a))<br>\u2713 Chairman and Deputy Chairman of Rajya Sabha; Speaker and Deputy Speaker of Lok Sabha salaries (Article 112(3)(b))<br>\u2713 Salaries and allowances of Supreme Court judges (Article 112(3)(c))<br>\u2713 <b>Salaries and allowances of High Court judges (Article 112(3)(d))<\/b><br>\u2713 <b>CAG salary and administrative expenses (Article 112(3)(e))<\/b><br>\u2713 Debt charges for which India is liable (Article 112(3)(f))<br>\u2713 <b>Administrative expenses of Supreme Court (Article 112(3)(g))<\/b><br>\u2713 Court judgments and decrees satisfaction amounts<br><br><b>Pensions:<\/b> Judges' pensions are charged (included in salaries and allowances).<br><br><b>Option B - NOT CHARGED:<\/b> <b>Grants for Railways<\/b> are <b>voted expenditure<\/b> requiring annual parliamentary approval through Demands for Grants. Railway Budget (merged with Union Budget since 2017) involves votable grants, not charged expenditure.<br><br>Therefore, Grants for Railways are NOT charged on Consolidated Fund.\"\n  },\n  {\n    \"id\": 14,\n    \"year\": \"2024\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Consider the following statements:<br>1. The term 'budget' has nowhere been used in the Constitution<br>2. Article 112 of the Constitution of India deals with the budget<br>Which of the above statements is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Both statements are CORRECT.<\/b><br><br><b>Statement 1 is CORRECT:<\/b> The word \\\"<b>budget<\/b>\\\" does NOT appear anywhere in the Constitution. Instead, the Constitution uses the term <b>\\\"Annual Financial Statement\\\"<\/b> in Article 112.<br><br><b>Statement 2 is CORRECT:<\/b> <b>Article 112<\/b> deals with the Annual Financial Statement (what we commonly call \\\"budget\\\").<br><br><b>Article 112(1)<\/b> states: <i>\\\"The President shall in respect of every financial year cause to be laid before both the Houses of Parliament a statement of the estimated receipts and expenditure of the Government of India for that year, in this Part referred to as the '<b>annual financial statement<\/b>'.\\\"<\/i><br><br><b>Article 112 provisions:<\/b><br>- Annual Financial Statement shows estimated receipts and expenditure<br>- Distinguishes between charged and voted expenditure (Article 112(3))<br>- Expenditure classified under three parts: Consolidated Fund (Article 112(3)), Contingency Fund (Article 267), Public Account (Article 266)<br><br><b>Budget terminology:<\/b> Common usage calls it \\\"Union Budget\\\" or \\\"Railway Budget\\\" (now merged), but constitutional term is \\\"Annual Financial Statement.\\\"<br><br>Therefore, both statements are correct.\"\n  },\n  {\n    \"id\": 15,\n    \"year\": \"2024\",\n    \"chapter\": \"Part III: Fundamental Rights\",\n    \"question\": \"The right to move freely throughout the territory of India comes under which one of the following Articles of the Constitution of India?\",\n    \"options\": [\n      \"Article 11\",\n      \"Article 13\",\n      \"Article 19\",\n      \"Article 22\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 19(1)(d)<\/b> guarantees the Fundamental Right to freedom of movement: <i>\\\"All citizens shall have the right\u2014 (d) to <b>move freely throughout the territory of India<\/b>.\\\"<\/i><br><br><b>Scope:<\/b><br>- Right to move anywhere in India<br>- Available only to <b>citizens<\/b> (not foreigners)<br>- Includes right to travel, tour, visit any part of India<br>- Essential for economic, social, cultural development<br><br><b>Restrictions (Article 19(5)):<\/b> Reasonable restrictions in the interests of:<br>- <b>General public<\/b><br>- <b>Protection of interests of any Scheduled Tribe<\/b><br><br><b>Note:<\/b> Cannot be restricted on grounds of morality, public order, or other grounds applicable to other Article 19 freedoms. Only two grounds: general public and ST protection.<br><br><b>Related rights:<\/b><br>Article 19(1)(e) - right to reside and settle in any part of India (different from movement - settlement is more permanent)<br><br><b>Restrictions under other provisions:<\/b> Reasonable restrictions can be imposed under Article 19(5); Special permits may be required for certain areas (inner line permits, protected areas).<br><br>Article 11 - Parliament's power to provide for citizenship. Article 13 - laws inconsistent with FR void. Article 22 - protection against arrest and detention.\"\n  },\n  {\n    \"id\": 16,\n    \"year\": \"2024\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"Which one of the following Schedules of the Constitution of India includes the provision regarding the anti-defection law?\",\n    \"options\": [\n      \"Sixth Schedule\",\n      \"Seventh Schedule\",\n      \"Tenth Schedule\",\n      \"Eleventh Schedule\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"The <b>Tenth Schedule<\/b> contains provisions regarding <b>disqualification on ground of defection<\/b>, inserted by the <b>52nd Constitutional Amendment Act, 1985<\/b>.<br><br><b>Anti-Defection Law provisions:<\/b><br><br><b>Paragraph 2:<\/b> Disqualification of members<br>- Voluntarily giving up party membership<br>- Voting or abstaining contrary to party whip<br>- Nominated member joining a party after 6 months<br><br><b>Paragraph 3:<\/b> Disqualification on ground of defection not to apply in case of split (DELETED by 91st Amendment, 2003)<br><br><b>Paragraph 4:<\/b> Disqualification on ground of defection not to apply in case of <b>merger<\/b><br>- If 2\/3rds of members agree to merger with another party<br><br><b>Paragraph 5:<\/b> Exemption from disqualification when person becomes Speaker\/Chairman<br><br><b>Paragraph 6:<\/b> Decision on disqualification by Speaker\/Chairman (subject to judicial review per <b>Kihoto Hollohan 1992<\/b>)<br><br><b>91st Amendment changes (2003):<\/b> Removed split provision; Added that disqualified member cannot be appointed minister or hold remunerative political post.<br><br>Sixth Schedule - Tribal areas of Assam, Meghalaya, Tripura, Mizoram. Seventh Schedule - Union, State, Concurrent Lists. Eleventh Schedule - Panchayat functions (73rd Amendment).\"\n  },\n  {\n    \"id\": 17,\n    \"year\": \"2024\",\n    \"chapter\": \"Part XIV: Services under the Union and the States\",\n    \"question\": \"Which one of the following Articles of the Constitution of India prescribes the submission of an annual report of the work done by the State Public Service Commission?\",\n    \"options\": [\n      \"Article 320\",\n      \"Article 323\",\n      \"Article 326\",\n      \"Article 330\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 320<\/b> deals with functions and annual report of Public Service Commissions.<br><br><b>Article 320(5)<\/b> states: <i>\\\"It shall be the duty of a Public Service Commission to present annually to the Governor... a report as to the work done by the Commission and on receipt of such report the Governor... shall cause a copy thereof together with a memorandum explaining, as respects the cases, if any, where the advice of the Commission was not accepted, the reasons for such non-acceptance to be <b>laid before the Legislature<\/b> of the State.\\\"<\/i><br><br><b>Key points:<\/b><br>- State PSC submits annual report to <b>Governor<\/b><br>- Governor lays report before <b>State Legislature<\/b><br>- Memorandum explaining cases where advice not accepted<br>- Ensures transparency and accountability<br><br><b>Similar provision for UPSC:<\/b> Article 323 - UPSC submits annual report to President, who lays it before Parliament.<br><br><b>State PSC functions (Article 320):<\/b> Recruitment to civil services and posts; Disciplinary matters; Claims for costs of legal proceedings.<br><br>Article 323 - UPSC annual report. Article 326 - Elections on basis of adult suffrage. Article 330 - Reservation of seats for SCs\/STs in Lok Sabha.\"\n  },\n  {\n    \"id\": 18,\n    \"year\": \"2024\",\n    \"chapter\": \"Part II: Citizenship\",\n    \"question\": \"Which one of the following parts of the Constitution of India deals with the provisions relating to citizenship?\",\n    \"options\": [\n      \"Part II\",\n      \"Part IV\",\n      \"Part V\",\n      \"Part VI\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Part II (Articles 5-11)<\/b> deals with \\\"Citizenship\\\" provisions.<br><br><b>Article 5:<\/b> Citizenship at commencement of Constitution (persons domiciled in India, born in India, or parents born in India)<br><br><b>Article 6:<\/b> Rights of citizenship of persons who migrated to India from Pakistan<br><br><b>Article 7:<\/b> Rights of citizenship of persons who migrated to Pakistan (disqualified unless returned under permit)<br><br><b>Article 8:<\/b> Rights of citizenship of persons of Indian origin residing outside India<br><br><b>Article 9:<\/b> Persons voluntarily acquiring citizenship of foreign state not to be citizens<br><br><b>Article 10:<\/b> Continuance of rights of citizenship<br><br><b>Article 11:<\/b> Parliament to regulate right of citizenship by law<br><br><b>Implementing legislation:<\/b> <b>Citizenship Act, 1955<\/b> provides detailed provisions on: acquisition by birth, descent, registration, naturalization; Loss by renunciation, termination, deprivation; Overseas Citizenship of India (OCI).<br><br><b>Single citizenship:<\/b> India has single citizenship (unlike dual citizenship in federal countries like USA). All Indians are citizens of India, not separate state citizenship.<br><br>Part IV - Directive Principles. Part V - The Union (Union Executive, Parliament, SC). Part VI - The States.\"\n  },\n  {\n    \"id\": 19,\n    \"year\": \"2024\",\n    \"chapter\": \"SCHEDULES\",\n    \"question\": \"What does the Tenth Schedule of the Constitution of India contain?\",\n    \"options\": [\n      \"Provisions relating to disqualification on the ground of defection\",\n      \"Administration and control of tribal areas of North-eastern States\",\n      \"Powers, authority, and responsibilities of municipalities\",\n      \"Administration and control of Scheduled areas\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"The <b>Tenth Schedule<\/b> contains <b>provisions relating to disqualification on ground of defection<\/b>, inserted by <b>52nd Amendment Act, 1985<\/b> and amended by <b>91st Amendment Act, 2003<\/b>.<br><br><b>Anti-Defection provisions:<\/b><br>- Member disqualified if voluntarily gives up party membership<br>- Disqualified if votes or abstains contrary to party whip (without permission, and not condoned within 15 days)<br>- Nominated member disqualified if joins party after 6 months<br>- Independent member disqualified if joins any party<br>- Merger allowed if 2\/3rds of party members agree (91st Amendment removed split provision)<br>- Speaker\/Chairman decides on disqualification (subject to judicial review)<br>- Disqualified member cannot be minister or hold remunerative political post (91st Amendment)<br><br><b>Landmark case:<\/b> <b>Kihoto Hollohan v. Zachillhu (1992)<\/b> - SC upheld constitutional validity of Tenth Schedule; Speaker's decision subject to judicial review on grounds of mala fides, perversity, violation of natural justice.<br><br><b>Other Schedules:<\/b> Sixth Schedule - Tribal areas of Assam, Meghalaya, Tripura, Mizoram; Twelfth Schedule - Municipal functions (74th Amendment); Fifth Schedule - Scheduled Areas administration.\"\n  },\n  {\n    \"id\": 20,\n    \"year\": \"2024\",\n    \"chapter\": \"Part IV: Directive Principles of State Policy\",\n    \"question\": \"Which one of the following Articles of the Constitution of India states the Directive Principles of State Policy on 'Promotion of international peace and security'?\",\n    \"options\": [\n      \"Article 51\",\n      \"Article 57\",\n      \"Article 59\",\n      \"Article 61\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 51<\/b> (DPSP) directs the State to promote international peace and security: <i>\\\"The State shall endeavour to\u2014 (a) <b>promote international peace and security<\/b>; (b) maintain just and honourable relations between nations; (c) foster respect for international law and treaty obligations in the dealings of organised peoples with one another; and (d) encourage settlement of international disputes by arbitration.\\\"<\/i><br><br><b>India's implementation:<\/b><br>- UN membership and active participation<br>- Non-Aligned Movement (founding member)<br>- Peaceful settlement of disputes (Indus Water Treaty, maritime boundary agreements)<br>- UN peacekeeping contributions (one of largest contributors)<br>- Support for nuclear disarmament<br>- Respect for international law and treaties<br>- BRICS, G20, SCO participation<br>- Promoting multilateralism<br><br><b>Related provision:<\/b> Article 253 - Parliament's power to make laws implementing international treaties and agreements.<br><br>Article 57 - Vice-President's term of office. Article 59 - Conditions of President's office. Article 61 - Procedure for impeachment of President.\"\n  },\n  {\n    \"id\": 21,\n    \"year\": \"2024\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following Articles of the Constitution of India empowers the President to grant pardons to any person?\",\n    \"options\": [\n      \"Article 27\",\n      \"Article 41\",\n      \"Article 72\",\n      \"Article 91\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 72<\/b> grants the President pardoning powers: <i>\\\"The President shall have the power to grant pardons, reprieves, respites or remissions of punishment or to suspend, remit or commute the sentence of any person convicted of any offence\u2014 (a) in all cases where the punishment or sentence is by a Court Martial; (b) in all cases where the punishment or sentence is for an offence against any law relating to a matter to which the executive power of the Union extends; (c) in all cases where the sentence is a <b>sentence of death<\/b>.\\\"<\/i><br><br><b>Five pardoning powers:<\/b><br>1. <b>Pardon:<\/b> Complete forgiveness, removes punishment and disqualification<br>2. <b>Commutation:<\/b> Substituting lighter punishment (death to life imprisonment)<br>3. <b>Remission:<\/b> Reducing amount of sentence without changing character (10 years to 5 years)<br>4. <b>Respite:<\/b> Awarding lesser sentence due to special circumstances (pregnancy, mental condition)<br>5. <b>Reprieve:<\/b> Temporary suspension of sentence (to allow appeal\/mercy petition)<br><br><b>Governor's pardoning power (Article 161):<\/b> Similar but CANNOT pardon: death sentences, court-martial cases, offenses against Union laws.<br><br>Article 27 - freedom from taxation for promotion of religion. Article 41 - right to work (DPSP). Article 91 - Council of Ministers.\"\n  },\n  {\n    \"id\": 22,\n    \"year\": \"2024\",\n    \"chapter\": \"Part VI: The States\",\n    \"question\": \"Which one of the following Articles of the Constitution of India is regarding the duties of the Chief Minister with respect to furnishing information to the Governor?\",\n    \"options\": [\n      \"Article 187\",\n      \"Article 167\",\n      \"Article 165\",\n      \"Article 195\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Article 167<\/b> prescribes duties of Chief Minister regarding communication to Governor.<br><br><b>Article 167<\/b> states: <i>\\\"It shall be the duty of the Chief Minister of the State\u2014 (a) to communicate to the Governor of the State all <b>decisions of the Council of Ministers<\/b> relating to the administration of the affairs of the State and proposals for legislation; (b) to furnish such <b>information relating to the administration<\/b> of the affairs of the State and proposals for legislation as the Governor may call for; and (c) if the Governor so requires, to submit for the <b>consideration of the Council of Ministers any matter<\/b> on which a decision has been taken by a Minister but which has not been considered by the Council.\\\"<\/i><br><br><b>Three duties:<\/b><br>1. Communicate all Council decisions and legislative proposals<br>2. Furnish information when Governor calls for it<br>3. Submit to Council any matter decided by individual Minister if Governor requires<br><br><b>Purpose:<\/b> Keep Governor informed; Enable Governor to perform constitutional functions; Ensure collective decision-making.<br><br><b>Parallel at Union level:<\/b> Article 78 - PM's duties to communicate to President.<br><br>Article 165 - Advocate General. Article 187 - Secretary of State Legislature. Article 195 - Salaries and allowances of MLAs.\"\n  },\n  {\n    \"id\": 23,\n    \"year\": \"2024\",\n    \"chapter\": \"Part V: The Union\",\n    \"question\": \"Which one of the following Articles of the Constitution of India mentions the provision of the Council of Ministers for the aid and advice of the President of India?\",\n    \"options\": [\n      \"Article 63\",\n      \"Article 66\",\n      \"Article 74\",\n      \"Article 77\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Article 74<\/b> provides for the Council of Ministers to aid and advise the President.<br><br><b>Article 74(1)<\/b> states: <i>\\\"There shall be a <b>Council of Ministers with the Prime Minister at the head<\/b> to aid and advise the President who shall, in the exercise of his functions, <b>act in accordance with such advice<\/b>: Provided that the President may require the Council of Ministers to reconsider such advice... and the President shall act in accordance with the advice tendered after such reconsideration.\\\"<\/i><br><br><b>Key aspects:<\/b><br>- Council of Ministers headed by <b>Prime Minister<\/b><br>- President <b>bound<\/b> to act on advice (after 42nd Amendment, 1976)<br>- President can ask for <b>reconsideration<\/b> once (proviso added by 44th Amendment, 1979)<br>- Must act on reconsidered advice (binding)<br><br><b>Article 74(2):<\/b> Advice given by Ministers cannot be inquired into by any court - ensures separation of powers and ministerial responsibility.<br><br><b>Real executive power:<\/b> Though President is constitutional head, real power lies with PM and Council of Ministers (parliamentary system).<br><br><b>Collective responsibility:<\/b> Article 75(3) - Council collectively responsible to Lok Sabha.<br><br>Article 63 - Vice-President. Article 66 - VP election. Article 77 - Conduct of Government business.\"\n  },\n  {\n    \"id\": 24,\n    \"year\": \"2024\",\n    \"chapter\": \"Part XV: Elections\",\n    \"question\": \"Which one of the following Articles of the Constitution of India deals with the provisions of the Election Commission of India?\",\n    \"options\": [\n      \"Article 324\",\n      \"Article 330\",\n      \"Article 336\",\n      \"Article 339\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Article 324<\/b> provides for the Election Commission of India (ECI).<br><br><b>Article 324(1):<\/b> <i>\\\"The <b>superintendence, direction and control<\/b> of the preparation of the electoral rolls for, and the conduct of, all elections to Parliament and to the Legislature of every State and of elections to the offices of President and Vice-President held under this Constitution shall be vested in a Commission (referred to in this Constitution as the <b>Election Commission<\/b>).\\\"<\/i><br><br><b>Article 324(2):<\/b> ECI consists of Chief Election Commissioner and such number of other Election Commissioners as President may fix. Currently: 1 CEC + 2 ECs.<br><br><b>Article 324(5):<\/b> CEC can be removed only through <b>impeachment<\/b> (like Supreme Court judge) - ensuring independence. Other ECs can be removed by President on CEC's recommendation.<br><br><b>Article 324(6):<\/b> President determines service conditions and tenure (subject to Parliament's law).<br><br><b>Powers of ECI:<\/b> Preparation of electoral rolls; Conduct of elections; Model Code of Conduct enforcement; Disqualification decisions; Election schedule announcement; Ensuring free and fair elections.<br><br>Article 330 - Reservation of seats for SCs\/STs in Lok Sabha. Article 336 - Anglo-Indian representation. Article 339 - Control of Union over administration of Scheduled Areas.\"\n  }\n\n\n\n\n\n    \n    \n    ];\n\n\/\/ ==========================================\n\/\/ STATE MANAGEMENT\n\/\/ ==========================================\nlet state = {\n    currentMode: 'all',\n    selectedYear: null,\n    selectedChapter: null,\n    filteredQuestions: [],\n    currentQuestionIndex: 0,\n    sessionAnswers: {},\n    sessionChecked: {},\n    isReviewMode: false,\n    progress: {\n        questionStats: {},\n        weakQuestions: [],\n        masteredQuestions: [],\n        totalCorrect: 0,\n        totalIncorrect: 0,\n        lastSession: null\n    }\n};\n\n\/\/ ==========================================\n\/\/ DOM ELEMENTS (cached for performance)\n\/\/ ==========================================\nconst DOM = {};\n\n\/\/ ==========================================\n\/\/ INITIALIZATION\n\/\/ ==========================================\nfunction initQuiz() {\n    console.log('\ud83d\ude80 Quiz Initializing...');\n    \n    \/\/ Cache DOM elements\n    cacheDOM();\n    \n    \/\/ Load saved progress\n    loadProgress();\n    \n    \/\/ Set initial filtered questions\n    state.filteredQuestions = [...allQuestions];\n    \n    \/\/ Populate filters\n    populateYearList();\n    populateChapterList();\n    \n    \/\/ Setup event listeners (EVENT DELEGATION - THIS IS THE KEY FIX!)\n    setupEventListeners();\n    \n    \/\/ Update UI\n    updateModeTabCounts();\n    updateProgressDisplay();\n    updateWeakAreasDisplay();\n    checkForResumableSession();\n    \n    \/\/ Load first question\n    loadQuestion(0);\n    \n    \/\/ Setup screenshot prevention\n    initScreenshotPrevention();\n    \n    console.log('\u2705 Quiz Initialized Successfully');\n}\n\nfunction cacheDOM() {\n    DOM.yearList = document.getElementById('yearList');\n    DOM.chapterList = document.getElementById('chapterList');\n    DOM.questionGrid = document.getElementById('questionGrid');\n    DOM.questionText = document.getElementById('questionText');\n    DOM.optionsList = document.getElementById('optionsList');\n    DOM.questionNumber = document.getElementById('questionNumber');\n    DOM.currentQuestionYear = document.getElementById('currentQuestionYear');\n    DOM.currentQuestionChapter = document.getElementById('currentQuestionChapter');\n    DOM.explanationBox = document.getElementById('explanationBox');\n    DOM.explanationText = document.getElementById('explanationText');\n    DOM.weakBadge = document.getElementById('weakBadge');\n    DOM.masteryIndicator = document.getElementById('masteryIndicator');\n    DOM.masteryStars = document.getElementById('masteryStars');\n    DOM.prevBtn = document.getElementById('prevBtn');\n    DOM.nextBtn = document.getElementById('nextBtn');\n    DOM.checkBtn = document.getElementById('checkBtn');\n    DOM.warningToast = document.getElementById('warningToast');\n    DOM.toastMessage = document.getElementById('toastMessage');\n    DOM.resultModal = document.getElementById('resultModal');\n}\n\n\/\/ ==========================================\n\/\/ EVENT LISTENERS - USING EVENT DELEGATION\n\/\/ THIS IS THE KEY FIX FOR FILTER ISSUES!\n\/\/ ==========================================\nfunction setupEventListeners() {\n    console.log('\ud83d\udcce Setting up event listeners...');\n    \n    \/\/ ============================================\n    \/\/ FIX: Year filter using EVENT DELEGATION\n    \/\/ ============================================\n    document.getElementById('yearList').addEventListener('click', function(e) {\n        const filterItem = e.target.closest('.filter-item');\n        if (filterItem) {\n            const year = filterItem.getAttribute('data-year');\n            console.log('\ud83d\udcc5 Year filter clicked:', year);\n            filterByYear(year);\n        }\n    });\n    \n    \/\/ ============================================\n    \/\/ FIX: Chapter filter using EVENT DELEGATION\n    \/\/ ============================================\n    document.getElementById('chapterList').addEventListener('click', function(e) {\n        const filterItem = e.target.closest('.filter-item');\n        if (filterItem) {\n            const chapter = filterItem.getAttribute('data-chapter');\n            console.log('\ud83d\udcd6 Chapter filter clicked:', chapter);\n            filterByChapter(chapter);\n        }\n    });\n    \n    \/\/ Mode tabs\n    document.querySelectorAll('.mode-tab').forEach(tab => {\n        tab.addEventListener('click', function() {\n            const mode = this.getAttribute('data-mode');\n            console.log('\ud83d\udd04 Mode changed to:', mode);\n            setMode(mode);\n        });\n    });\n    \n    \/\/ Navigation buttons\n    document.getElementById('prevBtn').addEventListener('click', previousQuestion);\n    document.getElementById('nextBtn').addEventListener('click', nextQuestion);\n    document.getElementById('checkBtn').addEventListener('click', checkAnswer);\n    \n    \/\/ Action buttons\n    document.getElementById('submitBtn').addEventListener('click', submitExam);\n    document.getElementById('resetBtn').addEventListener('click', resetQuiz);\n    document.getElementById('resumeBtn').addEventListener('click', resumeSession);\n    \n    \/\/ Result modal buttons\n    document.getElementById('reviewBtn').addEventListener('click', reviewAnswers);\n    document.getElementById('retryBtn').addEventListener('click', retryQuiz);\n    document.getElementById('practiceWeakBtn').addEventListener('click', practiceWeakAreas);\n    \n    \/\/ Weak areas buttons\n    document.getElementById('practiceWeakAreasBtn').addEventListener('click', practiceWeakAreas);\n    document.getElementById('weakBadgeHeader').addEventListener('click', practiceWeakAreas);\n    \n    \/\/ Question grid (event delegation)\n    document.getElementById('questionGrid').addEventListener('click', function(e) {\n        const gridItem = e.target.closest('.grid-item');\n        if (gridItem) {\n            const index = parseInt(gridItem.getAttribute('data-index'));\n            loadQuestion(index);\n        }\n    });\n    \n    \/\/ Options list (event delegation)\n    document.getElementById('optionsList').addEventListener('click', function(e) {\n        const optionItem = e.target.closest('.option-item');\n        if (optionItem && !optionItem.classList.contains('disabled')) {\n            const index = parseInt(optionItem.getAttribute('data-index'));\n            selectOption(index);\n        }\n    });\n    \n    \/\/ Weak question list (event delegation)\n    document.getElementById('weakQuestionList').addEventListener('click', function(e) {\n        const weakItem = e.target.closest('.weak-question-item');\n        if (weakItem) {\n            const qId = parseInt(weakItem.getAttribute('data-qid'));\n            goToQuestion(qId);\n        }\n    });\n    \n    console.log('\u2705 Event listeners setup complete');\n}\n\n\/\/ ==========================================\n\/\/ PROGRESS PERSISTENCE\n\/\/ ==========================================\nfunction loadProgress() {\n    const saved = localStorage.getItem(`quiz_progress_${quizConfig.quizId}`);\n    if (saved) {\n        state.progress = JSON.parse(saved);\n        console.log('\ud83d\udcc2 Progress loaded from localStorage');\n    }\n}\n\nfunction saveProgress() {\n    localStorage.setItem(`quiz_progress_${quizConfig.quizId}`, JSON.stringify(state.progress));\n    if (quizConfig.useWordPressSync) syncWithWordPress();\n}\n\nfunction syncWithWordPress() {\n    fetch(quizConfig.wpAjaxUrl, {\n        method: 'POST',\n        headers: { 'Content-Type': 'application\/x-www-form-urlencoded' },\n        body: new URLSearchParams({\n            action: 'save_quiz_progress',\n            quiz_id: quizConfig.quizId,\n            progress: JSON.stringify(state.progress)\n        })\n    }).catch(err => console.log('WordPress sync failed:', err));\n}\n\nfunction saveSessionPosition() {\n    state.progress.lastSession = {\n        questionIndex: state.currentQuestionIndex,\n        mode: state.currentMode,\n        selectedYear: state.selectedYear,\n        selectedChapter: state.selectedChapter\n    };\n    saveProgress();\n}\n\nfunction checkForResumableSession() {\n    if (state.progress.lastSession && state.progress.lastSession.questionIndex > 0) {\n        document.getElementById('sessionInfo').style.display = 'flex';\n        document.getElementById('sessionText').textContent = `Last session: Q${state.progress.lastSession.questionIndex + 1}`;\n    }\n}\n\nfunction resumeSession() {\n    if (state.progress.lastSession) {\n        const session = state.progress.lastSession;\n        if (session.mode) {\n            state.currentMode = session.mode;\n            state.selectedYear = session.selectedYear;\n            state.selectedChapter = session.selectedChapter;\n            applyFilters();\n        }\n        loadQuestion(session.questionIndex);\n        document.getElementById('sessionInfo').style.display = 'none';\n    }\n}\n\n\/\/ ==========================================\n\/\/ QUESTION STATS & MASTERY\n\/\/ ==========================================\nfunction updateQuestionStats(questionId, isCorrect) {\n    if (!state.progress.questionStats[questionId]) {\n        state.progress.questionStats[questionId] = { correct: 0, incorrect: 0, lastAttempt: null };\n    }\n    \n    const stats = state.progress.questionStats[questionId];\n    stats.lastAttempt = new Date().toISOString();\n    \n    if (isCorrect) {\n        stats.correct++;\n        state.progress.totalCorrect++;\n        if (stats.correct >= quizConfig.masteryThreshold) {\n            if (!state.progress.masteredQuestions.includes(questionId)) {\n                state.progress.masteredQuestions.push(questionId);\n            }\n            const weakIndex = state.progress.weakQuestions.indexOf(questionId);\n            if (weakIndex > -1) state.progress.weakQuestions.splice(weakIndex, 1);\n        }\n    } else {\n        stats.incorrect++;\n        state.progress.totalIncorrect++;\n        if (stats.incorrect >= quizConfig.weakThreshold && !state.progress.masteredQuestions.includes(questionId)) {\n            if (!state.progress.weakQuestions.includes(questionId)) {\n                state.progress.weakQuestions.push(questionId);\n            }\n        }\n    }\n    \n    saveProgress();\n    updateProgressDisplay();\n    updateWeakAreasDisplay();\n}\n\nfunction getQuestionMasteryLevel(questionId) {\n    const stats = state.progress.questionStats[questionId];\n    if (!stats) return 0;\n    return Math.min(stats.correct, 5);\n}\n\nfunction isQuestionWeak(questionId) {\n    return state.progress.weakQuestions.includes(questionId);\n}\n\n\/\/ ==========================================\n\/\/ PROGRESS DISPLAY\n\/\/ ==========================================\nfunction updateProgressDisplay() {\n    const total = allQuestions.length;\n    const mastered = state.progress.masteredQuestions.length;\n    const percentage = total > 0 ? Math.round((mastered \/ total) * 100) : 0;\n    \n    const circumference = 2 * Math.PI * 42;\n    const offset = circumference - (percentage \/ 100) * circumference;\n    document.getElementById('progressRingFill').style.strokeDashoffset = offset;\n    document.getElementById('progressPercentage').textContent = percentage + '%';\n    document.getElementById('totalCorrectProgress').textContent = state.progress.totalCorrect;\n    document.getElementById('totalWeakProgress').textContent = state.progress.weakQuestions.length;\n    document.getElementById('overallProgress').textContent = percentage + '% Mastered';\n}\n\nfunction updateWeakAreasDisplay() {\n    const weakCount = state.progress.weakQuestions.length;\n    \n    const weakBadgeHeader = document.getElementById('weakBadgeHeader');\n    if (weakCount > 0) {\n        weakBadgeHeader.style.display = 'flex';\n        document.getElementById('weakCountHeader').textContent = weakCount + ' Weak';\n    } else {\n        weakBadgeHeader.style.display = 'none';\n    }\n    \n    const weakCard = document.getElementById('weakAreasCard');\n    if (weakCount > 0) {\n        weakCard.style.display = 'flex';\n        weakCard.style.flexDirection = 'column';\n        const weakList = document.getElementById('weakQuestionList');\n        weakList.innerHTML = state.progress.weakQuestions.map(qId => {\n            const question = allQuestions.find(q => q.id === qId);\n            if (!question) return '';\n            const stats = state.progress.questionStats[qId] || { incorrect: 0 };\n            return `<div class=\"weak-question-item\" data-qid=\"${qId}\">\n                <span class=\"q-num\">Q${question.id}<\/span>\n                <span class=\"q-text\">${question.question.substring(0, 40)}...<\/span>\n                <span class=\"wrong-count\">${stats.incorrect}x<\/span>\n            <\/div>`;\n        }).join('');\n    } else {\n        weakCard.style.display = 'none';\n    }\n    \n    document.getElementById('weakModeCount').textContent = weakCount;\n}\n\nfunction updateModeTabCounts() {\n    document.getElementById('allCount').textContent = allQuestions.length;\n}\n\n\/\/ ==========================================\n\/\/ MODE & FILTERING - FIXED VERSION\n\/\/ ==========================================\nfunction setMode(mode) {\n    console.log('\ud83d\udd04 setMode called with:', mode);\n    \n    state.currentMode = mode;\n    \n    \/\/ Reset filters when switching to 'all' or 'weak' modes\n    if (mode === 'all' || mode === 'weak') {\n        state.selectedYear = null;\n        state.selectedChapter = null;\n    }\n    \n    \/\/ Update mode tab UI\n    document.querySelectorAll('.mode-tab').forEach(tab => tab.classList.remove('active'));\n    const modeTab = document.getElementById('mode' + mode.charAt(0).toUpperCase() + mode.slice(1));\n    if (modeTab) modeTab.classList.add('active');\n    \n    \/\/ \u2705 ADD THIS: Show\/hide filter cards based on mode\n    const yearCard = document.getElementById('yearFilterCard');\n    const chapterCard = document.getElementById('chapterFilterCard');\n    \n    yearCard.style.display = (mode === 'year' || mode === 'all') ? 'block' : 'none';\n    chapterCard.style.display = (mode === 'chapter' || mode === 'all') ? 'block' : 'none';\n    \n    applyFilters();\n}\n\n\/\/ ============================================\n\/\/ FIXED: filterByYear function\n\/\/ ============================================\nfunction filterByYear(year) {\n    console.log('\ud83d\udcc5 filterByYear called with:', year);\n    console.log('   Previous selectedYear:', state.selectedYear);\n    \n    \/\/ Toggle selection\n    state.selectedYear = (state.selectedYear === year) ? null : year;\n    state.selectedChapter = null;\n    state.currentMode = 'year';\n    \n    console.log('   New selectedYear:', state.selectedYear);\n    \n    \/\/ Update mode tab UI\n    document.querySelectorAll('.mode-tab').forEach(tab => tab.classList.remove('active'));\n    document.getElementById('modeYear').classList.add('active');\n    \n    applyFilters();\n}\n\n\/\/ ============================================\n\/\/ FIXED: filterByChapter function\n\/\/ ============================================\nfunction filterByChapter(chapter) {\n    console.log('\ud83d\udcd6 filterByChapter called with:', chapter);\n    console.log('   Previous selectedChapter:', state.selectedChapter);\n    \n    \/\/ Toggle selection\n    state.selectedChapter = (state.selectedChapter === chapter) ? null : chapter;\n    state.selectedYear = null;\n    state.currentMode = 'chapter';\n    \n    console.log('   New selectedChapter:', state.selectedChapter);\n    \n    \/\/ Update mode tab UI\n    document.querySelectorAll('.mode-tab').forEach(tab => tab.classList.remove('active'));\n    document.getElementById('modeChapter').classList.add('active');\n    \n    applyFilters();\n}\n\nfunction applyFilters() {\n    console.log('\ud83d\udd0d applyFilters called');\n    console.log('   Mode:', state.currentMode);\n    console.log('   Selected Year:', state.selectedYear);\n    console.log('   Selected Chapter:', state.selectedChapter);\n    \n    state.currentQuestionIndex = 0;\n    state.sessionAnswers = {};\n    state.sessionChecked = {};\n    state.isReviewMode = false;\n    \n    \/\/ Apply filtering\n    if (state.currentMode === 'weak') {\n        state.filteredQuestions = allQuestions.filter(q => state.progress.weakQuestions.includes(q.id));\n        console.log('   Filtering by weak areas');\n    } else if (state.selectedYear) {\n        state.filteredQuestions = allQuestions.filter(q => q.year === state.selectedYear);\n        console.log('   Filtering by year:', state.selectedYear);\n    } else if (state.selectedChapter) {\n        state.filteredQuestions = allQuestions.filter(q => q.chapter === state.selectedChapter);\n        console.log('   Filtering by chapter:', state.selectedChapter);\n    } else {\n        state.filteredQuestions = [...allQuestions];\n        console.log('   No filter - showing all');\n    }\n    \n    console.log('   Filtered questions count:', state.filteredQuestions.length);\n    \n    \/\/ Refresh filter lists to show active state\n    populateYearList();\n    populateChapterList();\n    updateQuestionGrid();\n    updateSessionStats();\n    \n    if (state.filteredQuestions.length > 0) {\n        loadQuestion(0);\n    } else {\n        document.getElementById('questionText').textContent = 'No questions available for this filter.';\n        document.getElementById('optionsList').innerHTML = '';\n    }\n}\n\nfunction practiceWeakAreas() {\n    document.getElementById('resultModal').classList.remove('show');\n    setMode('weak');\n}\n\n\/\/ ==========================================\n\/\/ FILTER LIST POPULATION - USING DATA ATTRIBUTES\n\/\/ ==========================================\nfunction populateYearList() {\n    const years = [...new Set(allQuestions.map(q => q.year))].sort().reverse();\n    const yearList = document.getElementById('yearList');\n    \n    \/\/ Use data-year attribute instead of onclick\n    yearList.innerHTML = years.map(year => {\n        const count = allQuestions.filter(q => q.year === year).length;\n        const isActive = state.selectedYear === year;\n        return `<div class=\"filter-item ${isActive ? 'active' : ''}\" data-year=\"${year}\">\n            <span class=\"filter-text\"><i class=\"fas fa-calendar\"><\/i> ${year}<\/span>\n            <span class=\"filter-count\">${count}<\/span>\n        <\/div>`;\n    }).join('');\n}\n\nfunction populateChapterList() {\n    const chapters = [...new Set(allQuestions.map(q => q.chapter))].sort();\n    const chapterList = document.getElementById('chapterList');\n    \n    \/\/ Use data-chapter attribute instead of onclick\n    chapterList.innerHTML = chapters.map(chapter => {\n        const count = allQuestions.filter(q => q.chapter === chapter).length;\n        const shortName = chapter.length > 25 ? chapter.substring(0, 25) + '...' : chapter;\n        const isActive = state.selectedChapter === chapter;\n        return `<div class=\"filter-item ${isActive ? 'active' : ''}\" data-chapter=\"${chapter}\" title=\"${chapter}\">\n            <span class=\"filter-text\"><i class=\"fas fa-book\"><\/i> ${shortName}<\/span>\n            <span class=\"filter-count\">${count}<\/span>\n        <\/div>`;\n    }).join('');\n}\n\n\/\/ ==========================================\n\/\/ QUESTION LOADING & NAVIGATION\n\/\/ ==========================================\nfunction loadQuestion(index) {\n    if (index < 0 || index >= state.filteredQuestions.length) return;\n    \n    state.currentQuestionIndex = index;\n    const question = state.filteredQuestions[index];\n    \n    document.getElementById('questionNumber').textContent = `Question ${index + 1} of ${state.filteredQuestions.length}`;\n    document.getElementById('questionText').innerHTML = question.question;\n    document.getElementById('currentQuestionYear').textContent = question.year;\n    document.getElementById('currentQuestionChapter').textContent = question.chapter;\n    \n    document.getElementById('weakBadge').style.display = isQuestionWeak(question.id) ? 'flex' : 'none';\n    \n    renderOptions(question);\n    \n    const isChecked = state.sessionChecked[index];\n    const explanationBox = document.getElementById('explanationBox');\n    if (isChecked || state.isReviewMode) {\n        document.getElementById('explanationText').innerHTML = question.explanation;\n        explanationBox.classList.add('show');\n    } else {\n        explanationBox.classList.remove('show');\n    }\n    \n    updateMasteryIndicator(question.id);\n    \n    document.getElementById('prevBtn').disabled = index === 0;\n    document.getElementById('nextBtn').disabled = index === state.filteredQuestions.length - 1;\n    document.getElementById('checkBtn').disabled = isChecked || state.isReviewMode;\n    \n    updateQuestionGrid();\n    saveSessionPosition();\n}\n\nfunction renderOptions(question) {\n    const optionsList = document.getElementById('optionsList');\n    const letters = ['A', 'B', 'C', 'D'];\n    const isChecked = state.sessionChecked[state.currentQuestionIndex];\n    const selectedAnswer = state.sessionAnswers[state.currentQuestionIndex];\n    \n    optionsList.innerHTML = question.options.map((option, i) => {\n        let classes = 'option-item';\n        let icon = '';\n        \n        if (isChecked || state.isReviewMode) {\n            classes += ' disabled';\n            if (i === question.correct) {\n                classes += ' correct';\n                icon = '<i class=\"fas fa-check-circle option-icon\"><\/i>';\n            } else if (i === selectedAnswer && i !== question.correct) {\n                classes += ' incorrect';\n                icon = '<i class=\"fas fa-times-circle option-icon\"><\/i>';\n            }\n        } else if (selectedAnswer === i) {\n            classes += ' selected';\n        }\n        \n        return `<div class=\"${classes}\" data-index=\"${i}\">\n            <span class=\"option-letter\">${letters[i]}<\/span>\n            <span class=\"option-text\">${option}<\/span>\n            ${icon}\n        <\/div>`;\n    }).join('');\n}\n\nfunction updateMasteryIndicator(questionId) {\n    const indicator = document.getElementById('masteryIndicator');\n    const stats = state.progress.questionStats[questionId];\n    \n    if (stats && (stats.correct > 0 || stats.incorrect > 0)) {\n        indicator.classList.add('show');\n        const level = getQuestionMasteryLevel(questionId);\n        document.getElementById('masteryStars').innerHTML = [1, 2, 3, 4, 5].map(i => \n            `<i class=\"fas fa-star ${i <= level ? 'filled' : ''}\"><\/i>`\n        ).join('');\n    } else {\n        indicator.classList.remove('show');\n    }\n}\n\nfunction selectOption(optionIndex) {\n    if (state.sessionChecked[state.currentQuestionIndex] || state.isReviewMode) return;\n    state.sessionAnswers[state.currentQuestionIndex] = optionIndex;\n    loadQuestion(state.currentQuestionIndex);\n    updateSessionStats();\n}\n\nfunction checkAnswer() {\n    const selectedAnswer = state.sessionAnswers[state.currentQuestionIndex];\n    if (selectedAnswer === undefined) {\n        showToast('Please select an option first!', 'error');\n        return;\n    }\n    \n    state.sessionChecked[state.currentQuestionIndex] = true;\n    const question = state.filteredQuestions[state.currentQuestionIndex];\n    const isCorrect = selectedAnswer === question.correct;\n    \n    updateQuestionStats(question.id, isCorrect);\n    loadQuestion(state.currentQuestionIndex);\n    updateSessionStats();\n    \n    showToast(isCorrect ? 'Correct! \ud83c\udf89' : 'Incorrect. Review the explanation.', isCorrect ? 'success' : 'error');\n}\n\nfunction previousQuestion() {\n    if (state.currentQuestionIndex > 0) loadQuestion(state.currentQuestionIndex - 1);\n}\n\nfunction nextQuestion() {\n    if (state.currentQuestionIndex < state.filteredQuestions.length - 1) loadQuestion(state.currentQuestionIndex + 1);\n}\n\nfunction goToQuestion(questionId) {\n    const index = state.filteredQuestions.findIndex(q => q.id === questionId);\n    if (index !== -1) loadQuestion(index);\n}\n\n\/\/ ==========================================\n\/\/ QUESTION GRID\n\/\/ ==========================================\nfunction updateQuestionGrid() {\n    const grid = document.getElementById('questionGrid');\n    grid.innerHTML = state.filteredQuestions.map((q, i) => {\n        let className = 'grid-item';\n        \n        if (i === state.currentQuestionIndex) {\n            className += ' current';\n        } else if (state.sessionChecked[i] || state.isReviewMode) {\n            if (state.sessionAnswers[i] === state.filteredQuestions[i].correct) {\n                className += ' correct-answered';\n            } else if (state.sessionAnswers[i] !== undefined) {\n                className += ' incorrect-answered';\n            } else {\n                className += ' unattempted';\n            }\n        } else if (state.sessionAnswers[i] !== undefined) {\n            className += ' attempted';\n        } else {\n            className += ' unattempted';\n        }\n        \n        if (isQuestionWeak(q.id)) className += ' weak-marked';\n        \n        return `<div class=\"${className}\" data-index=\"${i}\">${i + 1}<\/div>`;\n    }).join('');\n}\n\n\/\/ ==========================================\n\/\/ SESSION STATS\n\/\/ ==========================================\nfunction updateSessionStats() {\n    const total = state.filteredQuestions.length;\n    const attempted = Object.keys(state.sessionAnswers).length;\n    let correct = 0, incorrect = 0;\n    \n    Object.keys(state.sessionChecked).forEach(index => {\n        if (state.filteredQuestions[index] && state.sessionAnswers[index] === state.filteredQuestions[index].correct) correct++;\n        else if (state.sessionAnswers[index] !== undefined) incorrect++;\n    });\n    \n    document.getElementById('totalQuestions').textContent = total;\n    document.getElementById('attemptedCount').textContent = attempted;\n    document.getElementById('correctCount').textContent = correct;\n    document.getElementById('incorrectCount').textContent = incorrect;\n}\n\n\/\/ ==========================================\n\/\/ SUBMIT & RESULTS\n\/\/ ==========================================\nfunction submitExam() {\n    let correct = 0, incorrect = 0;\n    \n    state.filteredQuestions.forEach((q, i) => {\n        if (state.sessionAnswers[i] === q.correct) correct++;\n        else if (state.sessionAnswers[i] !== undefined) incorrect++;\n    });\n    \n    const percentage = state.filteredQuestions.length > 0 ? Math.round((correct \/ state.filteredQuestions.length) * 100) : 0;\n    \n    document.getElementById('resultCorrect').textContent = correct;\n    document.getElementById('resultIncorrect').textContent = incorrect;\n    document.getElementById('resultScore').textContent = percentage + '%';\n    \n    if (percentage >= 80) {\n        document.getElementById('resultIcon').textContent = '\ud83c\udf89';\n        document.getElementById('resultTitle').textContent = 'Excellent!';\n        document.getElementById('resultMessage').textContent = 'Outstanding performance!';\n    } else if (percentage >= 60) {\n        document.getElementById('resultIcon').textContent = '\ud83d\udc4d';\n        document.getElementById('resultTitle').textContent = 'Good Job!';\n        document.getElementById('resultMessage').textContent = 'Keep practicing!';\n    } else {\n        document.getElementById('resultIcon').textContent = '\ud83d\udcaa';\n        document.getElementById('resultTitle').textContent = 'Keep Learning!';\n        document.getElementById('resultMessage').textContent = 'Focus on weak areas.';\n    }\n    \n    document.getElementById('practiceWeakBtn').style.display = state.progress.weakQuestions.length > 0 ? 'flex' : 'none';\n    document.getElementById('resultModal').classList.add('show');\n}\n\nfunction reviewAnswers() {\n    document.getElementById('resultModal').classList.remove('show');\n    state.isReviewMode = true;\n    state.filteredQuestions.forEach((_, i) => { state.sessionChecked[i] = true; });\n    loadQuestion(0);\n    updateQuestionGrid();\n}\n\nfunction retryQuiz() {\n    document.getElementById('resultModal').classList.remove('show');\n    state.sessionAnswers = {};\n    state.sessionChecked = {};\n    state.isReviewMode = false;\n    updateQuestionGrid();\n    updateSessionStats();\n    loadQuestion(0);\n}\n\n\/\/ ============================================\n\/\/ FIXED: resetQuiz - NOW RESETS WEAK AREAS\n\/\/ ============================================\nfunction resetQuiz() {\n    if (confirm('Reset this session?\\n\\nThis will clear:\\n\u2022 Current answers\\n\u2022 Weak areas\\n\u2022 All progress')) {\n        \n        \/\/ Reset session data\n        state.sessionAnswers = {};\n        state.sessionChecked = {};\n        state.isReviewMode = false;\n        \n        \/\/ Reset ALL progress including weak areas\n        state.progress = {\n            questionStats: {},\n            weakQuestions: [],\n            masteredQuestions: [],\n            totalCorrect: 0,\n            totalIncorrect: 0,\n            lastSession: null\n        };\n        \n        \/\/ Save reset progress\n        saveProgress();\n        \n        \/\/ Reset filters\n        state.currentMode = 'all';\n        state.selectedYear = null;\n        state.selectedChapter = null;\n        state.filteredQuestions = [...allQuestions];\n        \n        \/\/ Update mode tabs UI\n        document.querySelectorAll('.mode-tab').forEach(tab => tab.classList.remove('active'));\n        document.getElementById('modeAll').classList.add('active');\n        \n        \/\/ Update all UI\n        populateYearList();\n        populateChapterList();\n        updateProgressDisplay();\n        updateWeakAreasDisplay();\n        updateQuestionGrid();\n        updateSessionStats();\n        loadQuestion(0);\n        \n        \/\/ Hide session info\n        document.getElementById('sessionInfo').style.display = 'none';\n        \n        showToast('Session reset successfully!', 'success');\n    }\n}\n\n\/\/ ==========================================\n\/\/ TOAST\n\/\/ ==========================================\nfunction showToast(message, type = 'error') {\n    const toast = document.getElementById('warningToast');\n    document.getElementById('toastMessage').textContent = message;\n    toast.classList.remove('success');\n    if (type === 'success') toast.classList.add('success');\n    toast.classList.add('show');\n    setTimeout(() => toast.classList.remove('show'), 3000);\n}\n\n\/\/ ==========================================\n\/\/ SCREENSHOT PREVENTION\n\/\/ ==========================================\nfunction initScreenshotPrevention() {\n    document.addEventListener('keydown', function(e) {\n        if (e.key === 'PrintScreen' || (e.ctrlKey && e.key === 'p') || (e.ctrlKey && e.shiftKey && e.key === 'S')) {\n            e.preventDefault();\n            showToast('Screenshots and printing are not allowed!');\n            return false;\n        }\n    });\n    \n    document.addEventListener('contextmenu', function(e) {\n        e.preventDefault();\n        showToast('Right-click is disabled!');\n        return false;\n    });\n}\n\n\/\/ Initialize when DOM is ready\ndocument.addEventListener('DOMContentLoaded', initQuiz);\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Message \ud83c\udf89 Great Job! You have completed the quiz. 0 Correct 0 Incorrect 0% Score Review Practice Weak Try Again [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"disabled","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[44],"tags":[],"class_list":["post-3704","page","type-page","status-publish","hentry","category-pyq"],"_links":{"self":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/3704","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3704"}],"version-history":[{"count":562,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/3704\/revisions"}],"predecessor-version":[{"id":11049,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/3704\/revisions\/11049"}],"wp:attachment":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3704"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3704"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}