{"id":4090,"date":"2025-12-15T09:13:32","date_gmt":"2025-12-15T09:13:32","guid":{"rendered":"https:\/\/promotionexams.com\/?page_id=4090"},"modified":"2026-01-30T15:25:17","modified_gmt":"2026-01-30T15:25:17","slug":"rti-pyq-quiz","status":"publish","type":"page","link":"https:\/\/promotionexams.com\/?page_id=4090","title":{"rendered":"Previous Year Papers- Right to Information Act, 2005"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4090\" class=\"elementor elementor-4090\">\n\t\t\t\t<div class=\"elementor-element elementor-element-297bd1f e-con-full e-flex e-con e-parent\" data-id=\"297bd1f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ef0c837 elementor-widget elementor-widget-html\" data-id=\"ef0c837\" 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\">Right to Information Act, 2005<\/h1>\n                    <p>Combined LDCE Previous Year Questions<\/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: 'conduct-pyq-quiz',\n    topic: 'CCS (Conduct) 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    {\n    id: 1,\n    year: '2023',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"The officer designated by the public authorities in all administrative units or offices under it to provide information to the citizens requesting information under the Act is known as:\",\n    options: [\n      \"Appellate Authority\",\n      \"Chief Information Commissioner\",\n      \"Public Information Officer\",\n      \"Assistant Public Information Officer\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 2,\n    year: '2023',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Consider the following statements: Under RTI Act, 2005, the grounds for a complaint could be:\\n1. Being asked to pay an unreasonable amount of fee.\\n2. Being given incomplete or false information.\\n3. Any matter relating to, requesting or obtaining access to records.\\n\\nWhich of the above statements is\/are correct?\",\n    options: [\n      \"1, 2 and 3\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1 and 2 only\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 3,\n    year: '2023',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Consider the following statements: Section 4(1)(b) (xi) of RTI Act, 2005 states that a public authority should publish:\\n1. The budget allocated to each of its agency.\\n2. The proposed expenditures.\\n3. Reports on disbursements made.\\n\\nWhich of the above statements is\/are correct?\",\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 4,\n    year: '2023',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following Sections of RTI Act, 2005 deals with 'obligations of public authorities'?\",\n    options: [\n      \"Section 6\",\n      \"Section 7\",\n      \"Section 4(1)\",\n      \"Section 8\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 5,\n    year: '2023',\n    chapter: 'CH 3: CENTRAL INFORMATION COMMISSION',\n    question: \"Which of the following Sections of RTI Act, 2005 deal(s) with 'Constitution of Central Information Commission'?\",\n    options: [\n      \"Section 11\",\n      \"Section 16\",\n      \"Section 14 and 15\",\n      \"Section 12 and 13\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 6,\n    year: '2023',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"Consider the following statements: Right to Information includes the right to:\\n1. Inspect works, documents, records.\\n2. Take notes, extracts or certified copies of documents or records.\\n3. Take certified samples of material.\\n4. Obtain information in the form of printouts, diskettes, floppies, tapes, video cassettes or in any other electronic mode or through printouts.\\n\\nWhich of the above statements is\/are correct?\",\n    options: [\n      \"1, 2 and 3 only\",\n      \"2, 3 and 4 only\",\n      \"1, 3 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 7,\n    year: '2023',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Consider the following statements: The obligations of public authorities under RTI Act, 2005 include:\\n1. It shall publish the powers and duties of its officers and employees.\\n2. It shall publish the procedure followed in its decision-making process, including channels of supervision and accountability.\\n3. It shall publish the norms set by it for the discharge of its functions.\\n4. It shall publish the rules, regulations, instructions, manuals and records used by its employees for discharging its functions.\\n5. It shall not publish the statement of the categories of the documents held by it or under its control.\\n\\nWhich of the above statements is\/are correct?\",\n    options: [\n      \"1, 2, 3 and 5 only\",\n      \"1, 3, 4 and 5 only\",\n      \"1, 2, 3 and 4 only\",\n      \"1, 2, 3, 4 and 5\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 8,\n    year: '2023',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"What are the information not open to disclosure under RTI Act, 2005?\\n1. Disclosure of which would prejudicially affect the sovereignty and integrity of India, the security, strategic, scientific or economic interests of the State, relation with foreign State or lead to incitement of an offense.\\n2. Information which has been expressly forbidden to be published by any court of law or tribunal or the disclosure of which may constitute contempt of court.\\n3. Information, the disclosure of which would cause a breach of privilege of Parliament or the State Legislature.\\n4. Information including commercial confidence, trade secrets or intellectual property, the disclosure of which would harm the competitive position of a third party unless the competent authority is satisfied that larger public interest warrants the disclosure of such information.\\n\\nChoose the correct answer using the code given below:\",\n    options: [\n      \"1, 2 and 3 only\",\n      \"2, 3 and 4 only\",\n      \"1, 3 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 9,\n    year: '2023',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following Sections of RTI Act, 2005 deals with 'exemption from disclosure of information'?\",\n    options: [\n      \"Section 8\",\n      \"Section 9\",\n      \"Section 11\",\n      \"Section 7\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 10,\n    year: '2023',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Under which one of the following sections of RTI Act, 2005, a Central\/State Public Information Officer may reject a request for information where such a request for providing access would involve an infringement of copyright subsisting in a person other than the State?\",\n    options: [\n      \"Section 8\",\n      \"Section 9\",\n      \"Section 10\",\n      \"Section 11\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 11,\n    year: '2023',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"Consider the following statements:\\nThe definition of \\\"Information\\\" under Section 2(f) of RTI Act, 2005 includes\\n1. Records\\n2. Opinions\\n3. Documents\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 12,\n    year: '2023',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Consider the following statements: The RTI Act, 2005 stipulates that a Public Authority should transfer an RTI application or a part thereof to another Public Authority if the application or a part of it pertains to information\\n1. held by another Public Authority.\\n2. the subject matter of which is more closely connected with the functions of another Public Authority.\\n\\nWhich 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: \"Explanation will be added soon\"\n  },\n  {\n    id: 13,\n    year: '2023',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following Sections deals with severability in the RTI Act, 2005?\",\n    options: [\n      \"Section 11\",\n      \"Section 9\",\n      \"Section 10\",\n      \"Section 12\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 14,\n    year: '2023',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"Consider the following statements: As per Section 2(h) of RTI Act, 2005 \\\"public authority\\\" means any authority or body or institution of self-Government established or constituted\\n1. by or under the Constitution.\\n2. by any other law made by Parliament.\\n3. by any other law made by State Legislature.\\n4. by notification issued or order made by the appropriate Government.\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1, 2 and 3 only\",\n      \"1, 2 and 4 only\",\n      \"2, 3 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 15,\n    year: '2023',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"Consider the following statements: As per Section 2(i) of RTI Act, 2005 'record' includes\\n1. any document, manuscript and file.\\n2. any microfilm, microfiche and facsimile copy of a document.\\n3. any reproduction of image or images embodied in such microfilm.\\n4. any other material produced by a computer or any other device.\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1, 2 and 3 only\",\n      \"1, 2 and 4 only\",\n      \"2, 3 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 16,\n    year: '2023',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Which of the following are correct about an inquiry carried out by an Information Commission?\\n1. It may examine any record to which the RTI Act, 2005 applies.\\n2. No such record can be withheld from it (irrespective of any provision of any Act passed by the Parliament or the State Legislature).\\n3. IC has the powers of a Civil Court trying a suit under the Code of Civil Procedure.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 17,\n    year: '2023',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Consider the following statements:\\nA Public Information Officer will be liable to be imposed a monetary penalty for:\\n1. refusal to receive an information application.\\n2. not providing information within specified time limits.\\n3. destroying information.\\n\\nWhich 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: \"Explanation will be added soon\"\n  },\n  {\n    id: 18,\n    year: '2023',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Who receives applications under the RTI Act, 2005?\\n1. Public Information Officer at the administrative unit level.\\n2. Assistant Public Information Officer at the sub-district, sub-divisional levels.\\n3. Any officer of a Public Authority who is available in the Authority's office when the application is made.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1, 2 and 3\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1 and 2 only\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 19,\n    year: '2023',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Consider the following statements: An applicant making a request for information\\n1. shall give the reason for which the information is sought.\\n2. shall give the personal details of the applicant.\\n3. shall not give any reason for requesting the information or any other personal details except those that may be necessary for contacting him.\\n\\nWhich of the above statements is\/are correct?\",\n    options: [\n      \"2 only\",\n      \"1 and 2 only\",\n      \"3 only\",\n      \"1, 2 and 3\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 20,\n    year: '2019-20',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"For the period of five years, for updating records, improving infrastructure, creating manuals, and establishing the Public Records Offices, the Second Administrative Reform Commission, in its first report (June 2006), recommended that as a one-time measure, the Government of India should\",\n    options: [\n      \"earmark 1% of the funds of all flagship programmes\",\n      \"earmark 1-5% of the funds of all flagship programmes\",\n      \"earmark 2% of the funds of all flagship programmes\",\n      \"earmark 2-5% of the funds of all flagship programmes\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 21,\n    year: '2019-20',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Consider the following statements with reference to the disposal of requests under the RTI Act, 2005:\\n1. As expeditiously as possible, in any case, within 30 days of the receipt of the request, provide the information on payment of such fee as may be prescribed.\\n2. As expeditiously as possible, in any case, within 30 days of the receipt of the request, reject the request for any of the reasons specified in Sections 8 and 9.\\n\\nWhich 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: \"Explanation will be added soon\"\n  },\n  {\n    id: 22,\n    year: '2019-20',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following is not correct pertaining to the exemption from disclosure of information?\",\n    options: [\n      \"Information which does not affect the sovereignty and integrity of India\",\n      \"Information which has been expressly forbidden to be published by the court of law or tribunal\",\n      \"Information which would cause a breach of privilege of the Parliament or the State Legislature\",\n      \"Information which received in confidence from a foreign government\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 23,\n    year: '2019-20',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Consider the following statements with respect to the 'third party information' under the RTI Act, 2005:\\n1. The PIO can disclose the confidential information supplied by a third party without inviting the third party to make a submission in the matter.\\n2. The third party has a right to make an appeal to the Department Appellate Authority against the decision of the PIO.\\n3. If not satisfied with the decision of the Department Appellate Authority, a second appeal can be made to the concerned Information Commission.\\n4. The PIO cannot disclose third party information unless the procedure prescribed in Section 11.\\n\\nWhich of the above statements is\/are correct?\",\n    options: [\n      \"1, 2, and 3\",\n      \"2, 3, and 4\",\n      \"1, 2, and 4\",\n      \"1, 3, and 4\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 24,\n    year: '2019-20',\n    chapter: 'CH 3: CENTRAL INFORMATION COMMISSION',\n    question: \"Who among the following is not in the committee to recommend the appointment of the Chief Information Commissioner and Information Commissioner by the President of India?\",\n    options: [\n      \"The Prime Minister, who shall be the Chairperson of the committee\",\n      \"The Leader of Opposition in the Lok Sabha\",\n      \"A Union Cabinet Minister to be nominated by the Prime Minister\",\n      \"The Chief Justice of India\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 25,\n    year: '2019-20',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Consider the following statements with reference to the penalties under the RTI Act, 2005:\\n1. As mentioned in Section 20(1), the Central Information Commission or the State Information Commission shall impose a penalty of two hundred and fifty rupees each day till the application is received or information is furnished; however, the total amount of such penalty shall not exceed twenty-five thousand.\\n2. As the case may be, the Central Public Information Officer or the State Public Information Officer shall be given a reasonable opportunity of being heard before any penalty is imposed.\\n\\nWhich 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: \"Explanation will be added soon\"\n  },\n  {\n    id: 26,\n    year: '2019-20',\n    chapter: 'CH 6: MISCELLANEOUS',\n    question: \"The RTI Week is celebrated every year during\",\n    options: [\n      \"5th\u201412th September\",\n      \"5th\u201412th October\",\n      \"5th\u201412th November\",\n      \"5th\u201412th December\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 27,\n    year: '2021-22',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"Consider the following statements regarding the competent authority under the RTI Act, 2005: Competent authority means:\\n1. the Chief Justice of India, in the case of the Supreme Court.\\n2. the Chief Justice of the High Court, in the case of a High Court.\\n3. the Administrator appointed under Article 239 of the Constitution of India.\\n\\nWhich 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: \"Explanation will be added soon\"\n  },\n  {\n    id: 28,\n    year: '2021-22',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"Under the RTI Act, 2005, which one of the following is not an objective of the Act?\",\n    options: [\n      \"Promoting transparency and accountability in the working of every public authority\",\n      \"Reducing corruption and promoting good governance\",\n      \"Empowering citizens and enhancing their participation in governance\",\n      \"Providing unlimited access to classified information\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 29,\n    year: '2021-22',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"What does Section 8(1)(j) of the RTI Act, 2005 pertain to?\",\n    options: [\n      \"Information that may cause a breach of privilege of Parliament\",\n      \"Information that may prejudicially affect the sovereignty and integrity of India\",\n      \"Personal information that can be withheld if it serves a public interest\",\n      \"Information relating to trade secrets and intellectual property\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 30,\n    year: '2021-22',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Consider the following clauses pertaining to the obligations of public authority under the RTI Act, 2005:\\n1. Every public authority shall maintain all its records duly cataloged and indexed in a manner and the form which facilitates the Right to Information Act.\\n2. Every public authority shall publish the particulars of its organization, functions, and duties.\\n3. Every information shall be disseminated widely and in such a manner which is easily accessible to the public.\\n4. All materials shall be disseminated taking into consideration the cost effectiveness, local language, and the most effective method of communication in that local area and the information should be easily accessible.\\n\\nWhich of the above clauses 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: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 31,\n    year: '2021-22',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following is not the obligation of public authority to publish the information on the public domain?\",\n    options: [\n      \"The powers and duties of its officers and employees\",\n      \"The norms set by it for the discharge of its functions\",\n      \"The information received in confidence from a foreign Government\",\n      \"The names, designations, and other particulars of the Public Information Officer\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 32,\n    year: '2021-22',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Consider the following clauses pertaining to the exemption from disclosure of information under the RTI Act, 2005:\\n1. Details in respect of the information, available to or held by it, reduced in an electronic form.\\n2. Information which has been expressly forbidden to be published by any court of law or tribunal or the disclosure of which may constitute contempt of court.\\n3. Provide reasons for its administrative or quasi-judicial decisions to the affected person.\\n4. Information which would impede the process of investigation or apprehension or prosecution of offenders.\\n\\nWhich of the above clauses are correct?\",\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 4 only\",\n      \"3 and 4 only\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 33,\n    year: '2021-22',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Which Section of the RTI Act, 2005 deals with penalties for non-compliance by public authorities?\",\n    options: [\n      \"Section 27\",\n      \"Section 20\",\n      \"Section 10\",\n      \"Section 16\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 34,\n    year: '2021-22',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following is not a ground for rejection of an RTI application?\",\n    options: [\n      \"The vague or unclear application\",\n      \"Application filed by an unauthorized person\",\n      \"Application requesting sensitive defense-related information\",\n      \"Application seeking information from a private entity\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 35,\n    year: '2021-22',\n    chapter: 'Misc.',\n    question: \"RTI Act, 2005 is based on which fundamental right of the Constitution of India?\",\n    options: [\n      \"Right to Equality (Article 14)\",\n      \"Right to Freedom of Speech and Expression (Article 19)\",\n      \"Right to Life and Personal Liberty (Article 21)\",\n      \"Right against Exploitation (Article 23)\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 36,\n    year: '2021-22',\n    chapter: 'Misc.',\n    question: \"Which one of the following statements is not correct about the RTI Act, 2005?\",\n    options: [\n      \"The Right of Information Bill has been passed by both the Houses of Parliament and received assent of the President on 15th June, 2005.\",\n      \"Any citizen may request information about the activities of the public authority.\",\n      \"There is no nominal application fee that is needed to pay to get information under RTI application.\",\n      \"The Right to Information (Amendment) Act 2019 (24 of 2019) came into effect on 24-10-2019.\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 37,\n    year: '2021-22',\n    chapter: 'CH 3: CENTRAL INFORMATION COMMISSION',\n    question: \"Consider the following statements: The Chief Information Commissioner and Information Commissioners shall be appointed by the President on the recommendation of a committee consisting of\\n1. the Prime Minister, who shall be the Chairperson of the committee.\\n2. the Leader of Opposition in the Lok Sabha.\\n3. a Union Cabinet Minister to be nominated by the Prime Minister.\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1 and 2 only\",\n      \"1, 2, and 3\",\n      \"1 and 3 only\",\n      \"2 and 3 only\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 38,\n    year: '2021-22',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Consider the following statements pertaining to powers and functions of the Information Commission to receive and inquire into a complaint from any person:\\n1. Who has not been refused access to any information requested under the RTI Act, 2005.\\n2. Who has not been given a response to a request for information or access to information within the time limits specified under the RTI Act, 2005.\\n3. Who believes that he or she has been given incomplete, misleading, or false information under the RTI Act, 2005.\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1 and 2 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 39,\n    year: '2021-22',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"The Commission shall impose how much amount as the penalty on each day, if the PIO, without any reasonable cause, refused to receive an application for information till it reaches Rupees twenty-five thousand under the RTI Act, 2005?\",\n    options: [\n      \"\u20b9 200\",\n      \"\u20b9 225\",\n      \"\u20b9 250\",\n      \"\u20b9 300\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 40,\n    year: '2021-22',\n    chapter: 'CH 6: MISCELLANEOUS',\n    question: \"The RTI Act, 2005 mandates that all public authorities must proactively disclose certain categories of information. What is this proactive disclosure mechanism called?\",\n    options: [\n      \"RTI Monitoring System\",\n      \"Central Information Portal\",\n      \"National Public Information Directory\",\n      \"RTI Annual Report\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 41,\n    year: '2021-22',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following is not a method of filing an RTI application?\",\n    options: [\n      \"Online through the RTI portal\",\n      \"By post\",\n      \"In person to the Chief Information Commissioner\",\n      \"By hand to the Public Information Officer\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 42,\n    year: '2021-22',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Who can file an appeal before the Central Information Commission?\",\n    options: [\n      \"Only the applicant whose RTI application was rejected\",\n      \"Any third party affected by the RTI application\",\n      \"Only the Chief Information Commissioner\",\n      \"Any citizen who is aggrieved by the decision of the Public Information Officer\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 43,\n    year: '2021-22',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"What is the fee prescribed under the RTI Rules, 2012 for the Below Poverty Line applicant?\",\n    options: [\n      \"\u20b9 10\",\n      \"\u20b9 20\",\n      \"\u20b9 30\",\n      \"Exempted from payment of fee\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 44,\n    year: '2021-22',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following is the normal time limit for disposal of the RTI request from the date of receipt?\",\n    options: [\n      \"15 days\",\n      \"20 days\",\n      \"25 days\",\n      \"30 days\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 45,\n    year: '2021-22',\n    chapter: 'CH 6: MISCELLANEOUS',\n    question: \"Which one of the following Sections of the RTI Act, 2005 provides protection to the persons giving information under the Act?\",\n    options: [\n      \"Section 11\",\n      \"Section 22\",\n      \"Section 24\",\n      \"Section 27\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 46,\n    year: '2021-22',\n    chapter: 'CH 6: MISCELLANEOUS',\n    question: \"Which Section of the RTI Act, 2005 empowers the Central Government to make rules to carry out the provisions of the Act?\",\n    options: [\n      \"Section 18\",\n      \"Section 27\",\n      \"Section 30\",\n      \"Section 32\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 47,\n    year: '2021-22',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Under the RTI Act, 2005, can the applicant seek information through email or electronic means?\",\n    options: [\n      \"Yes, electronic requests are allowed\",\n      \"No, only physical applications are accepted\",\n      \"Depends on the discretion of the public authority\",\n      \"Electronic requests are allowed, but only for certain types of information\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 48,\n    year: '2021-22',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"From the date of expiry of the prescribed period, or from the receipt of communication from the CPIO, what is the time limit for filing of first appeal?\",\n    options: [\n      \"Within 15 days\",\n      \"Within 20 days\",\n      \"Within 25 days\",\n      \"Within 30 days\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 49,\n    year: '2021-22',\n    chapter: 'CH 6: MISCELLANEOUS',\n    question: \"Which Section of the RTI Act, 2005 deals with the protection for work done in good faith?\",\n    options: [\n      \"Section 21\",\n      \"Section 22\",\n      \"Section 23\",\n      \"Section 24\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 50,\n    year: '2016-17',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"The term \\\"public authority\\\" under the Right to Information Act, 2005 does not include which one of the following?\",\n    options: [\n      \"National Human Rights Commission\",\n      \"Lokayukta of Delhi\",\n      \"A non-Government Organization receiving substantial grant from the Government\",\n      \"Trustees of PM CARES Fund\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 51,\n    year: '2016-17',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Who has the right to information under the Right to Information Act, 2005?\",\n    options: [\n      \"All individuals in India including the foreigners residing in India\",\n      \"All individuals in India, agencies of the State and the foreigners residing in India\",\n      \"All citizens of India\",\n      \"All agencies of the State\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 52,\n    year: '2016-17',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"The obligation of a public authority under the Right to Information Act, 2005 does not include\",\n    options: [\n      \"publication of all relevant facts while formulating important policies which affect public\",\n      \"providing reasons for its administrative decisions to affected persons\",\n      \"publication of all relevant facts while announcing decisions which affect public\",\n      \"providing information regarding commercial confidence to an applicant except in case of larger public interest\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 53,\n    year: '2016-17',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"\\\"Right to information\\\" under the Right to Information Act, 2005 does not include\",\n    options: [\n      \"inspection of official documents\",\n      \"obtaining information relating to Border Roads Development Board\",\n      \"taking notes from the official files\",\n      \"taking certified copy of a decision of the Court\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 54,\n    year: '2016-17',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"\\\"Competent authority\\\" under the Right to Information Act, 2005 does not mean\",\n    options: [\n      \"Chief Minister of Delhi\",\n      \"Speaker in case of Legislative Assembly of Delhi\",\n      \"Chairman in case of Legislative Council of Uttar Pradesh\",\n      \"Vice-President of India in case of Council of States\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 55,\n    year: '2016-17',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"\\\"Information\\\" under the Right to Information Act, 2005 does not include\",\n    options: [\n      \"records as defined under the Right to Information Act, 2005\",\n      \"any information relating to a private body which cannot be accessed by a public authority\",\n      \"reports of Commissions of Inquiry\",\n      \"data material held in any electronic form\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 56,\n    year: '2016-17',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"According to the provisions of the Right to Information Act, 2005, which one of the following statements is not correct?\",\n    options: [\n      \"An application for information must be made only in English or in Hindi.\",\n      \"An application seeking information must accompany prescribed fee except for persons below poverty line.\",\n      \"No personal details need to be given while seeking information except those necessary for contacting the applicant.\",\n      \"Information can be sought even orally.\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 57,\n    year: '2016-17',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"According to the provisions of the Right to Information Act, 2005, which one of the following statements is correct?\",\n    options: [\n      \"No reasons are required to be given for seeking information.\",\n      \"Information is to be supplied free of cost after two weeks from the date of making the application.\",\n      \"Where an application is made to a public authority for information which is held by another public authority, the application must be transferred within one week to that public authority having the information.\",\n      \"If an information relates to the life of a person, the information must be supplied within one week under section 7(1) of the Right to Information Act, 2005.\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 58,\n    year: '2016-17',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which of the following statements is\/are correct under the Right to Information Act, 2005?\\n1. It is not necessary to supply all kinds of information.\\n2. Information pertaining to corruption in Central Reserve Police Force must be supplied.\\n3. Information pertaining to violation of human rights in Intelligence Bureau must be supplied.\\n\\nSelect 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: \"Explanation will be added soon\"\n  },\n  {\n    id: 59,\n    year: '2016-17',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Information under the Right to Information Act, 2005 cannot be denied on which one of the following grounds\/cases?\",\n    options: [\n      \"Information relating to copyright subsisting in the State\",\n      \"Information is likely to impede investigation or apprehension of an offender\",\n      \"Information is a trade secret\",\n      \"Personal information affecting privacy of an individual\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 60,\n    year: '2016-17',\n    chapter: 'CH 3: CENTRAL INFORMATION COMMISSION',\n    question: \"Which one of following statements is not correct under the Right to Information Act, 2005?\",\n    options: [\n      \"No specific qualifications have been prescribed for appointment as Information Commissioner.\",\n      \"An Information Commissioner holds office at the pleasure of the President.\",\n      \"No person can be appointed as Information Commissioner unless he is a person of eminence in public life.\",\n      \"An Information Commissioner must have wide knowledge and experience in law, science, and technology, social service, management, journalism, mass media or administration and governance.\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 61,\n    year: '2016-17',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which of the following statements is\/are correct? Under the Right to Information Act, 2005, when only a part of the information is supplied severing the same from the rest of the information which cannot be supplied, the applicant must be given notice indicating\\n1. reasons for the severance.\\n2. address of the authority which had taken the decision.\\n3. his\/her right to review the decision.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 62,\n    year: '2018',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Which one of the following sections of RTI Act, 2005, gives power to the Central Information Commission to require the concerned public authority to compensate the complainant for any loss or other detriment suffered?\",\n    options: [\n      \"Section 17(1)(a)\",\n      \"Section 19(8)(b)\",\n      \"Section 22(4)(a)\",\n      \"Section 24(3)(b)\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 63,\n    year: '2018',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"In compliance with the provisions of which one of the following sections of the RTI Act, 2005, is it advised that public authorities may proactively disclose the details of foreign and domestic official tours undertaken by minister(s) and officials of the rank of Joint Secretary to the Government of India and above and the heads of the Departments, since 15th January 2012?\",\n    options: [\n      \"Section 4\",\n      \"Section 5\",\n      \"Section 6\",\n      \"Section 7\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 64,\n    year: '2018',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following Sections of RTI Act, 2005 lays down the information which should be disclosed by public authorities on a suo motu or proactive basis?\",\n    options: [\n      \"Section 2(1)(a)\",\n      \"Section 3(1)(c)\",\n      \"Section 4(1)(b)\",\n      \"Section 5(1)(d)\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 65,\n    year: '2018',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"The disclosure of information may be made keeping in mind the provisions of which of the following Sections of the RTI Act, 2005?\",\n    options: [\n      \"Sections 5 to 7\",\n      \"Sections 8 to 11\",\n      \"Sections 12 to 15\",\n      \"Sections 16 to 19\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 66,\n    year: '2018',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"CAG paras dealing with information about the issues of sovereignty and integrity of India, the security, strategic, scientific or economic interests of the State and information covered under which one of the following Sections of the RTI Act, 2005 is exempted from disclosure?\",\n    options: [\n      \"Section 2\",\n      \"Section 4\",\n      \"Section 6\",\n      \"Section 8\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 67,\n    year: '2018',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Which one of the following sections of RTI Act, 2005, provides that the first appellate authority should dispose off the appeal within thirty days of the receipt of the appeal?\",\n    options: [\n      \"Section 17(a)\",\n      \"Section 19(6)\",\n      \"Section 22(4)\",\n      \"Section 24(3)\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 68,\n    year: '2018',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"It is obligatory for all the public authorities under which one of the following Sections of the RTI Act, 2005 to publish all relevant facts while formulating important policies and announcing decisions affecting the public?\",\n    options: [\n      \"Section 4(1)(c)\",\n      \"Section 5(2)(a)\",\n      \"Section 6(3)(d)\",\n      \"Section 7(4)(b)\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 69,\n    year: '2018',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Designation of Central Assistant Public Information Officers by the public authorities is provided under which one of the following sections of the RTI Act, 2005?\",\n    options: [\n      \"Section 3(1)\",\n      \"Section 3(2)\",\n      \"Section 4(1)\",\n      \"Section 5(2)\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 70,\n    year: '2018',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"The purpose of suo motu disclosures under which one of the following sections of the RTI Act, 2005 is to place a large amount of information in public domain on a proactive basis to make the functioning of the public authorities more transparent and also to reduce the need for individual RTI applications?\",\n    options: [\n      \"Section 2\",\n      \"Section 4\",\n      \"Section 6\",\n      \"Section 8\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 71,\n    year: '2018',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Refusal to accept an application on the ground that the demand draft\/bankers cheque\/IPO submitted by the applicant has been drawn in the name of the accounts officer may amount to refusal to accept the application. It may result into imposition of penalty by the Central Information Commission on the concerned Central Public Information Officer under which one of the following Sections of RTI Act, 2005?\",\n    options: [\n      \"Section 16\",\n      \"Section 18\",\n      \"Section 20\",\n      \"Section 22\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 72,\n    year: '2018',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following Sections of RTI Act, 2005 enables the Government to prescribe application fee for supply of information?\",\n    options: [\n      \"Section 6(1)\",\n      \"Section 8(1)\",\n      \"Section 10(1)\",\n      \"Section 12(1)\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 73,\n    year: '2018',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which of the following sections of RTI Act, 2005 provide that a public information officer may seek the assistance of any other officer for proper discharge of his\/her duties?\",\n    options: [\n      \"Sub-sections (3) and (4) of Section 4\",\n      \"Sub-sections (4) and (5) of Section 5\",\n      \"Sub-sections (5) and (6) of Section 6\",\n      \"Sub-sections (6) and (7) of Section 7\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 74,\n    year: '2018',\n    chapter: 'CH 6: MISCELLANEOUS',\n    question: \"Consider the following statements regarding the functions of RTI cell:\\n1. The cell will be a single reference point to receive applications, appeals, complaints and decisions of Central Information Commission.\\n2. The cell will ensure uploading of all applications and appeals received by it on the RTI-MIS.\\n3. The cell will ensure uploading of all complaints and decisions of CIC on the DMIS (computerised diary system).\\n\\nWhich 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: \"Explanation will be added soon\"\n  },\n  {\n    id: 75,\n    year: '2018',\n    chapter: 'CH 6: MISCELLANEOUS',\n    question: \"Consider the following statements regarding the monitoring of RTI applications and appeals:\\n1. Annual reports as prescribed by the CIC.\\n2. A quarterly report regarding disposal and receipts including CPIO-wise analysis of disposal.\\n3. A bi-monthly report of all RTI requests received and disposed off during the period with a comparative picture.\\n\\nWhich 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: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 76,\n    year: '2018',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"According to which one of the following sections of RTI Act, 2005, if an application is received by a public authority seeking an information which is held by another public authority or which is more closely connected with the subject matter relating to another public authority, the public authority receiving the application should transfer the application to the concerned public authority?\",\n    options: [\n      \"Sub-section (3) of Section 6\",\n      \"Sub-section (4) of Section 5\",\n      \"Sub-section (5) of Section 4\",\n      \"Sub-section (6) of Section 3\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 77,\n    year: '2018',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following sections of RTI Act, 2005 provides that a person, who desires to obtain any information under the Act, shall make a request in writing or through electronic means in English or Hindi or in the official language of the area in which the application is being made?\",\n    options: [\n      \"Section 6(1)\",\n      \"Section 8(1)\",\n      \"Section 10(1)\",\n      \"Section 12(1)\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 78,\n    year: '2018',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"According to which one of the following sections of RTI Act, 2005, 'information' means 'any material in any form'?\",\n    options: [\n      \"Section 2(a)\",\n      \"Section 2(c)\",\n      \"Section 2(d)\",\n      \"Section 2(f)\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 79,\n    year: '2018',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"According to which one of the following sections of RTI Act, 2005, any complaint made against an officer of the Government and any possible action the authorities might have taken on the complaint, qualifies as personal information within the meaning of the section?\",\n    options: [\n      \"Section 6(2)(a)\",\n      \"Section 8(1)(j)\",\n      \"Section 9(1)(d)\",\n      \"Section 10(2)(f)\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 80,\n    year: '2018',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Consider the following statements regarding the standard format for providing information:\\n1. RTI application number, date and date of its receipt in the public authority.\\n2. The name, designation, official telephone number and email ID of the CPIO.\\n\\nWhich 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: \"Explanation will be added soon\"\n  },\n  {\n    id: 81,\n    year: '2018',\n    chapter: 'CH 6: MISCELLANEOUS',\n    question: \"Which one of the following sections of RTI Act, 2005 casts a responsibility on the Government of States to develop and organize educational programmes to advance the understanding of the public about exercise of their right to information?\",\n    options: [\n      \"Section 26(1)(a)\",\n      \"Section 28(1)(c)\",\n      \"Section 30(1)(a)\",\n      \"Section 32(1)(c)\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 82,\n    year: '2019-20',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"Which among the following institutions is not considered a 'Public Authority' under the RTI Act, 2005?\",\n    options: [\n      \"Established or constituted by or under the Constitution of India\",\n      \"Established by a private entity not financed and controlled by the Government\",\n      \"Established or constituted by any law made by the Parliament\",\n      \"Established or constituted by any law made by a State Government\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 83,\n    year: '2014',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following information cannot be disclosed under the RTI Act, 2005?\",\n    options: [\n      \"Advice given by a lawyer to his client\",\n      \"Trade secrets involving use of smuggled goods in the manufacturing process\",\n      \"Decisions of the Union Cabinet and all related papers after the Cabinet meeting\",\n      \"Records of an incident that had happened 25 years earlier\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 84,\n    year: '2014',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Under the RTI Act, 2005, fine cannot be imposed in which one of the following cases?\",\n    options: [\n      \"Refusal to receive an application for information\",\n      \"Giving incorrect information\",\n      \"Destroying information\",\n      \"Refusing information on the ground that the same was exempt under Section 8(1)(j)\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 85,\n    year: '2014',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"While exercising powers under Section 20 of the RTI Act, 2005, the Central Information Commission is not bound by which one of the following requirements?\",\n    options: [\n      \"To pass a speaking order\",\n      \"To give personal hearing to the person concerned\",\n      \"Not to receive a complaint regarding denial of information\",\n      \"To follow the principles of evidence\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 86,\n    year: '2014',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following statements is correct with respect to the RTI Act, 2005?\",\n    options: [\n      \"An application for information can be made by any person\",\n      \"Information regarding the arrest of a person must be supplied within one week\",\n      \"Information to persons belonging to BPL category can be supplied without payment of fee\",\n      \"Refusal to provide information may lead to the sentence of imprisonment\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 87,\n    year: '2014',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Consider the following statements:\\n1. The RTI Act, 2005 prohibits disclosure of information regarding infringement of copyright subsisting in the State.\\n2. Information regarding trade secrets can be provided in larger public interest.\\n3. An Information Commissioner cannot be removed from his office on the ground of incompetence.\\n\\nWhich of the statements given above is\/are Incorrect?\",\n    options: [\n      \"1, 2 and 3\",\n      \"1 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 88,\n    year: '2014',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following statements is incorrect?\",\n    options: [\n      \"The power to expand the scope of the Second Schedule to the RTI Act, 2005 vests in the Central Government\",\n      \"The RTI Act, 2005 does not apply to intelligence and security organizations established by the State Governments and notified in the State Official Gazette\",\n      \"The RTI Act, 2005 applies to intelligence and security organizations established by the State Governments with regard to corruption matters\",\n      \"The RTI Act, 2005 has overriding effect over some legislations\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 89,\n    year: '2014',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"If an applicant is not supplied information by a Public Information Officer within prescribed time, which of the following consequences follow(s)?\\n1. The concerned Public Information Officer may face disciplinary action.\\n2. An appeal may be filed before the Appellate Authority at any time.\\n3. The Central or State Information Commission, as the case may be, may receive and enquire into the complaint of the applicant.\\n4. It shall be presumed that the information has been refused.\\n\\nSelect the correct answer using the code given below.\",\n    options: [\n      \"1, 3 and 4\",\n      \"3 and 4 only\",\n      \"2\",\n      \"1 and 4 only\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 90,\n    year: '2014',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following information can be disclosed under the RTI Act, 2005?\",\n    options: [\n      \"An information which can be severed from the information exempted under the RTI Act, 2005\",\n      \"An information pertaining to Border Roads Development Organization\",\n      \"An information pertaining to Aviation Research Centre of Cabinet Secretariat\",\n      \"An information pertaining to the health of a Union Minister\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 91,\n    year: '2015',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"The 'information' which cannot be supplied under the Right to Information Act, 2005 includes\",\n    options: [\n      \"information relating to any private body which can be accessed by a public authority under any law\",\n      \"opinions\",\n      \"information relating to Border Roads Development Board\",\n      \"samples\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 92,\n    year: '2015',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"'Competent authority' under the provisions of the Right to Information Act, 2005 does not include the\",\n    options: [\n      \"Vice President of India in case of Council of States\",\n      \"Chief Minister in case of National Capital Territory of Delhi\",\n      \"President of India in case of Union Public Service Commission\",\n      \"Chief Justice of Delhi High Court in case of Delhi High Court\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 93,\n    year: '2015',\n    chapter: 'CH 3: CENTRAL INFORMATION COMMISSION',\n    question: \"Which one of the following statements states the correct procedure for appointment of the Chief Information Commissioner?\",\n    options: [\n      \"The Chief Information Commissioner is appointed by the President of India.\",\n      \"The Chief Information Commissioner is appointed by the President of India on the recommendations of a committee of three persons which includes Leader of Opposition in Lok Sabha.\",\n      \"The Chief Information Commissioner is appointed by the President of India on the recommendations of a committee consisting of three persons which includes Leader of Opposition or, if no such leader has been recognized, the leader of the single largest group in opposition in the House of the People.\",\n      \"The Chief Information Commissioner is appointed by the President of India on the recommendations of a committee of three persons nominated by the Prime Minister.\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 94,\n    year: '2015',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"Under the provisions of the Right to Information Act, 2005, 'public authority' includes\\n1. an institution created by a law and registered under the Societies Registration Act, 1860\\n2. a Government company\\n3. an institution in the private sector created by a State Legislation\\n\\nSelect the correct answer using the code given below.\",\n    options: [\n      \"1, 2 and 3\",\n      \"2 and 3 only\",\n      \"2 only\",\n      \"1 only\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 95,\n    year: '2015',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"According to the provisions of the Right to Information Act, 2005, 'right to information' does not mean\",\n    options: [\n      \"inspection of documents under the control of a public authority\",\n      \"taking notes of documents under the control of a public authority\",\n      \"taking certified samples of materials under the control of a public authority\",\n      \"information which is not under the control of a public authority\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 96,\n    year: '2015',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Who does not have the right to information under the Right to Information Act, 2005?\",\n    options: [\n      \"A citizen who is not aggrieved from the decision of a public authority\",\n      \"An entity affected from the decision of a public authority\",\n      \"A permanent resident of Delhi seeking information from the State Government of UP\",\n      \"A transgender seeking information on his rights to carry on trade\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 97,\n    year: '2015',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"According to the provisions of the Right to Information Act, 2005, a public authority is under no obligation to\",\n    options: [\n      \"ensure that all records that are appropriate to be computerized are computerized within a reasonable time subject to availability of resources.\",\n      \"publish within fixed time a directory of its officers and employees\",\n      \"disseminate all materials only in the local language\",\n      \"provide reasons for its administrative or quasi-judicial decisions to the affected persons\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 98,\n    year: '2015',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"As per the provisions of the Right to Information Act, 2005, in which one of the following languages a request for information cannot be made?\",\n    options: [\n      \"English\",\n      \"Hindi\",\n      \"Any language spoken by the applicant\",\n      \"The official language of the area\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 99,\n    year: '2015',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following statements is correct with regard to the Right to Information Act, 2005?\",\n    options: [\n      \"An illiterate person cannot seek information.\",\n      \"An applicant seeking information must give reasons for making the application.\",\n      \"Every applicant must make an application with the prescribed fee except in some cases.\",\n      \"An applicant seeking information must give all personal details while making the application.\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 100,\n    year: '2015',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"According to the provisions of the Right to Information Act, 2005, which one of the following statements is incorrect?\",\n    options: [\n      \"Where an application is made to a public authority requesting for an information which is held by another public authority, the public authority to which the application is made shall transfer that application to that other public authority not later than five days from the date of receipt of the application.\",\n      \"The information sought by an applicant must be given within thirty days of receipt of the request unless the request is refused.\",\n      \"The information can be refused in certain cases.\",\n      \"The information relating to life and liberty must be given within one week of the receipt of request.\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 101,\n    year: '2015',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following statements is incorrect under the Right to Information Act, 2005?\",\n    options: [\n      \"If an information is not supplied within specified time, it shall be presumed that the request for information has been refused under Section 7(2) of the Act.\",\n      \"If a request for information is deemed to have been refused under Section 7(2) of the Act, it shall be supplied free of cost.\",\n      \"If a request for information has been refused under Section 7(1) of the Act, reasons for such rejection need not be communicated.\",\n      \"Every communication relating to refusal of request for information under Section 7(1) of the RTI Act, 2005 must be accompanied by the particulars of the appellate authority.\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 102,\n    year: '2015',\n    chapter: 'CH 3: CENTRAL INFORMATION COMMISSION',\n    question: \"Under the Right to Information Act, 2005, an Information Commissioner can be removed from his office, if he\\n1. has been convicted of an offence involving moral turpitude\\n2. is unfit to continue in office by reason of his mental infirmity\\n3. has acquired a financial interest which is likely to prejudicially affect his functions\\n\\nSelect the correct answer using the code given below.\",\n    options: [\n      \"1 only\",\n      \"2 only\",\n      \"Any of the above three grounds\",\n      \"3 only\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 103,\n    year: '2015',\n    chapter: 'CH 3: CENTRAL INFORMATION COMMISSION',\n    question: \"Which one of the following statements is correct under the Right to Information Act, 2005?\",\n    options: [\n      \"An Information Commissioner can carry on his usual profession.\",\n      \"An Information Commissioner can be a member of any political party.\",\n      \"An Information Commissioner can be a member of Legislative Assembly of a Union Territory.\",\n      \"An Information Commissioner can be removed from his office only by the President of India.\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 104,\n    year: '2015',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Under the Right to Information Act, 2005\\n1. an appeal against the decision of the Public Information Officer can be preferred before the appellate authority within thirty days of receipt of the decision\\n2. second appeal against the decision of the appellate authority lies within ninety days from the date on which the decision was received\\n\\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: \"Explanation will be added soon\"\n  },\n  {\n    id: 105,\n    year: '2015',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Under the Right to Information Act, 2005, the Central Information Commission has power to\\n1. receive and inquire into any complaint from any person regarding refusal to access any information requested under the Act\\n2. require a public authority to compensate the complainant for any loss suffered by him\\n3. impose punishment of not more than three months imprisonment on a Public Information Officer who has unjustifiably refused information\\n\\nSelect 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: \"Explanation will be added soon\"\n  },\n  {\n    id: 106,\n    year: '2015',\n    chapter: 'CH 6: MISCELLANEOUS',\n    question: \"Which one of the following statements with regard to the Right to Information Act, 2005 is not correct?\",\n    options: [\n      \"The Act has an overriding effect.\",\n      \"The jurisdiction of civil courts is barred in respect of any order made under the Act.\",\n      \"No suit, prosecution or other legal proceeding shall lie against any person for anything done by him under the Act.\",\n      \"The Act does not apply to Narcotics Control Bureau.\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 107,\n    year: '2015',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"The Central Information Commission has no power\",\n    options: [\n      \"of a civil court in receiving evidence on affidavit\",\n      \"in entertaining directly an application for information\",\n      \"to issue summons for examination of witnesses\",\n      \"to decide reasonableness of fee decided by the Public Information Officer for supplying information\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 108,\n    year: '2015',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"The purpose of the Right to Information Act, 2005 is to\",\n    options: [\n      \"punish corrupt persons\",\n      \"imprison dishonest civil servants\",\n      \"promote transparency and accountability\",\n      \"protect civil servants\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 109,\n    year: '2015',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Which one of the following statements pertaining to penalty under the Right to Information Act, 2005 is not correct?\",\n    options: [\n      \"The refusal to receive an application for supplying information without any reasonable cause may entail a fine of Rs 250 per day with a maximum of Rs 25,000.\",\n      \"The refusal to supply information without any reasonable cause may entail a fine of Rs. 250 per day with a maximum of Rs. 25,000.\",\n      \"Supplying wrong information may entail a fine of Rs 250 per day with a maximum of Rs. 25,000.\",\n      \"The refusal to receive an application for supplying information or refusing information may entail a fine of Rs. 25,000.\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 110,\n    year: '2015',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following information cannot be refused under the Right to Information Act, 2005?\",\n    options: [\n      \"information relating to intellectual property whose disclosure is not in larger public interest\",\n      \"Information which might impede the process of apprehension of offenders\",\n      \"Information obtained by a person in his fiduciary relationship, the disclosure of which is not in larger public interest\",\n      \"Reasons concerning the decisions of Council of Ministers except those concerning matters which have been exempted under Section 8\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 111,\n    year: '2009-11',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Under the provisions of the Right to Information Act 2005, the obligation of a public authority does not include\",\n    options: [\n      \"supply of information immediately on receiving application.\",\n      \"publish the procedure to be followed in the decision making process.\",\n      \"publish a directory of its officers and employees.\",\n      \"publish the particulars of recipients of concessions and permits.\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 112,\n    year: '2009-11',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"'A' was arrested by the police on the ground of suspicion that he had committed theft on a particular day. 'A' claimed that he was not at the relevant place as he was hospitalized in a government hospital for a serious ailment in a different town at the time of alleged theft. 'A' sought information under the RTI Act from the concerned hospital which did not supply the information for ten days and the applicant had to remain in judicial custody for not being able to satisfy the court about his hospitalization. The action of the Public Information Officer of the hospital will result in which of the following consequence\/consequences?\\n1. The Officer shall be deemed to have refused information.\\n2. The Officer is not guilty as it had supplied information after ten days.\\n3. The Officer is liable to be punished with fine for denial of information to the applicant within time.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 and 3\",\n      \"1 only\",\n      \"2 only\",\n      \"3 only\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 113,\n    year: '2009-11',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Information under the Right to Information Act, 2005 can be sought by every\\n1. Person.\\n2. Citizen.\\n3. Registered society.\\n4. Company.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"2, 3 and 4\",\n      \"1 only\",\n      \"2 only\",\n      \"1, 3 and 4\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 114,\n    year: '2009-11',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which of the following statements with regard to Right to Information Act, 2005 is\/are correct?\\n1. A public authority, which does not possess information, is under an obligation to transfer the application to the concerned public authority within five days of receipt of the application.\\n2. An applicant seeking information must disclose the reasons for which he wants the information.\\n3. A sensorily disabled person has a right to be assisted by the Public Information Officer while seeking access to the record.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1, 2 and 3\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1 only\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 115,\n    year: '2009-11',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"The Right to Information Act, 2005 does not prescribe which one of the following requirements?\",\n    options: [\n      \"Recording and communication of reasons to the applicant for refusal to provide information\",\n      \"Communication of the period within which an appeal can be filed against refusal of information\",\n      \"Providing the particulars of the appellate authority\",\n      \"Providing the reasons for taking a particular decision in any matter to which the information relates\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 116,\n    year: '2009-11',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following information cannot be supplied under the Right to Information Act, 2005?\",\n    options: [\n      \"Notings of the files\",\n      \"Inspection of answer scripts of an examination\",\n      \"Information relating to religious belief and faith of an individual holding a public office\",\n      \"Income tax returns of an employee of private limited company\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 117,\n    year: '2009-11',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which of the following statements regarding third party information under the provisions of the Right to Information Act, 2005 are correct?\\n1. The third party must be given a notice within five days of receipt of the application seeking information.\\n2. The third party has a right to make a written or oral submission against disclosure.\\n3. The Public Information Officer while deciding the matter must keep in view the objections of the third party.\\n4. The above procedure applies in all cases where third party information is sought.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1, 2 and 3 only\",\n      \"2 and 3 only\",\n      \"1 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 118,\n    year: '2009-11',\n    chapter: 'CH 3: CENTRAL INFORMATION COMMISSION',\n    question: \"Which one of the following is not a member of the committee for the selection of the Chief Information Commissioner?\",\n    options: [\n      \"Prime Minister\",\n      \"Speaker of Lok Sabha\",\n      \"Leader of Opposition in Lok Sabha\",\n      \"A Union Cabinet Minister nominated by the Prime Minister\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 119,\n    year: '2009-11',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Which one among the following statements about the powers of the Central and State Information Commission is not correct?\",\n    options: [\n      \"The Central and State Information Commission can enquire into complaint pertaining to excessive amount of fee charged for supplying any information.\",\n      \"The Central and State Information Commission have the powers of a civil court as provided under the Code of Civil Procedure, 1908 in respect of specified matters.\",\n      \"The Central and State Information Commission have power to punish a guilty person with imprisonment not exceeding three months.\",\n      \"The Central and State Information Commission have power to secure publication of certain information required under the Right to Information Act, 2005.\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 120,\n    year: '2009-11',\n    chapter: 'CH 6: MISCELLANEOUS',\n    question: \"Which of the following organizational departments is not exempted from providing information under the Right to Information Act, 2005?\",\n    options: [\n      \"National Security Council Secretariat\",\n      \"National Technical Research Organisation\",\n      \"Aviation Research Centre\",\n      \"Central Information Commission\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 121,\n    year: '2009-11',\n    chapter: 'CH 6: MISCELLANEOUS',\n    question: \"Raman, an employee in the Intelligence Bureau leaks out relevant documents pertaining to certain purchases made by the Bureau involving corruption. During the course of disciplinary proceedings initiated against him for disclosing official papers of sensitive organization like Intelligence Bureau, Raman made an application seeking information from the Intelligence Bureau which was refused by virtue of Section 24 of the Right to Information Act, 2005. Which of the following statements is correct?\",\n    options: [\n      \"The denial of information is valid as the matter relates to an Organisation exempted under the Right to Information Act, 2005.\",\n      \"The denial of information is valid as an employee cannot disclose confidential papers without proper authority of the higher officials.\",\n      \"The denial of information is not valid as the matter relates to corruption in a government organization.\",\n      \"The denial of information is not valid as every employee has the freedom of speech and expression which he can enjoy in public interest by disclosing documents pertaining to corruption.\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 122,\n    year: '2009-11',\n    chapter: 'CH 3: CENTRAL INFORMATION COMMISSION',\n    question: \"Which of the following statements are correct?\\n1. An Information Commissioner can be removed from office by the President on the ground of physical or mental infirmity.\\n2. The salary and allowances payable and other terms and conditions of service of the Chief Information Commissioner and Information Commissioners shall be the same as that of the Chief Election Commissioner.\\n3. The Chief Information Commissioner and other Information Commissioners may resign from their office by sending in their resignation to the President.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1, 2 and 3\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1 and 2 only\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 123,\n    year: '2012-13',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Which one of the following statements is incorrect?\",\n    options: [\n      \"The Information Commissions have been given very wide discretionary powers under the RTI Act, 2005 to ensure that information is available to the applicants from public authorities\",\n      \"These Commissions have powers like those exercised by the civil courts in many matters\",\n      \"The powers have, however, to be exercised in accordance with the rules of natural justice\",\n      \"The proceedings pending before the Central Information Commission do not abate on the death of the appellant\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 124,\n    year: '2012-13',\n    chapter: 'CH 6: MISCELLANEOUS',\n    question: \"Which one of the following statements is incorrect?\",\n    options: [\n      \"No order passed under the RTI Act, 2005 shall be called in question before any High Court\",\n      \"Information regarding corruption in Research and Analysis Wing of the Cabinet Secretariat can be made available under the RTI Act, 2005\",\n      \"Any information regarding allegations of violation of human rights by any security organization of the Central Government can be provided under the RTI Act, 2005 in a limited manner\",\n      \"The Central Government has power to include or exclude any intelligence organization from the application of the RTI Act, 2005\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 125,\n    year: '2012-13',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"According to the provisions of the RTI Act, 2005, which one among the following pairs is correctly matched?\",\n    options: [\n      \"Physically challenged persons - No fee is required to be paid for supplying information\",\n      \"Persons below poverty line - No fee is required to be paid for supplying information\",\n      \"An application seeking information which is available with another public authority - Must be transferred within 15 days to that other public authority\",\n      \"An appeal before the Central Information Commission - Must be decided within 30 days\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 126,\n    year: '2012-13',\n    chapter: 'CH 6: MISCELLANEOUS',\n    question: \"Which of the following statements is\/are incorrect?\\n1. The disclosure of information under the RTI Act, 2005 is a rule and its refusal is an exception.\\n2. The RTI Act, 2005 overrides the provisions of other laws.\\n3. Reasons for seeking information need not be disclosed.\\n4. A State Information Commission has no power to inspect a record held by a Central Government Organization even if the subject matter of the application seeking information relates to that record.\\n\\nSelect the correct answer using the code given below.\",\n    options: [\n      \"1 only\",\n      \"1 and 2\",\n      \"3 and 4\",\n      \"4 only\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 127,\n    year: '2014',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following statements with regard to the Right to Information Act, 2005 is incorrect?\",\n    options: [\n      \"The disclosure of third party information cannot be made in the same way as all other information\",\n      \"The Right to Information Act, 2005 contains specific provisions to protect life of a person\",\n      \"The Right to Information Act, 2005 treats equally all information relating to corruption\",\n      \"An applicant denied information by a public authority can directly approach a Court for information\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 128,\n    year: '2024',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Which one of the following sections of the RTI Act, 2005 deals with severability?\",\n    options: [\n      \"Section 9\",\n      \"Section 10\",\n      \"Section 11\",\n      \"Section 12\"\n    ],\n    correct: 1,\n    explanation: \"<b>Section 10 \u2013 Severability<\/b><br>Section 10(1) of the RTI Act, 2005 states that if a request for information contains both exempt and non-exempt information, the Public Authority must provide access to the non-exempt part after severing the exempted portion.<br>Section 10(2) mandates that the applicant be informed about the decision of severability and reasons for the denial of certain portions.<br><b>Extract from Section 10(1):<\/b><br>\\\"Where a request for access to information is rejected on the ground that it is in relation to information which is exempt from disclosure, then, notwithstanding anything contained in this Act, access may be provided to that part of the record which does not contain exempt information and which can reasonably be severed.\\\"\"\n  },\n  {\n    id: 129,\n    year: '2024',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"Consider the following statements:\\nAs per Section 2(h) of the RTI Act, 2005, \\\"public authority\\\" means any authority or body or institution of self-government established or constituted:\\n1. By any other law made by the Parliament.\\n2. By any other law made by the State legislature.\\n3. By notification issued or order made by the appropriate Government.\\n\\nWhich 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>Section 2(h) \u2013 Definition of Public Authority<\/b><br>Section 2(h) of the RTI Act, 2005 defines Public Authority as:<br>(i) A body established by the Constitution<br>(ii) A body created by any law made by Parliament \u2705<br>(iii) A body created by any law made by a State Legislature \u2705<br>(iv) A body created by any notification issued or order made by the Government \u2705<br>(v) Any entity substantially financed by the Government<br>Thus, all three statements are correct.\"\n  },\n  {\n    id: 130,\n    year: '2024',\n    chapter: 'CH 6: MISCELLANEOUS',\n    question: \"Consider the following statements:\\nRTI Act, 2005 is not applicable to:\\n1. All non-Government organisations substantially financed by political parties.\\n2. All bodies owned, controlled, or substantially financed by the appropriate Government.\\n\\nWhich 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>Section 24(1) of the RTI Act<\/b> states that the Act does not apply to intelligence and security organizations specified in the Second Schedule, except in cases related to corruption and human rights violations.<br>Non-Government organizations financed by political parties are not explicitly exempt from RTI. However, political parties themselves have been declared outside the RTI Act by a CIC ruling.<br>Thus, only statement 2 is correct.\"\n  },\n  {\n    id: 131,\n    year: '2024',\n    chapter: 'CH 1: PRELIMINARY',\n    question: \"Consider the following statements:\\nAs per Section 2(i) of the RTI Act, 2005, \\\"record\\\" includes:\\n1. Any microfilm, microfiche, and facsimile copy of a document.\\n2. Any reproduction of image or images embodied in such microfilm.\\n3. Any other material produced by a computer or any other device.\\n\\nWhich 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>Section 2(i) \u2013 Definition of Record<\/b><br>Section 2(i) of the RTI Act defines \\\"record\\\" as including:<br>1. Any document, manuscript, and file<br>2. Any microfilm, microfiche, and facsimile copy of a document \u2705<br>3. Any reproduction of image or images embodied in such microfilm \u2705<br>4. Any other material produced by a computer or any other device \u2705<br>Thus, all three statements are correct.\"\n  },\n  {\n    id: 132,\n    year: '2024',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Consider the following statements about an inquiry carried out by an Information Commission:\\n1. It may examine any record to which the RTI Act, 2005 applies.\\n2. No such record can be withheld from it (irrespective of any provision of any Act passed by the Parliament or the State legislature).\\n3. The Information Commission has the powers of a civil court trying a suit under the Code of Civil Procedure.\\n\\nWhich 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>Section 18(3) \u2013 Inquiry Powers of the Commission<\/b><br>Section 18(3) of the RTI Act states that while inquiring into complaints, the Information Commission has the same powers as a civil court.<br>It can examine any record to which RTI applies, and no such record can be withheld from it, even if some other law prohibits disclosure.<br>Thus, all three statements are correct.\"\n  },\n  {\n    id: 133,\n    year: '2024',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Consider the following statements:\\nThe RTI Act, 2005 stipulates that a Public Authority should transfer an RTI application or a part thereof to another Public Authority if the application or a part of it pertains to information:\\n1. Held by another Public Authority.\\n2. Which is more closely connected with the functions of another Public Authority.\\n\\nWhich 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>Section 6(3) \u2013 Transfer of RTI Requests<\/b><br>Section 6(3) of the RTI Act states that if a Public Authority receives an RTI application that relates to another Public Authority's jurisdiction, it must transfer it within 5 days.<br>The authority must also inform the applicant about the transfer.<br>Thus, both statements are correct.\"\n  },\n  {\n    id: 134,\n    year: '2024',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Consider the following statements:\\n1. A Public Information Officer at the administrative unit level will receive applications under the RTI Act, 2005.\\n2. An Assistant Public Information Officer at the sub-district and sub-divisional levels will receive applications under the RTI Act, 2005.\\n3. Any officer of a public authority, who is available in the authority's office when the application is made, will receive applications under the RTI Act, 2005.\\n\\nWhich 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: 0,\n    explanation: \"<b>Section 5 \u2013 Public Information Officers:<\/b><br>Section 5(1) of the RTI Act: Every Public Authority must designate a Public Information Officer (PIO) to receive RTI applications. \u2705<br>Section 5(2): The Government may also appoint Assistant Public Information Officers (APIOs) at the sub-district and sub-divisional levels. \u2705<br>Statement 3 is incorrect: There is no provision for \\\"any officer in the office\\\" to receive applications. \u274c<br>Thus, statements 1 and 2 are correct.\"\n  },\n  {\n    id: 135,\n    year: '2024',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Consider the following statements:\\nAn applicant making a request for information under the RTI Act, 2005:\\n1. Shall give the reason why the information is sought.\\n2. Shall give his\/her personal details.\\n3. Shall not give any reason for requesting the information or any other personal details except those necessary for contacting him\/her.\\n\\nWhich of the above statements is\/are correct?\",\n    options: [\n      \"1 only\",\n      \"2 only\",\n      \"3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 2,\n    explanation: \"<b>Section 6(2) \u2013 No Need to Provide Reasons or Personal Details<\/b><br>Section 6(2) of the RTI Act:<br>\\\"An applicant making a request for information shall not be required to give any reason for requesting the information or any other personal details except those necessary for contacting him.\\\"<br>Thus, statement 3 is correct, and statements 1 and 2 are incorrect.\"\n  },\n  {\n    id: 136,\n    year: '2024',\n    chapter: 'Misc.',\n    question: \"The first Indian state to introduce the law on RTI was:\",\n    options: [\n      \"Tamil Nadu\",\n      \"Uttar Pradesh\",\n      \"Maharashtra\",\n      \"Gujarat\"\n    ],\n    correct: 0,\n    explanation: \"Tamil Nadu was the first state to pass an RTI law in 1997, long before the central RTI Act, 2005, was enacted.\"\n  },\n  {\n    id: 137,\n    year: '2024',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"What is the time limit specified in the RTI Act, 2005 for the Central\/State Information Commissions to decide on complaints?\",\n    options: [\n      \"15 days\",\n      \"One month\",\n      \"Two months\",\n      \"No such time limit has been specified\"\n    ],\n    correct: 3,\n    explanation: \"<b>Section 18 \u2013 Complaints to the Commission<\/b><br>The RTI Act does not specify any time limit for the Information Commission to decide on complaints.<br>Section 18 of the RTI Act provides the power to the Commission to inquire into complaints, but it does not impose a deadline for deciding them.\"\n  },\n  {\n    id: 138,\n    year: '2024',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"How could a Public Information Officer receive applications?\\n1. Those submitted by an applicant by hand.\\n2. Those sent by an applicant by E-Mail.\\n3. Transferred by another Public Authority.\\n4. Forwarded by an Assistant Public Information Officer.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1, 2, and 3 only\",\n      \"1 and 4 only\",\n      \"2, 3, and 4 only\",\n      \"1, 2, 3, and 4\"\n    ],\n    correct: 3,\n    explanation: \"<b>Section 6 \u2013 RTI Application Submission<\/b><br>As per Section 6(1) of the RTI Act, an RTI application can be submitted:<br>1. By hand (physically) \u2013 \u2705<br>2. By email or electronic means \u2013 \u2705 (As per the RTI Rules, applications can be submitted via email where online RTI is facilitated.)<br>3. Transferred by another Public Authority (Section 6(3)) \u2013 \u2705<br>4. Forwarded by an Assistant Public Information Officer (APIO) (Section 5(2)) \u2013 \u2705<br>Thus, all four options are correct.\"\n  },\n  {\n    id: 139,\n    year: '2024',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Consider the following statements:\\nA first appeal against the decision of a Public Information Officer (PIO) can be preferred by:\\n1. An applicant.\\n2. A person from within the Public Authority.\\n3. A person outside the Public Authority to whom the information pertains.\\n\\nWhich 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: 0,\n    explanation: \"<b>Section 19(1) \u2013 First Appeal<\/b><br>Section 19(1) of the RTI Act:<br>\\\"Any person who, does not receive a decision within the prescribed time or is aggrieved by a decision of the PIO, may file an appeal.\\\"<br>Applicant (RTI requestor) can appeal \u2013 \u2705<br>A person within the Public Authority (if affected by PIO's decision) \u2013 \u2705<br>A person outside the Public Authority to whom the information pertains \u2013 \u274c (No provision allows this.)<br>Thus, statements 1 and 2 are correct.\"\n  },\n  {\n    id: 140,\n    year: '2024',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Consider the following statements:\\nA Public Information Officer will be liable to be imposed a monetary penalty for:\\n1. Refusal to receive an information application.\\n2. Not providing information within the specified time limits.\\n3. Destroying information.\\n\\nWhich 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>Section 20 \u2013 Penalties on PIOs<\/b><br>Section 20(1) of the RTI Act states that a PIO can be penalized \u20b9250 per day up to \u20b925,000 for:<br>1. Refusing to receive an RTI application \u2013 \u2705<br>2. Not providing information within the prescribed time \u2013 \u2705<br>3. Destroying requested information \u2013 \u2705<br>Thus, all three statements are correct.\"\n  },\n  {\n    id: 141,\n    year: '2024',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Consider the following statements:\\nWhile inquiring into a complaint, Information Commissions have the power to:\\n1. Summon and enforce attendance of persons.\\n2. Compel them to give evidence on oath and produce documents or things.\\n3. Require discovery and inspection of documents.\\n\\nWhich of the above statements is\/are correct?\",\n    options: [\n      \"1 only\",\n      \"2 only\",\n      \"3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 3,\n    explanation: \"<b>Section 18(3) \u2013 Inquiry Powers of the Commission<\/b><br>The Information Commission has powers of a civil court and can:<br>1. Summon and enforce attendance of persons \u2013 \u2705<br>2. Compel them to give evidence on oath and produce documents \u2013 \u2705<br>3. Require discovery and inspection of documents \u2013 \u2705<br>Thus, all three statements are correct.\"\n  },\n  {\n    id: 142,\n    year: '2024',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Consider the following statements:\\n1. A PIO has to offer reasonable assistance to the person making the request orally to record the same in writing.\\n2. A PIO is under no obligation to provide requested information to non-BPL category persons without the payment of application\/initial fees.\\n3. A PIO is under no obligation to provide requested information to non-BPL category persons without the payment of further fees as specified by her\/him.\\n\\nWhich 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>Sections 5 & 7 \u2013 PIO's Responsibilities<\/b><br>1. PIO must assist applicants in writing down their request if they cannot do so (Section 5(3)) \u2013 \u2705<br>2. Non-BPL applicants must pay application\/initial fees (RTI Rules) \u2013 \u2705<br>3. Non-BPL applicants must also pay additional fees for information supply (Section 7(1)) \u2013 \u2705<br>Thus, all three statements are correct.\"\n  },\n  {\n    id: 143,\n    year: '2024',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Time limit for filing the first appeal by an applicant under Sub-section (1) of Section 19 of the RTI Act, 2005 is:\",\n    options: [\n      \"30 days from the receipt of PIO's decision\",\n      \"10 days from the receipt of PIO's decision\",\n      \"40 days from the receipt of PIO's decision\",\n      \"45 days from the receipt of PIO's decision\"\n    ],\n    correct: 0,\n    explanation: \"<b>Section 19(1) \u2013 Time Limit for First Appeal<\/b><br>An RTI applicant must file the first appeal within 30 days of receiving the PIO's response.\"\n  },\n  {\n    id: 144,\n    year: '2024',\n    chapter: 'Misc.',\n    question: \"How many schedules does the RTI Act, 2005 have?\",\n    options: [\n      \"1\",\n      \"2\",\n      \"8\",\n      \"10\"\n    ],\n    correct: 1,\n    explanation: \"<b>THE FIRST SCHEDULE:<\/b> Form of oath or affirmation to be made by the Chief Information Commissioner\/the Information Commissioner\/the State Chief Information Commissioner\/the State Information Commissioner<br><b>THE SECOND SCHEDULE:<\/b> Intelligence and security organisation established by the Central Government.\"\n  },\n  {\n    id: 145,\n    year: '2024',\n    chapter: 'CH 2: RIGHT TO INFORMATION AND OBLIGATIONS OF PUBLIC AUTHORITIES',\n    question: \"Consider the following statements:\\nThe Second Schedule of the RTI Act, 2005 lists\\n1. the intelligence and security organizations established by the Central Government that are exempted from the purview of the RTI Act, 2005.\\n2. all Government organizations come under the purview of the RTI Act, 2005.\\n3. all departmental information of the Central and State Governments.\\n\\nWhich of the above statements is\/are correct?\",\n    options: [\n      \"1 only\",\n      \"2 only\",\n      \"3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 0,\n    explanation: \"<b>Second Schedule \u2013 Exempted Organizations<\/b><br>The Second Schedule lists intelligence and security organizations exempt from RTI (Section 24) \u2013 \u2705<br>It does NOT list all Government organizations or general departmental information \u2013 \u274c<br>Thus, only statement 1 is correct.\"\n  },\n  {\n    id: 146,\n    year: '2024',\n    chapter: 'CH 6: MISCELLANEOUS',\n    question: \"Consider the following statements:\\nAccording to the RTI Act, 2005, as far as exempted organizations are concerned, the exemption applies to:\\n1. Certain organizations of the Central Government as listed in the Second Schedule and to the information submitted by these organizations to the Central Government.\\n2. Certain organizations of the State Governments as may be notified by them in the Official Gazette, but not to the information furnished by these organizations to the respective State Governments.\\n\\nWhich 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>Section 24 \u2013 Exempted Organizations<\/b><br>Central Government agencies listed in the Second Schedule are exempt from RTI, including the information they submit to the government \u2013 \u2705<br>State Governments can also exempt agencies, but the exemption does NOT apply to information furnished to State Governments \u2013 \u2705<br>Thus, both statements are correct.\"\n  },\n  {\n    id: 147,\n    year: '2024',\n    chapter: 'CH 5: POWERS AND FUNCTIONS OF THE INFORMATION COMMISSIONS, APPEAL AND PENALTIES',\n    question: \"Consider the following statements:\\nWhile inquiring into a complaint, Information Commissions have the power:\\n1. to receive evidence on affidavit.\\n2. to requisition any public records or copies thereof from any court or office.\\n3. to issue summons for the examination of witnesses or documents.\\n\\nWhich 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>Section 18(3) \u2013 Inquiry Powers of Information Commissions<\/b><br>While inquiring into a complaint, the Commission has powers to:<br>1. Receive evidence on affidavit \u2013 \u2705<br>2. Requisition public records from courts or offices \u2013 \u2705<br>3. Issue summons for examination of witnesses or documents \u2013 \u2705<br>Thus, all three statements are correct.\"\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-4090","page","type-page","status-publish","hentry","category-pyq"],"_links":{"self":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/4090","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=4090"}],"version-history":[{"count":51,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/4090\/revisions"}],"predecessor-version":[{"id":10002,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/4090\/revisions\/10002"}],"wp:attachment":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4090"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4090"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4090"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}