{"id":5713,"date":"2025-12-22T07:30:09","date_gmt":"2025-12-22T07:30:09","guid":{"rendered":"https:\/\/promotionexams.com\/?page_id=5713"},"modified":"2026-01-30T15:27:53","modified_gmt":"2026-01-30T15:27:53","slug":"previous-year-question-allocation-of-business-rules","status":"publish","type":"page","link":"https:\/\/promotionexams.com\/?page_id=5713","title":{"rendered":"Previous Year Question -Allocation of Business Rules"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5713\" class=\"elementor elementor-5713\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9dd7078 e-flex e-con-boxed e-con e-parent\" data-id=\"9dd7078\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1096d96 e-con-full e-flex e-con e-parent\" data-id=\"1096d96\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ebd2551 elementor-widget elementor-widget-html\" data-id=\"ebd2551\" 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\">AOBR\/TOBR<\/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: 148,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"During partition of India, some people migrated from Pakistan and settled in India. Now those people want some compensation from Government of Pakistan and have filed a representation to the Prime Minister of India. To which one among the following ministries, the PMO should forward the representation?\",\n    options: [\n      \"Ministry of Home Affairs\",\n      \"Ministry of Overseas Indian Affairs\",\n      \"Ministry of Minority Affairs\",\n      \"Ministry of External Affairs\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 149,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"The Survey of India and National Atlas & Thematic Mapping Organization fall under the jurisdiction of\",\n    options: [\n      \"Ministry of Science and Technology\",\n      \"Ministry of Earth Science\",\n      \"Ministry of Defence\",\n      \"Ministry of Communication and Information Technology\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 150,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"Indian Institute of Science, Bengaluru is an institute under\",\n    options: [\n      \"Ministry of Human Resource Development\",\n      \"Ministry of Science and Technology\",\n      \"Council of Scientific and Industrial Research\",\n      \"Department of Space\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 151,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"Commission of Rail Safety falls under\",\n    options: [\n      \"Ministry of Home Affairs\",\n      \"Cabinet Secretariat\",\n      \"Ministry of Railways\",\n      \"Ministry of Civil Aviation\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 152,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"A case was registered by the police for improper use of Emblems and Names. The matter should be referred to which Ministry for seeking expert opinion in this regard?\",\n    options: [\n      \"Ministry of Home Affairs\",\n      \"Ministry of Law and Justice\",\n      \"Ministry of Culture\",\n      \"Ministry of Consumer Affairs, Food and Public Distribution\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 153,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"Suppose an aeroplane en route to Srinagar is hijacked by some terrorists. This message is communicated to the Government by the Directorate of Civil Aviation. In such a situation, a meeting is called by the Cabinet Secretary. Who among the following shall be the probable invitees to the meeting?\\n1. Home Secretary and Defence Secretary\\n2. Chief of Army Staff and Chief of Air Staff\\n3. Chief Minister of Jammu and Kashmir\\n4. Chief of Central Bureau of Investigation\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 and 3\",\n      \"2 and 4\",\n      \"1 and 4\",\n      \"1 and 2\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 154,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"The role of Ministry of Parliamentary Affairs, among other things, is to\",\n    options: [\n      \"conduct the Business of the House\",\n      \"fix dates of summoning and prorogation of the two Houses of Parliament\",\n      \"see the matters pertaining to Parliamentary Committees\",\n      \"advise the Speaker in the Well of the House\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 155,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"The prices of life-saving drugs are regulated by\",\n    options: [\n      \"Drug Controller of India\",\n      \"National Pharmaceutical Pricing Authority (NPPA)\",\n      \"Ministry of Health, Government of India\",\n      \"State Governments\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 156,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"Explosive Substance Act, 1908 falls under the purview of\",\n    options: [\n      \"Department of Industrial Policy and Promotion, Ministry of Commerce and Industry\",\n      \"Ministry of Chemicals and Fertilizers\",\n      \"Cabinet Secretariat\",\n      \"Ministry of Home Affairs\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 157,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"Suppose, Delhi Metro Rail Corporation (DMRC) wants to lay metro lines near Jama Masjid at Delhi. In this case, DMRC shall have to seek permission from which among the following agencies?\\n1. Delhi Urban Art Commission\\n2. Archaeological Survey of India\\n3. Ministry of Defence\\n4. Ministry of Surface Transport\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"1, 2, and 4\",\n      \"2 and 3 only\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 158,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"Prevention of Black Marketing of fertilizers is the responsibility of\",\n    options: [\n      \"State Governments\",\n      \"Union Government\",\n      \"Fertilizer companies\",\n      \"Gram Panchayats\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 159,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"Bharat Electronics Ltd. is a public sector undertaking under the Ministry of\",\n    options: [\n      \"Heavy Industries and Public Enterprises\",\n      \"Science and Technology\",\n      \"Defence\",\n      \"Communication\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 160,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"A group of people want to visit Mansarover for pilgrimage. To which one among the following ministries of Government of India should they approach?\",\n    options: [\n      \"Ministry of External Affairs\",\n      \"Ministry of Home Affairs\",\n      \"Ministry of Culture\",\n      \"Ministry of Defence\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 161,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"An office of Government of India, in order to prescribe a particular dress for its officers, has to take permission from which one among the following?\",\n    options: [\n      \"Ministry of Home Affairs\",\n      \"Ministry of Law and Justice\",\n      \"Central Secretariat\",\n      \"Department of Personnel and Training\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 162,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"An organization of Government of India proposes to hold a conference at 'Vigyan Bhawan' in New Delhi. To which one among the following agencies should they approach to take the permission?\",\n    options: [\n      \"New Delhi Municipal Corporation\",\n      \"Ministry of Science and Technology\",\n      \"Ministry of Urban Development\",\n      \"Ministry of Information and Broadcasting\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 163,\n    year: '2009-11',\n    chapter: 'Table of Precedence',\n    question: \"Which one among the following is an equivalent post of 'Field Marshal' in Indian Air Force?\",\n    options: [\n      \"Marshal of the Air\",\n      \"Air Chief Marshal\",\n      \"Air Marshal\",\n      \"Air Vice Marshal\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 164,\n    year: '2009-11',\n    chapter: 'Table of Precedence',\n    question: \"The status of Chief of Army Staff is\",\n    options: [\n      \"equivalent to Defence Secretary\",\n      \"higher than Defence Secretary\",\n      \"equivalent to Joint Secretary, Government of India\",\n      \"equivalent to Additional Secretary, Government of India\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 165,\n    year: '2009-11',\n    chapter: 'Misc',\n    question: \"Which among the following officials reports to Ministry of Railways?\",\n    options: [\n      \"Secretary, Railway Board\",\n      \"Chairman, Railway Board\",\n      \"Member, Technical, Railway Board\",\n      \"Member, Traffic, Railway Board\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 166,\n    year: '2009-11',\n    chapter: 'Table of Precedence',\n    question: \"Director of Intelligence Bureau is equivalent to\",\n    options: [\n      \"Director General of Police\",\n      \"Secretary, Government of India\",\n      \"Additional Secretary, Government of India\",\n      \"Cabinet Secretary\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 167,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"Which among the following is the nodal Ministry to look after the issues pertaining to 'Bhopal Gas Leak Disaster'?\",\n    options: [\n      \"Ministry of Petroleum\",\n      \"Ministry of Home Affairs\",\n      \"Ministry of Health\",\n      \"Ministry of Chemicals and Fertilizers\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 168,\n    year: '2009-11',\n    chapter: 'Table of Precedence',\n    question: \"The status of Member, Planning Commission is equivalent to\",\n    options: [\n      \"Secretary, Government of India\",\n      \"Joint Secretary, Government of India\",\n      \"Minister of State in the Union Council of Ministers\",\n      \"Additional Secretary, Government of India\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 169,\n    year: '2009-11',\n    chapter: 'AOBR',\n    question: \"Delhi Development Authority is an organization under\",\n    options: [\n      \"Government of NCT of Delhi\",\n      \"Ministry of Urban Development, Government of India\",\n      \"Planning Commission\",\n      \"Municipal Corporation of Delhi\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 170,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"Indian Institute of Packaging is an institution under the Ministry of\",\n    options: [\n      \"Human Resource Development\",\n      \"Commerce and Industry\",\n      \"Science and Technology\",\n      \"Textiles\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 171,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"Which one among the following Ministries can take action if anybody uses the National Emblem unauthorizedly?\",\n    options: [\n      \"The Ministry of Consumer Affairs\",\n      \"The Ministry of Culture\",\n      \"The Ministry of Defence\",\n      \"The Ministry of Human Resource Development\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 172,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"The affairs regarding Gandhi Peace Prize are looked after by the\",\n    options: [\n      \"Ministry of Culture\",\n      \"Ministry of Human Resource Development\",\n      \"Ministry of Social Justice and Empowerment\",\n      \"Ministry of Information and Broadcasting\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 173,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"Serious Fraud Investigation Office (SFIO) is an office under the Ministry of\",\n    options: [\n      \"Corporate Affairs\",\n      \"Finance\",\n      \"Law and Justice\",\n      \"Home Affairs\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 174,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"'Mishra Dhatu Nigam Limited' and 'Bharat Earth Movers Limited' are the public undertakings under the Ministry of\",\n    options: [\n      \"Mines\",\n      \"Defence\",\n      \"Earth Sciences\",\n      \"Heavy Industries and Public Enterprises\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 175,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"Hindustan Latex Limited falls under the purview of the\",\n    options: [\n      \"Ministry of Health and Family Welfare\",\n      \"Ministry of Commerce and Industry\",\n      \"Ministry of Agriculture\",\n      \"Ministry of Textiles\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 176,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"Delhi Urban Arts Commission falls under the purview of the\",\n    options: [\n      \"Ministry of Culture\",\n      \"Government of NCT of Delhi\",\n      \"Ministry of Urban Development\",\n      \"Municipal Corporation of Delhi\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 177,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"Damodar Valley Corporation is a public undertaking engaged in the field of\",\n    options: [\n      \"Power generation\",\n      \"Mining\",\n      \"Irrigation\",\n      \"Fertilizer\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 178,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"National Wastelands Development Board is under the administrative control of the\",\n    options: [\n      \"Ministry of Agriculture\",\n      \"Ministry of Environment and Forests\",\n      \"Ministry of Rural Development\",\n      \"Cabinet Secretariat\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 179,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"The Registration Act, 1908 is dealt with by the\",\n    options: [\n      \"Ministry of Law and Justice\",\n      \"Ministry of Rural Development\",\n      \"Ministry of Panchayati Raj\",\n      \"Ministry of Urban Development\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 180,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"National Mission on Biofuel is carried out by the\",\n    options: [\n      \"Ministry of Rural Development\",\n      \"Ministry of Agriculture\",\n      \"Ministry of Environment and Forests\",\n      \"Ministry of New and Renewable Energy\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 181,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"Suppose, a person wants to construct a hotel near Indira Gandhi International Airport, Delhi. For this purpose, he will have to take permission from\",\n    options: [\n      \"Municipal Corporation of Delhi and Delhi Development Authority\",\n      \"Municipal Corporation of Delhi and Cantonment Board\",\n      \"Municipal Corporation of Delhi and Airport Authority of India\",\n      \"Municipal Corporation of Delhi, Cantonment Board, Delhi Development Authority, Airport Authority of India, Delhi Urban Arts Commission and Delhi Police\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 182,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"Sale of spurious\/substandard drug is checked by the\",\n    options: [\n      \"Ministry of Health and Family Welfare\",\n      \"Department of Pharmaceuticals of the Ministry of Chemicals and Fertilizers\",\n      \"Ministry of Home Affairs\",\n      \"Ministry of Consumer Affairs\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 183,\n    year: '2012-13',\n    chapter: 'TOBR',\n    question: \"Delhi Police is under the administrative control of the Union Home Ministry. It is headed by a Commissioner of Police who reports to the\",\n    options: [\n      \"Chief Minister of NCT of Delhi\",\n      \"Union Home Minister\",\n      \"Secretary, Ministry of Home Affairs, Government of India\",\n      \"Lt. Governor of Delhi\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 184,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"National Technical Research Organization (NTRO) is a premier apex scientific agency under the\",\n    options: [\n      \"National Security Adviser in the Prime Minister's Office\",\n      \"Defence Research and Development Organization (DRDO)\",\n      \"Council of Scientific and Industrial Research\",\n      \"Department of Atomic Energy\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 185,\n    year: '2012-13',\n    chapter: 'Table of Precedence',\n    question: \"The rank of the Commissioner of Delhi Police is equal to the\",\n    options: [\n      \"Director General of Police of a State\",\n      \"Director, Intelligence Bureau\",\n      \"Inspector General of Police\",\n      \"Director, Central Bureau of Investigation\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 186,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"Agricultural and Processed Food Products Export Development Authority falls under the purview of the\",\n    options: [\n      \"Ministry of Agriculture\",\n      \"Ministry of Food Processing Industries\",\n      \"Ministry of Commerce and Industry\",\n      \"Ministry of Consumer Affairs, Food and Public Distribution\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 187,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"Government of India Printing Press is under the administrative control of the\",\n    options: [\n      \"Ministry of Information and Broadcasting\",\n      \"Ministry of Urban Development\",\n      \"Ministry of Human Resource Development\",\n      \"Ministry of Home Affairs\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 188,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"Administration of Narcotic Drugs and Psychotropic Substances Act is done by the\",\n    options: [\n      \"Ministry of Finance\",\n      \"Ministry of Health and Family Welfare\",\n      \"Ministry of Home Affairs\",\n      \"Department of Pharmaceuticals, Ministry of Chemicals and Fertilizers\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 189,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"Administration of Rajghat Samadhi Committee is done by the\",\n    options: [\n      \"Ministry of Culture\",\n      \"Ministry of Human Resource Development\",\n      \"Ministry of Home Affairs\",\n      \"Ministry of Urban Development\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 190,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"The Ministry of Parliamentary Affairs is responsible for\\n1. Government business in the House\\n2. Coordination with the Lok Sabha and Rajya Sabha Secretariats regarding parliamentary matters\\n3. Private Members' Bill in the House\\n4. TA and DA of the Members of the Parliament\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 and 2 only\",\n      \"1, 2, and 3\",\n      \"3 and 4\",\n      \"2 only\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 191,\n    year: '2012-13',\n    chapter: 'Table of Precedence',\n    question: \"The rank of the Director, Central Bureau of Investigation is\",\n    options: [\n      \"Equivalent to the Director, Intelligence Bureau\",\n      \"Higher than the Director, Intelligence Bureau\",\n      \"Equivalent to the Director in Government of India\",\n      \"Equivalent to the Major General in Indian Army\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 192,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"Drafting of the Government Bill is done by which among the following departments of the Ministry of Law and Justice?\",\n    options: [\n      \"Legislative Department\",\n      \"Department of Legal Affairs\",\n      \"Department of Justice\",\n      \"Both Legislative Department and Department of Legal Affairs\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 193,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"The matters related to management, preservation, and control of enemy property including custodian of enemy property in India are governed by the\",\n    options: [\n      \"Ministry of External Affairs\",\n      \"Ministry of Defence\",\n      \"Ministry of Home Affairs\",\n      \"Ministry of Overseas Indian Affairs\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 194,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"National Museum of Natural History falls under the purview of the\",\n    options: [\n      \"Ministry of Culture\",\n      \"Ministry of Human Resource Development\",\n      \"Ministry of Environment and Forests\",\n      \"None of the above\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 195,\n    year: '2012-13',\n    chapter: 'AOBR',\n    question: \"Which one among the following organizations is responsible for overall coordination of Pradhan Mantri Gramodaya Yojana?\",\n    options: [\n      \"The Planning Commission\",\n      \"The Ministry of Rural Development\",\n      \"The Cabinet Secretariat\",\n      \"The Ministry of Panchayati Raj\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 196,\n    year: '2012-13',\n    chapter: 'TOBR',\n    question: \"Who is the Chairman of National Disaster Management Authority (NDMA)?\",\n    options: [\n      \"The Prime Minister\",\n      \"The Home Minister\",\n      \"The Cabinet Secretary\",\n      \"The Home Secretary\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n   {\n    \"id\": 92,\n    \"year\": \"2014\",\n    \"chapter\": \"TOBR\",\n    \"question\": \"Which of the following matters is not required to be brought before the Cabinet Committee on Security for consideration?\",\n    \"options\": [\n      \"Issues relating to law and order and internal security\",\n      \"Economic and political issues impinging on national security\",\n      \"Matters relating to atomic energy\",\n      \"Appointment of Defence Attaches to SAARC countries\"\n    ],\n    \"correct\": 3,\n    \"explanation\": `<b>Correct Answer: D) Appointment of Defence Attaches to SAARC countries - NOT required for CCS<\/b><br><br>\n<b>Cabinet Committee on Security (CCS) deals with:<\/b><br>\n\nAll matters relating to law and order and internal security \u2713<br>\nItems relating to Defence policy \u2713<br>\nEconomic and political issues impinging on national security \u2713<br>\nMatters relating to atomic energy \u2713<br>\nDefence expenditure \u2713<br>\nDefence capital acquisitions \u2713<br><br>\n<b>Appointment of Defence Attaches:<\/b><br>\nThis is an administrative matter dealt with by the Ministry of External Affairs in consultation with Ministry of Defence. Routine postings of Defence Attaches do not require Cabinet Committee on Security consideration.`\n  },\n  {\n    id: 197,\n    year: '2014',\n    chapter: 'TOBR',\n    question: \"Which of the following rules are issued by the President of India under Article 77(3) of the Constitution for conduct of business of the Government?\\n1. The Government of India (Allocation of Business) Rules, 1961\\n2. The Government of India (Transaction of Business) Rules, 1961\\n3. The General Financial Rules, 2005\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\",\n      \"1 only\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 198,\n    year: '2014',\n    chapter: 'AOBR',\n    question: \"Army, Naval, and Air Headquarters are\",\n    options: [\n      \"the Attached Offices of the Ministry of Defence\",\n      \"the Subordinate Offices of the Ministry of Defence\",\n      \"a part of the integrated Headquarters of the Ministry of Defence\",\n      \"None of the above\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 199,\n    year: '2014',\n    chapter: 'TOBR',\n    question: \"Which of the following statements is correct? As per the Central Staffing Scheme, officers appointed as Secretaries to the Government of India\",\n    options: [\n      \"can have a maximum tenure of three years\",\n      \"can have a maximum tenure of five years\",\n      \"can have a maximum tenure of two years\",\n      \"have no fixed tenure\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 200,\n    year: '2014',\n    chapter: 'TOBR',\n    question: \"Which one of the following statements is incorrect? Public Sector Undertakings are\",\n    options: [\n      \"controlled fully or partly by the Government\",\n      \"set up in the form of companies or corporations\",\n      \"entities in which the shares are held by the President or his nominees\",\n      \"managed by a Board of Directors comprising Government officials only\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 201,\n    year: '2014',\n    chapter: 'TOBR',\n    question: \"Under the Central Staffing Scheme, the prescribed tenure of deputation of an officer to the post of Director is\",\n    options: [\n      \"3 years\",\n      \"4 years\",\n      \"5 years\",\n      \"7 years\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 202,\n    year: '2014',\n    chapter: 'AOBR',\n    question: \"The Department of Pharmaceuticals is under the administrative control of the\",\n    options: [\n      \"Ministry of Health and Family Welfare\",\n      \"Ministry of Chemicals and Fertilizers\",\n      \"Ministry of Micro, Small and Medium Enterprises\",\n      \"Prime Minister's Office\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 203,\n    year: '2014',\n    chapter: 'TOBR',\n    question: \"At present, the Border Roads Development Board (BRDB) functions under the Chairmanship of the\",\n    options: [\n      \"Minister of State in the Ministry of Defence\",\n      \"Minister of State in the Ministry of Road Transport and Highways\",\n      \"Prime Minister\",\n      \"Chief of Army Staff\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 204,\n    year: '2014',\n    chapter: 'AOBR',\n    question: \"Hindustan Shipyard Limited is\",\n    options: [\n      \"a public sector shipyard under the Ministry of Defence\",\n      \"a private sector company\",\n      \"managed by the Shipping Corporation of India\",\n      \"the most profitable shipyard in the country\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 205,\n    year: '2014',\n    chapter: 'Table of Precedence',\n    question: \"A rank of 'Colonel' in the Army is equivalent to\",\n    options: [\n      \"Captain in the Indian Navy\",\n      \"Commodore in the Indian Navy\",\n      \"Wing Commander in the Air Force\",\n      \"None of the above\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 206,\n    year: '2014',\n    chapter: 'AOBR',\n    question: \"An association of the families of freedom fighters wants to take up the issue regarding inadequacy of the pension granted to them and calls on the Minister concerned. Who should the association call on?\",\n    options: [\n      \"The Minister-in-Charge of the Department of Pension and Pensioners' Welfare\",\n      \"The Minister-in-Charge of the Department of Social Justice and Empowerment\",\n      \"The Minister-in-Charge of the Ministry of Home Affairs\",\n      \"The Minister-in-Charge of the Ministry of Human Resource Development\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 207,\n    year: '2014',\n    chapter: 'AOBR',\n    question: \"Inland Waterways Authority of India (IWAI) is an autonomous body under the administrative control of the\",\n    options: [\n      \"Ministry of Shipping\",\n      \"Ministry of Water Resources, River Development and Ganga Rejuvenation\",\n      \"Ministry of Home Affairs\",\n      \"Ministry of Drinking Water and Sanitation\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 208,\n    year: '2014',\n    chapter: 'AOBR',\n    question: \"'Antrix' is the commercial arm of the\",\n    options: [\n      \"Department of Space\",\n      \"Department of Information Technology\",\n      \"Department of Atomic Energy\",\n      \"Department of Electronics\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 209,\n    year: '2014',\n    chapter: 'TOBR',\n    question: \"The Ministry of Culture wants to sign cultural agreements with a number of countries for exchange of musicians. Which of the following actions does it need to take?\",\n    options: [\n      \"Seek prior approval of the Cabinet\",\n      \"Bring the proposal before the Parliament\",\n      \"Bring the matter before the Cabinet for information\",\n      \"Seek the approval of the Ministry of External Affairs\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 210,\n    year: '2014',\n    chapter: 'AOBR',\n    question: \"National Disaster Response Force acts under the\",\n    options: [\n      \"Ministry of Defence\",\n      \"Ministry of Urban Development\",\n      \"Ministry of Home Affairs\",\n      \"PMO\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 211,\n    year: '2014',\n    chapter: 'AOBR',\n    question: \"Which one of the following is not under the Ministry of Information and Broadcasting?\",\n    options: [\n      \"Broadcast Engineers Consultants (India) Limited\",\n      \"Indian Institute of Mass Communication\",\n      \"Publications Division\",\n      \"National School of Drama\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  \n  {\n    id: 212,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"Which one of the following is correct?\",\n    options: [\n      \"The Department of Pharmaceuticals is under the Ministry of Chemicals and Fertilizers\",\n      \"The Department of Scientific and Industrial Research is under the Ministry of Heavy Industries and Public Enterprises\",\n      \"The Ministry of Commerce and Industry was wound up in 2014\",\n      \"The Department of Border Management is under the Ministry of Defence\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 213,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"Which one of the following is incorrect?\",\n    options: [\n      \"The Department of Official Language is not under the Ministry of Human Resource Development\",\n      \"External Affairs and Overseas Affairs are looked after by two separate ministries\",\n      \"There is no department of Jammu and Kashmir Affairs\",\n      \"There exists a separate department of Disability Affairs\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 214,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"Of late, you as a film distributor have been having problems in exporting Indian feature films to certain countries because of an ambiguity in the policy on export of feature films. Who of the following authorities would you represent to for review of the policy?\",\n    options: [\n      \"Director General of Foreign Trade\",\n      \"Department of Industrial Policy and Promotion\",\n      \"Ministry of Information and Broadcasting\",\n      \"Ministry of Culture\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 215,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"You are associated with a Non-Governmental Organization (NGO) engaged in protection of the marine environment on the high seas. You want to explore the possibility of obtaining some financial assistance from the Government. Who would you take up the matter with?\",\n    options: [\n      \"Ministry of Shipping\",\n      \"Ministry of Finance\",\n      \"Ministry of Environment, Forest and Climate Change\",\n      \"Ministry of Earth Sciences\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 216,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"Suppose you want to set up a chain of open-air theatres in the rural areas and various State capitals to promote folk music and dances. Who would you approach with your proposal?\",\n    options: [\n      \"The State Governments concerned\",\n      \"Ministry of Panchayati Raj\",\n      \"Ministry of Rural Development\",\n      \"Ministry of Culture\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 217,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"The Ex-Servicemen Contributory Health Scheme (ECHS) is administered by which one of the following organizations\/ministries?\",\n    options: [\n      \"Directorate General Resettlement\",\n      \"Department of Ex-Servicemen Welfare\",\n      \"Ministry of Health and Family Welfare\",\n      \"Ministry of Chemicals and Fertilizers\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 218,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"Which one of the following Acts administered by the Department of Industrial Policy and Promotion does not relate to protection of the Intellectual Property Rights in India?\",\n    options: [\n      \"The Trade and Merchandise Marks Act, 1958 (43 of 1958)\",\n      \"The Patents Act, 1970 (39 of 1970)\",\n      \"The Essential Commodities Act, 1955 (10 of 1955)\",\n      \"The Designs Act, 2000 (16 of 2000)\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 219,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"Which one of the following statements with regard to the Mazagon Dock Limited, Garden Reach Shipbuilders and Engineers Limited, Goa Shipyard Limited, and Hindustan Shipyard Limited is not correct?\",\n    options: [\n      \"They are public sector undertakings.\",\n      \"They are capable of making certain types of ships and other marine vessels.\",\n      \"They receive regular budgetary support from the Ministry of Defence.\",\n      \"They are subject to audit by the Comptroller and Auditor General of India.\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 220,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"Which ministry\/office is piloting the initiative on development of Smart Cities in India?\",\n    options: [\n      \"Ministry of Urban Development\",\n      \"Ministry of Social Justice and Empowerment\",\n      \"Prime Minister's Office\",\n      \"Ministry of Finance\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 221,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"Suppose, an issue concerning the celebration of some traditional festivals in Puducherry (Pondicherry) and Goa has cropped up. It has the potential of affecting India's relations with France and Portugal respectively. Which one of the following would handle the issue?\",\n    options: [\n      \"Ministry of External Affairs\",\n      \"Ministry of Culture\",\n      \"Cabinet Secretariat\",\n      \"Ministry of Home Affairs\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 222,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"Which one of the following ministries would you apply to for obtaining an industrial license under the provisions of the Industries (Development and Regulation) Act, 1951 (65 of 1951)?\",\n    options: [\n      \"Ministry of Heavy Industries and Public Enterprises\",\n      \"Ministry of Micro, Small and Medium Enterprises\",\n      \"Ministry of Labour and Employment\",\n      \"Ministry of Commerce and Industry\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 223,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"You want to obtain some information under the Right to Information Act, 2005 regarding the Direct Benefits Transfer Scheme. The Public Information Officer (PIO) of which ministry\/department should you address your application to?\",\n    options: [\n      \"Ministry of Labour and Employment\",\n      \"Department of Revenue\",\n      \"Department of Expenditure\",\n      \"Department of Disinvestment\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 224,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"Which one of the following is not a part of the responsibility of the Department of Defence Production?\",\n    options: [\n      \"Defence Public Sector Undertakings\",\n      \"Ordnance Factory Board\",\n      \"Defence Quality Assurance Organization\",\n      \"Advising the Defence Minister on the impact of developments in science and technology on national security\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 225,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"Which one of the following is not under the administrative control of the Ministry of Home Affairs?\",\n    options: [\n      \"Assam Rifles\",\n      \"Coast Guard\",\n      \"National Security Guard\",\n      \"Sashastra Seema Bal\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 226,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"Matters related to the Central Vigilance Commission are dealt with by\",\n    options: [\n      \"Ministry of Law and Justice\",\n      \"Ministry of Home Affairs\",\n      \"Cabinet Secretariat\",\n      \"None of the above\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 227,\n    year: '2015',\n    chapter: 'Table of Precedence',\n    question: \"Which one of the following statements is correct?\",\n    options: [\n      \"India has a Chief of Defence Staff\",\n      \"India has a permanent Chairman of the Chiefs of Staff Committee\",\n      \"India has a Chairman of the Chiefs of Staff Committee\",\n      \"India has all the three mentioned above\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 228,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"The Tata Institute of Fundamental Research is under the administrative control of the Department of\",\n    options: [\n      \"Space\",\n      \"Defence Research and Development\",\n      \"Higher Education\",\n      \"Atomic Energy\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 229,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"Development of manganese and chrome ore mines is the responsibility of the Ministry of\",\n    options: [\n      \"Mines\",\n      \"Steel\",\n      \"Power\",\n      \"Earth Sciences\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 230,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"Which one of the following is not administratively controlled by the Department of Internal Security?\",\n    options: [\n      \"Rashtriya Rifles\",\n      \"Indo-Tibetan Border Police\",\n      \"Border Security Force\",\n      \"Central Industrial Security Force\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 231,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"The Ministry of Development of North-Eastern Region (NER) is not responsible for\",\n    options: [\n      \"Hill Area Development Programme in NER\",\n      \"Non-lapsable Fund for NER\",\n      \"North-Eastern Council\",\n      \"North-Eastern Space Applications Centre\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 232,\n    year: '2015',\n    chapter: 'AOBR',\n    question: \"Which one of the following is not included in the responsibility of the Department of Defence?\",\n    options: [\n      \"Hydrographic surveys and preparation of navigational charts\",\n      \"Matters concerning diving and related activities in the country\",\n      \"Matters related to National Remote Sensing Agency (NRSA)\",\n      \"Remounts, veterinary, and farms organization\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 233,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Which one of the following Ministries\/Departments handles matters related to private air transport (including Cargo) Industry?\",\n    options: [\n      \"Department of Heavy Industries\",\n      \"Department of Defence Production\",\n      \"Ministry of Civil Aviation\",\n      \"Ministry of Tourism\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 234,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"The Commission of Railway Safety functions under the administrative control of the Ministry of\",\n    options: [\n      \"Labour and Employment\",\n      \"Railways\",\n      \"Commerce and Industries\",\n      \"Civil Aviation\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 235,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Which one of the following Ministries\/Departments is concerned with matters related to the Hotel Corporation of India?\",\n    options: [\n      \"Ministry of Civil Aviation\",\n      \"Ministry of Tourism\",\n      \"Department of Public Enterprises\",\n      \"Department of Commerce\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 236,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Minerals and Metals Trading Corporation functions under the administrative control of which one of the following Ministries\/Departments?\",\n    options: [\n      \"Ministry of Mines\",\n      \"Department of Commerce\",\n      \"Department of Heavy Industries\",\n      \"Ministry of Earth Sciences\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 237,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Which one of the following cadres is not managed by the Ministry of Commerce and Industry?\",\n    options: [\n      \"Indian Economic Service\",\n      \"Indian Trade Service\",\n      \"Indian Supply Service\",\n      \"Indian Inspection Service\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 238,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"The Department of Commerce can decide matters relating to grant of fiscal concessions in Special Economic Zones with the concurrence of\",\n    options: [\n      \"the Minister-in-charge of the Department\",\n      \"the Department of Economic Affairs\",\n      \"the Department of Revenue\",\n      \"the Parliament\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 239,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Which one of the following organisations is not under the administrative control of the Department of Commerce?\",\n    options: [\n      \"Directorate General of Commercial Intelligence and Statistics\",\n      \"Marine Products Export Development Authority\",\n      \"Agricultural and Processed Food Products Export Development Authority\",\n      \"Competition Commission of India\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 240,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Which one of the following Acts is not directly related to the protection of Intellectual Property Rights?\",\n    options: [\n      \"The Transfer of Property Act, 1882\",\n      \"The Semiconductor Integrated Circuits Layout Designs Act, 2000\",\n      \"The Trade and Merchandise Marks Act, 1958\",\n      \"The Patents Act, 1970\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 241,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Drafting of Bills is the responsibility of\",\n    options: [\n      \"the Ministry\/Department concerned\",\n      \"the Ministry of Law and Justice\",\n      \"the Cabinet Secretariat\",\n      \"the Ministry of Home Affairs\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 242,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Bharat Wagon and Engineering Company Limited, Burn Standard Company Limited, and the Lagan Jute Machinery Company Limited are subsidiary companies under the administrative control of which one of the following Ministries?\",\n    options: [\n      \"Ministry of Railways\",\n      \"Ministry of Textiles\",\n      \"Ministry of Micro, Small and Medium Enterprises\",\n      \"Ministry of Heavy Industries and Public Enterprises\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 243,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Public Enterprises Selection Board, which advises the Government on appointments to the top management posts in the Central Public Sector Enterprises, functions under the administrative control of\",\n    options: [\n      \"Ministry of Corporate Affairs\",\n      \"Ministry of Personnel, Public Grievances and Pensions\",\n      \"Prime Minister's Office\",\n      \"Competition Commission\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 244,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Monitoring of the Members of Parliament Local Area Development Scheme (MPLADS) is the responsibility of\",\n    options: [\n      \"the Lok Sabha and the Rajya Sabha Secretariats\",\n      \"the Ministry of Finance\",\n      \"the Ministry of Statistics and Programme Implementation\",\n      \"the Ministry of Home Affairs\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 245,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Assistance to institutions engaged in scientific work and to universities for the advancement of study and research in nuclear sciences is the responsibility of\",\n    options: [\n      \"Department of Atomic Energy\",\n      \"Ministry of New and Renewable Energy\",\n      \"Ministry of Power\",\n      \"Ministry of Science and Technology\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 246,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Centre for Development of Telematics (C-DOT) is\",\n    options: [\n      \"non-existent\",\n      \"a private sector entity\",\n      \"under the administrative control of different Ministries\",\n      \"under the administrative control of Ministry of Communications\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 247,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Entering into treaties and agreements with foreign countries relating to trade and commerce in food grains and other foodstuffs is the responsibility of\",\n    options: [\n      \"Ministry of Consumer Affairs, Food and Public Distribution\",\n      \"Directorate General of Foreign Trade\",\n      \"Ministry of Agriculture and Farmers Welfare\",\n      \"Ministry of Foreign Affairs\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 248,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Serious Frauds Investigation Office functions under\",\n    options: [\n      \"Ministry of Corporate Affairs\",\n      \"Reserve Bank of India\",\n      \"Central Bureau of Investigation\",\n      \"Securities & Exchange Board of India\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 249,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"A non-governmental organisation wants to set up a chain of open-air theatres in 50 rural areas across the entire country. Which one of the following Ministries should it approach with the proposal?\",\n    options: [\n      \"Ministry of Information and Broadcasting\",\n      \"Ministry of Culture\",\n      \"Ministry of Rural Development\",\n      \"Ministry of Home Affairs\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 250,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Which one of the following is not under the purview of the Ministry of Development of North Eastern Region?\",\n    options: [\n      \"The Sikkim Mining Corporation Limited\",\n      \"Planning of road and inland waterways transport\",\n      \"Border Roads Organisation\",\n      \"North Eastern Council\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 251,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Department of Pharmaceuticals (Aushadh Vibhag) is a part of which one of the following Ministries?\",\n    options: [\n      \"Ministry of Chemicals and Fertilizers\",\n      \"Ministry of Health and Family Welfare\",\n      \"Ministry of Science and Technology\",\n      \"Ministry of Consumer Affairs, Food and Public Distribution\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 252,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"All matters relating to survey to map, locate, and assess living and non-living marine resources fall within the purview of which of the following?\",\n    options: [\n      \"National Institute of Oceanography\",\n      \"Ministry of Earth Sciences\",\n      \"Department of Animal Husbandry, Dairying and Fisheries\",\n      \"Coast Guard Organisation\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 253,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Conservation, development, management, and abatement of pollution of rivers, excluding the river Ganga and its tributaries, is the responsibility of\",\n    options: [\n      \"Ministry of Jal Shakti\",\n      \"Ministry of Earth Sciences\",\n      \"Ministry of Environment, Forest and Climate Change\",\n      \"Ministry of Science and Technology\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 254,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Matters relating to Himalayan expeditions are handled by which one of the following Ministries?\",\n    options: [\n      \"Ministry of Home Affairs\",\n      \"Ministry of Human Resource Development\",\n      \"Ministry of Youth Affairs and Sports\",\n      \"Ministry of External Affairs\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 255,\n    year: '2016-17',\n    chapter: 'AOBR',\n    question: \"Matters related to which one of the following subjects are not handled by the Ministry of External Affairs?\",\n    options: [\n      \"Notification regarding commencement or cessation of a state of war\",\n      \"World Health Organisation\",\n      \"Demarcation of the land frontiers of India\",\n      \"Indian Council of Cultural Relations\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 256,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Department of Pharmaceuticals?\",\n    options: [\n      \"Promotion and coordination of basic, applied and other research in areas related to the Pharmaceutical sector\",\n      \"Development of infrastructure, manpower, and skills for the pharmaceutical sector and management of related information\",\n      \"Technical support for dealing with national hazards in the pharmaceutical sector\",\n      \"Bhopal Chemicals and Pharmaceuticals Limited\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 257,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Ministry of Civil Aviation?\",\n    options: [\n      \"Public Air Transport (including Cargo Industry)\",\n      \"Commonwealth Air Transport Council\",\n      \"International Air Transport Association\",\n      \"International Civil Aviation Organisation\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 258,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Department of Posts?\",\n    options: [\n      \"Execution of works, including purchase of land debitable to the Capital Budget pertaining to the Department of Posts\",\n      \"Promotion of feasibility survey, research, and development in the field of activities allotted to the Department\",\n      \"Commonwealth Postal Communications Union\",\n      \"Post Office Life Insurance Fund (Administration)\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 259,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Ministry of Corporate Affairs?\",\n    options: [\n      \"Administration of Insolvency and Bankruptcy Code\",\n      \"Administration of Competition Act, 1932\",\n      \"Competition Commission of India\",\n      \"Collection of Statistics relating to Companies\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 260,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Department of Defence Research and Development?\",\n    options: [\n      \"Aeronautical Development Agency\",\n      \"Apprising, assessing, and advising Raksha Mantri on the influence on National Security of emerging developments in Science and Technology\",\n      \"Formulation and execution of programmes of scientific research and design, development, test, and evaluation in fields of relevance to national security\",\n      \"To deal with reference made under Section 25 of the Patents Act, 1960\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 261,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Ministry of Earth Sciences?\",\n    options: [\n      \"Atmospheric Technology and Sciences\",\n      \"Earth System Science Organisation\",\n      \"Marine Environment on the high seas\",\n      \"Research related to Earth System Sciences\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 262,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Ministry of Electronics and Information Technology?\",\n    options: [\n      \"Promotion of Internet, IT, and IT-enabled services\",\n      \"Electronics and Computer Council of India\",\n      \"Promotion of Information Technology education and Information Technology-based education\",\n      \"Matters relating to Cyber Laws\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 263,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Department of Expenditure?\",\n    options: [\n      \"Financial rules and regulations and delegation of financial powers\",\n      \"Indian Audit and Accounts Department\",\n      \"Policies relating to exchange rates of Rupee\",\n      \"Matters relating to the Controller General of Accounts\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 264,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Ministry of Food Processing Industries?\",\n    options: [\n      \"Central Food and Standardisation Laboratory\",\n      \"Beer including non-alcoholic beer\",\n      \"Aerated water and soft drinks\",\n      \"Food grains milling industry\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 265,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Ministry of Health and Family Welfare, with which the Central Government deals in a legislative capacity only for the Union and in both legislative and executive capacities for all Union Territories?\",\n    options: [\n      \"The medical profession, and medical education\",\n      \"Mental health\",\n      \"Drugs standards\",\n      \"National Commission on Population\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 266,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Department of Heavy Industry?\",\n    options: [\n      \"Residual work relating to erstwhile Bureau of Public Enterprises including Industrial Management Pool\",\n      \"Bharat Ophthalmic Glass Limited\",\n      \"Bharat Leather Corporation\",\n      \"Bharat Heavy Electricals Limited\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 267,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Department of Official Language?\",\n    options: [\n      \"Implementation of the provisions of the Constitution relating to Official Language\",\n      \"Matters relating to Kendriya Hindi Samiti including its up-samitis\",\n      \"Constitution and Cadre management of the Central Secretariat Official Language Service\",\n      \"Implementation of model rules of business in Official Language for State Governments\/Union Territory Administrations\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 268,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Department of Justice?\",\n    options: [\n      \"Legal aid to the poor\",\n      \"Court fees and Stamp duties in the Union Territories\",\n      \"Trusts and Trustees, Administrators General, and Official Trustees\",\n      \"Creation of All India Judicial Service\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 269,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Ministry of Mines?\",\n    options: [\n      \"Geological Survey of India\",\n      \"Indian Bureau of Mines\",\n      \"Metallurgical Grade Silicon\",\n      \"National Mines and Small Industries Corporation Limited\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 270,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Ministry of Minority Affairs?\",\n    options: [\n      \"All matters relating to minority communities except matters relating to law and order\",\n      \"Matters relating to the National Commission for Minorities Act\",\n      \"District Minorities Planning Committees\",\n      \"Representation of the Anglo-Indian Community\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 271,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"The business of the Government of India allocated to Cabinet Secretariat is and shall always be deemed to have been allotted to\",\n    options: [\n      \"the President\",\n      \"the Prime Minister\",\n      \"the Home Minister\",\n      \"the Vice President\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 272,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall within List-I of the Seventh Schedule to the Constitution of India under the control of the Department of Agricultural Research and Education?\",\n    options: [\n      \"Cess for financing to the Indian Council of Agricultural Research and the Commodity Research Programmes other than those relating to tea, coffee, and rubber\",\n      \"Coordination and determination of standards in institutions for higher education or research and scientific and technical institutions in so far as they relate to food and agriculture including animal husbandry, dairying, and fisheries\",\n      \"Liaison and cooperation with international organizations in matters relating to livestock, poultry, and fisheries development\",\n      \"Sugarcane research\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 273,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall within List-I of the Seventh Schedule to the Constitution of India under the control of the Department of Animal Husbandry, Dairying, and Fisheries?\",\n    options: [\n      \"Matters relating to loss of livestock due to natural calamities\",\n      \"Livestock Census\",\n      \"Fishing and fisheries (inland, marine, and beyond territorial waters)\",\n      \"Central Council of Fisheries\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 274,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Department of Chemicals and Petrochemicals?\",\n    options: [\n      \"Synthetic rubber\",\n      \"Plastics including fabrications of plastic and moulded goods\",\n      \"Administrative responsibility for the Indian Potash Limited\",\n      \"Dye-stuffs and dye-intermediates\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 275,\n    year: '2018',\n    chapter: 'AOBR',\n    question: \"Which one of the following subjects does not fall under the control of the Department of Fertilizers?\",\n    options: [\n      \"Administrative responsibility for fertilizer production of Indian Farmers Cooperative Limited\",\n      \"Industries relating to the production of non-cellulosic synthetic fibres\",\n      \"Allocation and supply linkages for movement and distribution of urea in terms of assessment made by the Department of Agriculture, Cooperation and Farmers Welfare\",\n      \"Planning for fertilizer production including import of fertilizer through a designated canalising agency\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 276,\n    year: '2019-20',\n    chapter: 'AOBR',\n    question: \"Which one of the following is not a wing of Cabinet Secretariat?\",\n    options: [\n      \"Civil Wing\",\n      \"Military Wing\",\n      \"Administrative Wing\",\n      \"Intelligence Wing\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 277,\n    year: '2019-20',\n    chapter: 'AOBR',\n    question: \"Which among the following Ministries of the Government of India is conducting the decennial census which rests with the Office of the Registrar General and Census Commissioner?\",\n    options: [\n      \"The Ministry of Home Affairs\",\n      \"The Ministry of Information and Broadcasting\",\n      \"The Ministry of Education\",\n      \"The Ministry of Law and Justice\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 278,\n    year: '2019-20',\n    chapter: 'AOBR',\n    question: \"Which Union Ministry is responsible for the administration of Central Armed Police Forces (CAPF)?\",\n    options: [\n      \"The Ministry of Defence\",\n      \"The Ministry of Home Affairs\",\n      \"The Ministry of External Affairs\",\n      \"The Ministry of Finance\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 279,\n    year: '2019-20',\n    chapter: 'TOBR',\n    question: \"Which one of the following statements is correct pertaining to the eligibility for the appointment of the Chief of Defence Staff in India?\",\n    options: [\n      \"An officer must be either serving or retired Lieutenant General\",\n      \"An officer must be either serving or retired Air Marshal\",\n      \"An officer must be either serving or retired Vice Admiral\",\n      \"An officer must be either serving or retired JCO ranks\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 280,\n    year: '2019-20',\n    chapter: 'AOBR',\n    question: \"The 'Foreign Direct Investment' policy in India is regulated by\",\n    options: [\n      \"The Ministry of Commerce and Industry\",\n      \"The Reserve Bank of India\",\n      \"The Ministry of External Affairs\",\n      \"The Securities and Exchange Board of India\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 281,\n    year: '2019-20',\n    chapter: 'AOBR',\n    question: \"Which Government agency is responsible for conducting the 'Economic Census' in India?\",\n    options: [\n      \"The Reserve Bank of India\",\n      \"The Ministry of Finance\",\n      \"The Ministry of Corporate Affairs\",\n      \"The Ministry of Statistics and Programme Implementation\"\n    ],\n    correct: 3,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 282,\n    year: '2021-22',\n    chapter: 'AOBR',\n    question: \"The Economic Survey of India is published annually by\",\n    options: [\n      \"Reserve Bank of India\",\n      \"Ministry of Finance\",\n      \"Planning Commission of India\",\n      \"Ministry of Commerce and Industry\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 283,\n    year: '2019-20',\n    chapter: 'AOBR',\n    question: \"Consider the following statements:\\n\\nThe Ministry of Law and Justice comprises three departments, namely the Department of Legal Affairs, the Legislative Department, and the Department of Justice.\\nThe Indian Legal System comprises four components, namely the basic values and principles enshrined in the constitution; rights and obligations conferred by ordinary statutes; organizational set-up to enforce these rights and obligations within the constitutional norms; and the legal and judicial personnel.\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 284,\n    year: '2023',\n    chapter: 'AOBR',\n    question: \"Which Union Ministry has notified the 'National Bioenergy Programme'?\",\n    options: [\n      \"Ministry of New and Renewable Energy\",\n      \"Ministry of Power\",\n      \"Ministry of Commerce and Industry\",\n      \"Ministry of MSME\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 285,\n    year: '2023',\n    chapter: 'AOBR',\n    question: \"Which Union Ministry implements the Faster Adoption and Manufacturing of Electric Vehicles?\",\n    options: [\n      \"Ministry of Heavy Industries\",\n      \"Ministry of Power\",\n      \"Ministry of MSME\",\n      \"Ministry of Science and Technology\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 286,\n    year: '2023',\n    chapter: 'AOBR',\n    question: \"Via which of the following Ministries is the Ministry of Finance required to review every quarter the trends in Receipts and Expenditure in relation to the Budget and place it before both Houses of Parliament?\",\n    options: [\n      \"Ministry of Finance\",\n      \"Ministry of Commerce and Industry\",\n      \"Ministry of Statistics and Programme Implementation\",\n      \"Ministry of Consumer Affairs, Food and Public Distribution\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 287,\n    year: '2023',\n    chapter: 'AOBR',\n    question: \"Which one of the following ministries is responsible for calculating GDP in India?\",\n    options: [\n      \"Ministry of Finance\",\n      \"Ministry of Commerce and Industry\",\n      \"Ministry of Statistics and Programme Implementation\",\n      \"Ministry of Consumer Affairs, Food and Public Distribution\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 288,\n    year: '2023',\n    chapter: 'AOBR',\n    question: \"Which one of the following Acts provided for private investment in roadways?\",\n    options: [\n      \"National Highways Act, 1956\",\n      \"National Highways Act, 1988\",\n      \"National Highways Act, 1981\",\n      \"National Highways Act, 1994\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 289,\n    year: '2023',\n    chapter: 'AOBR',\n    question: \"NABARD listed 'Social Bonds' on the Bombay Stock Exchange and the funds raised would be used to refinance which one of the following schemes?\",\n    options: [\n      \"PMAY\",\n      \"PM SVANidhi\",\n      \"Jal Jeevan Mission\",\n      \"PMGSY\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 290,\n    year: '2023',\n    chapter: 'AOBR',\n    question: \"'Jharia Master Plan' is associated with which Union Ministry?\",\n    options: [\n      \"Ministry of Coal\",\n      \"Ministry of MSME\",\n      \"Ministry of Steel\",\n      \"Ministry of Jal Shakti\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 291,\n    year: '2023',\n    chapter: 'AOBR',\n    question: \"'GREAT' grant is associated with which Union Ministry?\",\n    options: [\n      \"Ministry of Textiles\",\n      \"Ministry of Home Affairs\",\n      \"Ministry of MSME\",\n      \"Ministry of Rural Development\"\n    ],\n    correct: 2,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 292,\n    year: '2023',\n    chapter: 'AOBR',\n    question: \"Which Union Ministry launched the 'eSARAS mobile App'?\",\n    options: [\n      \"Ministry of Rural Development\",\n      \"Ministry of MSME\",\n      \"Ministry of Power\",\n      \"Ministry of External Affairs\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 293,\n    year: '2023',\n    chapter: 'AOBR',\n    question: \"The Monument Mitra Scheme was transferred from the Ministry of Tourism to which Ministry?\",\n    options: [\n      \"Ministry of Culture\",\n      \"Ministry of Home Affairs\",\n      \"Ministry of External Affairs\",\n      \"Ministry of Finance\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 294,\n    year: '2023',\n    chapter: 'AOBR',\n    question: \"Which is the regulatory authority for civil aviation security in India?\",\n    options: [\n      \"BCAS\",\n      \"NITI Aayog\",\n      \"DRDO\",\n      \"ISRO\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 295,\n    year: '2023',\n    chapter: 'AOBR',\n    question: \"The New Integrated Food Security Scheme subsumes two current schemes of which Ministry?\",\n    options: [\n      \"Ministry of Agriculture and Farmers' Welfare\",\n      \"Ministry of Consumer Affairs, Food and Public Distribution\",\n      \"Ministry of Home Affairs\",\n      \"Ministry of Rural Development\"\n    ],\n    correct: 1,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 296,\n    year: '2023',\n    chapter: 'AOBR',\n    question: \"Which Ministry notified officials to act as members of Grievance Appellate Committees?\",\n    options: [\n      \"Ministry of Electronics and Information Technology\",\n      \"Ministry of Home Affairs\",\n      \"Ministry of Finance\",\n      \"Ministry of Agriculture and Farmers' Welfare\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 297,\n    year: '2023',\n    chapter: 'AOBR',\n    question: \"As per the proposed 'National Data Governance Policy,' India Data Management Office will be formed under which Ministry?\",\n    options: [\n      \"Ministry of Electronics and Information Technology\",\n      \"Ministry of Home Affairs\",\n      \"Ministry of Science and Technology\",\n      \"Ministry of External Affairs\"\n    ],\n    correct: 0,\n    explanation: \"Explanation will be added soon\"\n  },\n  {\n    id: 298,\n    year: '2024',\n    chapter: 'AOBR',\n    question: \"Border Roads Organization comes under which one of the following ministries of the Government of India?\",\n    options: [\n      \"Ministry of Civil Aviation\",\n      \"Ministry of Earth Sciences\",\n      \"Ministry of Road Transport and Highways\",\n      \"Ministry of Defence\"\n    ],\n    correct: 3,\n    explanation: \"The Border Roads Organisation (BRO) is responsible for developing and maintaining road networks in India's border areas and comes under the Ministry of Defence.\"\n  },\n  {\n    id: 299,\n    year: '2024',\n    chapter: 'AOBR',\n    question: \"Which one of the following ministries of the Government of India has taken a significant step towards promoting environmental sustainability by launching Swachhata Pakhwada?\",\n    options: [\n      \"Ministry of Cleanliness and Development\",\n      \"Ministry of Health and Family Welfare\",\n      \"Ministry of Environment, Forest and Climate Change\",\n      \"Ministry of Rural Development\"\n    ],\n    correct: 2,\n    explanation: \"The Ministry of Environment, Forest and Climate Change (MoEFCC) launched the Swachhata Pakhwada initiative to promote cleanliness, waste management, and environmental sustainability across various sectors in India.\"\n  },\n  {\n    id: 300,\n    year: '2024',\n    chapter: 'AOBR',\n    question: \"Which one of the following ministries of the Government of India has proposed new rules for radar speed guns used to measure vehicle speeds on roads?\",\n    options: [\n      \"Ministry of Consumer Affairs\",\n      \"Ministry of MSME\",\n      \"Ministry of Road Transport and Highways\",\n      \"Ministry of Defence\"\n    ],\n    correct: 2,\n    explanation: \"The Ministry of Road Transport and Highways (MoRTH) has proposed new rules for radar speed guns to ensure accuracy and standardization in measuring vehicle speeds, which helps in road safety and law enforcement.\"\n  },\n  {\n    id: 301,\n    year: '2024',\n    chapter: 'AOBR',\n    question: \"Special Olympics Bharat is a national sports federation recognized by which one of the following ministries of the Government of India?\",\n    options: [\n      \"Ministry of Youth Affairs and Sports\",\n      \"Ministry of Home Affairs\",\n      \"Ministry of Power\",\n      \"Ministry of Defence\"\n    ],\n    correct: 0,\n    explanation: \"Special Olympics Bharat is recognized by the Ministry of Youth Affairs and Sports and is responsible for promoting sports activities for individuals with intellectual disabilities.\"\n  },\n  {\n    id: 302,\n    year: '2024',\n    chapter: 'AOBR',\n    question: \"Which one of the following ministries of the Government of India has issued the directive to eliminate commercial dealing in organs, especially those involving foreign citizens?\",\n    options: [\n      \"Ministry of Agriculture and Farmers Welfare\",\n      \"Ministry of Health and Family Welfare\",\n      \"Ministry of Housing and Urban Affairs\",\n      \"Ministry of Power\"\n    ],\n    correct: 1,\n    explanation: \"The Ministry of Health and Family Welfare has issued guidelines to prevent the commercial trade of human organs, particularly involving foreign citizens, to curb unethical medical practices.\"\n  },\n  {\n    id: 303,\n    year: '2024',\n    chapter: 'AOBR',\n    question: \"A Non-Resident Indian wants to get approval under the Government route for FDI in 'Single Brand' product retailing in India. Which among the following would be the appropriate agency to approach for this application?\",\n    options: [\n      \"Regional Office of the Reserve Bank of India\",\n      \"Head Office of the Reserve Bank of India\",\n      \"Department of Economic Affairs\",\n      \"Department of Industrial Policy and Promotion\"\n    ],\n    correct: 3,\n    explanation: \"A Non-Resident Indian (NRI) seeking Foreign Direct Investment (FDI) approval for Single Brand Retail under the Government route must apply through the Department of Industrial Policy and Promotion (DIPP), now part of the Department for Promotion of Industry and Internal Trade (DPIIT).\"\n  },\n  {\n    id: 304,\n    year: '2024',\n    chapter: 'AOBR',\n    question: \"NOTTO comes under which one of the following ministries of the Government of India?\",\n    options: [\n      \"Ministry of Water Resources\",\n      \"Ministry of Housing and Urban Affairs\",\n      \"Ministry of Health and Family Welfare\",\n      \"Ministry of Power\"\n    ],\n    correct: 2,\n    explanation: \"NOTTO (National Organ and Tissue Transplant Organisation) is under the Ministry of Health and Family Welfare, and it regulates and promotes organ donation and transplantation across India.\"\n  },\n  {\n    id: 305,\n    year: '2024',\n    chapter: 'AOBR',\n    question: \"Genetic Engineering Appraisal Committee (GEAC) works under which one of the following ministries of the Government of India?\",\n    options: [\n      \"Ministry of Agriculture and Farmers Welfare\",\n      \"Ministry of Environment, Forest and Climate Change\",\n      \"Ministry of Science and Technology\",\n      \"Ministry of Rural Development\"\n    ],\n    correct: 1,\n    explanation: \"The Genetic Engineering Appraisal Committee (GEAC) functions under the Ministry of Environment, Forest and Climate Change (MoEFCC) and is responsible for regulating the use and release of genetically modified organisms (GMOs) in India.\"\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-5713","page","type-page","status-publish","hentry","category-pyq"],"_links":{"self":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/5713","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=5713"}],"version-history":[{"count":49,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/5713\/revisions"}],"predecessor-version":[{"id":10993,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/5713\/revisions\/10993"}],"wp:attachment":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5713"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5713"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5713"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}