{"id":2729,"date":"2025-09-01T15:02:13","date_gmt":"2025-09-01T15:02:13","guid":{"rendered":"https:\/\/promotionexams.com\/?page_id=2729"},"modified":"2026-01-30T15:27:58","modified_gmt":"2026-01-30T15:27:58","slug":"pyqs-on-manual-of-office-procedure","status":"publish","type":"page","link":"https:\/\/promotionexams.com\/?page_id=2729","title":{"rendered":"Previous Year Questions- Manual of Office Procedure"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2729\" class=\"elementor elementor-2729\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0cb886e e-con-full e-flex e-con e-parent\" data-id=\"0cb886e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dd01cd7 elementor-widget elementor-widget-html\" data-id=\"dd01cd7\" 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\">Manual of Office Procedure<\/h1>\n                    <p>Combined SO\/Steno LDCE Previous Year Questions \u2022 Paper 2<\/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: 'csmop-pyq-quiz',\n    topic: 'Manual of Office Procedure-pyq',\n    paper: 'Paper 2',\n    wpAjaxUrl: '\/wp-admin\/admin-ajax.php',\n    useWordPressSync: false,\n    masteryThreshold: 3,\n    weakThreshold: 1\n};\n\n\/\/ ==========================================\n\/\/ QUESTIONS DATA (Sample - add your full data)\n\/\/ ==========================================\nconst allQuestions = [\n    \/\/2009-11\n{\n    \"id\": 1,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Attached and subordinate offices deal with:\",\n    \"options\": [\n      \"specific assignment\",\n      \"liaison work\",\n      \"technical aspects and execution of the policies of government at field level\",\n      \"monitoring of policies of government\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - technical aspects and execution of the policies of government at field level<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para nos. 2.6 (ii) and (iii): \\\"Attached offices provide detailed executive directions required in the implementation of the policies, as laid down from time to time by the Ministry\/Department to which they are attached. They also serve as a repository of technical information and also advise the department on various aspects of matter dealt by them. Subordinate offices generally function as field establishments or as agencies responsible for the detailed execution of the policies of the government.\\\"\"\n  },\n  {\n    \"id\": 2,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Statutory bodies are established under the provision of:\",\n    \"options\": [\n      \"the Constitution of India\",\n      \"an Act of the Parliament\",\n      \"special power entrusted with the Supreme Court\",\n      \"powers delegated to the Central Ministry\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - an Act of the Parliament<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 2.8: \\\"Statutory Bodies: Such bodies are established under the statute or an Act of Parliament. They work within the scope, mandate and powers legally provided to them by an Act of the Parliament (e.g. Central Vigilance Commission, Central Information Commission, Central Board of Film Certification, National Commission for Backward Class etc.)\\\"\"\n  },\n  {\n    \"id\": 3,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch 6: File Management System\",\n    \"question\": \"Filing of papers ensures:\",\n    \"options\": [\n      \"timely submission of papers\",\n      \"accountability of officers\",\n      \"submission of file in an orderly manner\",\n      \"senior officers to take a decision\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - submission of file in an orderly manner<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 6.6 (ii): \\\"Papers required to be filed are to be punched on the left hand top corner leaving 1 inch each on the top and left corner and tagged onto the appropriate part of the file viz. notes, correspondence, appendix to notes and appendix to correspondence, in chronological order, top to bottom with the oldest reference at the top and the latest at the bottom.\\\"\"\n  },\n  {\n    \"id\": 4,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Office order is used normally for:\",\n    \"options\": [\n      \"issuing instructions meant for internal administration\",\n      \"issuing government orders in disciplinary cases\",\n      \"issuing financial sanction\",\n      \"circulating important and urgent external communication\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - issuing instructions meant for internal administration<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.4 (4): \\\"Office Order: It is used for issuing instructions\/ intimation in routine internal administrative matters, e.g., grant of regular leave, distribution of work among officers and sections, internal posting and transfers, etc. Therefore, there is, no salutation or subscription. Copies are endorsed to all the persons\/authority concerned.\\\"\"\n  },\n  {\n    \"id\": 5,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"\u2018Note verbale' communication is signed by:\",\n    \"options\": [\n      \"Undersecretary\",\n      \"Deputy Secretary\",\n      \"Joint Secretary\",\n      \"None\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - None<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.8 (9): \\\"Correspondence with Foreign Governments and their Missions in India, Heads of Indian Diplomatic Missions and posts abroad and United Nations and its specialized agencies will normally be channelized through the Ministry of External Affairs.\\\" (Note: In diplomatic practice, a Note Verbale is written in the third person and is never signed; it is typically initialed or stamped.)\"\n  },\n  {\n    \"id\": 6,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch 11: Knowledge Management\",\n    \"question\": \"Standing guard file ensures:\",\n    \"options\": [\n      \"locating recorded files\",\n      \"movement of important files\",\n      \"locating previous papers having a bearing on the subject\",\n      \"keeping record of sensitive papers\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - locating previous papers having a bearing on the subject<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 11.4 (i): \\\"A Standing Guard File is maintained to help in processing and taking a decision in a case because: ... (d) It helps the office in locating the previous papers having bearing on the subject.\\\"\"\n  },\n  {\n    \"id\": 7,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch 10: Records Management\",\n    \"question\": \"Category C files are retained normally for:\",\n    \"options\": [\n      \"3 years\",\n      \"5 years\",\n      \"10 years\",\n      \"15 years\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 10 years<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 10.4 (iii): \\\"Category \u2018C\u2019 meaning \u2018keep for specified period only\u2019-This category will include files of secondary importance having reference value for a limited period not exceeding 10 years. In exceptional cases, if the record is required to be retained beyond 10 years it will be upgraded to \u2018B\u2019 Category.\\\"\"\n  },\n  {\n    \"id\": 8,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch 12: Monitoring of Timely Disposal\",\n    \"question\": \"Call Book is meant for:\",\n    \"options\": [\n      \"keeping watch on calling attention notices\",\n      \"recalling old and dead cases\",\n      \"watching summons of court\",\n      \"transferring cases eventually to resume action as a sequel to an unexpected development\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - transferring cases eventually to resume action as a sequel to an unexpected development<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per legacy administrative practice (historically part of MOP): \\\"The Call Book is used for cases which cannot be decided for a long time (say, over six months) for reasons beyond the control of the Department, such as cases pending in a court of law or where a policy decision is awaited from another Ministry, to be revived later when development occurs.\\\"\"\n  },\n  {\n    \"id\": 9,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Consider the following statements regarding laying of papers on the Table of the House: <br>1. Copies should be sent at least two days before the date of laying.<br>2. Copies should be sent at least one day before the date of laying.<br><br>Which of these statements is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - 1 only<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.3 (Procedure for Parliamentary work): \\\"When it is proposed to lay a paper on the Table of the Lok Sabha\/Rajya Sabha... together with the prescribed number of copies should be sent to the Secretariat of the House concerned, at least two clear days before the date on which it is proposed to be laid on the Table.\\\"\"\n  },\n  {\n    \"id\": 10,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"All disputes relating to service matters of Central Government are primarily resolved by:\",\n    \"options\": [\n      \"Public Grievances Officer\",\n      \"Chief Vigilance Officer\",\n      \"Central Administrative Authority (Tribunal)\",\n      \"Central Vigilance Commission\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Central Administrative Authority (Tribunal)<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 12.4: \\\"Monitoring of Court\/CAT cases and implementation of Court\/CAT Order: (i) The Personal section of each Joint Secretary\/Director... will maintain a separate register of Court\/CAT Cases from the date of filing the petition\/application in Court\/CAT...\\\" (The Central Administrative Tribunal is the statutory body for service disputes.)\"\n  },\n  {\n    \"id\": 11,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch 5: Management of Dak Receipts\",\n    \"question\": \"Allocation of disputed receipts should be sent to:\",\n    \"options\": [\n      \"O&M section\",\n      \"Central Registry\",\n      \"Head of the division\",\n      \"Designated officer for deciding allocation of disputed receipts\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - Designated officer for deciding allocation of disputed receipts<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 5.9: \\\"Allocation of Disputed Receipts: If a section feels that it is not concerned with a mis-sent receipt or email forwarded to it, it should be brought to the notice of the Under Secretary so designated by the departmental instructions for deciding allocation of disputed receipt.\\\"\"\n  },\n  {\n    \"id\": 12,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Consider the following statements regarding the 'Letter' form of communication:<br> It is used by a Government Department\/Ministry for corresponding with:<br> 1. Union Public Service Commission<br> 2. Another Government Department\/Ministry<br> 3. Foreign government<br> 4. Public enterprises<br><br> Which of these statements is\/are correct?\",\n    \"options\": [\n      \"1, 2, 3 and 4\",\n      \"1 and 2 only\",\n      \"1, 3 and 4 only\",\n      \"2, 3 and 4 only\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 1, 3 and 4 only<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.4 (1): \\\"Letter: This form is used for corresponding with State Governments, the Union Public Service Commission and other constitutional bodies, heads of attached and subordinate offices, public enterprises, statutory authorities, public bodies and members of public.\\\" (Note: Office Memorandum is used for other Government Departments per para 8.4 (3).)\"\n  },\n  {\n    \"id\": 13,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Press communique is issued to:\",\n    \"options\": [\n      \"give wide publicity to a decision of government\",\n      \"promulgate the statutory rules\",\n      \"issue certain types of financial sanctions\",\n      \"circulate important decisions of government to all departments\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - give wide publicity to a decision of government<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.4 (8): \\\"Press Communiqu\u00e9\/ Press Note: This form is used when it is proposed to give wide publicity to a decision of government through media. A press communiqu\u00e9 is issued where matter is to be published as per the text given by the issuing authority...\\\"\"\n  },\n  {\n    \"id\": 14,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch 16: Inspection\",\n    \"question\": \"Inspection of each section\/desk in a Ministry should be carried out routinely:\",\n    \"options\": [\n      \"thrice a year\",\n      \"once a year\",\n      \"only on the direction of the branch officer concerned\",\n      \"only on the direction of the Joint Secretary concerned\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - once a year<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 16.1 (ii): \\\"Each section\/ desk in the department will be inspected at least once a year, as per the departmental instructions, to ascertain the extent to which the provisions of the latest Central Secretariat Manual of Office Procedure and instructions issued there under are being followed...\\\"\"\n  },\n  {\n    \"id\": 15,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch 15: eOffice Digitization Framework\",\n    \"question\": \"Consider the following areas in which office automation can be introduced:<br> 1. Storage and retrieval of information<br> 2. Processing and delivery of information<br> 3. Document creation and duplication<br> 4. Faster communication<br><br> Which of these are correct?\",\n    \"options\": [\n      \"1, 2 and 3 only\",\n      \"1, 2 and 4 only\",\n      \"2, 3 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2, 3 and 4<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per Chapter 15 context (eOffice): The automation framework covers the entire lifecycle including storage and retrieval (eFile\/KMS), processing and delivery of information (eFile\/CAMS), document creation, and faster communication through electronic channels.\"\n  },\n  {\n    \"id\": 16,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch 12: Monitoring of Timely Disposal\",\n    \"question\": \"Register of Parliamentary Assurances of a Ministry contains:\",\n    \"options\": [\n      \"Assurances given by a Minister in either House of Parliament\",\n      \"Speaker\u2019s instructions to government departments\",\n      \"Assurances given by Members of Parliament\",\n      \"Instructions given by the Minister concerned to his Ministry\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - Assurances given by a Minister in either House of Parliament<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 12.6 (i): \\\"Each section in a Ministry\/Department will keep a record in the form at Appendix 12.7 of Assurances given by a Minister to either House of Parliament, whether in replies to questions or in the course of discussions...\\\"\"\n  },\n  {\n    \"id\": 17,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch 7:  Guidelines on Noting\",\n    \"question\": \"While recording a note on a file, the following points should be kept in view:<br> 1. Note should be concise and to the point.<br> 2. If a paper under consideration raises several major points, each point is to be noted upon separately.<br> 3. A long note should preferably be in serially numbered paras.<br><br> Which of these points are correct?\",\n    \"options\": [\n      \"1, 2 and 3\",\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - 1, 2 and 3<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 7.2 (iii), (x), and (xiv): \\\"A note must be concise and to the point... When a paper under consideration raises several major points... each point (or group of related points) will be noted upon separately in sectional notes... A note will be divided into serially numbered paragraphs.\\\"\"\n  },\n  {\n    \"id\": 18,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"The form of communication, normally used for corresponding with other government departments, is:\",\n    \"options\": [\n      \"Office memorandum\",\n      \"Demi-official letter\",\n      \"Letter\",\n      \"Circular\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - Office memorandum<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.4 (3): \\\"Office Memorandum: This form is generally used for communicating decisions to other departments including its attached and subordinate offices. It is used for calling for or providing information.\\\"\"\n  },\n  {\n    \"id\": 19,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch 10: Records Management\",\n    \"question\": \"Activity concerning recording, retention, retrieval, and weeding out is known as:\",\n    \"options\": [\n      \"Record management\",\n      \"Indexing\",\n      \"Categorization of records\",\n      \"Storage of records\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - Record management<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 10.1 (1): \\\"Records management covers the activities concerning mainly recording, retention, retrieval and weeding out.\\\"\"\n  },\n  {\n    \"id\": 20,\n    \"year\": \"2009-11\",\n    \"chapter\": \"Ch 11: Knowledge Management\",\n    \"question\": \"Copies of decisions or orders arranged in chronological order, model forms of communications, and summary of principles and policies relating to specific subjects are maintained in:\",\n    \"options\": [\n      \"Standard process sheet\",\n      \"Record room of the branch\",\n      \"Standing Guard File\",\n      \"None of the above\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Standing Guard File<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 11.4 (i): \\\"It (Standing Guard File) is a compilation consisting of the following three parts: a) A running summary of the principles or policy... b) Copy of the Decisions or Orders referred to, arranged in chronological order; and c) Model forms of communications...\\\"\"\n  },\n\n\/\/2012-13\n{\n    \"id\": 21,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"When a Money Bill has been passed by the Lok Sabha and it is transmitted to the Rajya Sabha for its recommendations, within what period is the latter required to return it to the Lok Sabha with its recommendations?\",\n    \"options\": [\n      \"30 days from the date of its receipt\",\n      \"15 days from the date of its receipt\",\n      \"7 days from the date of its receipt\",\n      \"14 days from the date of its receipt\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 14 days from the date of its receipt<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.6 (iii): \\\"A Money Bill after it has been passed by the Lok Sabha is transmitted to the Rajya Sabha for its recommendations. The Rajya Sabha is required to return the Bill to the Lok Sabha with its recommendations within a period of 14 days from the date of its receipt by that House.\\\"\"\n  },\n  {\n    \"id\": 22,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"When it is proposed to lay any paper on the table of Lok Sabha, otherwise than as a part of a reply to a question, how many days in advance should such paper, together with the prescribed number of copies, be sent to the Lok Sabha Secretariat?\",\n    \"options\": [\n      \"At least 15 days in advance\",\n      \"At least 10 days in advance\",\n      \"At least 5 clear days before the date on which it is proposed to be laid on the table\",\n      \"At least 2 clear days before the date on which it is proposed to be laid on the table\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - At least 2 clear days before the date on which it is proposed to be laid on the table<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.3 (ii): \\\"When it is proposed to lay a paper on the Table of the Lok Sabha\/Rajya Sabha, otherwise than as a part of a reply to a question... together with the prescribed number of copies should be sent to the Secretariat of the House concerned, at least two clear days before the date on which it is proposed to be laid on the Table.\\\"\"\n  },\n  {\n    \"id\": 23,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"For asking a starred question in Parliament, how many days\u2019 notice is ordinarily required to be given by a Member of Parliament to the Secretary-General Lok Sabha\/Rajya Sabha?\",\n    \"options\": [\n      \"5 days\",\n      \"7 days\",\n      \"10 days\",\n      \"15 days\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 10 days<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.2 (i): \\\"Not less than 10 clear days\u2019 notice of a question is ordinarily required to be given by a member to the Secretary General, Lok Sabha\/Rajya Sabha who gives at least five clear day\u2019s notice to the Minister to whom the question is addressed.\\\"\"\n  },\n  {\n    \"id\": 24,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch 12: Monitoring of Timely Disposal\",\n    \"question\": \"What is the periodicity of submission of the Register of Parliamentary Assurances to the Branch Officer by his section when Parliament is in session?\",\n    \"options\": [\n      \"Weekly\",\n      \"Fortnightly\",\n      \"Monthly\",\n      \"Quarterly\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Fortnightly<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 12.6 (ii): \\\"The register will be submitted to the Branch Officer once a fortnight during the session and once a month at other times.\\\"\"\n  },\n  {\n    \"id\": 25,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"A demi-official letter is generally used in correspondence between Government officers for:\",\n    \"options\": [\n      \"an interchange or communication of opinion.\",\n      \"information without the formality of prescribed procedures.\",\n      \"bringing the matter to the personal attention of the officer concerned.\",\n      \"All of the above\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - All of the above<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.4 (2): \\\"Demi-Official Letter: (a) This form is generally used in correspondence between Government officers for an interchange or communication of opinion or information without the formality of the prescribed procedures. (b) It may also be used when it is desired that the matter should receive the personal attention of the officer addressed or when it is intended to keep the communication confidential.\\\"\"\n  },\n  {\n    \"id\": 26,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch 14: Annual Action Plan & Citizen\u2019s \/Client\u2019s Charter\",\n    \"question\": \"Which day of the week is to be observed as a meetingless day?\",\n    \"options\": [\n      \"Monday\",\n      \"Tuesday\",\n      \"Wednesday\",\n      \"Friday\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Wednesday<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 14.1 (iv): \\\"Wednesday will be observed as a \u2018meetingless day\u2019 in the Central Secretariat. On this day, the officers will remain in their seats and make themselves available to the members of the public who may come to see them without any prior appointment.\\\"\"\n  },\n  {\n    \"id\": 27,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"All births, including still births, taking place in the families covered by the CGHS should invariably be reported by the beneficiary\/his or her representatives to the dispensary in the prescribed form within:\",\n    \"options\": [\n      \"7 days of the actual occurrence\",\n      \"10 days of the actual occurrence\",\n      \"15 days of the actual occurrence\",\n      \"30 days of the actual occurrence\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 10 days of the actual occurrence<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 13.5 (i): \\\"All births, including still births, taking place in families covered by the CGHS should invariably be reported by the beneficiary or their representatives to the dispensary in the prescribed form within 10 days of the actual occurrence.\\\"\"\n  },\n  {\n    \"id\": 28,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"A sanction of an advance or a non-refundable part-withdrawal from Provident Fund, unless it is specifically renewed, lapses on the expiry of a period of:\",\n    \"options\": [\n      \"12 months\",\n      \"9 months\",\n      \"6 months\",\n      \"3 months\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 3 months<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 14.4 (ii): \\\"A sanction to an advance or a non-refundable part-withdrawal from Provident Fund, unless it is specifically renewed, lapses on the expiry of a period of three months. This does not, however, apply to withdrawals effected in installments.\\\"\"\n  },\n  {\n    \"id\": 29,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which form of communication is used by the Ministry of External Affairs or other Ministries of the Government of India for correspondence with the Indian Diplomatic Missions abroad and vice-versa?\",\n    \"options\": [\n      \"Note verbale\",\n      \"Aide Memoire\",\n      \"Chancery letter\",\n      \"Demi-official letter\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Chancery letter<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.8 (10): \\\"Correspondence with Indian Diplomatic Missions\/Posts: For correspondence between the Ministry of External Affairs\/other Ministries of the Government of India and Indian Diplomatic Missions abroad and vice-versa, the 'Chancery Letter' is the prescribed form.\\\"\"\n  },\n  {\n    \"id\": 30,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Communications meant for the Lok Sabha Secretariat requiring urgent or high level attention may be addressed to the:\",\n    \"options\": [\n      \"Speaker\",\n      \"Deputy Speaker\",\n      \"Secretary\",\n      \"Under Secretary\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Secretary<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.10: \\\"Communications meant for the Lok Sabha Secretariat or the Rajya Sabha Secretariat and requiring urgent or high level attention may be addressed to the Secretary\/ Secretary-General and not to the Speaker or the Chairman.\\\"\"\n  },\n  {\n    \"id\": 31,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"In the list of questions for oral answers for a day, the subject of Question No. 22 is the same as that of Question No. 01. The procedure that could be followed by the Speaker in this regard is:\",\n    \"options\": [\n      \"Both the Questions be answered separately as per the order number in the list\",\n      \"Both the Questions be taken up together for answer\",\n      \"Order for the oral answer to Question No. 01 and transfer Question No. 22 to the list of Questions for written answers\",\n      \"Seek the opinion of the House to decide and act accordingly\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Both the Questions be taken up together for answer<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.2 (vi): \\\"Where two or more questions on the same or allied subject addressed to a Minister for oral answer appear on the list of questions for any particular day... the Speaker\/Chairman may himself or on the request of any member, direct that any or all such questions be taken up together for answer...\\\"\"\n  },\n  {\n    \"id\": 32,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which one of the following statements is not correct in the context of the Public Accounts Committee?\",\n    \"options\": [\n      \"It examines the report of the Comptroller and Auditor General.\",\n      \"The Deputy Speaker can be appointed as Chairman of the Committee, if he is a member.\",\n      \"It cannot examine the statement of accounts showing the income and expenditure of autonomous and semi-autonomous bodies, the audit of which may be conducted by the Comptroller and Auditor General.\",\n      \"The Committee has no power to compel any administrative action to be taken on its observations.\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Statement C is Incorrect<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.8 (i): \\\"The Public Accounts Committee examines... the statement of accounts showing the income and expenditure of state corporations, trading and manufacturing schemes, concerns and projects together with the balance sheets and statements of profit and loss accounts... and the statement of accounts showing the income and expenditure of autonomous and semi-autonomous bodies, the audit of which may be conducted by the Comptroller and Auditor General of India.\\\"\"\n  },\n  {\n    \"id\": 33,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"A minute by the Prime Minister means:\",\n    \"options\": [\n      \"A recommendation letter to the concerned Minister for favorable action\",\n      \"A note recorded by him only\",\n      \"A brief account of the meeting deliberations done at his office\",\n      \"None of the above\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - A note recorded by him only<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 3.1 (25): \\\"'Minute' means a note recorded by the President, the Vice-President, the Prime Minister or a Minister.\\\"\"\n  },\n  {\n    \"id\": 34,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"A House of Parliament adjourned \u2018Sine die\u2019 means, adjourned:\",\n    \"options\": [\n      \"without any definite date fixed for the next sitting.\",\n      \"To the same day after the recess\",\n      \"To a particular day\",\n      \"To an hour\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - without any definite date fixed for the next sitting.<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.1 (i): \\\"Adjournment of the House means postponement of a sitting of the House to an hour or part of the same day or to a particular day or sine-die, i.e. without any definite date being fixed for the next sitting.\\\"\"\n  },\n  {\n    \"id\": 35,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"A House is said to be prorogued when:\",\n    \"options\": [\n      \"It is adjourned by the Speaker\",\n      \"It is adjourned by the Speaker with the consent of the majority of the members present on a particular day\",\n      \"It is the termination of a session of that House by the President\",\n      \"It is the dissolution of the House itself\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - It is the termination of a session of that House by the President<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.1 (ii): \\\"Prorogation means the termination of a session of the House by an order made by the President under Article 85(2)(a) of the Constitution.\\\"\"\n  },\n  {\n    \"id\": 36,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch 10: Records Management\",\n    \"question\": \"The Files obtained by a section from the Departmental Record Room should normally be returned within:\",\n    \"options\": [\n      \"1 month\",\n      \"3 months\",\n      \"15 days\",\n      \"6 months\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 3 months<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 10.13 (iv): \\\"Recorded files borrowed by a section will be returned to the Departmental Record Room as soon as they are no longer required. In any case, these will be returned within three months from the date of issue...\\\"\"\n  },\n  {\n    \"id\": 37,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"A question on a matter of public importance of an urgent nature when not accepted as such by the Minister concerned to be answered orally due to short notice may be admitted by the Speaker as a:\",\n    \"options\": [\n      \"Starred Question\",\n      \"Un-starred Question\",\n      \"Short Notice Question\",\n      \"None of the above\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - Starred Question<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.2 (vii): \\\"If the Minister declines to accept short notice of a Question, and the Speaker\/Chairman is of the opinion that the Question is of sufficient public importance to be orally answered in the House, he may direct that the question be placed as the first question on the list of questions for oral answer (Starred Question) for the day on which it would otherwise be due for answer.\\\"\"\n  },\n  {\n    \"id\": 38,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"References to the Union Public Service Commission will normally be made in the form of:\",\n    \"options\": [\n      \"Inter-Departmental Note (Marked Confidential)\",\n      \"Office Memorandum\",\n      \"Letter\",\n      \"Notification\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Letter<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.4 (1): \\\"Letter: This form is used for corresponding with State Governments, the Union Public Service Commission and other constitutional bodies, heads of attached and subordinate offices, public enterprises, statutory authorities, public bodies and members of public.\\\"\"\n  },\n  {\n    \"id\": 39,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"What is the minimum level at which a reply should be sent in case of a reference from an Ex-Member of Parliament?\",\n    \"options\": [\n      \"Joint Secretary\",\n      \"Under Secretary\",\n      \"Deputy Secretary\",\n      \"Director\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Under Secretary<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.11 (iii): \\\"In a case where a communication is addressed to a Minister or a Secretary to the Government by an ex-Member of Parliament... the reply should be sent under the signature of an officer not below the rank of Under Secretary.\\\"\"\n  },\n  {\n    \"id\": 40,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch 11: Knowledge Management\",\n    \"question\": \"Standing Guard File on a particular subject is useful because:\",\n    \"options\": [\n      \"It is a continuous note explaining the history and development of policy of a particular subject\",\n      \"It is useful for purposes of recording of files after action is completed\",\n      \"It gives a background of the Policy and procedure on the relevant subject\",\n      \"It contains standard forms of communication\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - It gives a background of the Policy and procedure on the relevant subject<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 11.4 (i): \\\"A Standing Guard File is maintained to help in processing and taking a decision in a case because: (a) It provides at one place the summary of the principles and policy and also the copies of relevant orders on the subject.\\\"\"\n  },\n  {\n    \"id\": 41,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which of the following is not a Standing Committee of the Parliament?\",\n    \"options\": [\n      \"Public Accounts Committee\",\n      \"Estimates Committee\",\n      \"Committee on Welfare of SCs and STs\",\n      \"Complaints Committee\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - Complaints Committee<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.8 and 4.9: The manual details the Public Accounts Committee (4.8), Estimates Committee (4.9), and Committee on Public Undertakings. Other standing committees include those for Welfare of SCs\/STs. A 'Complaints Committee' (such as Internal Complaints Committee) is an administrative body within an organization, not a Parliamentary Standing Committee.\"\n  },\n  {\n    \"id\": 42,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch 14: Annual Action Plan & Citizen\u2019s \/Client\u2019s Charter\",\n    \"question\": \"Which of the following components does not form part of a Citizen\u2019s charter?\",\n    \"options\": [\n      \"Details of customers\/clients\",\n      \"Vision and Mission statement\",\n      \"Scales of pay of the officers working in the organization\",\n      \"Details of business transacted by the organization\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Scales of pay of the officers working in the organization<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 13.1 (ii): \\\"The Citizens\u2019 Charter should contain the following: (a) Vision and Mission Statement; (b) Details of business transacted by the organization; (c) Details of clients; (d) Details of services provided to each client group; (e) Details of grievance redress mechanism and how to access it; and (f) Expectations from the clients.\\\"\"\n  },\n  {\n    \"id\": 43,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch 16: Inspection\",\n    \"question\": \"The periodicity for inspection of each Section \/Desk in the Department is:\",\n    \"options\": [\n      \"Once in two years\",\n      \"Once in a year\",\n      \"Half-yearly\",\n      \"At frequent intervals\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Once in a year<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 16.1 (ii): \\\"Each section\/ desk in the department will be inspected at least once a year, as per the departmental instructions...\\\"\"\n  },\n  {\n    \"id\": 44,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"The form of communication generally used for corresponding with other departments and the attached and subordinate offices is:\",\n    \"options\": [\n      \"Demi-Official letter\",\n      \"Inter-Departmental Note\",\n      \"Office Memorandum\",\n      \"Office Order\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Office Memorandum<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.4 (3): \\\"Office Memorandum: This form is generally used for communicating decisions to other departments including its attached and subordinate offices. It is used for calling for or providing information.\\\"\"\n  },\n  {\n    \"id\": 45,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch 5: Management of Dak Receipts\",\n    \"question\": \"Receiving, registering and distributing the dak meant for a department is the responsibility of:\",\n    \"options\": [\n      \"Departmental Record officer\",\n      \"Central Registry\",\n      \"Desk functionary\",\n      \"Division\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Central Registry<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 3.1 (8): \\\"'Central Registration Unit (CRU)' means a unit within a Department assigned with the responsibility of receiving, registering and distributing dak meant for that Department... often, the terms Central Issue Section, Central Receipt & Issue Section and CRU are used inter-changeably.\\\"\"\n  },\n  {\n    \"id\": 46,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch 12: Monitoring of Timely Disposal\",\n    \"question\": \"Only those cases can be transferred to Call Book on which no action can or need be taken to expedite its disposal, for a period of at least:\",\n    \"options\": [\n      \"3 months\",\n      \"6 months\",\n      \"9 months\",\n      \"12 months\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 6 months<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per legacy administrative instructions (historically part of MOP): \\\"A case may be transferred to the Call Book if no action can be taken for its disposal for a period of at least 6 months, for reasons beyond the control of the Department.\\\"\"\n  },\n  {\n    \"id\": 47,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Correspondence with the Lok Sabha and Rajya Sabha Secretariats requiring urgent or high level attention may be addressed to:\",\n    \"options\": [\n      \"The Speaker\/Chairman\",\n      \"Dy. Speaker\/Dy. Chairman\",\n      \"The Secretaries concerned\",\n      \"Any of the above\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - The Secretaries concerned<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.10: \\\"Communications meant for the Lok Sabha Secretariat or the Rajya Sabha Secretariat and requiring urgent or high level attention may be addressed to the Secretary\/ Secretary-General and not to the Speaker or the Chairman.\\\"\"\n  },\n  {\n    \"id\": 48,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Which of the following forms of communication is generally used for corresponding with other Departments or in calling for information from or conveying information to its employees?\",\n    \"options\": [\n      \"Inter-Departmental Note\",\n      \"Demi-official letter\",\n      \"Office Memorandum\",\n      \"None of the above\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Office Memorandum<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.4 (3): \\\"Office Memorandum: This form is generally used for communicating decisions to other departments... Office Memorandum form is also used by Ministries and Departments for communicating to its employees.\\\"\"\n  },\n  {\n    \"id\": 49,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch 10: Records Management\",\n    \"question\": \"\u2018Records Management\u2019 means which of the following activities?\",\n    \"options\": [\n      \"Storage of Records\",\n      \"Categorization of Files\",\n      \"Indexing and Weeding of Files\",\n      \"Recording, retention, retrieval, and weeding out of Files\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - Recording, retention, retrieval, and weeding out of Files<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 10.1 (1): \\\"Records management covers the activities concerning mainly recording, retention, retrieval and weeding out.\\\"\"\n  },\n  {\n    \"id\": 50,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Table of Precedence\",\n    \"question\": \"In the \u2018Warrant of Precedence,\u2019 the Chief Election Commissioner ranks higher than:\",\n    \"options\": [\n      \"Judges of the Supreme Court\",\n      \"Chief Ministers of States\",\n      \"Chief of Staff holding the rank of a full General\",\n      \"Former Prime Minister\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Chief of Staff holding the rank of a full General<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per the Warrant of Precedence (Ministry of Home Affairs): The Chief Election Commissioner and the Comptroller and Auditor General of India rank at Article 9A. Judges of the Supreme Court rank at Article 9. Chief Ministers of States rank at Article 7. Chiefs of Staff holding the rank of full General rank at Article 12.\"\n  },\n  {\n    \"id\": 51,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Internal work study units are under the charge of:\",\n    \"options\": [\n      \"Joint Secretary\",\n      \"Chief Vigilance Officer\",\n      \"Financial Adviser\",\n      \"Director (Coordination)\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Financial Adviser<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 14.2 (i): \\\"The Internal Work Study Unit (IWSU) in the Department, under the charge of Financial Adviser, will be responsible for... work measurement and organizational studies.\\\"\"\n  },\n  {\n    \"id\": 52,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch 6: File Management System\",\n    \"question\": \"Single File System applies to which one of the following matters?\",\n    \"options\": [\n      \"Dealing with one particular subject and all related matters in the same file\",\n      \"Matters which have to be referred by a \u2018Non-Secretariat Organization\u2019 to the Department for seeking a sanction\/order i.e. a decision not within its own delegated powers\",\n      \"File referred by one Ministry to another Ministry for advice\",\n      \"File dealing with a confidential\/secret matter\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Matters which have to be referred by a \u2018Non-Secretariat Organization\u2019 to the Department for seeking a sanction\/order<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 6.13: \\\"Single File System (SFS): This will apply to matters which have to be referred by a non-secretariat organization to the Department for seeking a sanction\/order, i.e., a decision not within its own delegated powers.\\\"\"\n  },\n  {\n    \"id\": 53,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch 12: Monitoring of Timely Disposal\",\n    \"question\": \"What is the stipulated time within which a Parliamentary Assurance is required to be fulfilled?\",\n    \"options\": [\n      \"6 months\",\n      \"45 days\",\n      \"3 months\",\n      \"Before the close of the particular session\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 3 months<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 12.6 (iv): \\\"An assurance should normally be fulfilled within a period of three months from the date of the assurance given in the House.\\\"\"\n  },\n  {\n    \"id\": 54,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Identify the Authority to which the Council of Ministers is collectively responsible for its acts of Omission and Commission?\",\n    \"options\": [\n      \"President\",\n      \"Upper House of Parliament\",\n      \"Lower House of Parliament\",\n      \"All of the above\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Lower House of Parliament<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 2.2: \\\"Under the Constitution, the executive power of the Union is vested in the President... There shall be a Council of Ministers with the Prime Minister at the head to aid and advise the President... The Council of Ministers is collectively responsible to the House of the People (Lok Sabha).\\\"\"\n  },\n  {\n    \"id\": 55,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"In accordance with the provisions of Article 343 of the Constitution, Hindi became the official language of the Union with effect from:\",\n    \"options\": [\n      \"15th August 1947\",\n      \"26th January 1950\",\n      \"26th January 1963\",\n      \"26th January 1965\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 26th January 1965<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per Article 343 of the Constitution: Hindi in Devanagari script became the official language on 26th January 1950, but English was to continue for 15 years. Thus, Hindi became the sole official language (with English as an associate) with effect from 26th January 1965 per the timeline set in the Constitution.\"\n  },\n  {\n    \"id\": 56,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"A department is sending a note for the consideration of a Cabinet Committee. How many copies of the note are required to be sent to the Cabinet Secretariat in English and Hindi?\",\n    \"options\": [\n      \"30\",\n      \"45\",\n      \"50\",\n      \"60\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 45<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per the Handbook on Writing Cabinet Notes (referenced in CSMOP): \\\"The Department will send 45 copies of the Note (English and Hindi) to the Cabinet Secretariat for the consideration of a Cabinet Committee.\\\"\"\n  },\n  {\n    \"id\": 57,\n    \"year\": \"2012-13\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Which of the following is\/are not correct in the context of \u2018The Allocation of Business Rules\u2019?<br>1. These rules allocate business of the Government among its different Departments.<br>2. These rules permit the association of another Minister, or Dy. Minister to perform such functions as may be specifically assigned to them.<br>3. These rules seek to define the authority, responsibility and obligation of each Department in the matter of disposal of business allotted to it.\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"3 only\",\n      \"1,2 and 3\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 3 only<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 2.3 and 2.4: The Allocation of Business Rules (1) allocate business among departments and (2) permit association of other Ministers. Statement 3 is incorrect because the <i>Transaction of Business Rules<\/i> (not Allocation Rules) define the authority, responsibility, and obligation of each department for the disposal of business.\"\n  },\n  \n  \/\/2014\n  {\n    \"id\": 58,\n    \"year\": \"2014\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Ministry\/Department\/Office which interacts with all the other Ministries\/Departments to ensure uniformity in handling of specific matters is called\",\n    \"options\": [\n      \"Cabinet Secretariat\",\n      \"Prime Minister's Office\",\n      \"Ministry of Finance\",\n      \"Nodal Ministry\/Department\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - Nodal Ministry\/Department<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 3.1 (27): \\\"'Nodal Ministry\/Department' means the one which is primarily concerned with a specific subject allocated to it under the Government of India (Allocation of Business) Rules, 1961 and interacts with all other Ministries\/Departments to ensure uniformity in handling it.\\\"\"\n  },\n  {\n    \"id\": 59,\n    \"year\": \"2014\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"The executive power of the Union of India formally vests in\",\n    \"options\": [\n      \"The Prime Minister of India\",\n      \"The President of India\",\n      \"The Minister concerned\",\n      \"The Minister for Parliamentary Affairs\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - The President of India<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 2.2: \\\"Under the Constitution, the executive power of the Union is vested in the President. The Constitution also provides for a Council of Ministers with the Prime Minister at the head to aid and advise the President in the exercise of his\/her functions.\\\"\"\n  },\n  {\n    \"id\": 60,\n    \"year\": \"2014\",\n    \"chapter\": \"Ch 3: Functionaries and Functions\",\n    \"question\": \"Generally, the lowest organizational unit in a Department of the Central Government is a\",\n    \"options\": [\n      \"Branch\",\n      \"Wing\",\n      \"Section\",\n      \"Division\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Section<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 2.5: \\\"A Department is normally divided into Wings, Divisions, Branches and Sections\/Desks. A Section is the lowest organizational unit with a well-defined area of work. It normally consists of Assistants and Clerks supervised by a Section Officer.\\\"\"\n  },\n  {\n    \"id\": 61,\n    \"year\": \"2014\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Which one of the following is true in the case of Attached and Subordinate Offices?\",\n    \"options\": [\n      \"These are executive agencies under a Department\",\n      \"Subordinate offices are attached to a Department\",\n      \"Attached offices generally function as field establishments\",\n      \"Attached offices generally function under the direction of a field office\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - These are executive agencies under a Department<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 2.6: \\\"Where the execution of the policies of the Government requires decentralized arrangements and\/or directing an army of field agencies, a Ministry\/Department may have under it subsidiary organizations, which are often referred to as 'executive agencies'. These are of two types: (ii) Attached Offices... and (iii) Subordinate Offices.\\\"\"\n  },\n  {\n    \"id\": 62,\n    \"year\": \"2014\",\n    \"chapter\": \"Ch 7:  Guidelines on Noting\",\n    \"question\": \"A final decision communicated at the level of an Under Secretary to a party is found later on to have been given on wrong interpretation of rules due to misunderstanding. Which one of the following would be an appropriate course of action to be taken?\",\n    \"options\": [\n      \"The Under Secretary may withdraw his decision\",\n      \"He may not withdraw his decision but get the irregularity condoned\",\n      \"Withdrawal of the decision may be permitted only with the approval of an officer higher than the one who took the original decision and after consulting the Ministry of Law, where necessary, and after the reasons for reversal have been recorded\",\n      \"The matter may be referred to the Nodal Ministry\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Withdrawal with approval of higher officer and Law Ministry consultation<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 7.2 (xv): \\\"A decision once taken and communicated to a party will not be easily reviewed or reversed. However, if a review or reversal is found necessary, it will be done only with the approval of an officer higher than the one who took the original decision and after consulting the Ministry of Law and Justice, where necessary, and after the reasons for reversal of the earlier decision have been recorded on the file.\\\"\"\n  },\n  {\n    \"id\": 63,\n    \"year\": \"2014\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"An authority, responsibility and obligation of each Department in the matter of disposal of business allotted to it are defined in:<br>1. The Allocation of Business Rules.<br>2. The Transaction of Business Rules.<br>3. The Rules of Procedure and Conduct of Business.\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 2 only<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 2.4: \\\"The Government of India (Transaction of Business) Rules, 1961... seek to define the authority, responsibility and obligation of each Department in the matter of disposal of business allotted to it.\\\"\"\n  },\n  {\n    \"id\": 64,\n    \"year\": \"2014\",\n    \"chapter\": \"Ch 16: Inspection\",\n    \"question\": \"The Programme of inspection of each section\/desk in a Ministry is drawn up by\",\n    \"options\": [\n      \"The Nodal Ministry\",\n      \"The Staff Inspection Unit\",\n      \"The Internal Work Study Unit\",\n      \"The Director of Audit\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - The Internal Work Study Unit<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 16.1 (iii): \\\"The Internal Work Study Unit (IWSU)\/O&M Unit in each Department will draw up an annual programme of inspection of all the sections\/ desks and will ensure that the programme is implemented.\\\"\"\n  },\n  {\n    \"id\": 65,\n    \"year\": \"2014\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"A self-contained independent proposal submitted for the approval of the House and drafted in such a way as to be capable of expressing a decision of the House is\",\n    \"options\": [\n      \"Substantive Motion\",\n      \"Substitute Motion\",\n      \"Subsidiary Motion\",\n      \"Ancillary Motion\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - Substantive Motion<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.11 (i): \\\"'Substantive Motion' is a self-contained independent proposal submitted for the approval of the House and drafted in such a way as to be capable of expressing a decision of the House, e.g. all resolutions are substantive motions.\\\"\"\n  },\n  {\n    \"id\": 66,\n    \"year\": \"2014\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Money Bill shall be introduced in the Lok Sabha with the recommendation of\",\n    \"options\": [\n      \"The President\",\n      \"The Speaker of the Lok Sabha\",\n      \"The Secretary General of the Lok Sabha\",\n      \"The Finance Minister\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - The President<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.6 (ii): \\\"A Money Bill can be introduced only in the Lok Sabha. It cannot be introduced in the Rajya Sabha. It can be introduced only on the recommendation of the President.\\\"\"\n  },\n  {\n    \"id\": 67,\n    \"year\": \"2014\",\n    \"chapter\": \"Ch 10: Records Management\",\n    \"question\": \"Which of the following are \u2018Recording\u2019 activities?<br>1. Removing routine papers<br>2. Categorizing the file<br>3. Indicating title on file under appropriate catchwords<br>4. Stitching the file\",\n    \"options\": [\n      \"1, 2 and 3 only\",\n      \"2, 3 and 4 only\",\n      \"1, 2 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 1, 2 and 4 only<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 10.3: Recording involves (i) completing action, (ii) removing routine papers, (iii) categorizing the file, and (iv) stitching the file. Indicating catchwords (Statement 3) is part of 'Indexing' per para 10.5, which is a separate activity following recording.\"\n  },\n  {\n    \"id\": 68,\n    \"year\": \"2014\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"The form of communication used for making public announcement of decisions of Government in important matters of policy e.g. the policy of industrial licensing, appointment of committees or commissions of enquiry, which are also published in the Gazette of India, is called\",\n    \"options\": [\n      \"Resolution\",\n      \"Circular\",\n      \"Notification\",\n      \"Press Note\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - Resolution<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.4 (6): \\\"Resolution: This form is used to make public announcement of decisions of government in important matters of policy, e.g., the policy of industrial licensing, appointment of committees or commissions of enquiry, etc. Resolutions are published in the Gazette of India.\\\"\"\n  },\n  {\n    \"id\": 69,\n    \"year\": \"2014\",\n    \"chapter\": \"Ch 11: Knowledge Management\",\n    \"question\": \"Which document takes the place of voluminous old files put up for reference and incapable of being put up at short notice?\",\n    \"options\": [\n      \"Statement of case\",\n      \"Standing note\",\n      \"Part file\",\n      \"Standing Guard File\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - Standing Guard File<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 11.4 (i): \\\"A Standing Guard File... helps the office in locating the previous papers having bearing on the subject... In a Standing Guard File, there will be no need to put up voluminous old files for reference.\\\"\"\n  },\n  {\n    \"id\": 70,\n    \"year\": \"2014\",\n    \"chapter\": \"Ch 11: Knowledge Management\",\n    \"question\": \"Which of the following statements regarding \u2018Standing Note\u2018 are correct?<br>1. It is in one part only<br>2. It contains (i) Extracts of notes and correspondence and (ii) Model forms.<br>3. It is prepared on type subject.<br>4. It is prepared on any item which may be difficult, complicated, or has historical importance.\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1 and 4 only\",\n      \"3 and 4 only\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 1 and 4 only<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 11.4 (ii): \\\"Standing Note: (a) It is a continuous note explaining the history and development of policy on a particular subject... (b) It is in one part only. (c) It is to be prepared on any item which may be difficult, complicated, required for day-to-day reference or has historical importance.\\\"\"\n  },\n  {\n    \"id\": 71,\n    \"year\": \"2014\",\n    \"chapter\": \"Ch 3: Functionaries and Functions\",\n    \"question\": \"An officer-oriented work unit within a Department with a specific task assigned to it is called\",\n    \"options\": [\n      \"Section\",\n      \"Wing\",\n      \"Branch\",\n      \"Desk\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - Desk<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 2.5: \\\"Desk: In the Desk pattern of working, the work of a Section is divided among two or more desks, each desk being manned by a single officer of the rank of Section Officer or Under Secretary. It is an officer-oriented work unit.\\\"\"\n  },\n  {\n    \"id\": 72,\n    \"year\": \"2014\",\n    \"chapter\": \"Ch 3: Functionaries and Functions\",\n    \"question\": \"Collection of information and files, compilation of data in given forms, opening of files, maintenance of current files and internal movements are amongst the functions of\",\n    \"options\": [\n      \"A Section officer\",\n      \"A Desk officer\",\n      \"The Stenographers, Assistants or UDCs attached to the Desk officers\",\n      \"Under Secretary\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Support staff attached to Desk officers<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 2.5 (Desk System): While the Desk Officer is responsible for higher-level work, the routine functions like collection of information, maintenance of files, and data compilation are performed by the Multi-Tasking Staff\/Stenographers\/Assistants provided to support the desk.\"\n  },\n  {\n    \"id\": 73,\n    \"year\": \"2014\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"The Cabinet, which is responsible for shaping the overall policies of the Government, consists of the\",\n    \"options\": [\n      \"Cabinet Ministers only\",\n      \"Cabinet Ministers and Ministers of State\",\n      \"Cabinet Ministers and Deputy Ministers\",\n      \"Cabinet Ministers, Ministers of State and Deputy Ministers\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - Cabinet Ministers only<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 2.2: \\\"The Cabinet is a smaller body of the Council of Ministers which consists of all the Cabinet Ministers. It is responsible for shaping the overall policies of the Government of India.\\\"\"\n  },\n  {\n    \"id\": 74,\n    \"year\": \"2014\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"To recommend any amendments or additions to the rules that may be considered necessary and to consider matters relating to Rules and Procedure and Conduct of Business in the House are the functions of\",\n    \"options\": [\n      \"Rules Committee\",\n      \"Rules of Procedure of Parliament Committees\",\n      \"Committee on Subordinate Legislation\",\n      \"None of the above\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - Rules Committee<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.12: \\\"Rules Committee: The functions of this Committee include considering matters of procedure and conduct of business in the House and recommending any amendments or additions to these rules as may be deemed necessary.\\\"\"\n  },\n  {\n    \"id\": 75,\n    \"year\": \"2014\",\n    \"chapter\": \"Ch 12: Monitoring of Timely Disposal\",\n    \"question\": \"Which of the following expressions normally constitute an Assurance (in Parliament)?<br>1. I shall look into it.<br>2. I shall inform the Honourable Member.<br>3. I shall consider the matter.<br>4. Efforts are being made to collect the necessary data.\",\n    \"options\": [\n      \"1, 2 and 3 only\",\n      \"1, 2 and 4 only\",\n      \"2,3 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2, 3 and 4<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per Appendix 12.1 (Standard list of expressions constituting an assurance): Phrases like \\\"The matter is under consideration\\\", \\\"I shall look into it\\\", \\\"I shall inform the Member\\\", and \\\"Data is being collected\\\" are all categorized as assurances given by Ministers on the floor of the House.\"\n  },\n  \n  \/\/2015\n  \n  {\n    \"id\": 94,\n    \"year\": \"2015\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"What is the correct sequence of order communication process?\",\n    \"options\": [\n      \"Decoding of message, Transmission, Encoding of message and Feedback\",\n      \"Encoding of message, Transmission, Decoding of message and Feedback\",\n      \"Decoding of message, Encoding of message, Transmission and Feedback\",\n      \"Encoding of message, Decoding of message, Transmission and Feedback\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Encoding of message, Transmission, Decoding of message and Feedback<\/b><br><br> <b>Analysis:<\/b><br> The standard communication cycle begins with the sender <b>encoding<\/b> a thought into a message, followed by <b>transmission<\/b> through a channel. The receiver then <b>decodes<\/b> the message to understand it, and finally provides <b>feedback<\/b> to the sender to complete the loop.\"\n  },\n  {\n    \"id\": 95,\n    \"year\": \"2015\",\n    \"chapter\": \"Ch  4: Decision making in Government\",\n    \"question\": \"In actual practice, the executive power of Union resides with the\",\n    \"options\": [\n      \"Prime Minister\",\n      \"President\",\n      \"Council of Ministers headed by Prime Minister\",\n      \"Vice President\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Council of Ministers headed by Prime Minister<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 2.2: \\\"Under the Constitution, the executive power of the Union is vested in the President... There shall be a Council of Ministers with the Prime Minister at the head to aid and advise the President in the exercise of his\/her functions.\\\" While formally vested in the President, <i>in actual practice<\/i>, the power is exercised by the Council of Ministers.\"\n  },\n  {\n    \"id\": 96,\n    \"year\": \"2015\",\n    \"chapter\": \"Ch 3: Functionaries and Functions\",\n    \"question\": \"When the volume of work in a Ministry exceeds the manageable charge of a Secretary, one or more wings may be established under the charge of a\",\n    \"options\": [\n      \"Deputy Secretary\",\n      \"Special Secretary\/Additional Secretary\",\n      \"Under Secretary\",\n      \"Deputy Director\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Special Secretary\/Additional Secretary<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 2.5: \\\"When the volume of work in a Ministry exceeds the manageable charge of a Secretary, one or more Wings may be established with a Special Secretary\/Additional Secretary\/Joint Secretary, in-charge of each Wing.\\\"\"\n  },\n  {\n    \"id\": 97,\n    \"year\": \"2015\",\n    \"chapter\": \"Ch  4: Decision making in Government\",\n    \"question\": \"Who among the following is responsible for shaping the overall policies of Government in discharging responsibilities?\",\n    \"options\": [\n      \"Ministers of State\",\n      \"Prime Minister\",\n      \"The Cabinet\",\n      \"Deputy Ministers\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - The Cabinet<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 2.2: \\\"The Cabinet is a smaller body of the Council of Ministers... It is responsible for shaping the overall policies of the Government of India.\\\"\"\n  },\n  {\n    \"id\": 98,\n    \"year\": \"2015\",\n    \"chapter\": \"Ch 7:  Guidelines on Noting\",\n    \"question\": \"In cases where decision is required, a file should not pass through more than\",\n    \"options\": [\n      \"5 levels\",\n      \"4 levels\",\n      \"3 levels\",\n      \"2 levels\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 4 levels<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 7.1 (iv): \\\"Level jumping: A file will not pass through more than four levels in the hierarchy (including the decision-taking level) before a final decision is taken.\\\"\"\n  },\n  {\n    \"id\": 99,\n    \"year\": \"2015\",\n    \"chapter\": \"Ch 7:  Guidelines on Noting\",\n    \"question\": \"If any officer receives any oral instructions from the Minister, which are not in accordance with the norms, rules and regulations, the officer should\",\n    \"options\": [\n      \"Not take any action\",\n      \"Seek further clear orders from the Secretary, about the line of action to be taken, clearly stating the situation\",\n      \"Postpone the action\",\n      \"Decide on his own\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Seek further clear orders from the Secretary<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 7.9: \\\"If any officer receives oral instructions from the Minister... and the orders are not in accordance with the norms, rules, regulations or procedures, he\/she should seek clear orders from the Secretary... about the line of action to be taken.\\\"\"\n  },\n  {\n    \"id\": 100,\n    \"year\": \"2015\",\n    \"chapter\": \"Ch 10: Records Management\",\n    \"question\": \"A declassified file considered fit for permanent preservation will be transferred to the\",\n    \"options\": [\n      \"Old Records\",\n      \"National Archives\",\n      \"National documents\",\n      \"Permanent documents\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - National Archives<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 10.15: \\\"Records which are 25 years old... and have been downgraded and are of historical importance will be transferred to the National Archives of India.\\\"\"\n  },\n  {\n    \"id\": 101,\n    \"year\": \"2015\",\n    \"chapter\": \"Ch 13: Security of Official Information and Documents\",\n    \"question\": \"Consider the following statements: Any officials other than the Ministers and Secretaries, if approached by a representative of the press will normally:<br>1. Direct the representative of the press to the Press Information Bureau.<br>2. Seek the permission of the Secretary of the Department before meeting the press.\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"Either 1 or 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Either 1 or 2<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 13.3: \\\"Official information to press... will normally be communicated through the Press Information Bureau... Any official other than those specially authorized (Ministers\/Secretaries) will not normally meet the press. If approached, they should direct them to the PIB or seek permission from the Secretary.\\\"\"\n  },\n  {\n    \"id\": 102,\n    \"year\": \"2015\",\n    \"chapter\": \"Ch 14: Annual Action Plan & Citizen\u2019s \/Client\u2019s Charter\",\n    \"question\": \"Which day of the week should be observed strictly as a meetingless day to receive and hear grievances of the members of the public?\",\n    \"options\": [\n      \"Tuesday\",\n      \"Wednesday\",\n      \"Thursday\",\n      \"Friday\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Wednesday<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 14.1 (iv): \\\"Wednesday will be observed as a \u2018meetingless day\u2019 in the Central Secretariat. On this day, the officers will remain in their seats and make themselves available to the members of the public...\\\"\"\n  },\n  {\n    \"id\": 103,\n    \"year\": \"2015\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"A member of a group who influences his followers more than getting influenced by them is a\",\n    \"options\": [\n      \"Head\",\n      \"Leader\",\n      \"Motivator\",\n      \"Manager\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Leader<\/b><br><br> <b>Analysis:<\/b><br> Leadership is primarily characterized by social influence. A leader is an individual who exerts more influence over the group members than they exert over him\/her, guiding them toward common goals.\"\n  },\n  {\n    \"id\": 104,\n    \"year\": \"2015\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which of the following is true in the case of a Money Bill?\",\n    \"options\": [\n      \"The Rajya Sabha can make amendments in a Money Bill\",\n      \"The Lok Sabha has to return Money bill to the Rajya Sabha within 30 days\",\n      \"The Speaker\u2019s decision on the subject of Money Bill is final\",\n      \"The Finance Minister\u2019s decision on the subject of Money Bill is final\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - The Speaker\u2019s decision on the subject of Money Bill is final<\/b><br><br> <b>Analysis:<\/b><br> As per Article 110(3) of the Constitution: \\\"If any question arises whether a Bill is a Money Bill or not, the decision of the Speaker of the House of the People thereon shall be final.\\\"\"\n  },\n  {\n    \"id\": 105,\n    \"year\": \"2015\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Which of the following forms of communication is meant for the officers of equivalent level in the Central Secretariat?\",\n    \"options\": [\n      \"Letter\",\n      \"Demi-Official letter\",\n      \"Office Memorandum\",\n      \"Inter-Departmental Note\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Demi-Official letter<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.4 (2): \\\"Demi-Official Letter: This form is generally used... when it is desired that the matter should receive the personal attention of the officer addressed... and is usually written to an officer of equivalent level.\\\"\"\n  },\n  {\n    \"id\": 106,\n    \"year\": \"2015\",\n    \"chapter\": \"Ch 7:  Guidelines on Noting\",\n    \"question\": \"Which of the following cases are known as \u2018No-Noting\u2019 cases\",\n    \"options\": [\n      \"Routine or Repetitive cases\",\n      \"Action-in-Correspondence cases\",\n      \"Ephemeral cases\",\n      \"Problem Solving cases\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Ephemeral cases<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 7.2 (x): \\\"Ephemeral cases: These cases are of purely routine nature... such files should be destroyed without noting or indexing as soon as action is over.\\\"\"\n  },\n  {\n    \"id\": 107,\n    \"year\": \"2015\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Consider the following characteristic features for an Administrator:<br>1. Uses institutional resources more than personal resources.<br>2. Uses personal resources more than institutional resources.<br>3. Uses expensive resources.<br>Which of the above characteristic features is\/are correct for a good Administrator\",\n    \"options\": [\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1 only\",\n      \"2 only\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 1 only<\/b><br><br> <b>Analysis:<\/b><br> A good administrator relies on institutional systems, rules, and resources (infrastructure, personnel, protocols) to ensure continuity and objectivity, rather than personal whims or expensive\/wasteful alternatives.\"\n  },\n  {\n    \"id\": 108,\n    \"year\": \"2015\",\n    \"chapter\": \"Ch  4: Decision making in Government\",\n    \"question\": \"Which one of the following has to give concurrence in case of financial sanctions involving Foreign Exchange?\",\n    \"options\": [\n      \"Department of Commerce\",\n      \"Ministry of External Affairs\",\n      \"Department of Economic Affairs\",\n      \"Department of Financial Services\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Department of Economic Affairs<\/b><br><br> <b>Analysis:<\/b><br> Matters involving Foreign Exchange management and budgetary control over external assistance are handled by the Department of Economic Affairs (Ministry of Finance).\"\n  },\n  {\n    \"id\": 109,\n    \"year\": \"2015\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"The committee of Public Undertakings consists of\",\n    \"options\": [\n      \"16 Lok Sabha Members and 06 Rajya Sabha Members.\",\n      \"14 Lok Sabha Members and 08 Rajya Sabha Members\",\n      \"11 Lok Sabha Members and 11 Rajya Sabha Members\",\n      \"15 Lok Sabha Members and 07 Rajya Sabha Members\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 15 Lok Sabha Members and 07 Rajya Sabha Members<\/b><br><br> <b>Analysis:<\/b><br> The Committee on Public Undertakings consists of 22 members, 15 elected from Lok Sabha and 7 from Rajya Sabha.\"\n  },\n  {\n    \"id\": 110,\n    \"year\": \"2015\",\n    \"chapter\": \"Ch 3: Functionaries and Functions\",\n    \"question\": \"The level of Desk Functionary should depend on:\",\n    \"options\": [\n      \"Connectivity and coverage of work\",\n      \"Nature and complexity of work\",\n      \"Intelligence and hard work\",\n      \"Nature and comprehension of work\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Nature and complexity of work<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 2.5: \\\"The level of Desk functionary (Section Officer or Under Secretary) will depend on the nature and complexity of work assigned to the desk.\\\"\"\n  },\n  {\n    \"id\": 111,\n    \"year\": \"2015\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Consider the following statements about space planning activity:<br>1. A new or modified system or procedure is adopted.<br>2. An increase or decrease in either work or personnel is made.<br>3. Complaints from the employees are heard about their work areas.\",\n    \"options\": [\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1 and 2 only\",\n      \"1, 2, and 3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2, and 3<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 14.5: Space planning is a continuous activity triggered by organizational changes (new systems, staff strength changes) and environmental factors (employee comfort and workflow efficiency).\"\n  },\n  {\n    \"id\": 112,\n    \"year\": \"2015\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"A compact machine that enables an officer to record dictation at his convenience without the aid of a Stenographer is:\",\n    \"options\": [\n      \"MFD\",\n      \"Dictaphone\",\n      \"EPABX\",\n      \"Electronic Typewriter\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Dictaphone<\/b><br><br> <b>Analysis:<\/b><br> A Dictaphone is a sound-recording device used to record speech for later playback or to be typed by another person.\"\n  },\n  {\n    \"id\": 113,\n    \"year\": \"2015\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Estoppel relates to:\",\n    \"options\": [\n      \"Relitigation of the decided matter\",\n      \"A person going back on his own legal promise\/statement\",\n      \"Scope of authority\",\n      \"Non-inclusion of essential parties\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - A person going back on his own legal promise\/statement<\/b><br><br> <b>Analysis:<\/b><br> The principle of 'Estoppel' prevents a person from asserting something contrary to what is implied by a previous action or statement of that person.\"\n  },\n  {\n    \"id\": 114,\n    \"year\": \"2015\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Consider the following statements: An application to CAT against an executive order on service matters can be filed by:<br>1. The aggrieved individual only.<br>2. Heir of the aggrieved individual.<br>3. Group of persons with a common interest with permission of CAT.\",\n    \"options\": [\n      \"2 and 3 only\",\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 1 and 3 only<\/b><br><br> <b>Analysis:<\/b><br> Under Section 19 of the Administrative Tribunals Act, 1985, an application can be filed by an <b>aggrieved person<\/b>. CAT rules also allow a single application to be filed by a <b>group of persons<\/b> with a common interest with the permission of the Tribunal. Heirs do not normally file original service grievance applications.\"\n  },\n  {\n    \"id\": 115,\n    \"year\": \"2015\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Termination of a session of the House is called:\",\n    \"options\": [\n      \"Promulgation\",\n      \"Dissolution\",\n      \"Prorogation\",\n      \"Adjournment\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Prorogation<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.1 (ii): \\\"Prorogation means the termination of a session of the House.\\\"\"\n  },\n  {\n    \"id\": 116,\n    \"year\": \"2015\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Consider the following statements regarding a Parliamentary Committee:<br>1. Quorum is nearly 1\/3 of the total members.<br>2. Members are liable to be discharged for missing two or more consecutive meetings.<br>3. Sittings are held in private.<br>4. A member can be appointed irrespective of willingness.\",\n    \"options\": [\n      \"1, 2, 3, and 4\",\n      \"1 and 4 only\",\n      \"2, 3, and 4 only\",\n      \"1, 2, and 3 only\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2, and 3 only<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per Rules of Procedure: (1) Quorum is 1\/3. (2) Absence from 2+ meetings without permission leads to discharge. (3) Sittings are usually in private. (4) Consent of the member is a prerequisite for appointment to a committee.\"\n  },\n  {\n    \"id\": 117,\n    \"year\": \"2015\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Consider the following statements in the context of Guillotine:<br>1. It is not preceded by any motion.<br>2. It applies only to Budget demands, Appropriation Bill, and Finance bill.<br>3. It is provided under Rule 208(2) of the Lok Sabha Rules.\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2, and 3<\/b><br><br> <b>Analysis:<\/b><br> (1) Guillotine is a procedure where the Speaker puts all outstanding questions to vote without further debate at a fixed time; it doesn't require a specific new motion for each item. (2) It is primary used for financial business to meet constitutional deadlines. (3) It is mandated under Rule 208 of the Lok Sabha.\"\n  },\n  {\n    \"id\": 118,\n    \"year\": \"2015\",\n    \"chapter\": \"Ch 10: Records Management\",\n    \"question\": \"Consider the following statements in the context of various stages of Records Management:<br>1. Exercise judicious control over creation of records.<br>2. Maintenance of the records.<br>3. Modification of records according to circumstances.<br>4. Weeding out of the records.\",\n    \"options\": [\n      \"1, 2, and 3 only\",\n      \"2, 3 and 4 only\",\n      \"1, 2, and 4 only\",\n      \"1, 2, 3, and 4\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 1, 2, and 4 only<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 10.1: Records management involves control over <b>creation<\/b>, <b>retention\/maintenance<\/b>, and <b>weeding out<\/b>. 'Modification' is not a standard stage of records management; once a record is closed\/recorded, it is preserved in its original form.\"\n  },\n  {\n    \"id\": 119,\n    \"year\": \"2015\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Consider the following statements: The Supervisors are expected to motivate the junior employees by:<br>1. Setting a good example.<br>2. Having regular informal meetings.<br>3. Giving adequate incentives and rewards.<br>4. Developing a team spirit.\",\n    \"options\": [\n      \"1, 2, and 3 only\",\n      \"1 and 4 only\",\n      \"2, 3, and 4 only\",\n      \"1, 2, 3, and 4\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2, 3, and 4<\/b><br><br> <b>Analysis:<\/b><br> Effective supervision involves a mix of leadership by example (1), communication (2), recognition\/rewards (3), and team building (4).\"\n  },\n  {\n    \"id\": 120,\n    \"year\": \"2015\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"As per the dynamic features of non-verbal communication, kinesics refers to:\",\n    \"options\": [\n      \"Tone, quality of voice, and speed of speaking\",\n      \"Gestures, facial configurations, and other movements of the body\",\n      \"Gestures, pitch of the voice, and speed of speaking\",\n      \"Tone of voice, body language, and posture\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Gestures, facial configurations, and other movements of the body<\/b><br><br> <b>Analysis:<\/b><br> Kinesics is the study of body movements, gestures, and facial expressions as a means of communication.\"\n  },\n  {\n    \"id\": 121,\n    \"year\": \"2015\",\n    \"chapter\": \"Ch 6: File Management System\",\n    \"question\": \"In the context of referencing, 'PUC' indicates:\",\n    \"options\": [\n      \"Promotion under consideration\",\n      \"Paper under consideration\",\n      \"Proposal under conclusion\",\n      \"Property under charge\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Paper under consideration<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 3.1 (28): \\\"'Paper under consideration' (PUC) means a receipt on a file, the consideration of which is the subject matter of the case.\\\"\"\n  },\n  {\n    \"id\": 122,\n    \"year\": \"2015\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"The Principal agency for undertaking work measurement studies in Government Offices is:\",\n    \"options\": [\n      \"Staff Inspection Unit\",\n      \"Internal Work Study Unit\",\n      \"O & M Units\",\n      \"Ministry of Labour\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - Staff Inspection Unit<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 14.2 (ii): \\\"The Staff Inspection Unit (SIU) of the Department of Expenditure (Ministry of Finance) is the nodal agency for work measurement studies...\\\"\"\n  },\n  \/\/2016-17\n  {\n    \"id\": 123,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Copies of which of the following types of sanctions will be endorsed to the Audit Officer:<br>1. Sanctions relating to grant of advances to Central Government employees<br>2. Sanctions for handing\/taking over charge<br>3. Sanctions relating to creation of posts\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 1 and 3 only<\/b><br><br> <b>Analysis:<\/b><br> According to standard financial rules, all sanctions that have financial implications such as the <b>creation of posts<\/b> (3) or <b>grants\/advances<\/b> (1) must be endorsed to the Audit Officer\/PAO. Sanctions for handing\/taking over charge (2) are administrative in nature and generally do not require audit endorsement unless they involve specific financial allowances.\"\n  },\n  {\n    \"id\": 124,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"In which one of the following types of correspondence is a Demi-official letter not used?\",\n    \"options\": [\n      \"Communication between a Member of Parliament and a Minister at the Centre.\",\n      \"Communication to non-officials.\",\n      \"Communication between an officer and another officer of similar rank.\",\n      \"For conveying financial sanctions.\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - For conveying financial sanctions<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.4: Demi-official (DO) letters are used for personal attention, exchange of views, or between MPs and Ministers. However, <b>financial sanctions<\/b> must be conveyed through formal instruments like an <b>Office Memorandum<\/b> or a formal <b>Sanction Order<\/b> to ensure they are legally and audit-verifiable.\"\n  },\n  {\n    \"id\": 125,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Ch 7:  Guidelines on Noting\",\n    \"question\": \"In which one of the following types of cases is a structured and detailed note required to be prepared?\",\n    \"options\": [\n      \"Repetitive case.\",\n      \"Problem-solving case.\",\n      \"Policy\/Planning case.\",\n      \"Ephemeral case.\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Problem-solving case<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 7.2: Problem-solving cases require a detailed examination of the issues, identification of the problem, and evaluation of alternate solutions. Policy\/Planning cases also require detail but <b>Problem-solving<\/b> is the specific category mentioned in the manual for structured analysis of specific hurdles.\"\n  },\n  {\n    \"id\": 126,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Which unit\/wing of an Administrative Ministry is concerned with the study of its organizational structure, methods of work, and procedures to suggest reforms and improve efficiency of the organization?\",\n    \"options\": [\n      \"Staff Inspection Unit (SIU).\",\n      \"General Reforms Wing.\",\n      \"Organization and Methods (O&M).\",\n      \"General Administration Wing.\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Organization and Methods (O&M)<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 14.1: The <b>O&M Unit<\/b> (often part of the IWSU) is specifically responsible for reviewing organizational structures, methods, and procedures to enhance overall efficiency.\"\n  },\n  {\n    \"id\": 127,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Ch 3: Functionaries and Functions\",\n    \"question\": \"An officer who is assigned the responsibilities of another officer of comparable rank in the department during the former's absence is called?\",\n    \"options\": [\n      \"Desk functionary.\",\n      \"Dealing officer.\",\n      \"Link officer.\",\n      \"Dependent officer.\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Link officer<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 3.1: A <b>Link Officer<\/b> is an officer designated to look after the work of another officer when they are on leave or away on tour to ensure continuity of work.\"\n  },\n  {\n    \"id\": 128,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"What services are provided by the Information and Facilitation Counter (IFC)?<br>1. Information regarding services provided.<br>2. Information regarding standards of quality.<br>3. Information regarding the hierarchical set-up of PG Redress Machinery.\",\n    \"options\": [\n      \"1 only\",\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2, and 3<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 13.1: IFCs are set up to provide a 'single window' for information on services, standards, and grievance mechanisms to the public.\"\n  },\n  {\n    \"id\": 129,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Consider the following statements regarding Attached and Subordinate offices:<br>1. Subordinate offices serve as a repository of technical information.<br>2. Attached offices advise the department on various aspects.<br>3. Subordinate offices generally function as field establishments.<br>4. Subordinate offices may function under the direction of an Attached office.\",\n    \"options\": [\n      \"2 and 4 only\",\n      \"1, 2, and 4 only\",\n      \"2, 3, and 4 only\",\n      \"1, 2, 3, and 4\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 2, 3, and 4 only<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 2.6: Attached offices serve as repositories of technical information (making Statement 1 incorrect as it attributes this to Subordinate offices). Attached offices advise the Department (2), while Subordinate offices are field establishments (3) and may work under an Attached office (4).\"\n  },\n  {\n    \"id\": 130,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Ch 14: Annual Action Plan & Citizen\u2019s \/Client\u2019s Charter\",\n    \"question\": \"Which one of the following statements regarding the Citizen's Charter is not correct?\",\n    \"options\": [\n      \"It is an instrument that seeks to make a Ministry transparent and citizen-friendly.\",\n      \"It is enforceable in a court of law.\",\n      \"It is intended to empower citizens to demand committed standards of service.\",\n      \"Government agencies could also be covered for availing services from another agency.\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - It is enforceable in a court of law<\/b><br><br> <b>Analysis:<\/b><br> The Citizen's Charter is a statement of commitment and a tool for transparency but is <b>not legally enforceable<\/b> in courts (though complaints can be made through departmental grievance cells).\"\n  },\n  {\n    \"id\": 131,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Proposal for legislation enabling the formulation of a consolidated legislative program of a session should be sent to:\",\n    \"options\": [\n      \"Ministry of Law and Justice.\",\n      \"Prime Minister\u2019s Office.\",\n      \"The Speaker of the Lok Sabha.\",\n      \"Department of Parliamentary Affairs.\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - Department of Parliamentary Affairs<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 4.3: The Department of Parliamentary Affairs coordinates the legislative program for each session of Parliament across all Ministries.\"\n  },\n  {\n    \"id\": 132,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Consider the following statements regarding the Committee on Subordinate Legislation:<br>1. It was first appointed by the Lok Sabha Speaker in 1953.<br>2. It consists of not more than 10 members of Parliament.<br>3. The term of office is one year.<br>4. A Minister can be a member of this Committee.\",\n    \"options\": [\n      \"1 and 3\",\n      \"1 and 4\",\n      \"2 and 3\",\n      \"2 and 4\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - 1 and 3<\/b><br><br> <b>Analysis:<\/b><br> Statement 2 is wrong because it now consists of 15 members. Statement 4 is wrong because <b>no Minister<\/b> can be a member to ensure independence from the executive.\"\n  },\n  {\n    \"id\": 133,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which one of the following conditions is not applicable to the admissibility of questions in Parliament?\",\n    \"options\": [\n      \"It shall not ask as to the character of a person except in official capacity.\",\n      \"It shall not ask for information on trivial matters.\",\n      \"It shall not ordinarily exceed 150 words.\",\n      \"It shall not contain any statement.\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - It shall not contain any statement<\/b><br><br> <b>Analysis:<\/b><br> Per Lok Sabha Rule 41, a question <b>may<\/b> contain a statement of fact provided it is concise and the member is responsible for its accuracy. Hence, \\\"it shall not contain any statement\\\" is not a valid condition (making it the correct answer for 'not applicable').\"\n  },\n  {\n    \"id\": 134,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Consider the following statements regarding the Single File System (SFS):<br>1. SFS applies to referrals by NSOs to the department for sanctions outside delegated powers.<br>2. The file cover should prominently show the NSO name and SFS label.<br>3. The SFS file should invariably bear an ID No.\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - 1 and 2 only<\/b><br><br> <b>Analysis of Statement:<\/b><br> SFS is used to avoid duplication of files between NSOs and Ministries. Statement 3 is incorrect because an NSO file already has its own number; the Ministry uses that same file rather than assigning a separate ID Number (which is usually for Inter-departmental notes).\"\n  },\n  {\n    \"id\": 135,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Special casual leave may be granted for which of the following purposes?<br>1. Donating blood.<br>2. Appearing for departmental promotion examinations.<br>3. Transit time for joining training in Territorial Army.\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2, and 3<\/b><br><br> <b>Analysis:<\/b><br> Special Casual Leave is admissible for all these activities as they are considered in the interest of the state or employee welfare.\"\n  },\n  {\n    \"id\": 136,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Ch 6: File Management System\",\n    \"question\": \"Regarding referencing of files, which is correct?<br>1. Pages numbered in pencil.<br>2. Serial number in red ink on first page.<br>3. Multiple alphabetical slips per file.<br>4. PUC\/FR page numbers quoted in margin.\",\n    \"options\": [\n      \"1, 2, and 3 only\",\n      \"2, 3 and 4 only\",\n      \"1, 2, and 4 only\",\n      \"1, 2, 3, and 4\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 1, 2, and 4 only<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 6.7: Statement 3 is wrong because <b>only one<\/b> alphabetical slip (Flag A, B, etc.) should be attached to a single recorded file. Multiple references within that file are identified by page numbers.\"\n  },\n  {\n    \"id\": 137,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which one of the following in CAT handles cases relating to posting\/transfers?\",\n    \"options\": [\n      \"A Single Member Bench\",\n      \"A Two Member Bench\",\n      \"A Three Member Bench\",\n      \"A Larger Bench\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - A Single Member Bench<\/b><br><br> <b>Analysis:<\/b><br> Under the CAT (Chairman's Power) order, specific minor matters like transfers and postings can be decided by a Single Member Bench.\"\n  },\n  {\n    \"id\": 138,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Which form of communication is generally used for correspondence with other Ministries\/Departments and Subordinate offices?\",\n    \"options\": [\n      \"Letter\",\n      \"Demi-Official letter\",\n      \"Office Memorandum\",\n      \"Inter-Departmental note\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Office Memorandum<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.4: The <b>Office Memorandum (OM)<\/b> is the standard form for horizontal communication between Ministries and vertical communication with subordinate offices.\"\n  },\n  {\n    \"id\": 139,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which of the following facilities are available under CGHS?<br>1. X-ray, lab, and diagnostic facilities.<br>2. Reimbursement of intra-ocular lens.<br>3. Supply of medicines.\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2, and 3<\/b><br><br> <b>Analysis:<\/b><br> CGHS is a comprehensive health scheme providing all these services to Central Government employees.\"\n  },\n  {\n    \"id\": 140,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Consider statements regarding \u2018Motions\u2019:<br>1. Categories: Substantive, Substitute, and Subsidiary.<br>2. Ancillary and Superseding are parts of Substantive motions.<br>3. A Cut Motion reduces the amount of a demand.\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 1 and 3 only<\/b><br><br> <b>Analysis of Statement:<\/b><br> Statement 2 is wrong. Ancillary and Superseding motions are types of <b>Subsidiary Motions<\/b>, not Substantive motions.\"\n  },\n  {\n    \"id\": 141,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which one of the following is not a Cut Motion?\",\n    \"options\": [\n      \"Disapproval of Policy Cut\",\n      \"Subsidiary Cut\",\n      \"Economy Cut\",\n      \"Token Cut\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Subsidiary Cut<\/b><br><br> <b>Analysis:<\/b><br> The three types of Cut Motions are Disapproval of Policy Cut (to Re 1\/-), Economy Cut (specified amount), and Token Cut (to Rs 100\/-). There is no such thing as a \\\"Subsidiary Cut\\\".\"\n  },\n  {\n    \"id\": 142,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Consider statements regarding \u2018Questions in Parliament\u2019:<br>1. Starred answered orally.<br>2. Supplementaries allowed for unstarred questions.<br>3. Short Notice admitted with Minister's consent.\",\n    \"options\": [\n      \"1 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 1 and 3 only<\/b><br><br> <b>Analysis:<\/b><br> Statement 2 is incorrect. Supplementaries can only be asked for <b>Starred Questions<\/b>. Unstarred questions get a written answer and no supplementaries are allowed.\"\n  },\n  {\n    \"id\": 143,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Ch 10: Records Management\",\n    \"question\": \"In 'Categorization of Records', files kept for at most 25 years are endorsed as:\",\n    \"options\": [\n      \"KEEP and MICROFILM\",\n      \"KEEP but DO NOT MICROFILM\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - KEEP and MICROFILM<\/b><br><br> <b>Analysis:<\/b><br> Category 'B' records (permanent preservation but not for National Archives transfer immediately) are endorsed as 'Keep and Microfilm'. Category 'C' records have a limited life (10 years etc.) and are not microfilmed.\"\n  },\n  {\n    \"id\": 144,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Regarding \u2018Public Accounts Committee\u2019:<br>1. Max 22 members.<br>2. Aim to ensure economy and draw attention to waste\/losses.<br>3. Aim to ensure public morality in financial matters.\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2, and 3<\/b><br><br> <b>Analysis:<\/b><br> The PAC is the most senior financial committee of Parliament, consisting of 15 (LS) + 7 (RS) members, tasked with auditing the appropriation accounts and the report of the CAG to ensure accountability.\"\n  },\n  {\n    \"id\": 145,\n    \"year\": \"2016-17\",\n    \"chapter\": \"Ch 14: Annual Action Plan & Citizen\u2019s \/Client\u2019s Charter\",\n    \"question\": \"Key elements of a Citizen's Charter:<br>1. Publication of explicit standards.<br>2. Information in plain language.<br>3. Swift remedy for errors.<br>4. Consultation with users.\",\n    \"options\": [\n      \"2 and 4 only\",\n      \"1, 2 and 3 only\",\n      \"1, 3 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2, 3 and 4<\/b><br><br> <b>Analysis:<\/b><br> All four points are the pillars of the Citizen's Charter initiative aimed at empowering the common man and improving service delivery.\"\n  },\n  \n  \/\/2018\n  {\n    \"id\": 146,\n    \"year\": \"2018\",\n    \"chapter\": \"Ch 14: Annual Action Plan & Citizen\u2019s \/Client\u2019s Charter\",\n    \"question\": \"Which of the following statements regarding a Citizens Charter are correct?\\n1. It is a set of commitments made by a Ministry regarding standards of service.\\n2. Its objective is to build a bridge between the citizens and the administration.\\n3. It is enforceable in a court of law.\\n4. Its thrust is to render public services citizen centric.\",\n    \"options\": [\n      \"1, 2 and 3\",\n      \"1, 2 and 4\",\n      \"1, 3 and 4\",\n      \"2, 3 and 4\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 1, 2 and 4<\/b><br><br> <b>Analysis:<\/b><br> A Citizen's Charter is a voluntary declaration by government agencies about their service standards and grievance redress mechanisms. While it empowers citizens (4) and acts as a bridge (2), it is <b>not legally enforceable<\/b> in a court of law (3), which makes statement 3 incorrect.\"\n  },\n  {\n    \"id\": 147,\n    \"year\": \"2018\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Which of the following are statutory bodies?\\n1. Comptroller and Auditor General of India\\n2. Union Public Service Commission\\n3. Central Vigilance Commission\\n4. Central Information Commission\",\n    \"options\": [\n      \"1 and 4 only\",\n      \"2 and 4 only\",\n      \"1, 3 and 4\",\n      \"3 and 4 only\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 3 and 4 only<\/b><br><br> <b>Analysis:<\/b><br> <b>Constitutional Bodies:<\/b> CAG (Art 148) and UPSC (Art 315) are created by the Constitution itself. <br><b>Statutory Bodies:<\/b> CVC (CVC Act, 2003) and CIC (RTI Act, 2005) are created by Acts of Parliament. Therefore, 1 and 2 are constitutional, while 3 and 4 are statutory.\"\n  },\n  {\n    \"id\": 148,\n    \"year\": \"2018\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Which one of the following is not a constituent of Integrated Headquarters of Ministry of Defence?\",\n    \"options\": [\n      \"Army Headquarters\",\n      \"Naval Headquarters\",\n      \"Controller General of Defence Accounts\",\n      \"Defence Staff Headquarters\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Controller General of Defence Accounts (CGDA)<\/b><br><br> <b>Analysis:<\/b><br> The Integrated HQ of MoD comprises the three service headquarters (Army, Navy, Air) and the HQ Integrated Defence Staff. The CGDA is an attached office under the Ministry of Defence (Finance), not part of the 'Integrated Headquarters' structure.\"\n  },\n  {\n    \"id\": 149,\n    \"year\": \"2018\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Central Public Sector Enterprises are those companies where the equity held by the Central Government is:\",\n    \"options\": [\n      \"More than 50%\",\n      \"40%\",\n      \"30%\",\n      \"45%\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - More than 50%<\/b><br><br> <b>Analysis:<\/b><br> As per the Companies Act and Government norms, a CPSE is a company in which the Central Government (and\/or other CPSEs) holds 51% or more of the paid-up share capital.\"\n  },\n  {\n    \"id\": 150,\n    \"year\": \"2018\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which of the following categories of persons are eligible to avail of medical facilities under CGHS?\\n1. Employees of CGHS not residing in covered cities.\\n2. Pensioners retiring with CPF benefits and their families.\\n3. Widows of Central Government pensioners getting family pension.\\n4. Government servants staying in an area not covered under CGHS.\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"2, 3 and 4\",\n      \"1, 2 and 3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2 and 3<\/b><br><br> <b>Analysis:<\/b><br> CGHS is city-based. <b>Statement 4 is incorrect<\/b> because if a government servant resides in a non-CGHS area, they are usually covered under CS(MA) Rules, not CGHS. However, CGHS employees (1) are specifically included regardless of residence to ensure they have the same benefits they administer.\"\n  },\n  {\n    \"id\": 151,\n    \"year\": \"2018\",\n    \"chapter\": \"Ch 7:  Guidelines on Noting\",\n    \"question\": \"Which of the following are categorized as a \u2018Come-back case\u2019?\\n1. Case received for re-examination\\n2. Case received for preparing a draft\\n3. Case received for preparing a summary\\n4. Case received for processing per senior's written instructions\",\n    \"options\": [\n      \"2 and 3 only\",\n      \"2 and 4 only\",\n      \"1, 3 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2, 3 and 4<\/b><br><br> <b>Analysis:<\/b><br> A 'come-back' case refers to any file that returns to a lower level after being seen by a superior for specific ministerial\/clerical actions like drafting, summarizing, or further examination based on directions.\"\n  },\n  {\n    \"id\": 152,\n    \"year\": \"2018\",\n    \"chapter\": \"Ch 7:  Guidelines on Noting\",\n    \"question\": \"A note of a temporary value or ephemeral importance recorded outside the file to facilitate consideration by higher Officers is known as:\",\n    \"options\": [\n      \"Discussed note\",\n      \"Routine note\",\n      \"Sectional note\",\n      \"Running summary of facts\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Routine note<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 7.2 (vi): \\\"Routine Note: A note of a temporary value or ephemeral importance... recorded on a separate sheet (outside the file) to facilitate consideration of the case... it will not be part of the permanent record.\\\"\"\n  },\n  {\n    \"id\": 153,\n    \"year\": \"2018\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Which one of the following serves as a repository of technical information and also advises the department on various aspects of matters dealt by them?\",\n    \"options\": [\n      \"Statutory bodies\",\n      \"Attached Offices\",\n      \"Subordinate Offices\",\n      \"Autonomous bodies\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Attached Offices<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 2.6: \\\"Attached Offices provide executive direction... they also serve as a repository of technical information and advise the department on relevant technical aspects.\\\"\"\n  },\n  {\n    \"id\": 154,\n    \"year\": \"2018\",\n    \"chapter\": \"Ch 7:  Guidelines on Noting\",\n    \"question\": \"To facilitate quicker decision-making, channels of submission should not be more than:\",\n    \"options\": [\n      \"Six\",\n      \"Five\",\n      \"Four\",\n      \"Three\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Four<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 7.1 (iv): \\\"Level jumping: A file will not pass through more than four levels in the hierarchy before a final decision is taken.\\\"\"\n  },\n  {\n    \"id\": 155,\n    \"year\": \"2018\",\n    \"chapter\": \"Ch 7:  Guidelines on Noting\",\n    \"question\": \"What functional approach to noting is recommended for repetitive cases like grant-in-aid release?\",\n    \"options\": [\n      \"Short note containing a paragraph\",\n      \"Develop and use standard process sheet\",\n      \"A structured and detailed note\",\n      \"A detailed note to cover various aspects\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Develop and use standard process sheet<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 7.2: In routine or repetitive cases, a 'standard process sheet' (template) should be used to avoid conventional noting and speed up disposal.\"\n  },\n  {\n    \"id\": 156,\n    \"year\": \"2018\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"The form of communication used by a Department while corresponding with Constitutional bodies like UPSC is:\",\n    \"options\": [\n      \"Office Memorandum\",\n      \"Order\",\n      \"Letter\",\n      \"Inter-Departmental note\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Letter<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.4: \\\"Letter: This form is used for corresponding with... constitutional bodies... It is written in the first person and bears a salutation\/subscription.\\\"\"\n  },\n  {\n    \"id\": 157,\n    \"year\": \"2018\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Final orders made in disciplinary cases are conveyed through:\",\n    \"options\": [\n      \"Office Order\",\n      \"Letter\",\n      \"Order\",\n      \"Office Memorandum\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Order<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 8.4: \\\"Order: This form is generally used for issuing financial sanctions and for communicating decisions in disciplinary cases.\\\"\"\n  },\n  {\n    \"id\": 158,\n    \"year\": \"2018\",\n    \"chapter\": \"Ch 10: Records Management\",\n    \"question\": \"In terms of the Manual, the total number of categories in which the files may be recorded are:\",\n    \"options\": [\n      \"Two \u2014 current and recorded\",\n      \"Three \u2014 Categories \u2018A\u2019, \u2018B\u2019, \u2018C\u2019\",\n      \"Four \u2014 Categories \u2018A\u2019, \u2018B\u2019, \u2018C\u2019 and e-files\",\n      \"Five \u2014 Categories \u2018A\u2019, \u2018B\u2019, \u2018C\u2019, current and electronic\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Three \u2014 Categories \u2018A\u2019, \u2018B\u2019, \u2018C\u2019<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 10.5: Physical files are recorded under three categories: A (Permanent - keep and microfilm), B (Permanent - keep but do not microfilm), and C (Keep for a specified number of years).\"\n  },\n  {\n    \"id\": 159,\n    \"year\": \"2018\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"\u2018Select\u2019, \u2018Record\u2019, \u2018Examine\u2019, \u2018Develop\u2019 are some of the stages of:\",\n    \"options\": [\n      \"Organization Analysis\",\n      \"Method Study\",\n      \"Work Measurement\",\n      \"Work Measurement in Government\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Method Study<\/b><br><br> <b>Analysis:<\/b><br> Method Study (part of O&M) involves the systematic recording and critical examination of ways of doing work. The steps are: Select, Record, Examine, Develop, Define, Install, and Maintain (SREDDIM).\"\n  },\n  {\n    \"id\": 160,\n    \"year\": \"2018\",\n    \"chapter\": \"Ch 11: Knowledge Management\",\n    \"question\": \"Consider the following statements regarding Standing Guard File:\\n1. Gives a background of policy and procedure.\\n2. Enables quick submission and disposal.\\n3. Replaces voluminous old files for reference.\\n4. Helps in locating previous papers.\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"2, 3 and 4 only\",\n      \"1, 2 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2, 3 and 4<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 11.4: A Standing Guard File is a compilation of policy summaries and model forms which speeds up work and prevents the need to drag out old files constantly.\"\n  },\n  {\n    \"id\": 161,\n    \"year\": \"2018\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which leadership style is best when staff are inexperienced and task is complex under time pressure?\",\n    \"options\": [\n      \"Coaching\",\n      \"Supporting\",\n      \"Directing\",\n      \"Delegating\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Directing<\/b><br><br> <b>Analysis:<\/b><br> Directing (High Task, Low Relationship) is the most effective style when the leader needs to provide clear, specific instructions to subordinates who lack the skill or experience to handle a situation autonomously under pressure.\"\n  },\n  {\n    \"id\": 162,\n    \"year\": \"2018\",\n    \"chapter\": \"Ch 7:  Guidelines on Noting\",\n    \"question\": \"The approach necessitating a detailed note providing maximum information on each aspect is adopted in:\",\n    \"options\": [\n      \"Ephemeral cases\",\n      \"Repetitive cases\",\n      \"Policy and Planning cases\",\n      \"Problem Solving cases\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - Problem Solving cases<\/b><br><br> <b>Analysis of Statement:<\/b><br> As per para no. 7.2: Problem Solving cases involve identifying constraints and exploring multiple solutions, thus requiring the most exhaustive information and analysis.\"\n  },\n  \n  \/\/2019-20\n  {\n    \"id\": 163,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"The integrated Headquarters of the Ministry of Defence comprises which of the following Headquarters?\\n1. Army Headquarters\\n2. Naval Headquarters\\n3. Defence Staff Headquarters\\n4. Air Headquarters\",\n    \"options\": [\n      \"1, 2, 3 and 4\",\n      \"2 and 3 only\",\n      \"1, 2 and 3 only\",\n      \"1 and 2 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - 1, 2, 3 and 4<\/b><br><br> <b>Analysis:<\/b><br> The Integrated Headquarters of the Ministry of Defence (MoD) includes the three service headquarters (Army, Navy, and Air Force) and the Headquarters Integrated Defence Staff (HQ IDS). This structure ensures better coordination between the armed forces and the civilian ministry.\"\n  },\n  {\n    \"id\": 164,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Which one of the following is not a statutory body?\",\n    \"options\": [\n      \"The Central Board of Secondary Education\",\n      \"The Central Board of Film Certification\",\n      \"The Central Vigilance Commission\",\n      \"The Central Information Commission\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - The Central Board of Secondary Education (CBSE)<\/b><br><br> <b>Analysis:<\/b><br> CBSE is an educational board registered under the Societies Registration Act and functions under a government resolution. <b>CBFC<\/b> (Cinematograph Act, 1952), <b>CVC<\/b> (CVC Act, 2003), and <b>CIC<\/b> (RTI Act, 2005) are all established by specific Acts of Parliament, making them statutory bodies.\"\n  },\n  {\n    \"id\": 165,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Ch 3: Functionaries and Functions\",\n    \"question\": \"Which of the following statements concerning a Secretary to the Government of India is\/are correct?\\n1. He\/She is the Disciplinary Authority for all officers and staff in the Department.\\n2. He\/She is the Chief Accounting Authority of the Ministry\/Department.\\n3. He\/She is the Administrative Head of the Department.\\n4. He\/She is a member of the Department-related Standing Committee.\",\n    \"options\": [\n      \"1 and 3\",\n      \"2 only\",\n      \"2 and 3\",\n      \"3 and 4\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 2 and 3<\/b><br><br> <b>Analysis:<\/b><br> (2) As per para 2.4, the Secretary is the <b>Chief Accounting Authority<\/b>. (3) The Secretary is the <b>Administrative Head<\/b> of the Ministry. Statement 1 is incorrect as the Disciplinary Authority varies by rank (President\/Secretary\/etc). Statement 4 is incorrect; only MPs can be members of Standing Committees; Secretaries attend as witnesses\/experts to present the department's view.\"\n  },\n  {\n    \"id\": 166,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"A proposal by MoD was referred to MoH&FW for concurrence regarding CGHS. Concurrence was not given. Against this backdrop, which statement is correct?\",\n    \"options\": [\n      \"The decision can be taken by the appropriate Cabinet Committee.\",\n      \"The proposal has to be dropped.\",\n      \"The proposal has to be referred to the Standing Committee for review.\",\n      \"The Defence Minister can overrule the objection of the Ministry of Health.\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - The decision can be taken by the appropriate Cabinet Committee<\/b><br><br> <b>Analysis:<\/b><br> When two Ministries disagree on a policy matter, the dispute is resolved at the Cabinet level (often through Cabinet Committees) to ensure collective responsibility.\"\n  },\n  {\n    \"id\": 167,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"A Bill concerning any matter requiring legislative approval can be introduced in Parliament with the approval of which authorities (apart from the Minister-in-Charge)?\",\n    \"options\": [\n      \"The Prime Minister only\",\n      \"The Department-related Standing Committee and the Prime Minister\",\n      \"The Parliamentary Consultative Committee and the Prime Minister\",\n      \"The Cabinet or the appropriate Committee of the Cabinet\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - The Cabinet or the appropriate Committee of the Cabinet<\/b><br><br> <b>Analysis:<\/b><br> All legislative proposals (Bills) must be approved by the Union Cabinet before being introduced in either House of Parliament to ensure government-wide consensus.\"\n  },\n  {\n    \"id\": 168,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Ch 7:  Guidelines on Noting\",\n    \"question\": \"Which of the following statements is\/are not correct?\\n1. No oral directions can be given by an officer below Joint Secretary.\\n2. No officer can give directions through social media.\\n3. No directions can be given where the subordinate has the power to decide.\\n4. If directions are given by a non-immediate superior, it must be reported to the immediate superior.\",\n    \"options\": [\n      \"1, 2 and 3\",\n      \"2 only\",\n      \"1, 3, and 4\",\n      \"4 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - 1, 2 and 3<\/b><br><br> <b>Analysis:<\/b><br> (1) <i>Any<\/i> officer can give oral directions (must be followed by written confirmation). (2) Official directions <i>can<\/i> be given via digital media\/social media for urgency, followed by formalizing. (3) Superiors <i>can<\/i> give directions even where powers are delegated to ensure uniformity\/policy alignment. Statement 4 is correct per Manual rules.\"\n  },\n  {\n    \"id\": 169,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Which statement is not correct regarding Office Memorandum (OM)?\",\n    \"options\": [\n      \"It is not to be used by Ministries for communicating with their employees.\",\n      \"It is written in the third person.\",\n      \"It bears no salutation.\",\n      \"It can be used for seeking information among sections within the Ministry.\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - It is not to be used by Ministries for communicating with their employees<\/b><br><br> <b>Analysis of Statement:<\/b><br> Per para 8.4, the OM is explicitly used by Ministries for communicating with their own employees (e.g., for promotion orders, transfers, etc.).\"\n  },\n  {\n    \"id\": 170,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Which statements regarding communications to the CAG are not correct?\\n1. Can be sent directly by the Ministry in all cases.\\n2. Can be sent directly if related to audit paragraphs.\\n3. Can be sent only through MoF, except for audit paragraphs.\\n4. No specific instructions on this subject.\",\n    \"options\": [\n      \"1 and 3\",\n      \"2\",\n      \"3 only\",\n      \"1 and 4\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1 and 4<\/b><br><br> <b>Analysis:<\/b><br> Statement 3 is the correct rule (references to CAG usually go through Ministry of Finance\/Department of Expenditure, unless replying to specific audit paras). Therefore, Statements 1 and 4 are incorrect\/not correct.\"\n  },\n  {\n    \"id\": 171,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Ch 9: Guidelines on Drafting of Communications\",\n    \"question\": \"Which statement regarding instruments made in the name of the President is not correct?\",\n    \"options\": [\n      \"These should be expressed to be made in the name of the President.\",\n      \"Can be signed by an officer of rank Under Secretary and above.\",\n      \"These should be signed only by the Secretary or Additional Secretary.\",\n      \"Can be signed by specifically authorized officers under 2002 Rules.\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - These should be signed only by the Secretary or Additional Secretary<\/b><br><br> <b>Analysis:<\/b><br> Under the Authentication Rules 2002, officers of the rank of <b>Under Secretary<\/b> and above (including ex-officio) are authorized to sign in the name of the President. Restricting it only to Secretary rank is incorrect.\"\n  },\n  {\n    \"id\": 172,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Ch 14: Annual Action Plan & Citizen\u2019s \/Client\u2019s Charter\",\n    \"question\": \"Which of the following regarding Citizen's Charter is\/are correct?\\n1. It is enforceable in court.\\n2. 'Citizens' include companies, trusts, unions.\\n3. Government agencies availing services are 'clients'.\\n4. Contact Officers are appointed in consultation with CVC.\",\n    \"options\": [\n      \"1 only\",\n      \"2 and 3 only\",\n      \"2, 3, and 4\",\n      \"1 and 4\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 2 and 3 only<\/b><br><br> <b>Analysis:<\/b><br> (1) It is <b>not<\/b> enforceable in court. (4) Contact Officers are appointed by the Ministry independently, not usually in consultation with CVC (CVC is for vigilance). 2 and 3 correctly define the scope and terminology.\"\n  },\n  {\n    \"id\": 173,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which statements are not correct?\\n1. Leaving early on consecutive days requires Secretary's sanction.\\n2. Reaching within 10 minutes of opening is not late.\\n3. Late attendance can be condoned unless frequent.\\n4. Casual Leave is not a recognized form of leave.\",\n    \"options\": [\n      \"1 and 2\",\n      \"2 only\",\n      \"2, 3, and 4\",\n      \"4 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - 1 and 2<\/b><br><br> <b>Analysis:<\/b><br> (1) Early leaving is generally sanctioned by the immediate superior (SO\/US), not necessarily the Secretary. (2) Reaching office <b>even one minute late<\/b> is technically late; there is no '10-minute' grace period in the rules. (3) is correct (frequency matters). (4) is correct (Casual Leave is technically a concession, not a 'recognized' leave like Earned Leave).\"\n  },\n  {\n    \"id\": 174,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which statements are correct?\\n1. CAT Act doesn't apply to Parliament secretarial staff.\\n2. Two-Member Bench hears cases from Single Bench if legal questions arise.\\n3. Application can be filed within two years of final order.\\n4. Major punishment cases require a Larger Bench.\",\n    \"options\": [\n      \"1 and 2\",\n      \"2 only\",\n      \"3 only\",\n      \"2, 3, and 4\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - 1 and 2<\/b><br><br> <b>Analysis:<\/b><br> (1) Correct, Parliament staff are excluded under Art 98. (2) Correct. (3) Incorrect; the limitation period is generally <b>one year<\/b>. (4) Incorrect; Division Benches (2 members) handle major punishments; Larger Benches are for resolving conflicting decisions between benches.\"\n  },\n  {\n    \"id\": 175,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which term describes the termination of a session of the Lok Sabha?\",\n    \"options\": [\n      \"Adjournment\",\n      \"Prorogation\",\n      \"Dissolution\",\n      \"Guillotine\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Prorogation<\/b><br><br> <b>Analysis of Statement:<\/b><br> Adjournment terminates a <i>sitting<\/i>. Prorogation terminates a <i>session<\/i>. Dissolution terminates the <i>life<\/i> of the House.\"\n  },\n  {\n    \"id\": 176,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Ch 6: File Management System\",\n    \"question\": \"In e-office context, which are correct?\\n1. 'Come-back case' (re-examination\/summary).\\n2. 'Docketing' (serial number entry in notes).\\n3. 'Metadata' (data about data structure\/context).\\n4. 'Standard taxonomy' (uniform classification across Ministries).\",\n    \"options\": [\n      \"1, 2, 3, and 4\",\n      \"2 and 3 only\",\n      \"1, 2, and 4 only\",\n      \"1 and 2 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - 1, 2, 3, and 4<\/b><br><br> <b>Analysis:<\/b><br> These are all standardized definitions under the e-Office framework of CSMOP.\"\n  },\n  {\n    \"id\": 177,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Ch 6: File Management System\",\n    \"question\": \"Which regarding e-office procedure is\/are correct?\\n1. Only authorized urgencies: \u2018Immediate\u2019 and \u2018Priority\u2019.\\n2. Urgency reviewed and revised at different stages.\\n3. Reference e-file can be linked in \u2018read-only\u2019 mode even if in use.\",\n    \"options\": [\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"3 only\",\n      \"1, 2, and 3\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2, and 3<\/b><br><br> <b>Analysis:<\/b><br> All three statements represent the standard operational protocols for managing electronic files in the Secretariat.\"\n  },\n  {\n    \"id\": 178,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Ch 6: File Management System\",\n    \"question\": \"Regarding Single e-File System (SFS), which are correct?\\n1. Used for NSO referrals for non-delegated sanctions.\\n2. SFS file need not bear an ID number.\\n3. Routed through central registry.\\n4. Secretariat noting starts on a new page.\",\n    \"options\": [\n      \"1, 2, 3, and 4\",\n      \"1, 3, and 4 only\",\n      \"2, 3, and 4 only\",\n      \"1 and 2 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - 1, 2, 3, and 4<\/b><br><br> <b>Analysis:<\/b><br> SFS is an efficiency measure where the physical\/electronic file of an NSO becomes the file of the Ministry to avoid duplication. The rules listed are the procedural requirements for this system.\"\n  },\n  {\n    \"id\": 179,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"According to AoB Rules 1961, the President may entrust business to which Ministers?\",\n    \"options\": [\n      \"The Prime Minister only\",\n      \"A Minister-in-Charge of any other Department\",\n      \"A Minister without portfolio\",\n      \"The Home Minister\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 2 and 3<\/b><br><br> <b>Analysis:<\/b><br> The President (on advice of PM) can entrust business to any Minister, including a Minister-in-charge of another department or a Minister without portfolio. Entrusting only to PM or Home Minister specifically is not a restriction in the Rules.\"\n  },\n  {\n    \"id\": 180,\n    \"year\": \"2019-20\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Which mode of communication is to be used while communicating with foreign governments?\",\n    \"options\": [\n      \"Office Memorandum\",\n      \"Demi-official Letter\",\n      \"Communique\",\n      \"Letter\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - Letter<\/b><br><br> <b>Analysis of Statement:<\/b><br> Per para 8.4, the formal <b>Letter<\/b> (first person, formal salutation) is the standard and appropriate form for official correspondence with foreign governments and international bodies.\"\n  },\n  \/\/2021-22\n  {\n    \"id\": 181,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Ch 11: Knowledge Management\",\n    \"question\": \"Aids to processing are tools of knowledge management used in the Ministries and Departments. Which one of the following aids to processing is a compilation consisting of three parts?\",\n    \"options\": [\n      \"Standing Note\",\n      \"Reference Folder\",\n      \"Standing Guard File\",\n      \"Precedent Book\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - Standing Guard File<\/b><br><br><b>Analysis:<\/b><br>According to the <b>Notes on Office Procedure (ISTM)<\/b> and CSMOP, a <b>Standing Guard File<\/b> is a compilation consisting of three distinct parts: <br>1. A running summary of the principles and policy on the subject.<br>2. Copies of relevant decisions and orders.<br>3. Model forms of communications to be used.\"\n  },\n  {\n    \"id\": 182,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Which one of the following forms of communication shall be used for conveying the final orders in a disciplinary case?\",\n    \"options\": [\n      \"Office Memorandum\",\n      \"Order\",\n      \"Office Order\",\n      \"Letter\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - Order<\/b><br><br><b>Analysis of Statement:<\/b><br>As per <b>CSMOP Para 8.4<\/b>, the 'Order' form is specifically used for communicating decisions in disciplinary cases and for issuing financial sanctions. It is formal and often issued in the name of the President or the competent authority.\"\n  },\n  {\n    \"id\": 183,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Ch 10: Records Management\",\n    \"question\": \"Which one of the following statements in the context of Records Management is not correct?\",\n    \"options\": [\n      \"Files can be recorded under any of the four categories 'A' to 'D'\",\n      \"The term 'keep and microfilm' refers to Category 'A' files\",\n      \"e-Files may be recorded under Categories 'A' and 'C'\",\n      \"Some files can be kept without microfilming them\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - Statement A is incorrect<\/b><br><br><b>Analysis:<\/b><br>Physical files are recorded under only <b>three<\/b> categories: <b>A, B, and C<\/b>. There is no 'Category D'.<br>\u2022 <b>Category A:<\/b> Keep and Microfilm (Permanent).<br>\u2022 <b>Category B:<\/b> Keep but do not microfilm (Permanent).<br>\u2022 <b>Category C:<\/b> Keep for a specified period (Temporary).<br>For e-Files, only Categories 'A' and 'C' are used.\"\n  },\n  {\n    \"id\": 184,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which one of the following statements regarding the 'cut motions' is correct?\",\n    \"options\": [\n      \"'Disapproval of Policy Cut' motion seeks to reduce the amount of the demand by \u20b910\",\n      \"'Economy Cut' motion seeks to reduce the amount of the demand by \u20b9100\",\n      \"'Token Cut' motion seeks to reduce the amount of the demand by \u20b91,000 in order to ventilate a specific grievance\",\n      \"The period of notice of a 'cut motion' is one day before the day on which the demand is due for consideration, but the Speaker can waive it\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D<\/b><br><br><b>Analysis:<\/b><br>\u2022 <b>Policy Cut:<\/b> Seeks to reduce demand to <b>Re. 1<\/b>.<br>\u2022 <b>Economy Cut:<\/b> Seeks to reduce by a <b>specified amount<\/b>.<br>\u2022 <b>Token Cut:<\/b> Seeks to reduce by <b>Rs. 100<\/b>.<br>\u2022 <b>Statement D:<\/b> Correct per Lok Sabha rules; the notice period is one day, but the Speaker has the discretion to waive this period.\"\n  },\n  {\n    \"id\": 185,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Ch 5: Management of Dak Receipts\",\n    \"question\": \"In the context of e-office procedure, which statement is not correct?\",\n    \"options\": [\n      \"The CR Unit is responsible for scanning physical dak and diarizing it\",\n      \"Missing enclosures can be called for telephonically or electronically\",\n      \"Sender may be requested to send soft copies of voluminous books\",\n      \"After e-diarization, the physical dak is sent to the Record Room\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - Statement 4 is not correct<\/b><br><br><b>Analysis:<\/b><br>After e-diarization (scanning and uploading), the physical dak is usually kept in a <b>Central Repository<\/b> or with the <b>CR Unit<\/b> for a limited period for verification, not immediately sent to the 'Record Room' (which is for closed\/recorded files).\"\n  },\n  {\n    \"id\": 186,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Ch 6: File Management System\",\n    \"question\": \"Which regarding e-file numbering system and record management is\/are correct?\\n1. Gist of important decisions must be uploaded on the Department's website before recording.\\n2. e-office system doesn't permit 'return to sender' with notes.\\n3. Standard e-file index is prepared by NIC for all departments.\\n4. One copy of archived digital record is maintained at the Disaster Recovery Site.\",\n    \"options\": [\n      \"1 only\",\n      \"1 and 2 only\",\n      \"1 and 4 only\",\n      \"2 and 3 only\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 1 and 4 only<\/b><br><br><b>Analysis:<\/b><br>Statement 1 is a requirement for transparency in governance. Statement 4 is a standard IT protocol for e-Governance data security. Statement 2 is incorrect because the system does allow for various disposal methods.\"\n  },\n  {\n    \"id\": 187,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which one of the following is not a type of application filed in the Central Administrative Tribunal (CAT)?\",\n    \"options\": [\n      \"Modified Application\",\n      \"Petition for Transfer\",\n      \"Civil Contempt Petition\",\n      \"Review Application\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - Modified Application<\/b><br><br><b>Analysis:<\/b><br>Standard CAT applications include **Original Application (OA)**, **Review Application (RA)**, **Contempt Petition (CP)**, **Miscellaneous Application (MA)**, and **Petition for Transfer (PT)**. There is no legal category called 'Modified Application'.\"\n  },\n  {\n    \"id\": 188,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Ch 14: Annual Action Plan & Citizen\u2019s \/Client\u2019s Charter\",\n    \"question\": \"Which of the following regarding Public Grievance Redressal (CPGRAMS) are correct?\\n1. Offline post grievances must be uploaded on CPGRAMS.\\n2. Email complaints should be attended to.\\n3. Grievance records are archived after 5 years.\\n4. President's Secretariat is not integrated through CPGRAMS.\",\n    \"options\": [\n      \"1 only\",\n      \"2, 3 and 4 only\",\n      \"1 and 4 only\",\n      \"1 and 3 only\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1 and 3 only<\/b><br><br><b>Analysis:<\/b><br>Statement 4 is <b>incorrect<\/b> because the President\u2019s Secretariat, PMO, and Cabinet Secretariat <b>are<\/b> integrated. Statement 2 is generally true for administrative responsiveness, but CPGRAMS specifically deals with portal\/uploaded entries. 1 and 3 are specific procedural rules.\"\n  },\n  {\n    \"id\": 189,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Which of the following are Central Public Sector Enterprises (CPSEs)?\\n1. DIAL\\n2. ONGC\\n3. HAL\\n4. LIC\",\n    \"options\": [\n      \"2, 3 and 4 only\",\n      \"1, 3 and 4 only\",\n      \"2 and 3 only\",\n      \"2 and 4 only\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 2 and 3 only<\/b><br><br><b>Analysis:<\/b><br>\u2022 <b>ONGC and HAL:<\/b> Are classic CPSEs (incorporated under Companies Act).<br>\u2022 <b>LIC:<\/b> Is a **Statutory Corporation** (created by LIC Act), not a CPSE in the company sense.<br>\u2022 <b>DIAL:<\/b> Is a Joint Venture (Private-Public Partnership) and not a CPSE.\"\n  },\n  {\n    \"id\": 190,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Ch 7:  Guidelines on Noting\",\n    \"question\": \"Consider the following statements regarding 'Noting':\\n1. A 'Note' is remarks recorded to facilitate disposal.\\n2. A 'Note' should have 'Verbatim reproduction' of extracts.\\n3. Staff\/Officers can write in green ink.\\n4. Modification of recorded notes is not permitted once further noted upon.\",\n    \"options\": [\n      \"1 and 4 only\",\n      \"1, 2 and 4 only\",\n      \"2 and 3 only\",\n      \"1 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - 1 and 4 only<\/b><br><br><b>Analysis:<\/b><br>Statement 2 is wrong; verbatim reproduction must be <b>avoided<\/b> (CSMOP 7.2). Statement 3 is wrong; only black\/blue ink is allowed for most (Green\/Red is reserved for specific higher authorities). Statement 4 is a fundamental rule to maintain the integrity of the file record.\"\n  },\n  {\n    \"id\": 191,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which of the following statements are correct?\\n1. Unstarred Questions are answered orally.\\n2. MP can ask questions on matters not concerning GoI.\\n3. Max 5 questions (1 starred) per member per day.\\n4. Hindi questions are identified by a dagger mark.\",\n    \"options\": [\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"2 and 4 only\",\n      \"3 and 4 only\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 3 and 4 only<\/b><br><br><b>Analysis:<\/b><br>1 is wrong (Unstarred = written). 2 is wrong (Question must concern GoI). 3 is correct (ceiling on oral answers). 4 is correct (Standard Lok Sabha practice for Hindi originals).\"\n  },\n  {\n    \"id\": 192,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Regarding financial sanctions:\\n1. Residuary powers are in DFPR.\\n2. Public money expenditure is guided by GFR Rule 21 (Propriety).\\n3. Sanctions must be addressed to the Account Officer.\\n4. Post creation sanctions must be endorsed to Audit Officer.\",\n    \"options\": [\n      \"2, 3 and 4 only\",\n      \"1 and 4 only\",\n      \"2 and 3 only\",\n      \"2 and 4 only\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 2 and 3 only<\/b><br><br><b>Analysis:<\/b><br>Statement 1 is wrong (Residuary powers vest in Ministry of Finance). Statement 4 is not a general mandatory requirement for all such sanctions to be sent to Audit immediately by the department; it is handled through account channels.\"\n  },\n  {\n    \"id\": 193,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Ch  4: Decision making in Government\",\n    \"question\": \"Which of the following statements are correct?\\n1. Council of Ministers is collectively responsible to the President.\\n2. Inter-departmental disagreement goes to Cabinet\/Cabinet Committee.\\n3. Standing Finance Committee is headed by Secretary, Expenditure.\\n4. Legislative Proposals need Cabinet approval.\",\n    \"options\": [\n      \"1 and 4 only\",\n      \"2 and 3 only\",\n      \"2 and 4 only\",\n      \"1, 2 and 4 only\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 2 and 4 only<\/b><br><br><b>Analysis:<\/b><br>Statement 1 is wrong (Responsible to <b>Lok Sabha<\/b>, Art 75). Statement 3 is wrong (SFC of a Ministry is usually headed by the <b>Secretary of that specific Ministry<\/b>, not Expenditure).\"\n  },\n  {\n    \"id\": 194,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which one of the following statements is correct?\",\n    \"options\": [\n      \"President addresses both Houses at commencement of every session\",\n      \"Quorum of Lok Sabha excludes the Speaker\",\n      \"Bills can be introduced only by a Minister in Lok Sabha\",\n      \"The Appropriation Act secures the expenditure of each grant\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D<\/b><br><br><b>Analysis:<\/b><br>Statement A is wrong (President addresses first session of year and first after general elections). Statement B is wrong (Quorum <b>includes<\/b> the Speaker). Statement C is wrong (Private members can also introduce Bills).\"\n  },\n  {\n    \"id\": 195,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Which one of the following statements is correct?\",\n    \"options\": [\n      \"Inter Departmental note and U.O. note is one and the same\",\n      \"I.D. references can be made under signature of Section Officer\",\n      \"Endorsement is used to send copies to State Governments\",\n      \"Office Memorandum should bear salutation\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - I.D. note and U.O. note are identical<\/b><br><br><b>Analysis:<\/b><br>Statement B is wrong (Min. Under Secretary level). Statement C is wrong (Letter form is used for States). Statement D is wrong (OM has no salutation).\"\n  },\n  {\n    \"id\": 196,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Which regarding GoI (Transaction of Business) Rules, 1961 is not correct?\",\n    \"options\": [\n      \"Rules apply to sovereign monetary transactions with other countries\",\n      \"Rules define obligation of each Department for disposal of business\",\n      \"Rules specify cases for President\/PM\/Cabinet approval\",\n      \"Rules specify when to consult other Departments\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - Statement 1 is not correct<\/b><br><br><b>Analysis:<\/b><br>The ToB Rules govern internal executive functioning and decision-making processes within the Government of India, not external sovereign monetary contracts\/transactions.\"\n  },\n  {\n    \"id\": 197,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"A financial sanction did not mention its validity period. What happens?\",\n    \"options\": [\n      \"It lapses if no payment is made during 12 months from issue\",\n      \"The sanction is defective and cannot be acted upon\",\n      \"It lapses on expiry of the financial year\",\n      \"It remains valid till acted upon or cancelled\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - It lapses after 12 months<\/b><br><br><b>Analysis of Statement:<\/b><br>According to the <b>General Financial Rules (GFR)<\/b>, a sanction for any fresh charge lapses if no payment (full or part) is made within 12 months of the date of issue, unless a specific period is mentioned.\"\n  },\n  {\n    \"id\": 198,\n    \"year\": \"2021-22\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"The executive power of the Union of India formally vests in the:\",\n    \"options\": [\n      \"Parliament\",\n      \"President\",\n      \"Prime Minister\",\n      \"Council of Ministers\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - President<\/b><br><br><b>Analysis:<\/b><br>Under <b>Article 53<\/b> of the Constitution of India, the executive power of the Union is vested in the President and shall be exercised by him either directly or through officers subordinate to him.\"\n  },\n  \/\/2023\n  {\n    \"id\": 199,\n    \"year\": \"2023\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which of the following statements is\/are correct?\\n1. An answer to a Parliament Question may refer to the answer to a question in the other House during a current session.\\n2. If a Minister deviates from the printed version while replying, the Department must immediately communicate this to the Secretariat and Information Officer.\\n3. In case of inaccuracy in a printed answer, the Minister can give notice to make a statement within a fortnight.\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"1 and 2 only\",\n      \"1 and 3 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 2 only<\/b><br><br><b>Analysis:<\/b><br>1. <b>Incorrect:<\/b> Answers cannot refer to proceedings or answers in the other House during the current session.<br>2. <b>Correct:<\/b> Immediate communication to the LS\/RS Secretariat and Information Officer is required for any deviation from the printed text.<br>3. <b>Incorrect:<\/b> Notice of intention to correct an inaccuracy must be given within <b>one week<\/b>, not a fortnight (14 days).\"\n  },\n  {\n    \"id\": 200,\n    \"year\": \"2023\",\n    \"chapter\": \"Notes on MOP by ISTM\",\n    \"question\": \"Which of the following statements are correct regarding financial sanctions?\\n1. A non-Gazetted Officer can be authorized by a Head of Office to incur contingent expenditure.\\n2. All financial sanctions need not indicate budget head details.\\n3. Sanctions for fresh charges lapse if no payment is made within 12 months.\\n4. Sanctions for store purchase don't lapse if tenders are accepted within one year.\",\n    \"options\": [\n      \"1 and 4 only\",\n      \"3 and 4 only\",\n      \"2, 3 and 4\",\n      \"1 and 2 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 3 and 4 only<\/b><br><br><b>Analysis:<\/b><br>1. <b>Incorrect:<\/b> Only a subordinate <b>Gazetted Officer<\/b> can be so authorized.<br>2. <b>Incorrect:<\/b> All sanctions <b>must<\/b> indicate budget head and grant details.<br>3. <b>Correct:<\/b> Standard 12-month lapse rule applies to fresh charges.<br>4. <b>Correct:<\/b> Acceptance of tenders or placement of indents protects store purchase sanctions from lapsing.\"\n  },\n  {\n    \"id\": 201,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch 6: File Management System\",\n    \"question\": \"In the case of receipt of a 100-page report as an enclosure to a demi-official letter, which one of the following statements related to filing of papers is not correct?\",\n    \"options\": [\n      \"The demi-official letter is filed in the correspondence portion.\",\n      \"Report is to be kept in Appendix to correspondence portion.\",\n      \"An indication is given in the D.O. letter that the report is kept in Appendix.\",\n      \"Appendix to notes and correspondence may be kept along with the respective note or correspondence portion in the main file.\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - Statement D is incorrect<\/b><br><br><b>Analysis:<\/b><br>Voluminous enclosures (like a 100-page report) are kept in an <b>Appendix<\/b> to the correspondence portion. However, these appendices are typically maintained in a <b>separate cover<\/b> or volume if they are bulky, rather than being physically bound inside the main file's note\/correspondence sheets, to keep the file manageable.\"\n  },\n  {\n    \"id\": 202,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch 10: Records Management\",\n    \"question\": \"Which Record Retention Schedule applies to substantive items of work of a Department and its Attached\/Subordinate offices?\",\n    \"options\": [\n      \"Appendix 9 of GFR 2017\",\n      \"RRS issued by DARPG\",\n      \"Relevant Appendix of the CSMOP\",\n      \"Retention schedule drafted by the Department and vetted by the National Archives of India\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D<\/b><br><br><b>Analysis:<\/b><br>While common house-keeping records follow the DARPG schedule, records related to <b>substantive (core) functions<\/b> of a specific department must be governed by a unique schedule drafted by that department and <b>vetted by the National Archives of India (NAI)<\/b>.\"\n  },\n  {\n    \"id\": 203,\n    \"year\": \"2023\",\n    \"chapter\": \"e-Office\",\n    \"question\": \"The identified person in a Department who holds privileged rights to manage reference data, transfer cases, and permissions in eFile is called:\",\n    \"options\": [\n      \"System Administrator\",\n      \"eOffice Administrator\",\n      \"Chief Information Security Officer\",\n      \"eFile Administrator\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - eOffice Administrator<\/b><br><br><b>Analysis:<\/b><br>Per e-Office guidelines, the <b>eOffice Administrator<\/b> is the functional super-user responsible for managing the department's master data, organizational structure, and user permissions within the e-office suite.\"\n  },\n  {\n    \"id\": 204,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch 3: Functionaries and Functions\",\n    \"question\": \"Which one of the following is not a responsibility of a Principal Staff Officer (PSO)?\",\n    \"options\": [\n      \"Management of Personal Section, providing leadership.\",\n      \"Taking dictation\/transcribing, handling telephone calls.\",\n      \"Keep aware of key performance areas, vision, mission of the Ministry.\",\n      \"Maintaining engagement diary.\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C<\/b><br><br><b>Analysis:<\/b><br>PSOs, Senior PPS, and PPS are responsible for the <b>Personal Section management<\/b>, dictation, and diary maintenance. Keeping track of the entire Ministry's Vision\/Mission as a core responsibility belongs more to the <b>Secretary\/Senior Management<\/b> rather than the secretarial staff duties defined in the CSMOP.\"\n  },\n  {\n    \"id\": 205,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch 6: File Management System\",\n    \"question\": \"Which represents the correct order of arrangement of papers in a file from top downwards?\",\n    \"options\": [\n      \"1, 4, 3, 2\",\n      \"1, 4, 2, 3\",\n      \"1, 2, 3, 4\",\n      \"1, 3, 2, 4\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 1, 4, 2, 3<\/b><br><br><b>Analysis:<\/b><br>The hierarchy from top to bottom is:<br>1. Appendix to notes and correspondence (if relevant to current proposal).<br>2. Recorded files (latest on top).<br>3. Latest papers\/correspondence (2) and Reference folders (3).<br><i>Note: The exact sequence is defined in CSMOP para 9.11.<\/i>\"\n  },\n  {\n    \"id\": 206,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch 3: Functionaries and Functions\",\n    \"question\": \"Which are the broad functions of the Secretary of a Central Ministry?\\n1. Administrative head.\\n2. Principal advisor to Minister.\\n3. Responsibility is complete and undivided.\\n4. Chief Accounting Authority.\",\n    \"options\": [\n      \"2 and 3 only\",\n      \"1, 2, 3 and 4\",\n      \"1 and 4 only\",\n      \"1, 2 and 3 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 1, 2, 3 and 4<\/b><br><br><b>Analysis:<\/b><br>All four statements are standard definitions of a Secretary's role. Statement 3 highlights the principle of <b>individual responsibility<\/b> for the department's efficient administration.\"\n  },\n  {\n    \"id\": 207,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch 7:  Guidelines on Noting\",\n    \"question\": \"Which regarding a 'Note' are correct?\\n1. Remarks recorded to facilitate disposal.\\n2. Recorded by dealing officer and hierarchy for decision-making.\\n3. Submitted only to seek approval.\\n4. Functional Approach categorizes types of cases\/quantum of noting.\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"3 and 4 only\",\n      \"1, 2, 3 and 4\",\n      \"1, 2 and 4 only\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2 and 4 only<\/b><br><br><b>Analysis:<\/b><br>Statement 3 is <b>incorrect<\/b> because notes are not only for 'seeking approval'; they are also used for <b>seeking information, providing clarification, or keeping a record of a discussion<\/b>.\"\n  },\n  {\n    \"id\": 208,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Which statements regarding Office Memorandum (OM) are correct?\\n1. Communicating decisions to other departments\/attached offices.\\n2. Used for consultations among Ministries.\\n3. Written in the first person with salutation.\\n4. Used for information exchange between sections.\",\n    \"options\": [\n      \"1 and 4 only\",\n      \"1, 2, 3 and 4\",\n      \"1 and 3 only\",\n      \"2 and 3 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - 1 and 4 only<\/b><br><br><b>Analysis:<\/b><br>Statement 2 is incorrect (<b>Inter-departmental notes<\/b> are usually used for formal consultation). Statement 3 is incorrect (OM is <b>3rd person, no salutation<\/b>).\"\n  },\n  {\n    \"id\": 209,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Which regarding references to Constitutional Authorities are NOT correct?\\n1. Urgent attention for LS\/RS addressed directly to Speaker\/Chairman.\\n2. References to Attorney General made directly by Ministry.\\n3. References to CAG on audit paras made directly.\\n4. References to UPSC addressed to Chairman, UPSC.\",\n    \"options\": [\n      \"1 and 3 only\",\n      \"2, 3 and 4 only\",\n      \"1, 2, 3 and 4\",\n      \"1, 2 and 4 only\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D - 1, 2 and 4 only are NOT correct<\/b><br><br><b>Analysis:<\/b><br>\u2022 1: Communication to LS\/RS should be addressed to <b>Secretary General<\/b>, not Speaker\/Chairman.<br>\u2022 2: References to AG are routed through <b>Ministry of Law<\/b>.<br>\u2022 4: References to UPSC are addressed to <b>Secretary, UPSC<\/b>.<br>\u2022 3: This is the only <b>correct<\/b> statement (direct reply to audit paras is allowed).\"\n  },\n  {\n    \"id\": 210,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch 12: Monitoring of Timely Disposal\",\n    \"question\": \"Which statement regarding review of periodical reports is correct?\\n1. Objective is to eliminate unnecessary reports.\\n2. Review at Director level.\\n3. Conducted every five years.\\n4. Objective is to redesign for usability.\",\n    \"options\": [\n      \"1, 2, 3 and 4\",\n      \"2, 3 and 4 only\",\n      \"1 and 4 only\",\n      \"3 only\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 1 and 4 only<\/b><br><br><b>Analysis:<\/b><br>Statement 2 is incorrect (Review is at <b>Joint Secretary<\/b> level). Statement 3 is incorrect (Review is conducted <b>every three years<\/b> per CSMOP).\"\n  },\n  {\n    \"id\": 211,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch 14: Annual Action Plan & Citizen\u2019s \/Client\u2019s Charter\",\n    \"question\": \"Which issues are NOT required to be taken up for Redressal of Grievances?\\n1. RTI matters\\n2. Email complaints\\n3. Personal\/Family disputes\\n4. Sub Judice cases\",\n    \"options\": [\n      \"1, 2, 3 and 4\",\n      \"1, 3 and 4 only\",\n      \"2 and 4 only\",\n      \"1, 2 and 4 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 1, 3 and 4 only<\/b><br><br><b>Analysis:<\/b><br>RTI, Personal disputes, and Sub Judice cases have separate legal\/departmental channels and are excluded from the general Public Grievance portal. <b>Email complaints<\/b>, however, should generally be attended to if they contain valid grievances.\"\n  },\n  {\n    \"id\": 212,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Which regarding CPSEs are NOT correct?\\n1. Control of Ministry, >40% equity.\\n2. Covers certain statutory corporations.\\n3. Shares held by Prime Minister or nominees.\\n4. Departmental enterprises\/Insurance covered under CPSE definition.\",\n    \"options\": [\n      \"1, 3 and 4 only\",\n      \"1, 2, 3 and 4\",\n      \"2 and 4 only\",\n      \"1 and 2 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - 1, 3 and 4 are NOT correct<\/b><br><br><b>Analysis:<\/b><br>\u2022 1: Requirement is <b>>51%<\/b> equity.<br>\u2022 3: Shares are held by the <b>President of India<\/b>.<br>\u2022 4: Departmental enterprises (Railways) and Insurance (LIC) are <b>not<\/b> CPSEs. (Statutory corporations like ONGC\/HAL are CPSEs, so 2 is correct).\"\n  },\n  {\n    \"id\": 213,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Which regarding Integrated Headquarters (IHQ) of MoD are correct?\\n1. Comprise Army, Navy, Air Hqrs only.\\n2. Associate in policy formulation.\\n3. Responsible for implementation directions.\\n4. Exercise delegated powers.\",\n    \"options\": [\n      \"1, 2, 3 and 4\",\n      \"1 and 4 only\",\n      \"2, 3 and 4 only\",\n      \"1, 2 and 3 only\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"<b>Correct Answer: C - 2, 3 and 4 only<\/b><br><br><b>Analysis:<\/b><br>Statement 1 is incorrect because IHQ also includes <b>HQ Integrated Defence Staff (IDS)<\/b>.\"\n  },\n  {\n    \"id\": 214,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch 15: eOffice Digitization Framework\",\n    \"question\": \"Key areas in the Digitization Strategy Framework include:\\n1. Approach to digitizing documents.\\n2. Storage identification.\\n3. Stakeholder roles.\\n4. Standard procedures.\\n5. Long-term retention policy.\",\n    \"options\": [\n      \"1, 2 and 5 only\",\n      \"1, 2, 3, 4 and 5\",\n      \"1, 3 and 4 only\",\n      \"2, 3 and 4 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 1, 2, 3, 4 and 5<\/b><br><br><b>Analysis:<\/b><br>These are the five pillars of the e-Office digitization framework to ensure a smooth transition from physical to digital records.\"\n  },\n  {\n    \"id\": 215,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch 15: eOffice Digitization Framework\",\n    \"question\": \"Which is NOT covered under Phase 1 of the digitization process?\",\n    \"options\": [\n      \"Identification of documents for digitization.\",\n      \"Selection of data within documents.\",\n      \"Decision on phasing\/sequencing.\",\n      \"User education and training.\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"<b>Correct Answer: D<\/b><br><br><b>Analysis:<\/b><br>Phase 1 (Planning) involves identifying and selecting what and how to digitize. <b>User training<\/b> is part of the <b>Implementation\/Post-Implementation<\/b> phase.\"\n  },\n  {\n    \"id\": 216,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch 14: Annual Action Plan & Citizen\u2019s \/Client\u2019s Charter\",\n    \"question\": \"Which are NOT in consonance with Grievance Redressal guidelines?\\n1. Disposal within 3 months.\\n2. Speaking reply for closing.\\n3. Friday 3-5 PM earmarked for hearing by Director.\",\n    \"options\": [\n      \"1 and 3 only\",\n      \"1, 2 and 3\",\n      \"2 and 3 only\",\n      \"1 and 2 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - 1 and 3 are NOT in consonance<\/b><br><br><b>Analysis:<\/b><br>\u2022 1: Target for disposal is <b>30 days<\/b> (1 month), not 3 months.<br>\u2022 3: <b>Wednesday<\/b> (not Friday) is the designated day for meeting the public between 10 AM to 1 PM.\"\n  },\n  {\n    \"id\": 217,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Which regarding GOI (Allocation of Business) Rules, 1961 are NOT correct?\",\n    \"options\": [\n      \"Rules define responsibility\/obligation of each Dept in business disposal.\",\n      \"Rules allocate business among Departments assigned to Ministers.\",\n      \"Rules specify cases for President\/PM\/Cabinet approval.\",\n      \"Rules specify circumstances for inter-departmental consultation.\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"<b>Correct Answer: A - Statement 1 is NOT correct<\/b><br><br><b>Analysis:<\/b><br>Statement 1 actually describes the <b>Transaction of Business (ToB) Rules<\/b>. The <b>Allocation of Business (AoB) Rules<\/b> are primarily for distributing work (departments\/subjects) among Ministers\/Departments.\"\n  },\n  {\n    \"id\": 218,\n    \"year\": \"2023\",\n    \"chapter\": \"Ch 10: Records Management\",\n    \"question\": \"Which regarding Review and Weeding are correct?\\n1. Cat 'C' files reviewed after retention period.\\n2. Cat 'A' files reviewed at 30th year with NAI.\\n3. Review year for 'C' is based on opening, 'A\/B' on closing.\\n4. Record room sends files due for review in January.\",\n    \"options\": [\n      \"1, 2, 3 and 4\",\n      \"1 and 4 only\",\n      \"2, 3 and 4 only\",\n      \"1, 2 and 3 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"<b>Correct Answer: B - 1 and 4 only<\/b><br><br><b>Analysis:<\/b><br>\u2022 2: Cat 'A' files are reviewed after <b>25 years<\/b> (not 30).<br>\u2022 3: Review year for <b>all<\/b> files is reckoned with reference to the year of <b>closing<\/b>.\"\n  },\n  \/\/2024\n  {\n    \"id\": 1,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 11: Knowledge Management\",\n    \"question\": \"A continuing note explaining, among other things, the history and development of a policy, procedure and latest position, designed to serve as a complete background material for review of the existing policy or procedure and as a brief for preparing replies to Parliament questions or notes for supplementary thereto and induction or training material, is called:\",\n    \"options\": [\n      \"Shadow File\",\n      \"Standard Guard File\",\n      \"Standing Note\",\n      \"Routine Note\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 2,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 11: Knowledge Management\",\n    \"question\": \"Which of the following statements regarding Master Circulars is\/are correct?\\n1. A Master Circular consolidates the instructions on a given subject into a self-contained single document.\\n2. On issue of new instructions\/orders, the relevant Master Circular is updated and the updated Master Circular supersedes the earlier Master Circular.\\n3. A Master Circular should have references of source instructions listed at the end of the Master Circular.\",\n    \"options\": [\n      \"1 and 3 only\",\n      \"2 only\",\n      \"1, 2 and 3\",\n      \"1 only\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 3,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 11: Knowledge Management\",\n    \"question\": \"Which of the following statements regarding the Standard Process Sheet, which is an aid to processing, are not correct?\\n1. It is a mechanism used in an office to arrive at a decision.\\n2. It helps the office in locating the previous papers having bearing on the subject.\\n3. It gives the background of the policy and procedures of the relevant subject to new officers.\\n4. Apart from being a performance tool for dealing officers, it ensures that no important point is overlooked by the seniors when the case is submitted.\",\n    \"options\": [\n      \"1, 2, 3 and 4\",\n      \"1 only\",\n      \"2, 3 and 4 only\",\n      \"2 and 3 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 4,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Consider the following statements:\\n1. The executive power of the Union formally vests in the President and may be exercised by him\/her either directly or through officers subordinate to him\/her.\\n2. A Minister of State with Independent charge also attends all Cabinet meetings.\\n3. Cases to be placed before the Cabinet for prior approval have been specified in the Allocation of Business Rules.\\n4. Union Public Service Commission is a Constitutional body whereas Central Vigilance Commission is a Statutory body.\\nWhich of the statements given above are correct?\",\n    \"options\": [\n      \"1, 2, 3 and 4\",\n      \"1 and 4 only\",\n      \"1, 2 and 4 only\",\n      \"2 and 3 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 5,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 7:  Guidelines on Noting\",\n    \"question\": \"In the context of guidelines on noting, which one of the following types of cases is also called a \\\"No-Noting case\\\"?\",\n    \"options\": [\n      \"Routine or repetitive cases\",\n      \"Correspondence handling or action-in-correspondence cases\",\n      \"Problem-solving cases\",\n      \"Ephemeral cases\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 6,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 14: Annual Action Plan & Citizen\u2019s \/Client\u2019s Charter\",\n    \"question\": \"Which of the following statements regarding Redressal of Public Grievances through CPGRAMS is correct?\",\n    \"options\": [\n      \"Every grievance must be disposed of within 15 days\",\n      \"Grievances received by e-mail are treated at par with CPGRAMS grievances\",\n      \"Grievances received offline must be uploaded on CPGRAMS and an acknowledgement generated through the system\",\n      \"Appeal facility is available irrespective of the final rating given by the citizen\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 7,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 11: Knowledge Management\",\n    \"question\": \"Which of the following are recognized tools of knowledge management used in Ministries\/Departments?\\n1. Standing Guard File\\n2. Standard Process Sheet\\n3. Note for the Successor\\n4. Precedent Book\",\n    \"options\": [\n      \"1, 3 and 4 only\",\n      \"1, 2, 3 and 4\",\n      \"2 and 4 only\",\n      \"1, 2 and 3 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 8,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"The most appropriate form of communication for obtaining legal advice from the Department of Legal Affairs on a case by a Department is:\",\n    \"options\": [\n      \"Letter\",\n      \"Office Memorandum\",\n      \"Demi-Official letter\",\n      \"Inter-Departmental note\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 9,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 14: Annual Action Plan & Citizen\u2019s \/Client\u2019s Charter\",\n    \"question\": \"Consider the following statements regarding Citizen\u2019s Charter:\\n1. Citizen\u2019s Charter aims to make a Ministry\/Department transparent, accountable and citizen-friendly.\\n2. Citizen\u2019s Charter is enforceable in a Court of Law.\\n3. For the purpose of Citizen\u2019s Charter, Employees\u2019 Unions are in the nature of internal clients.\\n4. A Citizen\u2019s Charter should have Vision and Mission statements.\\nWhich of the statements given above are correct?\",\n    \"options\": [\n      \"1, 2 and 3 only\",\n      \"1, 2, 3 and 4\",\n      \"1, 3 and 4 only\",\n      \"2, 3 and 4 only\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 10,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 3: Functionaries and Functions\",\n    \"question\": \"Who is the Chief Accounting Authority of a Ministry\/Department?\",\n    \"options\": [\n      \"Comptroller and Auditor General of India\",\n      \"Financial Adviser of the Ministry\",\n      \"Secretary of the Ministry\/Department\",\n      \"Principal Controller of Accounts\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 11,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch  4: Decision making in Government\",\n    \"question\": \"Which one of the following statements in the context of the process of decision-making in legislative matters\/proposals is correct?\",\n    \"options\": [\n      \"Legislative proposals are approved by the Secretary of the concerned Ministry\",\n      \"Legislative proposals require approval of the Prime Minister\",\n      \"Legislative proposals require Cabinet approval before introduction in Parliament\",\n      \"Legislative proposal of a Ministry can be introduced in Parliament with the approval of the Minister-in-Charge\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 12,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 6: File Management System\",\n    \"question\": \"Consider the following statements regarding filing of papers:\\n1. Filing of papers means placing the Paper Under Consideration (PUC) in the correspondence portion and the notes in the note portion of the file.\\n2. Both the \u2018note portion\u2019 and the correspondence portion are placed in a single file cover.\\n3. Routine receipts such as acknowledgements are required to be placed in the file.\\n4. In case of bulky files, separate file covers may be maintained for keeping appendix to notes and appendix to correspondence.\\nWhich of the statements given above are correct?\",\n    \"options\": [\n      \"1, 2, 3 and 4\",\n      \"1 and 3 only\",\n      \"1, 2 and 4 only\",\n      \"2 and 3 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 13,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Consider the following statements regarding Demi-official letter of communication:\\n1. It is used in correspondence by one Government officer with another with the purpose of drawing his\/her personal attention in an official matter of importance.\\n2. Demi-official letter is written in the first person in a personal and friendly manner.\\n3. Demi-official letter may be used for communicating with the chief of the Constitutional Authority.\\n4. Communication to non-officials may also take the form of a demi-official letter.\\nWhich of the statements given above are correct?\",\n    \"options\": [\n      \"1, 2 and 4\",\n      \"1, 2 and 3\",\n      \"1, 3 and 4\",\n      \"2 and 3 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 14,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Consider the following statements in the context of making references to constitutional\/other authorities:\\n1. References to the Attorney General of India may be made directly by a Ministry\/Department.\\n2. References to Union Public Service Commission are to be addressed to Secretary, UPSC in the form of letter.\\n3. Office Memorandum shall not be used while communicating with Constitutional and statutory authorities.\\n4. Correspondence with Heads of Indian Diplomatic Missions abroad will normally be channelized through the Ministry of External Affairs.\\nWhich of the statements given above are correct?\",\n    \"options\": [\n      \"2 and 3 only\",\n      \"1, 2 and 3\",\n      \"2, 3 and 4\",\n      \"1 and 4 only\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 15,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Which one of the following types of matter is not required to be published in Part-I of the Gazette of India?\",\n    \"options\": [\n      \"Notification regarding appointments of Government officers issued by Ministry of Defence\",\n      \"Notification relating to Regulations issued by the Ministries of Government of India (other than Ministry of Defence)\",\n      \"Notification relating to Non-Statutory Orders issued by the Ministry of Defence\",\n      \"Bills and Reports of Select Committees on Bills\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 16,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 9: Guidelines on Drafting of Communications\",\n    \"question\": \"Which one of the following statements in the context of initiating a draft in e-File system is not correct?\",\n    \"options\": [\n      \"A draft cannot be initiated without a file\",\n      \"A draft can be initiated at any level in the hierarchy\",\n      \"No change can be made in the draft content of an approved draft by any authority\",\n      \"The draft can be digitally signed by the signatory\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 17,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 9: Guidelines on Drafting of Communications\",\n    \"question\": \"Which one of the following is not a primary responsibility of a Dealing Officer in relation to issue of communications?\",\n    \"options\": [\n      \"Ensure that all enclosures are attached to the draft\",\n      \"In the case of issue of fair Demi-official letter with enclosures, to see if complete set of enclosures are attached to the draft\",\n      \"Retaining office copy of the communication sent\",\n      \"Docketing and referencing of office copy and safe custody of the file\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 18,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 10: Records Management\",\n    \"question\": \"Which of the following statements in the context of review and weeding of records are correct?\\n1. Retention of a Category \u2018C\u2019 file after a review will be for a period not exceeding 10 years excluding the period already retained.\\n2. The year of review of Category \u2018C\u2019 files will be reckoned with reference to the year of their opening.\\n3. Category \u2018A\u2019 and Category \u2018B\u2019 files will be reviewed on attaining the 25th year of their life in consultation with the National Archives of India.\\n4. Records not falling within the definition of file such as orders will also be subject to periodic reviews at suitable intervals.\",\n    \"options\": [\n      \"1 and 3\",\n      \"2 and 4\",\n      \"3 and 4\",\n      \"1 and 2\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 19,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 10: Records Management\",\n    \"question\": \"In the context of retention schedule prescribed for records, match List-I with List-II and select the correct answer:\\n\\nList-I (Record Description)\\nA. File Register\\nB. Section Dispatch Register\\nC. Register of Parliament Assurances\\nD. Inspection Reports\\n\\nList-II (Retention period from date of closure)\\n1. One year after Action Taken Note (ATN) on that report is accepted\\n2. Five years\\n3. Permanent\\n4. Three years\",\n    \"options\": [\n      \"A-1, B-2, C-4, D-3\",\n      \"A-1, B-4, C-2, D-3\",\n      \"A-3, B-2, C-4, D-1\",\n      \"A-3, B-4, C-2, D-1\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 20,\n    \"year\": \"2024\",\n    \"chapter\": \"Ch 12: Monitoring of Timely Disposal\",\n    \"question\": \"Consider the following statements in the context of Monitoring of Timely Disposal of work:\\n1. As a general rule, no official shall keep a case pending for more than seven working days.\\n2. A Member of Parliament\u2019s letter received by a section is not required to be registered in the personal section of the Joint Secretary concerned.\\n3. All periodical reports and returns relating to each section will be reviewed at the level of Joint Secretary or above every three months.\\n4. Ministries\/Departments should dedicate one day every week for the special campaign to dispose of pending matters.\\nWhich of the statements given above are correct?\",\n    \"options\": [\n      \"1, 2, 3 and 4\",\n      \"2 and 4 only\",\n      \"3 and 4 only\",\n      \"1 and 3 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"\"\n  },\n  \/\/2025\n    {\n    \"id\": 1,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch 11: Knowledge Management\",\n    \"question\": \"In the context of the Central Secretariat Manual of Office Procedure 2022, which of the following statements regarding \u2018Knowledge Management\u2019 are correct?\\n\\n1. Note for successor generally has to be in a uniform format across the levels even though responsibilities may vary from one post to another post.\\n2. A Standard Process Sheet is a standardized note or template used in an office to arrive at a decision.\\n3. By referring to Standing Note one can easily have access to important files on the subject and locate them without delay.\\n4. Standard Process Sheets are filed on the correspondence portion of the file.\\n\\nSelect the answer using the codes given below:\",\n    \"options\": [\n      \"1, 2, 3 and 4\",\n      \"1, 2 and 3 only\",\n      \"2 and 4 only\",\n      \"3 and 4 only\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 2,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"Consider the following statements regarding communication in the context of Inter-Departmental consultations:\\n\\n1. Inter-Departmental note was earlier known as U.O. note.\\n2. Inter-Departmental note when calling for advice or concurrence from other Ministries\/Departments should prescribe a time-limit.\\n3. Inter-Departmental references may be made under the signature of a Section Officer.\\n4. Drafts of the orders proposed to be issued should be placed along with the Inter-Departmental note to the Ministry\/Departments being consulted.\\n\\nWhich of the statements given above are correct?\",\n    \"options\": [\n      \"1, 2, 3 and 4\",\n      \"3 and 4 only\",\n      \"1, 2 and 4 only\",\n      \"1 and 2 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 3,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch 7:  Guidelines on Noting\",\n    \"question\": \"Consider the following statements in the context of guidelines on Noting:\\n\\n1. \u2018Noting\u2019 is the process of recording a note on the notes portion of a file.\\n2. A note may not be submitted to the competent authority merely for information.\\n3. A self-contained note is prepared while seeking concurrence of another department.\\n4. A note will be divided into serially numbered paragraphs.\\n\\nWhich of the statements given above are correct?\",\n    \"options\": [\n      \"1 and 3 only\",\n      \"1, 2, 3 and 4\",\n      \"2 and 4 only\",\n      \"1, 3 and 4 only\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 4,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch 5: Management of Dak Receipts\",\n    \"question\": \"Consider the following statements in the context of Registration of dak:\\n\\n1. All dak without exception need to be registered at the entry level in Central Registration Unit.\\n2. Communications received from Members of Parliament are registered in a separate register maintained for watching their disposal.\\n3. Casual Leave application is not required to be registered at entry level.\\n4. Copies of miscellaneous circulars are required to be registered at entry level in Central Registration Unit.\\n\\nWhich of the statements given above are correct?\",\n    \"options\": [\n      \"1 and 4 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 5,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch 13: Security of Official Information and Documents\",\n    \"question\": \"Consider the following statements in the context of Central Secretariat Manual of Office Procedure 2022:\\n\\n1. Classified papers should be handled in accordance with Departmental Security Instructions issued by the Ministry of Home Affairs.\\n2. Every classified file shall be reviewed once in seven years for declassification.\\n3. An Inter-Departmental note referred by a department to another will be treated as confidential.\\n\\nWhich of the statement(s) given above is\/are correct?\",\n    \"options\": [\n      \"1 and 2\",\n      \"2 and 3\",\n      \"1 and 3\",\n      \"2 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 6,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch 16: Inspection\",\n    \"question\": \"In terms of the Central Secretariat Manual of Office Procedure 2022, a Section Officer is required to take action to rectify the defects pointed out in the Inspection Report and submit a compliance report to his\/her Senior Officer within:\",\n    \"options\": [\n      \"15 days\",\n      \"20 days\",\n      \"30 days\",\n      \"45 days\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 7,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch 6: File Management System\",\n    \"question\": \"In the context of File Management System, consider the following statements regarding eFile:\\n\\n1. eFile also comprises references, linked files and attached files.\\n2. In eFile, all electronic receipts including scanned copy of Fresh Receipts (FR) are uploaded.\\n3. For electronic files, the need for creating a new volume does not arise.\\n4. In eFile, only active files are available for linking.\\n\\nWhich of the statements given above are correct?\",\n    \"options\": [\n      \"1 and 2 only\",\n      \"2, 3 and 4 only\",\n      \"3 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 8,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch 8:  Communication, Forms, Channels and Procedure\",\n    \"question\": \"In terms of the Central Secretariat Manual of Office Procedure 2022, which of the following is\/are required to be published in Part-IV of the Gazette of India?\\n\\n1. Supplements showing statistics of Births and Deaths, etc.\\n2. Advertisements and Notices issued by the Private individuals and Private Bodies\\n3. Statutory Rules and Orders issued by the Ministry of Defence\\n4. Acts, Ordinances and Regulations\\n5. Notifications regarding Appointments, Promotions, Leave, etc. of Government officers issued by the Ministry of Defence\\n\\nSelect the correct answer using the codes given below:\",\n    \"options\": [\n      \"4 only\",\n      \"2 only\",\n      \"3 and 5\",\n      \"1 only\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 9,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch 3: Functionaries and Functions\",\n    \"question\": \"Which of the following functionary\/functionaries is\/are normally vested with the maximum measure of independent functioning and responsibility in respect of the business falling within his\/her wing, subject to the overall responsibility of the Secretary for the administration of the Department?\\n\\n1. Joint Secretary\\n2. Additional Secretary\\n3. Director\/Deputy Secretary\\n4. Special Secretary\\n\\nSelect the correct answer using the codes given below:\",\n    \"options\": [\n      \"1, 2 and 3\",\n      \"1, 2 and 4\",\n      \"1 and 3 only\",\n      \"4 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 10,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Consider the following statements in the context of organizational structure of the Government of India in terms of the Central Secretariat Manual of Office Procedure 2022:\\n\\n1. Constitutional bodies are established under the Statute or an Act of the Parliament.\\n2. Food Corporation of India is a statutory corporation.\\n3. The departmentally-run insurance companies are not covered under the definition of Central Public Sector Enterprise.\\n4. Indian Institute of Public Administration is an autonomous body.\\n\\nWhich of the statements given above are correct?\",\n    \"options\": [\n      \"2, 3 and 4 only\",\n      \"1, 2 and 3 only\",\n      \"1 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 11,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch 14: Annual Action Plan & Citizen\u2019s \/Client\u2019s Charter\",\n    \"question\": \"In terms of the Central Secretariat Manual of Office Procedure 2022, which of the following issue(s) shall not be taken up for redressal of grievances?\\n\\n1. Suggestions\\n2. Complaints sent by email\\n3. Right to Information matters\\n4. Personal and Family Disputes\\n\\nSelect the correct answer using the codes given below:\",\n    \"options\": [\n      \"2, 3 and 4 only\",\n      \"1 and 2 only\",\n      \"1, 2, 3 and 4\",\n      \"4 only\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 12,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch  4: Decision making in Government\",\n    \"question\": \"For the purpose of inter-ministerial consultations, which one of the following Ministry\/Department shall require to be consulted in economic matters?\",\n    \"options\": [\n      \"Ministry of Finance\",\n      \"National Institution for Transforming India (NITI) Aayog\",\n      \"Ministry of Law and Justice\",\n      \"Comptroller and Auditor General of India\"\n    ],\n    \"correct\": 0,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 13,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch 6: File Management System\",\n    \"question\": \"Consider the following statements in the context of transfer of work from one Department\/Section to another:\\n\\n1. The transferrer shall transfer all the related records of both current and closed files.\\n2. In the case of transfer of files from one Department to another, a list will be prepared and approval of Head of Department will be taken.\\n3. The Department\/Section taking over the records may reclassify or re-number the closed files transferred to it.\\n\\nWhich of the statement(s) given above is\/are correct?\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"1 and 2\",\n      \"2 and 3\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 14,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"In the context of Integrated Headquarters of Ministry of Defence (IHQ of MoD), which of the following statement(s) is\/are correct?\\n\\n1. The IHQ of MoD is comprised of Army Headquarters, Naval Headquarters, Air Headquarters and Defence Research and Development Organization (DRDO).\\n2. The IHQ of MoD is comprised of Army Headquarters, Naval Headquarters, Air Headquarters and Defence Staff Headquarters.\\n3. Integrated Headquarters are the same as Services Headquarters.\\n\\nSelect the answer using the codes given below:\",\n    \"options\": [\n      \"1 only\",\n      \"2 only\",\n      \"1 and 3\",\n      \"2 and 3\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 15,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch  4: Decision making in Government\",\n    \"question\": \"In a Parliamentary form of Government, the Council of Ministers are collectively responsible to the:\",\n    \"options\": [\n      \"Prime Minister\",\n      \"President\",\n      \"House of the People\",\n      \"Speaker, the House of the People\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 16,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch 6: File Management System\",\n    \"question\": \"Under the file numbering system based on subject classification, a file has been assigned the file number 10\/8\/2008-Estt. In this file number, what does the number \u20188\u2019 stand for?\",\n    \"options\": [\n      \"Standard Subject head\",\n      \"Serial number of the file\",\n      \"Ownership of the file\",\n      \"Standard Subject sub-head\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 17,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch 6: File Management System\",\n    \"question\": \"In terms of the provisions of Central Secretariat Manual of Office Procedure 2022, which one of the following urgency gradings shall be used in cases requiring prompt attention?\",\n    \"options\": [\n      \"\u2018Priority\u2019\",\n      \"\u2018Top Priority\u2019\",\n      \"\u2018Immediate\u2019\",\n      \"\u2018Most Immediate\u2019\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 18,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch 6: File Management System\",\n    \"question\": \"Consider the following statements in the context of eFile management system:\\n\\n1. In eFile, the system automatically numbers the e-pages in the Notes and the Correspondence portions in separate series.\\n2. The system facilitates marking a \u2018Receipt\u2019 in Correspondence as \u2018PUC\u2019 or \u2018FR\u2019.\\n3. A number assigned to a \u2018PUC\u2019 can be changed subsequently.\\n4. In eFile, the system automatically flags the correspondence as \u2018PUC\u2019 or \u2018FR\u2019.\\n\\nWhich of the statements given above are correct?\",\n    \"options\": [\n      \"1 and 3\",\n      \"2 and 4\",\n      \"1 and 2\",\n      \"3 and 4\"\n    ],\n    \"correct\": 2,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 19,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"Which of the following statements relating to organizational structure of the Government of India are not correct?\\n\\n1. Deputy Minister also attends a Cabinet meeting.\\n2. The Government of India (Allocation of Business) Rules, 1961 and the Government of India (Transaction of Business) Rules, 1961 serve the same purpose.\\n3. A Joint Secretary may also hold charge of a Wing in a Department.\\n4. The executive power of the Union formally vests in the President and may also be exercised by him\/her directly.\\n\\nSelect the correct answer using the codes given below:\",\n    \"options\": [\n      \"1, 3 and 4\",\n      \"3 and 4 only\",\n      \"1, 2 and 4\",\n      \"1 and 2 only\"\n    ],\n    \"correct\": 3,\n    \"explanation\": \"\"\n  },\n  {\n    \"id\": 20,\n    \"year\": \"2025\",\n    \"chapter\": \"Ch  2: Organisational Structure  of Government of India\",\n    \"question\": \"In terms of the provisions contained in the Central Secretariat Manual of Office Procedure 2022, which of the following is\/are not part of Organization and Method Studies?\\n\\n1. Standardization of forms of communication\\n2. Simplification of forms\\n3. Periodic review of delegation of financial and administrative powers\\n4. Drawing up and reviewing output norms\\n\\nSelect the correct answer using the codes given below:\",\n    \"options\": [\n      \"1 only\",\n      \"4 only\",\n      \"1, 2 and 3\",\n      \"2, 3 and 4\"\n    ],\n    \"correct\": 1,\n    \"explanation\": \"\"\n  }\n  \n    ];\n\n\/\/ ==========================================\n\/\/ STATE MANAGEMENT\n\/\/ ==========================================\nlet state = {\n    currentMode: 'all',\n    selectedYear: null,\n    selectedChapter: null,\n    filteredQuestions: [],\n    currentQuestionIndex: 0,\n    sessionAnswers: {},\n    sessionChecked: {},\n    isReviewMode: false,\n    progress: {\n        questionStats: {},\n        weakQuestions: [],\n        masteredQuestions: [],\n        totalCorrect: 0,\n        totalIncorrect: 0,\n        lastSession: null\n    }\n};\n\n\/\/ ==========================================\n\/\/ DOM ELEMENTS (cached for performance)\n\/\/ ==========================================\nconst DOM = {};\n\n\/\/ ==========================================\n\/\/ INITIALIZATION\n\/\/ ==========================================\nfunction initQuiz() {\n    console.log('\ud83d\ude80 Quiz Initializing...');\n    \n    \/\/ Cache DOM elements\n    cacheDOM();\n    \n    \/\/ Load saved progress\n    loadProgress();\n    \n    \/\/ Set initial filtered questions\n    state.filteredQuestions = [...allQuestions];\n    \n    \/\/ Populate filters\n    populateYearList();\n    populateChapterList();\n    \n    \/\/ Setup event listeners (EVENT DELEGATION - THIS IS THE KEY FIX!)\n    setupEventListeners();\n    \n    \/\/ Update UI\n    updateModeTabCounts();\n    updateProgressDisplay();\n    updateWeakAreasDisplay();\n    checkForResumableSession();\n    \n    \/\/ Load first question\n    loadQuestion(0);\n    \n    \/\/ Setup screenshot prevention\n    initScreenshotPrevention();\n    \n    console.log('\u2705 Quiz Initialized Successfully');\n}\n\nfunction cacheDOM() {\n    DOM.yearList = document.getElementById('yearList');\n    DOM.chapterList = document.getElementById('chapterList');\n    DOM.questionGrid = document.getElementById('questionGrid');\n    DOM.questionText = document.getElementById('questionText');\n    DOM.optionsList = document.getElementById('optionsList');\n    DOM.questionNumber = document.getElementById('questionNumber');\n    DOM.currentQuestionYear = document.getElementById('currentQuestionYear');\n    DOM.currentQuestionChapter = document.getElementById('currentQuestionChapter');\n    DOM.explanationBox = document.getElementById('explanationBox');\n    DOM.explanationText = document.getElementById('explanationText');\n    DOM.weakBadge = document.getElementById('weakBadge');\n    DOM.masteryIndicator = document.getElementById('masteryIndicator');\n    DOM.masteryStars = document.getElementById('masteryStars');\n    DOM.prevBtn = document.getElementById('prevBtn');\n    DOM.nextBtn = document.getElementById('nextBtn');\n    DOM.checkBtn = document.getElementById('checkBtn');\n    DOM.warningToast = document.getElementById('warningToast');\n    DOM.toastMessage = document.getElementById('toastMessage');\n    DOM.resultModal = document.getElementById('resultModal');\n}\n\n\/\/ ==========================================\n\/\/ EVENT LISTENERS - USING EVENT DELEGATION\n\/\/ THIS IS THE KEY FIX FOR FILTER ISSUES!\n\/\/ ==========================================\nfunction setupEventListeners() {\n    console.log('\ud83d\udcce Setting up event listeners...');\n    \n    \/\/ ============================================\n    \/\/ FIX: Year filter using EVENT DELEGATION\n    \/\/ ============================================\n    document.getElementById('yearList').addEventListener('click', function(e) {\n        const filterItem = e.target.closest('.filter-item');\n        if (filterItem) {\n            const year = filterItem.getAttribute('data-year');\n            console.log('\ud83d\udcc5 Year filter clicked:', year);\n            filterByYear(year);\n        }\n    });\n    \n    \/\/ ============================================\n    \/\/ FIX: Chapter filter using EVENT DELEGATION\n    \/\/ ============================================\n    document.getElementById('chapterList').addEventListener('click', function(e) {\n        const filterItem = e.target.closest('.filter-item');\n        if (filterItem) {\n            const chapter = filterItem.getAttribute('data-chapter');\n            console.log('\ud83d\udcd6 Chapter filter clicked:', chapter);\n            filterByChapter(chapter);\n        }\n    });\n    \n    \/\/ Mode tabs\n    document.querySelectorAll('.mode-tab').forEach(tab => {\n        tab.addEventListener('click', function() {\n            const mode = this.getAttribute('data-mode');\n            console.log('\ud83d\udd04 Mode changed to:', mode);\n            setMode(mode);\n        });\n    });\n    \n    \/\/ Navigation buttons\n    document.getElementById('prevBtn').addEventListener('click', previousQuestion);\n    document.getElementById('nextBtn').addEventListener('click', nextQuestion);\n    document.getElementById('checkBtn').addEventListener('click', checkAnswer);\n    \n    \/\/ Action buttons\n    document.getElementById('submitBtn').addEventListener('click', submitExam);\n    document.getElementById('resetBtn').addEventListener('click', resetQuiz);\n    document.getElementById('resumeBtn').addEventListener('click', resumeSession);\n    \n    \/\/ Result modal buttons\n    document.getElementById('reviewBtn').addEventListener('click', reviewAnswers);\n    document.getElementById('retryBtn').addEventListener('click', retryQuiz);\n    document.getElementById('practiceWeakBtn').addEventListener('click', practiceWeakAreas);\n    \n    \/\/ Weak areas buttons\n    document.getElementById('practiceWeakAreasBtn').addEventListener('click', practiceWeakAreas);\n    document.getElementById('weakBadgeHeader').addEventListener('click', practiceWeakAreas);\n    \n    \/\/ Question grid (event delegation)\n    document.getElementById('questionGrid').addEventListener('click', function(e) {\n        const gridItem = e.target.closest('.grid-item');\n        if (gridItem) {\n            const index = parseInt(gridItem.getAttribute('data-index'));\n            loadQuestion(index);\n        }\n    });\n    \n    \/\/ Options list (event delegation)\n    document.getElementById('optionsList').addEventListener('click', function(e) {\n        const optionItem = e.target.closest('.option-item');\n        if (optionItem && !optionItem.classList.contains('disabled')) {\n            const index = parseInt(optionItem.getAttribute('data-index'));\n            selectOption(index);\n        }\n    });\n    \n    \/\/ Weak question list (event delegation)\n    document.getElementById('weakQuestionList').addEventListener('click', function(e) {\n        const weakItem = e.target.closest('.weak-question-item');\n        if (weakItem) {\n            const qId = parseInt(weakItem.getAttribute('data-qid'));\n            goToQuestion(qId);\n        }\n    });\n    \n    console.log('\u2705 Event listeners setup complete');\n}\n\n\/\/ ==========================================\n\/\/ PROGRESS PERSISTENCE\n\/\/ ==========================================\nfunction loadProgress() {\n    const saved = localStorage.getItem(`quiz_progress_${quizConfig.quizId}`);\n    if (saved) {\n        state.progress = JSON.parse(saved);\n        console.log('\ud83d\udcc2 Progress loaded from localStorage');\n    }\n}\n\nfunction saveProgress() {\n    localStorage.setItem(`quiz_progress_${quizConfig.quizId}`, JSON.stringify(state.progress));\n    if (quizConfig.useWordPressSync) syncWithWordPress();\n}\n\nfunction syncWithWordPress() {\n    fetch(quizConfig.wpAjaxUrl, {\n        method: 'POST',\n        headers: { 'Content-Type': 'application\/x-www-form-urlencoded' },\n        body: new URLSearchParams({\n            action: 'save_quiz_progress',\n            quiz_id: quizConfig.quizId,\n            progress: JSON.stringify(state.progress)\n        })\n    }).catch(err => console.log('WordPress sync failed:', err));\n}\n\nfunction saveSessionPosition() {\n    state.progress.lastSession = {\n        questionIndex: state.currentQuestionIndex,\n        mode: state.currentMode,\n        selectedYear: state.selectedYear,\n        selectedChapter: state.selectedChapter\n    };\n    saveProgress();\n}\n\nfunction checkForResumableSession() {\n    if (state.progress.lastSession && state.progress.lastSession.questionIndex > 0) {\n        document.getElementById('sessionInfo').style.display = 'flex';\n        document.getElementById('sessionText').textContent = `Last session: Q${state.progress.lastSession.questionIndex + 1}`;\n    }\n}\n\nfunction resumeSession() {\n    if (state.progress.lastSession) {\n        const session = state.progress.lastSession;\n        if (session.mode) {\n            state.currentMode = session.mode;\n            state.selectedYear = session.selectedYear;\n            state.selectedChapter = session.selectedChapter;\n            applyFilters();\n        }\n        loadQuestion(session.questionIndex);\n        document.getElementById('sessionInfo').style.display = 'none';\n    }\n}\n\n\/\/ ==========================================\n\/\/ QUESTION STATS & MASTERY\n\/\/ ==========================================\nfunction updateQuestionStats(questionId, isCorrect) {\n    if (!state.progress.questionStats[questionId]) {\n        state.progress.questionStats[questionId] = { correct: 0, incorrect: 0, lastAttempt: null };\n    }\n    \n    const stats = state.progress.questionStats[questionId];\n    stats.lastAttempt = new Date().toISOString();\n    \n    if (isCorrect) {\n        stats.correct++;\n        state.progress.totalCorrect++;\n        if (stats.correct >= quizConfig.masteryThreshold) {\n            if (!state.progress.masteredQuestions.includes(questionId)) {\n                state.progress.masteredQuestions.push(questionId);\n            }\n            const weakIndex = state.progress.weakQuestions.indexOf(questionId);\n            if (weakIndex > -1) state.progress.weakQuestions.splice(weakIndex, 1);\n        }\n    } else {\n        stats.incorrect++;\n        state.progress.totalIncorrect++;\n        if (stats.incorrect >= quizConfig.weakThreshold && !state.progress.masteredQuestions.includes(questionId)) {\n            if (!state.progress.weakQuestions.includes(questionId)) {\n                state.progress.weakQuestions.push(questionId);\n            }\n        }\n    }\n    \n    saveProgress();\n    updateProgressDisplay();\n    updateWeakAreasDisplay();\n}\n\nfunction getQuestionMasteryLevel(questionId) {\n    const stats = state.progress.questionStats[questionId];\n    if (!stats) return 0;\n    return Math.min(stats.correct, 5);\n}\n\nfunction isQuestionWeak(questionId) {\n    return state.progress.weakQuestions.includes(questionId);\n}\n\n\/\/ ==========================================\n\/\/ PROGRESS DISPLAY\n\/\/ ==========================================\nfunction updateProgressDisplay() {\n    const total = allQuestions.length;\n    const mastered = state.progress.masteredQuestions.length;\n    const percentage = total > 0 ? Math.round((mastered \/ total) * 100) : 0;\n    \n    const circumference = 2 * Math.PI * 42;\n    const offset = circumference - (percentage \/ 100) * circumference;\n    document.getElementById('progressRingFill').style.strokeDashoffset = offset;\n    document.getElementById('progressPercentage').textContent = percentage + '%';\n    document.getElementById('totalCorrectProgress').textContent = state.progress.totalCorrect;\n    document.getElementById('totalWeakProgress').textContent = state.progress.weakQuestions.length;\n    document.getElementById('overallProgress').textContent = percentage + '% Mastered';\n}\n\nfunction updateWeakAreasDisplay() {\n    const weakCount = state.progress.weakQuestions.length;\n    \n    const weakBadgeHeader = document.getElementById('weakBadgeHeader');\n    if (weakCount > 0) {\n        weakBadgeHeader.style.display = 'flex';\n        document.getElementById('weakCountHeader').textContent = weakCount + ' Weak';\n    } else {\n        weakBadgeHeader.style.display = 'none';\n    }\n    \n    const weakCard = document.getElementById('weakAreasCard');\n    if (weakCount > 0) {\n        weakCard.style.display = 'flex';\n        weakCard.style.flexDirection = 'column';\n        const weakList = document.getElementById('weakQuestionList');\n        weakList.innerHTML = state.progress.weakQuestions.map(qId => {\n            const question = allQuestions.find(q => q.id === qId);\n            if (!question) return '';\n            const stats = state.progress.questionStats[qId] || { incorrect: 0 };\n            return `<div class=\"weak-question-item\" data-qid=\"${qId}\">\n                <span class=\"q-num\">Q${question.id}<\/span>\n                <span class=\"q-text\">${question.question.substring(0, 40)}...<\/span>\n                <span class=\"wrong-count\">${stats.incorrect}x<\/span>\n            <\/div>`;\n        }).join('');\n    } else {\n        weakCard.style.display = 'none';\n    }\n    \n    document.getElementById('weakModeCount').textContent = weakCount;\n}\n\nfunction updateModeTabCounts() {\n    document.getElementById('allCount').textContent = allQuestions.length;\n}\n\n\/\/ ==========================================\n\/\/ MODE & FILTERING - FIXED VERSION\n\/\/ ==========================================\nfunction setMode(mode) {\n    console.log('\ud83d\udd04 setMode called with:', mode);\n    \n    state.currentMode = mode;\n    \n    \/\/ Reset filters when switching to 'all' or 'weak' modes\n    if (mode === 'all' || mode === 'weak') {\n        state.selectedYear = null;\n        state.selectedChapter = null;\n    }\n    \n    \/\/ Update mode tab UI\n    document.querySelectorAll('.mode-tab').forEach(tab => tab.classList.remove('active'));\n    const modeTab = document.getElementById('mode' + mode.charAt(0).toUpperCase() + mode.slice(1));\n    if (modeTab) modeTab.classList.add('active');\n    \n    \/\/ \u2705 ADD THIS: Show\/hide filter cards based on mode\n    const yearCard = document.getElementById('yearFilterCard');\n    const chapterCard = document.getElementById('chapterFilterCard');\n    \n    yearCard.style.display = (mode === 'year' || mode === 'all') ? 'block' : 'none';\n    chapterCard.style.display = (mode === 'chapter' || mode === 'all') ? 'block' : 'none';\n    \n    applyFilters();\n}\n\n\/\/ ============================================\n\/\/ FIXED: filterByYear function\n\/\/ ============================================\nfunction filterByYear(year) {\n    console.log('\ud83d\udcc5 filterByYear called with:', year);\n    console.log('   Previous selectedYear:', state.selectedYear);\n    \n    \/\/ Toggle selection\n    state.selectedYear = (state.selectedYear === year) ? null : year;\n    state.selectedChapter = null;\n    state.currentMode = 'year';\n    \n    console.log('   New selectedYear:', state.selectedYear);\n    \n    \/\/ Update mode tab UI\n    document.querySelectorAll('.mode-tab').forEach(tab => tab.classList.remove('active'));\n    document.getElementById('modeYear').classList.add('active');\n    \n    applyFilters();\n}\n\n\/\/ ============================================\n\/\/ FIXED: filterByChapter function\n\/\/ ============================================\nfunction filterByChapter(chapter) {\n    console.log('\ud83d\udcd6 filterByChapter called with:', chapter);\n    console.log('   Previous selectedChapter:', state.selectedChapter);\n    \n    \/\/ Toggle selection\n    state.selectedChapter = (state.selectedChapter === chapter) ? null : chapter;\n    state.selectedYear = null;\n    state.currentMode = 'chapter';\n    \n    console.log('   New selectedChapter:', state.selectedChapter);\n    \n    \/\/ Update mode tab UI\n    document.querySelectorAll('.mode-tab').forEach(tab => tab.classList.remove('active'));\n    document.getElementById('modeChapter').classList.add('active');\n    \n    applyFilters();\n}\n\nfunction applyFilters() {\n    console.log('\ud83d\udd0d applyFilters called');\n    console.log('   Mode:', state.currentMode);\n    console.log('   Selected Year:', state.selectedYear);\n    console.log('   Selected Chapter:', state.selectedChapter);\n    \n    state.currentQuestionIndex = 0;\n    state.sessionAnswers = {};\n    state.sessionChecked = {};\n    state.isReviewMode = false;\n    \n    \/\/ Apply filtering\n    if (state.currentMode === 'weak') {\n        state.filteredQuestions = allQuestions.filter(q => state.progress.weakQuestions.includes(q.id));\n        console.log('   Filtering by weak areas');\n    } else if (state.selectedYear) {\n        state.filteredQuestions = allQuestions.filter(q => q.year === state.selectedYear);\n        console.log('   Filtering by year:', state.selectedYear);\n    } else if (state.selectedChapter) {\n        state.filteredQuestions = allQuestions.filter(q => q.chapter === state.selectedChapter);\n        console.log('   Filtering by chapter:', state.selectedChapter);\n    } else {\n        state.filteredQuestions = [...allQuestions];\n        console.log('   No filter - showing all');\n    }\n    \n    console.log('   Filtered questions count:', state.filteredQuestions.length);\n    \n    \/\/ Refresh filter lists to show active state\n    populateYearList();\n    populateChapterList();\n    updateQuestionGrid();\n    updateSessionStats();\n    \n    if (state.filteredQuestions.length > 0) {\n        loadQuestion(0);\n    } else {\n        document.getElementById('questionText').textContent = 'No questions available for this filter.';\n        document.getElementById('optionsList').innerHTML = '';\n    }\n}\n\nfunction practiceWeakAreas() {\n    document.getElementById('resultModal').classList.remove('show');\n    setMode('weak');\n}\n\n\/\/ ==========================================\n\/\/ FILTER LIST POPULATION - USING DATA ATTRIBUTES\n\/\/ ==========================================\nfunction populateYearList() {\n    const years = [...new Set(allQuestions.map(q => q.year))].sort().reverse();\n    const yearList = document.getElementById('yearList');\n    \n    \/\/ Use data-year attribute instead of onclick\n    yearList.innerHTML = years.map(year => {\n        const count = allQuestions.filter(q => q.year === year).length;\n        const isActive = state.selectedYear === year;\n        return `<div class=\"filter-item ${isActive ? 'active' : ''}\" data-year=\"${year}\">\n            <span class=\"filter-text\"><i class=\"fas fa-calendar\"><\/i> ${year}<\/span>\n            <span class=\"filter-count\">${count}<\/span>\n        <\/div>`;\n    }).join('');\n}\n\nfunction populateChapterList() {\n    const chapters = [...new Set(allQuestions.map(q => q.chapter))].sort();\n    const chapterList = document.getElementById('chapterList');\n    \n    \/\/ Use data-chapter attribute instead of onclick\n    chapterList.innerHTML = chapters.map(chapter => {\n        const count = allQuestions.filter(q => q.chapter === chapter).length;\n        const shortName = chapter.length > 25 ? chapter.substring(0, 25) + '...' : chapter;\n        const isActive = state.selectedChapter === chapter;\n        return `<div class=\"filter-item ${isActive ? 'active' : ''}\" data-chapter=\"${chapter}\" title=\"${chapter}\">\n            <span class=\"filter-text\"><i class=\"fas fa-book\"><\/i> ${shortName}<\/span>\n            <span class=\"filter-count\">${count}<\/span>\n        <\/div>`;\n    }).join('');\n}\n\n\/\/ ==========================================\n\/\/ QUESTION LOADING & NAVIGATION\n\/\/ ==========================================\nfunction loadQuestion(index) {\n    if (index < 0 || index >= state.filteredQuestions.length) return;\n    \n    state.currentQuestionIndex = index;\n    const question = state.filteredQuestions[index];\n    \n    document.getElementById('questionNumber').textContent = `Question ${index + 1} of ${state.filteredQuestions.length}`;\n    document.getElementById('questionText').innerHTML = question.question;\n    document.getElementById('currentQuestionYear').textContent = question.year;\n    document.getElementById('currentQuestionChapter').textContent = question.chapter;\n    \n    document.getElementById('weakBadge').style.display = isQuestionWeak(question.id) ? 'flex' : 'none';\n    \n    renderOptions(question);\n    \n    const isChecked = state.sessionChecked[index];\n    const explanationBox = document.getElementById('explanationBox');\n    if (isChecked || state.isReviewMode) {\n        document.getElementById('explanationText').innerHTML = question.explanation;\n        explanationBox.classList.add('show');\n    } else {\n        explanationBox.classList.remove('show');\n    }\n    \n    updateMasteryIndicator(question.id);\n    \n    document.getElementById('prevBtn').disabled = index === 0;\n    document.getElementById('nextBtn').disabled = index === state.filteredQuestions.length - 1;\n    document.getElementById('checkBtn').disabled = isChecked || state.isReviewMode;\n    \n    updateQuestionGrid();\n    saveSessionPosition();\n}\n\nfunction renderOptions(question) {\n    const optionsList = document.getElementById('optionsList');\n    const letters = ['A', 'B', 'C', 'D'];\n    const isChecked = state.sessionChecked[state.currentQuestionIndex];\n    const selectedAnswer = state.sessionAnswers[state.currentQuestionIndex];\n    \n    optionsList.innerHTML = question.options.map((option, i) => {\n        let classes = 'option-item';\n        let icon = '';\n        \n        if (isChecked || state.isReviewMode) {\n            classes += ' disabled';\n            if (i === question.correct) {\n                classes += ' correct';\n                icon = '<i class=\"fas fa-check-circle option-icon\"><\/i>';\n            } else if (i === selectedAnswer && i !== question.correct) {\n                classes += ' incorrect';\n                icon = '<i class=\"fas fa-times-circle option-icon\"><\/i>';\n            }\n        } else if (selectedAnswer === i) {\n            classes += ' selected';\n        }\n        \n        return `<div class=\"${classes}\" data-index=\"${i}\">\n            <span class=\"option-letter\">${letters[i]}<\/span>\n            <span class=\"option-text\">${option}<\/span>\n            ${icon}\n        <\/div>`;\n    }).join('');\n}\n\nfunction updateMasteryIndicator(questionId) {\n    const indicator = document.getElementById('masteryIndicator');\n    const stats = state.progress.questionStats[questionId];\n    \n    if (stats && (stats.correct > 0 || stats.incorrect > 0)) {\n        indicator.classList.add('show');\n        const level = getQuestionMasteryLevel(questionId);\n        document.getElementById('masteryStars').innerHTML = [1, 2, 3, 4, 5].map(i => \n            `<i class=\"fas fa-star ${i <= level ? 'filled' : ''}\"><\/i>`\n        ).join('');\n    } else {\n        indicator.classList.remove('show');\n    }\n}\n\nfunction selectOption(optionIndex) {\n    if (state.sessionChecked[state.currentQuestionIndex] || state.isReviewMode) return;\n    state.sessionAnswers[state.currentQuestionIndex] = optionIndex;\n    loadQuestion(state.currentQuestionIndex);\n    updateSessionStats();\n}\n\nfunction checkAnswer() {\n    const selectedAnswer = state.sessionAnswers[state.currentQuestionIndex];\n    if (selectedAnswer === undefined) {\n        showToast('Please select an option first!', 'error');\n        return;\n    }\n    \n    state.sessionChecked[state.currentQuestionIndex] = true;\n    const question = state.filteredQuestions[state.currentQuestionIndex];\n    const isCorrect = selectedAnswer === question.correct;\n    \n    updateQuestionStats(question.id, isCorrect);\n    loadQuestion(state.currentQuestionIndex);\n    updateSessionStats();\n    \n    showToast(isCorrect ? 'Correct! \ud83c\udf89' : 'Incorrect. Review the explanation.', isCorrect ? 'success' : 'error');\n}\n\nfunction previousQuestion() {\n    if (state.currentQuestionIndex > 0) loadQuestion(state.currentQuestionIndex - 1);\n}\n\nfunction nextQuestion() {\n    if (state.currentQuestionIndex < state.filteredQuestions.length - 1) loadQuestion(state.currentQuestionIndex + 1);\n}\n\nfunction goToQuestion(questionId) {\n    const index = state.filteredQuestions.findIndex(q => q.id === questionId);\n    if (index !== -1) loadQuestion(index);\n}\n\n\/\/ ==========================================\n\/\/ QUESTION GRID\n\/\/ ==========================================\nfunction updateQuestionGrid() {\n    const grid = document.getElementById('questionGrid');\n    grid.innerHTML = state.filteredQuestions.map((q, i) => {\n        let className = 'grid-item';\n        \n        if (i === state.currentQuestionIndex) {\n            className += ' current';\n        } else if (state.sessionChecked[i] || state.isReviewMode) {\n            if (state.sessionAnswers[i] === state.filteredQuestions[i].correct) {\n                className += ' correct-answered';\n            } else if (state.sessionAnswers[i] !== undefined) {\n                className += ' incorrect-answered';\n            } else {\n                className += ' unattempted';\n            }\n        } else if (state.sessionAnswers[i] !== undefined) {\n            className += ' attempted';\n        } else {\n            className += ' unattempted';\n        }\n        \n        if (isQuestionWeak(q.id)) className += ' weak-marked';\n        \n        return `<div class=\"${className}\" data-index=\"${i}\">${i + 1}<\/div>`;\n    }).join('');\n}\n\n\/\/ ==========================================\n\/\/ SESSION STATS\n\/\/ ==========================================\nfunction updateSessionStats() {\n    const total = state.filteredQuestions.length;\n    const attempted = Object.keys(state.sessionAnswers).length;\n    let correct = 0, incorrect = 0;\n    \n    Object.keys(state.sessionChecked).forEach(index => {\n        if (state.filteredQuestions[index] && state.sessionAnswers[index] === state.filteredQuestions[index].correct) correct++;\n        else if (state.sessionAnswers[index] !== undefined) incorrect++;\n    });\n    \n    document.getElementById('totalQuestions').textContent = total;\n    document.getElementById('attemptedCount').textContent = attempted;\n    document.getElementById('correctCount').textContent = correct;\n    document.getElementById('incorrectCount').textContent = incorrect;\n}\n\n\/\/ ==========================================\n\/\/ SUBMIT & RESULTS\n\/\/ ==========================================\nfunction submitExam() {\n    let correct = 0, incorrect = 0;\n    \n    state.filteredQuestions.forEach((q, i) => {\n        if (state.sessionAnswers[i] === q.correct) correct++;\n        else if (state.sessionAnswers[i] !== undefined) incorrect++;\n    });\n    \n    const percentage = state.filteredQuestions.length > 0 ? Math.round((correct \/ state.filteredQuestions.length) * 100) : 0;\n    \n    document.getElementById('resultCorrect').textContent = correct;\n    document.getElementById('resultIncorrect').textContent = incorrect;\n    document.getElementById('resultScore').textContent = percentage + '%';\n    \n    if (percentage >= 80) {\n        document.getElementById('resultIcon').textContent = '\ud83c\udf89';\n        document.getElementById('resultTitle').textContent = 'Excellent!';\n        document.getElementById('resultMessage').textContent = 'Outstanding performance!';\n    } else if (percentage >= 60) {\n        document.getElementById('resultIcon').textContent = '\ud83d\udc4d';\n        document.getElementById('resultTitle').textContent = 'Good Job!';\n        document.getElementById('resultMessage').textContent = 'Keep practicing!';\n    } else {\n        document.getElementById('resultIcon').textContent = '\ud83d\udcaa';\n        document.getElementById('resultTitle').textContent = 'Keep Learning!';\n        document.getElementById('resultMessage').textContent = 'Focus on weak areas.';\n    }\n    \n    document.getElementById('practiceWeakBtn').style.display = state.progress.weakQuestions.length > 0 ? 'flex' : 'none';\n    document.getElementById('resultModal').classList.add('show');\n}\n\nfunction reviewAnswers() {\n    document.getElementById('resultModal').classList.remove('show');\n    state.isReviewMode = true;\n    state.filteredQuestions.forEach((_, i) => { state.sessionChecked[i] = true; });\n    loadQuestion(0);\n    updateQuestionGrid();\n}\n\nfunction retryQuiz() {\n    document.getElementById('resultModal').classList.remove('show');\n    state.sessionAnswers = {};\n    state.sessionChecked = {};\n    state.isReviewMode = false;\n    updateQuestionGrid();\n    updateSessionStats();\n    loadQuestion(0);\n}\n\n\/\/ ============================================\n\/\/ FIXED: resetQuiz - NOW RESETS WEAK AREAS\n\/\/ ============================================\nfunction resetQuiz() {\n    if (confirm('Reset this session?\\n\\nThis will clear:\\n\u2022 Current answers\\n\u2022 Weak areas\\n\u2022 All progress')) {\n        \n        \/\/ Reset session data\n        state.sessionAnswers = {};\n        state.sessionChecked = {};\n        state.isReviewMode = false;\n        \n        \/\/ Reset ALL progress including weak areas\n        state.progress = {\n            questionStats: {},\n            weakQuestions: [],\n            masteredQuestions: [],\n            totalCorrect: 0,\n            totalIncorrect: 0,\n            lastSession: null\n        };\n        \n        \/\/ Save reset progress\n        saveProgress();\n        \n        \/\/ Reset filters\n        state.currentMode = 'all';\n        state.selectedYear = null;\n        state.selectedChapter = null;\n        state.filteredQuestions = [...allQuestions];\n        \n        \/\/ Update mode tabs UI\n        document.querySelectorAll('.mode-tab').forEach(tab => tab.classList.remove('active'));\n        document.getElementById('modeAll').classList.add('active');\n        \n        \/\/ Update all UI\n        populateYearList();\n        populateChapterList();\n        updateProgressDisplay();\n        updateWeakAreasDisplay();\n        updateQuestionGrid();\n        updateSessionStats();\n        loadQuestion(0);\n        \n        \/\/ Hide session info\n        document.getElementById('sessionInfo').style.display = 'none';\n        \n        showToast('Session reset successfully!', 'success');\n    }\n}\n\n\/\/ ==========================================\n\/\/ TOAST\n\/\/ ==========================================\nfunction showToast(message, type = 'error') {\n    const toast = document.getElementById('warningToast');\n    document.getElementById('toastMessage').textContent = message;\n    toast.classList.remove('success');\n    if (type === 'success') toast.classList.add('success');\n    toast.classList.add('show');\n    setTimeout(() => toast.classList.remove('show'), 3000);\n}\n\n\/\/ ==========================================\n\/\/ SCREENSHOT PREVENTION\n\/\/ ==========================================\nfunction initScreenshotPrevention() {\n    document.addEventListener('keydown', function(e) {\n        if (e.key === 'PrintScreen' || (e.ctrlKey && e.key === 'p') || (e.ctrlKey && e.shiftKey && e.key === 'S')) {\n            e.preventDefault();\n            showToast('Screenshots and printing are not allowed!');\n            return false;\n        }\n    });\n    \n    document.addEventListener('contextmenu', function(e) {\n        e.preventDefault();\n        showToast('Right-click is disabled!');\n        return false;\n    });\n}\n\n\/\/ Initialize when DOM is ready\ndocument.addEventListener('DOMContentLoaded', initQuiz);\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Message \ud83c\udf89 Great Job! You have completed the quiz. 0 Correct 0 Incorrect 0% Score Review Practice Weak Try Again [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"disabled","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[44],"tags":[],"class_list":["post-2729","page","type-page","status-publish","hentry","category-pyq"],"_links":{"self":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/2729","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=2729"}],"version-history":[{"count":162,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/2729\/revisions"}],"predecessor-version":[{"id":9614,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/2729\/revisions\/9614"}],"wp:attachment":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2729"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2729"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2729"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}