{"id":5735,"date":"2025-12-22T07:40:27","date_gmt":"2025-12-22T07:40:27","guid":{"rendered":"https:\/\/promotionexams.com\/?page_id=5735"},"modified":"2026-01-30T15:25:26","modified_gmt":"2026-01-30T15:25:26","slug":"previous-year-papers-ccsconduct-rules","status":"publish","type":"page","link":"https:\/\/promotionexams.com\/?page_id=5735","title":{"rendered":"Previous Year Papers-CCS(Conduct) Rules"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5735\" class=\"elementor elementor-5735\">\n\t\t\t\t<div class=\"elementor-element elementor-element-af8a53a e-con-full e-flex e-con e-parent\" data-id=\"af8a53a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c96996 elementor-widget elementor-widget-html\" data-id=\"3c96996\" 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\">CCS (Conduct) Rules<\/h1>\n                    <p>Combined 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: 'conduct-pyq-quiz',\n    topic: 'CCS (Conduct) Rules',\n    paper: 'Paper 2',\n    wpAjaxUrl: '\/wp-admin\/admin-ajax.php',\n    useWordPressSync: false,\n    masteryThreshold: 3,\n    weakThreshold: 1\n};\n\n\/\/ ==========================================\n\/\/ QUESTIONS DATA (Sample - add your full data)\n\/\/ ==========================================\nconst allQuestions = [\n \/\/2009-11\n  {\n    id: 1,\n    year: '2009-11',\n    chapter: 'Rule 3 - General',\n    question: \"In case where a government servant has been arrested in connection with a criminal case or otherwise and detained in custody, he is required to promptly intimate the facts and circumstances of the case to his official supervisor:\",\n    options: [\n      \"in all cases of such arrest and detention\",\n      \"only in cases where he has not been released on bail\",\n      \"only in situations where the period of detention exceeds 48 hours\",\n      \"only in cases where he has been convicted\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - in all cases of such arrest and detention<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3 of CCS (Conduct) Rules, 1964 - Government of India's Decision (2) on Intimation about detention<\/i><br><br>\n<i>\"It shall be the duty of a Government servant who may be arrested for any reason to intimate the fact of his arrest and the circumstances connected therewith to his official superior promptly even though he might have subsequently been released on bail.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Release on bail is irrelevant - intimation required \"even though he might have subsequently been released on bail\"<br>\n<b>C.<\/b> \u2717 No 48-hour threshold exists - intimation must be \"prompt\" regardless of detention period<br>\n<b>D.<\/b> \u2717 Conviction stage is too late - intimation required at arrest stage itself, not after conviction`\n  },\n  {\n    id: 2,\n    year: '2009-11',\n    chapter: 'Mixed Rules',\n    question: \"Permission of the government under the CCS (Conduct) Rules is not necessary for a government servant:\",\n    options: [\n      \"for holding an elective office in a cooperative society\",\n      \"to join Bharat Sevak Samaj\",\n      \"for doing editorial work of a periodical devoted to cultural activities\",\n      \"for becoming a member of Samyukta Sadachar Samiti\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - for becoming a member of Samyukta Sadachar Samiti<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Government of India's Decision (13) under Rule 6 of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>\"For becoming members of the Samyukta Sadachar Samiti, no prior permission of the Government will be necessary, but such membership should be with the knowledge of the Head of the Department concerned.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Rule 15(1)(c) - Holding elective office in any body requires previous sanction of Government<br>\n<b>B.<\/b> \u2717 GID (11) under Rule 5 - Joining Bharat Sevak Samaj requires prior permission from Head of Office\/Department<br>\n<b>C.<\/b> \u2717 Rule 8(1) - Participating in editing or management of any periodical publication requires previous sanction of Government`\n  },\n  {\n    id: 3,\n    year: '2009-11',\n    chapter: 'Rule 19 - Vindication of acts and character of Government servants',\n    question: \"In civil suits where a government servant is impleaded for his liability to damages for negligence in discharge of his official duties, and the government for its vicarious liability, and the defence for both is substantially the same:\",\n    options: [\n      \"they necessarily have to be defended independently both by the government servant and the government\",\n      \"it is not necessary for the government to defend the case since its liability would be of a vicarious nature\",\n      \"the government will arrange for the defence of the government servant also\",\n      \"None of the above\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - the government will arrange for the defence of the government servant also<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 19 of CCS (Conduct) Rules, 1964 - Government of India's Decision (1)<\/i><br><br>\n<i>When both Government servant and Government are defendants with substantially the same defence, the Government arranges for common defence to avoid duplication and conflicting positions.<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Independent defence is NOT necessary when defence is substantially the same - common defence is arranged<br>\n<b>B.<\/b> \u2717 Vicarious liability does not absolve Government of defending the case - Government must defend both<br>\n<b>D.<\/b> \u2717 Option C correctly states the position under Rule 19`\n  },\n  {\n    id: 4,\n    year: '2009-11',\n    chapter: 'Rule 18 - Movable, immovable and valuable property',\n    question: \"In cases where family members of a government servant enter into transactions of movable or immovable property out of their own funds in their own names, such transactions:\",\n    options: [\n      \"would be treated as transactions out of the funds of the government servant and the relevant provisions of the CCS (Conduct) Rules, 1964 would be applicable\",\n      \"should be reported to the government within one month from the dates of the transactions\",\n      \"cannot be done without obtaining prior approval of the government\",\n      \"need not be reported to the government as they do not come within the purview of the CCS (Conduct) Rules, 1964\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - need not be reported to the government as they do not come within the purview of the CCS (Conduct) Rules, 1964<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 18 of CCS (Conduct) Rules, 1964 - Government of India's Decision (8)(ii)<\/i><br><br>\n<i>\"Transactions entered into by the spouse or any other member of family of a Government servant out of his or her own funds (including stridhan, gifts, inheritance, etc.), as distinct from the funds of the Government servant himself, in his or her own name and in his or her own right, would not attract the provisions of sub-rules (2) and (3) of Rule 18.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Only transactions from Government servant's funds attract Rule 18 - own funds of family members are excluded<br>\n<b>B.<\/b> \u2717 One-month reporting applies only to movable property transactions from Government servant's funds under Rule 18(3)<br>\n<b>C.<\/b> \u2717 Prior approval required only for transactions with persons having official dealings - not applicable here`\n  },\n  {\n    id: 5,\n    year: '2009-11',\n    chapter: 'Rule 5 - Taking part in politics and elections',\n    question: \"Which of the following activities is not considered as misconduct on the part of a government servant?\",\n    options: [\n      \"Not informing the government of the involvement of his spouse in an activity that is felt to be of a subversive nature\",\n      \"Occasional attendance in political meetings or making normal arrangements during election tours of Ministers to enable them to carry out their responsibilities as Ministers, in due discharge of his official duties\",\n      \"Attending meetings organized by political parties when such meetings are not in the nature of public meetings\",\n      \"Displaying on his person, vehicle, or residence the electoral symbol of a political party\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Occasional attendance in political meetings or making normal arrangements during election tours of Ministers to enable them to carry out their responsibilities as Ministers, in due discharge of his official duties<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 5(4) of CCS (Conduct) Rules, 1964 - Government of India's Decision (3)<\/i><br><br>\n<i>\"The following action by a Government servant does not amount to contravention of Rule 5(4): (i) Making normal arrangement during election tours of Ministers to enable them to carry out their responsibilities as Ministers.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Rule 5(2) - Duty to report if unable to prevent family member from subversive activities; failure to report is misconduct<br>\n<b>C.<\/b> \u2717 GID (2) under Rule 5 - Attending political party meetings (even non-public) is prohibited unless all conditions in GID are met<br>\n<b>D.<\/b> \u2717 Rule 5(4) Explanation - Displaying electoral symbol amounts to using influence in connection with election - prohibited`\n  },\n  {\n    id: 6,\n    year: '2009-11',\n    chapter: 'Rule 12 - Subscriptions',\n    question: \"Which of the following actions of a government servant is not a violation of Rule 12 of the CCS (Conduct) Rules?\",\n    options: [\n      \"Collection of contributions from the public without permission of the government for welfare activities of an employees' union\",\n      \"His association with a national leader's memorial fund in a campaign for raising funds\",\n      \"Raising of subscriptions from members of an employees' association for defending a case against the government in a service matter\",\n      \"None of the above\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Raising of subscriptions from members of an employees' association for defending a case against the government in a service matter<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 12 of CCS (Conduct) Rules, 1964 - Government of India's Decision (2)<\/i><br><br>\n<i>\"In a union where a matter affecting the general interest of the members of the union is in dispute and it is permissible under the rules of the union to spend its funds over such a matter, its members should be free to collect funds, especially for that special purpose from amongst its members.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Rule 12 & GID (2) - Collection from PUBLIC requires prior permission; internal collection from members does not<br>\n<b>B.<\/b> \u2717 GID (5) under Rule 12 - Government servants cannot associate with collection of subscriptions for Jawaharlal Nehru Memorial Fund (or similar national leader's memorial funds)`\n  },\n  {\n    id: 7,\n    year: '2009-11',\n    chapter: 'Rule 9 - Criticism of Government',\n    question: \"As per Rule 9 of the CCS (Conduct) Rules, 1964, no government servant shall, through any broadcast, telecast, published documents, and communication to the press or in any public place, make any statement which has the effect of an adverse criticism of any current or recent policy or action of the Central or a State Government. This Rule:\",\n    options: [\n      \"is not applicable when a government servant addresses the gathering of government employees in his capacity as a member or office bearer of a recognized association of government employees\",\n      \"need not be followed when the government servant gives factual evidence before a Committee of the Parliament or a State Legislative Assembly\",\n      \"is not violated by a government servant when he makes such criticism during informal discussions among friends and relatives\",\n      \"should always be observed by a government servant including the situations in A, B, and C above\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - should always be observed by a government servant including the situations in A, B, and C above<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 9 of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>The Proviso to Rule 9 only exempts \"statements made or views expressed by a Government servant in his official capacity or in the due performance of the duties assigned to him.\" The prohibition otherwise applies universally.<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Rule 9 proviso for trade union office-bearers is limited to \"bona fide expression of views for safeguarding conditions of service\" - not blanket exemption for adverse criticism of Government policy<br>\n<b>B.<\/b> \u2717 Parliamentary Committee evidence must be factual only - adverse criticism of policy is still prohibited<br>\n<b>C.<\/b> \u2717 \"Public utterance\" in Rule 9 covers any public place including informal discussions if accessible to public`\n  },\n  {\n    id: 8,\n    year: '2009-11',\n    chapter: 'Rule 22 - Consumption of intoxicating drinks and drugs',\n    question: \"Which of the following does not attract the provisions of Rule 22 of the CCS (Conduct) Rules, 1964?\",\n    options: [\n      \"Consumption of liquor by a government servant in a club meant exclusively for members where it is permissible for members to invite non-members as guests\",\n      \"Taking liquor in a public place or appearing there in a state of intoxication in a State where Prohibition Law is not in force\",\n      \"In neither of the cases referred to in A and B above\",\n      \"Provisions of Rule would be applicable in both the cases\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - In neither of the cases referred to in A and B above<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 22 of CCS (Conduct) Rules, 1964 - Government of India's Decision (3)<\/i><br><br>\n<b>Analysis of each situation:<\/b><br><br>\n<b>Situation A - Members' Club:<\/b> GID (3) clarifies that \"The club of the nature mentioned above would be a public place not only for the non-member guests, but also for members who may be Government servants.\" However, the question asks about Rule 22 attraction - in states without prohibition, mere consumption in members' club does not violate Rule 22(a) (no prohibition law) and Rule 22(bb) restricts only \"public place\" consumption where public has unrestricted access.<br><br>\n<b>Situation B - No Prohibition State:<\/b> Rule 22(a) requires abiding by prohibition law - where none exists, no violation. Rule 22(bb) prohibits consumption in public place, but Rule 22(c) only prohibits \"appearing in state of intoxication\" - mere consumption without intoxication is not covered.<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Partially incorrect - members' club may be public place but Rule 22 provisions are nuanced<br>\n<b>B.<\/b> \u2717 Partially incorrect - without prohibition law, Rule 22(a) is not attracted<br>\n<b>D.<\/b> \u2717 Incorrect - as analyzed above, neither situation fully attracts Rule 22`\n  },\n  {\n    id: 9,\n    year: '2009-11',\n    chapter: 'Rule 18-A - Restrictions in relation to acquisition and disposal of immovable property outside India and transactions with foreigners',\n    question: \"A government servant proposes to acquire an immovable property owned by a foreign organization in India and has accordingly sought permission of the government before entering into the transaction but no response has been received from the authority concerned even after 60 days of making the request. The option available to him in such a situation is:\",\n    options: [\n      \"the transaction cannot be done in the absence of permission of the government\",\n      \"to go ahead with the transaction since no response has been received from the government even after 60 days\",\n      \"to take up the matter with the higher authorities in the department seeking their permission for the transaction\",\n      \"to file a writ petition before the appropriate court of law seeking directions to the government to take a decision in the matter\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - to go ahead with the transaction since no response has been received from the government even after 60 days<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 18-A of CCS (Conduct) Rules, 1964 read with Government of India's Decision under Rule 8<\/i><br><br>\n<i>Time-limit for Rule 18-A (Transactions with foreigners): 60 days. \"In the event of failure on the part of the Competent Authority to communicate its decision to the Government employee concerned within the time-limits indicated above, the employee concerned shall be free to assume that permission has been granted to him.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Deemed permission provision exists - transaction CAN proceed after 60 days without response<br>\n<b>C.<\/b> \u2717 No need to approach higher authorities - deemed permission already granted by operation of rules<br>\n<b>D.<\/b> \u2717 Court intervention unnecessary - administrative remedy (deemed permission) already available`\n  },\n  {\n    id: 10,\n    year: '2009-11',\n    chapter: 'Rule 18 - Movable, immovable and valuable property',\n    question: \"A Group A government servant proposes to acquire an immovable property in the name of his wife. In this case, he is required to:\",\n    options: [\n      \"obtain prior approval of the government before such transaction\",\n      \"give intimation to the prescribed authority within a period of one month from the date of the transaction\",\n      \"give prior intimation to the prescribed authority regarding such transaction\",\n      \"No intimation or approval of any authority is necessary since the transaction is not in his name\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - give prior intimation to the prescribed authority regarding such transaction<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 18(2) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>\"No Government servant shall, except with the previous knowledge of the prescribed authority, acquire or dispose of any immovable property by lease, mortgage, purchase, sale, gift or otherwise either in his own name or in the name of any member of his family.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 \"Prior approval\/sanction\" required only under Rule 18(2) proviso - when transaction is with person having official dealings<br>\n<b>B.<\/b> \u2717 One-month post-transaction intimation applies to MOVABLE property under Rule 18(3), not immovable property<br>\n<b>D.<\/b> \u2717 Rule 18(2) explicitly covers transactions \"in the name of any member of his family\" - wife's name transactions require prior intimation`\n  },\n  {\n    id: 11,\n    year: '2009-11',\n    chapter: 'Rule 14 - Public demonstration in honour of Government servants',\n    question: \"A government servant has received intimation from a private organization engaged in social welfare activities that it has decided to confer an award on him in recognition of the meritorious work done by him towards cultural upliftment of the people in the area and he has been invited to participate in a function organized by it in that connection. The course of action open to him in such a situation is to:\",\n    options: [\n      \"obtain prior permission of the government for participation in the function and to accept the award\",\n      \"participate in the function and accept the award and inform the government thereafter\",\n      \"participate in the function but not accept the award\",\n      \"None of the above\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - obtain prior permission of the government for participation in the function and to accept the award<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14 of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>\"No Government servant shall, except with the previous sanction of the Government, receive any complimentary or valedictory address or accept any testimonial or attend any meeting or entertainment held in his honour.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Post-facto intimation NOT sufficient - Rule 14 mandates \"previous sanction\" before participation and acceptance<br>\n<b>C.<\/b> \u2717 Attending function held in his honour also requires prior permission - cannot attend even without accepting award<br>\n<b>D.<\/b> \u2717 Option A correctly states the requirement under Rule 14`\n  },\n  \/\/2012-13\n  {\n    id: 12,\n    year: '2009-11',\n    chapter: 'Mixed Rules',\n    question: \"Match List-I with List-II and select the correct answer using the code given below the Lists, for permissions sought by a government servant, with the time limit prescribed for action:\\n\\nList-I\\nA. Permission for participation in the editing of a periodical\\nB. Permission for transactions in immovable properties outside India with a foreign national\\nC. Permission to institute proceedings to vindicate his conduct as a government servant\\n\\nList-II\\n1. 60 days\\n2. 3 months\\n3. 30 days\",\n    options: [\n      \"A-3, B-1, C-2\",\n      \"A-2, B-1, C-3\",\n      \"A-3, B-2, C-1\",\n      \"A-2, B-3, C-1\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - A-3, B-1, C-2<\/b><br><br>\n<b>Rule References:<\/b><br>\n<i>GID under Rule 8 - Time-limits for granting or refusing permission<\/i><br><br>\n<i>\"The following time-limits are prescribed:<br>\nRule 8(1) - Connection with press: 30 days<br>\nRule 18-A - Transactions with foreigners: 60 days<br>\nRule 19 - Vindication proceedings: 3 months (as per proviso to Rule 19(1))\"<\/i><br><br>\n<b>Correct Matching:<\/b><br>\n<b>A. Rule 8 (Editing of periodical):<\/b> 30 days \u2192 matches with (3)<br>\n<b>B. Rule 18-A (Transaction with foreigner):<\/b> 60 days \u2192 matches with (1)<br>\n<b>C. Rule 19 (Vindication):<\/b> 3 months \u2192 matches with (2)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 A-2 is wrong - Rule 8 time limit is 30 days, not 3 months<br>\n<b>C.<\/b> \u2717 B-2 and C-1 both wrong - Rule 18-A is 60 days (not 3 months); Rule 19 is 3 months (not 60 days)<br>\n<b>D.<\/b> \u2717 All three matchings are incorrect`\n  },\n  {\n    id: 13,\n    year: '2012-13',\n    chapter: 'Rule 3-C - Prohibition of sexual harassment of working women',\n    question: \"A complaint of sexual harassment has been made by a female employee working in a Ministry against an officer of the level of Additional Secretary in the Ministry. Which among the following authorities is required to consider the complaint and recommend further action?\",\n    options: [\n      \"The Departmental Complaints Committee headed by a woman officer of sufficiently higher rank\",\n      \"The Committee constituted in terms of Order No: 1 dated 26.9.2008 of Cabinet Secretariat\",\n      \"A Committee constituted by the Ministry of Women and Child Development in consultation with Department of Personnel and Training\",\n      \"A Committee constituted by the National Commission for Women in consultation with Ministry of Law\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - The Committee constituted in terms of Order No: 1 dated 26.9.2008 of Cabinet Secretariat<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3-C of CCS (Conduct) Rules, 1964 read with GID (25-B)<\/i><br><br>\n<i>GID (25-B): \"For inquiring into complaints made against officers of the level of Secretary and Additional Secretary and equivalent level in the Government of India in the Ministries\/Departments... it has been decided with the approval of the Prime Minister to constitute a Complaints Committee in terms of Cabinet Secretariat's Order No. 1, dated 26-9-2008.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Departmental Committee - GID (25-C)(vi) specifically excludes Secretary\/Additional Secretary level from departmental committee jurisdiction<br>\n<b>C.<\/b> \u2717 No such provision exists - Ministry of Women and Child Development does not constitute such committees<br>\n<b>D.<\/b> \u2717 No such provision exists - National Commission for Women does not constitute such committees under CCS Rules`\n  },\n  {\n    id: 14,\n    year: '2012-13',\n    chapter: 'Rule 3-C - Prohibition of sexual harassment of working women',\n    question: \"A Committee is required to be constituted for redressal of the complaint made by any victim of sexual harassment in the organization. Which of the following statements is not correct in this context?\",\n    options: [\n      \"Such a committee should be headed by a woman\",\n      \"Not less than half of its members should be women\",\n      \"The complaints committee should involve a third party, which could also be an NGO\",\n      \"The Report of the Complaints Committee shall not be treated as an enquiry report\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - The Report of the Complaints Committee shall not be treated as an enquiry report (This statement is INCORRECT)<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3-C of CCS (Conduct) Rules, 1964 read with GID (25)<\/i><br><br>\n<i>GID (25) Follow-up Action: \"The report of the Complaints Committee should be treated as an enquiry report against the accused Government servant.\"<\/i><br><br>\n<b>Analysis of statements:<\/b><br>\n<b>A.<\/b> \u2713 CORRECT - GID (25-C)(iii): \"The Complaints Committee should be headed by a woman\"<br>\n<b>B.<\/b> \u2713 CORRECT - GID (25-C)(iii): \"not less than half of its members should be women\"<br>\n<b>C.<\/b> \u2713 CORRECT - GID (25-C)(iii): \"such Complaints Committee should involve a third party, either NGO or other body who is familiar with the issue of sexual harassment\"<br>\n<b>D.<\/b> \u2717 INCORRECT - The report SHALL BE treated as inquiry report (not \"shall not be\") per GID (25)`\n  },\n  {\n    id: 15,\n    year: '2012-13',\n    chapter: 'Rule 3 - General',\n    question: \"Which of the following acts of a Government servant may amount to misconduct in the context of the CCS (Conduct) Rules, 1964?\\n1. If the act is prejudicial to the reputation of the master\\n2. If the act is inconsistent or incompatible with the due discharge of his\/her duty to the master\\n3. If the misconduct makes it unsafe for the employer to retain the Government servant in service\\n4. If the misconduct is so grossly immoral that all reasonable men will say that the employee cannot be trusted\\n\\nCode:\",\n    options: [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1, 2, 3 and 4\",\n      \"3 and 4 only\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 1, 2, 3 and 4<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3 of CCS (Conduct) Rules, 1964 - GID (23) Acts and conducts which amount to misconduct<\/i><br><br>\n<i>GID (23): \"The act or conduct of a servant may amount to misconduct:<br>\n(1) if the act or conduct is prejudicial or likely to be prejudicial to the interests of the master or to the reputation of the master;<br>\n(2) if the act or conduct is inconsistent or incompatible with the due or peaceful discharge of his duty to his master;<br>\n(3) if the act or conduct of a servant makes it unsafe for the employer to retain him in service;<br>\n(4) if the act or conduct of the servant is so grossly immoral that all reasonable men will say that the employee cannot be trusted...\"<\/i><br><br>\n<b>All four statements are directly from GID (23).<\/b><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Incomplete - statements 3 and 4 are also correct per GID (23)<br>\n<b>B.<\/b> \u2717 Incomplete - statements 1 and 4 are also correct per GID (23)<br>\n<b>D.<\/b> \u2717 Incomplete - statements 1 and 2 are also correct per GID (23)`\n  },\n  {\n    id: 16,\n    year: '2012-13',\n    chapter: 'Mixed Rules',\n    question: \"The associations\/unions may be allowed to display notices relating to matters of general interest to its members, provided such notices\\n1. are not in the nature of criticism.\\n2. are not subversive of discipline.\\n3. do not contain offensive language.\\n4. do not contain any direct attack on any individual.\\n\\nCode:\",\n    options: [\n      \"1 and 2\",\n      \"2 and 3\",\n      \"3 and 4\",\n      \"None of the above\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - None of the above<\/b><br><br>\n<b>Rule Reference:<\/b> <i>GID (1) under Rule 6 - Ministry of Labour and Employment O.M. No. 18\/21\/60-LRI, dated 9th May, 1961<\/i><br><br>\n<i>\"Announcements relating to matters of general interest to the members of Association\/Union provided:<br>\n(a) they are not in the nature of criticism;<br>\n(b) they are not subversive of discipline;<br>\n(c) they do not contain objectionable or offensive language; and<br>\n(d) they do not contain attacks on individuals, directly or indirectly\"<\/i><br><br>\n<b>ALL FOUR conditions must be satisfied simultaneously.<\/b><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Only mentions 1 and 2 - conditions 3 and 4 are also mandatory per GID<br>\n<b>B.<\/b> \u2717 Only mentions 2 and 3 - conditions 1 and 4 are also mandatory per GID<br>\n<b>C.<\/b> \u2717 Only mentions 3 and 4 - conditions 1 and 2 are also mandatory per GID<br><br>\nSince all four conditions must be met, none of the partial combinations is correct.`\n  },\n  {\n    id: 17,\n    year: '2012-13',\n    chapter: 'Rule 7 - Demonstration and Strikes',\n    question: \"Under the CCS (Conduct) Rules, 'Strike' means\\n1. Mass abstention from work without permission, which is often described as 'mass casual leave'.\\n2. Refusal to work overtime even when it is in public interest.\\n3. Absence from work for participating in a 'Bandh'.\\n4. Attending the office but not doing any work as a mark of protest.\\n\\nCode:\",\n    options: [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"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>\n<b>Rule Reference:<\/b> <i>Rule 7 of CCS (Conduct) Rules, 1964 - GID (2) Interpretation of what constitutes a \"strike\"<\/i><br><br>\n<i>GID (2): \"'Strike' means refusal to work or stoppage or slowing down of work by a group of employees acting in combination and includes:<br>\n(i) mass abstention from work without permission (which is wrongly described as 'mass casual leave');<br>\n(ii) refusal to work overtime where such overtime work is necessary in the public interest;<br>\n(iii) resort to practices... Such practices would include, what are called, 'go-slow', 'sit-down', 'pen-down', 'stay-in', 'token', 'sympathetic' or any other similar strike; as also absence from work for participation in a Bandh or any similar movements.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 Mass casual leave - GID (2)(i)<br>\n<b>2.<\/b> \u2713 Refusal to work overtime - GID (2)(ii)<br>\n<b>3.<\/b> \u2713 Bandh participation - GID (2)(iii)<br>\n<b>4.<\/b> \u2713 Pen-down\/go-slow - GID (2)(iii)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 All incomplete - all four are specifically included in GID (2)`\n  },\n  {\n    id: 18,\n    year: '2012-13',\n    chapter: 'Rule 12 - Subscriptions',\n    question: \"Which of the following is not permissible for the Government servants under the CCS (Conduct) Rules?\",\n    options: [\n      \"Flag Day collection\",\n      \"Collection of contribution for National Defence Fund\",\n      \"Collection of funds for Jawaharlal Nehru Memorial Fund\",\n      \"Fund raising for the National Foundation for Communal Harmony\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Collection of funds for Jawaharlal Nehru Memorial Fund<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 12 of CCS (Conduct) Rules, 1964 - GID (5)<\/i><br><br>\n<i>GID (5): \"The Government of India have decided that the Government servants should not be allowed to associate themselves with collection of subscriptions for the Jawaharlal Nehru Memorial Fund though they are free to make their personal contributions to the Fund.\"<\/i><br><br>\n<b>Why other options are incorrect (these ARE permitted):<\/b><br>\n<b>A.<\/b> \u2713 PERMITTED - GID (3): Flag Day collection permitted on voluntary basis<br>\n<b>B.<\/b> \u2713 PERMITTED - GID (4): Sanction accorded for National Defence Fund collection<br>\n<b>D.<\/b> \u2713 PERMITTED - GID (6): \"Government of India have decided to relax the provisions of Rule 12 to allow Central Government servants to participate in the Fund raising efforts of the Foundation on a voluntary basis\"`\n  },\n  {\n    id: 19,\n    year: '2012-13',\n    chapter: 'Rule 15 - Private trade or employment',\n    question: \"An Under Secretary in a Ministry wanted to do a foreign language course being conducted by one Indo-Foreign cultural organization in Delhi. A colleague advised him to take prior permission of the competent authority. Some others advised that no such permission was necessary. What should the Under Secretary do?\",\n    options: [\n      \"He need not take any prior permission\",\n      \"He may send intimation to his Head of Office\",\n      \"He should seek prior permission of the Ministry\/Office in which he is serving\",\n      \"None of the above\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - He should seek prior permission of the Ministry\/Office in which he is serving<\/b><br><br>\n<b>Rule Reference:<\/b> <i>GID (14) under Rule 5 of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>GID (14): \"The question of regulating the participation of Government servants in foreign language classes conducted by Indo-Foreign Cultural Organizations like the German-Indian Association, Alliance Francaise de Delhi, Indo-Soviet Cultural Society, etc., has been considered by Government and it has been decided that Government servants desirous of joining such classes should obtain prior permission from the Ministry or office in which they are serving.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Prior permission IS required - GID (14) is clear on this<br>\n<b>B.<\/b> \u2717 Mere intimation NOT sufficient - GID (14) requires prior PERMISSION, not just intimation<br>\n<b>D.<\/b> \u2717 Option C correctly states the requirement per GID (14)`\n  },\n  {\n    id: 20,\n    year: '2012-13',\n    chapter: 'Rule 13 - Gifts',\n    question: \"Which of the following is not included in the expression 'gift' as per the CCS (Conduct) Rules?\",\n    options: [\n      \"Free transport\",\n      \"Boarding\",\n      \"Lodging\",\n      \"Casual social hospitality by a person who is not a relative or a personal friend and has no official dealings with the Government servant\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - Casual social hospitality by a person who is not a relative or a personal friend and has no official dealings with the Government servant<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 13 of CCS (Conduct) Rules, 1964 - Explanation and Note 1<\/i><br><br>\n<i>Explanation to Rule 13(1): \"The expression 'gift' shall include free transport, boarding, lodging or other service or any other pecuniary advantage provided by any person other than a near relative or personal friend having no official dealings with the Government servant.\"<\/i><br><br>\n<i>Note 1: \"A casual meal, lift or other social hospitality shall not be deemed to be a gift.\"<\/i><br><br>\n<b>Why other options are incorrect (these ARE included in \"gift\"):<\/b><br>\n<b>A.<\/b> \u2717 Free transport - specifically included in Explanation to Rule 13(1)<br>\n<b>B.<\/b> \u2717 Boarding - specifically included in Explanation to Rule 13(1)<br>\n<b>C.<\/b> \u2717 Lodging - specifically included in Explanation to Rule 13(1)<br><br>\n<b>Note 1 provides blanket exclusion for \"casual meal, lift or other social hospitality\" from definition of gift.<\/b>`\n  },\n  {\n    id: 21,\n    year: '2012-13',\n    chapter: 'Rule 3 - General',\n    question: \"A Government servant who is arrested is not required to intimate the fact of his\/her arrest and the circumstances connected therewith to the official superior if\\n1. the detention was preventive in nature.\\n2. he\/she is released on bail within 48 hours.\\n3. the detention is on account of a non-cognizable offence.\\n4. he\/she is let off with a warning after being detained.\\n\\nWhich of the above statement(s) is\/are correct?\",\n    options: [\n      \"1 only\",\n      \"1 and 3\",\n      \"2 and 4\",\n      \"None of the above\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - None of the above<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3 of CCS (Conduct) Rules, 1964 - GID (2) Intimation about detention<\/i><br><br>\n<i>GID (2): \"It shall be the duty of a Government servant who may be arrested for any reason to intimate the fact of his arrest and the circumstances connected therewith to his official superior promptly even though he might have subsequently been released on bail.\"<\/i><br><br>\n<b>The intimation requirement is ABSOLUTE with NO exceptions.<\/b><br><br>\n<b>Analysis - ALL statements are INCORRECT:<\/b><br>\n<b>1.<\/b> \u2717 Preventive detention - intimation still required (\"arrested for any reason\")<br>\n<b>2.<\/b> \u2717 Released on bail within 48 hours - intimation still required (\"even though he might have subsequently been released on bail\")<br>\n<b>3.<\/b> \u2717 Non-cognizable offence - intimation still required (no distinction based on nature of offence in GID)<br>\n<b>4.<\/b> \u2717 Let off with warning - intimation still required (arrest itself triggers duty, regardless of outcome)<br><br>\n<b>There are NO exceptions to the intimation requirement under GID (2).<\/b>`\n  },\n  {\n    id: 22,\n    year: '2012-13',\n    chapter: 'Rule 1 - Short title, commencement and application',\n    question: \"The CCS (Conduct) Rules, 1964, apply to Government servants appointed to a civil service or a post in connection with the affairs of the Union.\\n1. Civilians in Defence Services.\\n2. Members of All India Services.\\n3. A holder of any post under the administrative control of the Railway Board or of the Financial Commissioner of Railways.\\n\\nWhich of the above statements is\/are correct?\",\n    options: [\n      \"1 and 2 only\",\n      \"1 only\",\n      \"3 only\",\n      \"None of the above\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 1(3) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 1(3): \"...these rules shall apply to every person appointed to a civil service or post (including a civilian in Defence Service) in connection with the affairs of the Union:<br><br>\nProvided that nothing in these rules shall apply to any Government servant who is-<br>\n(a)(i) a Railway servant...<br>\n(a)(iii) holding any post under the administrative control of the Railway Board or of the Financial Commissioner of Railways;<br>\n(b) a member of an All India Service...\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Rule 1(3) explicitly INCLUDES \"civilian in Defence Service\"<br>\n<b>2.<\/b> \u2717 INCORRECT - Rule 1(3) proviso (b) specifically EXCLUDES members of All India Services (governed by AIS (Conduct) Rules, 1968)<br>\n<b>3.<\/b> \u2717 INCORRECT - Rule 1(3) proviso (a)(iii) specifically EXCLUDES posts under Railway Board\/Financial Commissioner of Railways (governed by Railway Services (Conduct) Rules, 1966)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 is incorrect - AIS members are EXCLUDED per proviso (b)<br>\n<b>C.<\/b> \u2717 Statement 3 is incorrect - Railway employees are EXCLUDED per proviso (a)(iii)<br>\n<b>D.<\/b> \u2717 Statement 1 is correct - civilians in Defence Service are included`\n  },\n  {\n    id: 23,\n    year: '2012-13',\n    chapter: 'Rule 3-C - Prohibition of sexual harassment of working women',\n    question: \"CCS (Conduct) Rules prohibit any act of sexual harassment of any woman at the workplace. Sexual harassment includes\\n1. Physical contact and advances.\\n2. Sexually coloured remarks.\\n3. Undue attention at the workplace.\\n4. Showing pornographic material.\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1, 2 and 4 only\",\n      \"2, 3 and 4 only\",\n      \"1, 3 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 1, 2 and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3-C(1) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 3-C(1): \"'Sexual harassment' includes such unwelcome sexually determined behaviour, whether directly or otherwise, as-<br>\n(a) physical contact and advances;<br>\n(b) demand or request for sexual favours;<br>\n(c) sexually coloured remarks;<br>\n(d) showing any pornography; or<br>\n(e) any other unwelcome physical, verbal or non-verbal conduct of a sexual nature.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Rule 3-C(1)(a): \"physical contact and advances\"<br>\n<b>2.<\/b> \u2713 CORRECT - Rule 3-C(1)(c): \"sexually coloured remarks\"<br>\n<b>3.<\/b> \u2717 INCORRECT - \"Undue attention\" is NOT specifically listed in Rule 3-C(1)<br>\n<b>4.<\/b> \u2713 CORRECT - Rule 3-C(1)(d): \"showing any pornography\"<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Includes statement 3 which is not in Rule 3-C(1)<br>\n<b>C.<\/b> \u2717 Includes statement 3 which is not in Rule 3-C(1)<br>\n<b>D.<\/b> \u2717 Includes statement 3 which is not in Rule 3-C(1)`\n  },\n  {\n    id: 24,\n    year: '2012-13',\n    chapter: 'Mixed Rules',\n    question: \"Consider the following statements:\\n1. Every Government servant holding a supervisory post shall take all possible steps to ensure integrity and devotion to duty of all Government servants for the time being under his control and authority.\\n2. In the performance of his\/her official duties, no Government servant shall act in a discourteous manner.\\n3. Every Government servant shall, at all times, act in accordance with Government's policy regarding protection of cultural heritage.\\n4. The directions of the official superior shall ordinarily be in writing.\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1, 2, 3 and 4\",\n      \"3 and 4 only\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 1, 2, 3 and 4<\/b><br><br>\n<b>Rule References:<\/b><br>\n<i>Rule 3(2)(i) - Supervisory responsibility<\/i><br>\n<i>Rule 3-A - Promptness and Courtesy<\/i><br>\n<i>Rule 3-B - Observance of Government's policies<\/i><br>\n<i>Rule 3(2)(ii)\/(iii) - Written directions<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Rule 3(2)(i): \"Every Government servant holding a supervisory post shall take all possible steps to ensure the integrity and devotion to duty of all Government servants for the time being under his control and authority\"<br>\n<b>2.<\/b> \u2713 CORRECT - Rule 3-A: \"Every Government servant shall in the discharge of his duties act in a courteous manner and shall not adopt dilatory tactics\"<br>\n<b>3.<\/b> \u2713 CORRECT - Rule 3-B(c): Includes observance of Government's policy regarding \"protection of environment including... cultural heritage\"<br>\n<b>4.<\/b> \u2713 CORRECT - Rule 3(2)(iii): Directions shall ordinarily be in writing; if oral, Rule 3(2)(iv) requires written confirmation<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, D.<\/b> \u2717 All incomplete - all four statements are correct per respective rules`\n  },\n  {\n    id: 25,\n    year: '2012-13',\n    chapter: 'Rule 3-A - Promptness and Courtesy',\n    question: \"Each communication received from a Member of Parliament, a member of the public, a recognized association, or a public body, will be acknowledged within:\",\n    options: [\n      \"3 days\",\n      \"7 days\",\n      \"10 days\",\n      \"15 days\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 15 days<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3-A of CCS (Conduct) Rules, 1964 read with Manual of Office Procedure - GID (17-E)<\/i><br><br>\n<i>Manual of Office Procedure Para 66(1): \"Each communication received from the Member of Parliament, a member of the public, a recognized association or a public body will be acknowledged within 15 days, followed by a reply within the next 15 days of acknowledgement sent.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 3 days - No such provision in Manual of Office Procedure<br>\n<b>B.<\/b> \u2717 7 days - No such provision; 7 days is for transferring wrongly addressed communications per Para 66(3)<br>\n<b>C.<\/b> \u2717 10 days - No such provision in Manual of Office Procedure<br><br>\nThe 15-day timeline is specifically prescribed in the Manual of Office Procedure and referenced in GID under Rule 3-A.`\n  },\n  \/\/2014\n  {\n    id: 26,\n    year: '2014',\n    chapter: 'Rule 3 - General',\n    question: \"Consider the following in the context of CCS (Conduct) Rules:\\n1. Every Government servant shall at all times maintain devotion to duty.\\n2. Every Government servant shall do nothing which is unbecoming of a Government servant.\\n3. A Government servant who has received oral direction from his official superior will require no further order in writing in that context.\\n4. Every Government servant shall maintain absolute integrity.\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1, 2 and 3 only\",\n      \"1, 2 and 4 only\",\n      \"2, 3 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1, 2 and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3 - General of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 3(1)(i): \"Every Government servant shall at all times maintain absolute integrity.\"<\/i><br>\n<i>Rule 3(1)(ii): \"Every Government servant shall at all times maintain devotion to duty.\"<\/i><br>\n<i>Rule 3(1)(iii): \"Every Government servant shall do nothing which is unbecoming of a Government servant.\"<\/i><br>\n<i>Rule 3(2)(iv): \"A Government servant who has received oral direction from his official superior shall seek confirmation of the same in writing as early as possible.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Rule 3(1)(ii) mandates devotion to duty<br>\n<b>2.<\/b> \u2713 CORRECT - Rule 3(1)(iii) mandates nothing unbecoming<br>\n<b>3.<\/b> \u2717 INCORRECT - Rule 3(2)(iv) REQUIRES seeking written confirmation of oral directions<br>\n<b>4.<\/b> \u2713 CORRECT - Rule 3(1)(i) mandates absolute integrity<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Includes statement 3 which contradicts Rule 3(2)(iv)<br>\n<b>C.<\/b> \u2717 Includes statement 3 which contradicts Rule 3(2)(iv)<br>\n<b>D.<\/b> \u2717 Includes statement 3 which contradicts Rule 3(2)(iv)`\n  },\n  {\n    id: 27,\n    year: '2014',\n    chapter: 'Rule 2 - Definitions',\n    question: \"Under CCS (Conduct) Rules, 'Members of the Family' in relation to a Government servant includes\\n1. Wife or husband, as the case may be\\n2. A child or stepchild even if not dependent on the Government servant\\n3. Son or daughter dependent on the Government servant\\n4. Wife or husband, as the case may be, even if separated from the Government servant by a decree of a competent court.\\n\\nWhich of the above statements is\/are correct?\",\n    options: [\n      \"1 and 3 only\",\n      \"4 only\",\n      \"2 only\",\n      \"2 and 4 only\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 1 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 2(c) - Definitions of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 2(c): \"Members of Family\" in relation to a Government servant includes-<br>\n(i) the wife or husband, as the case may be, of the Government servant, whether residing with the Government servant or not but does not include a wife or husband, as the case may be, separated from the Government servant by a decree or order of a competent Court;<br>\n(ii) son or daughter or step-son or step-daughter of the Government servant and wholly dependent on him, but does not include a child or step-child who is no longer in any way dependent on the Government servant...\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Rule 2(c)(i) includes wife\/husband<br>\n<b>2.<\/b> \u2717 INCORRECT - Rule 2(c)(ii) requires child to be \"wholly dependent\" - non-dependent children EXCLUDED<br>\n<b>3.<\/b> \u2713 CORRECT - Rule 2(c)(ii) includes dependent son\/daughter<br>\n<b>4.<\/b> \u2717 INCORRECT - Rule 2(c)(i) specifically EXCLUDES spouse \"separated by a decree or order of a competent Court\"<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Statement 4 is incorrect - separated spouse is excluded<br>\n<b>C.<\/b> \u2717 Statement 2 is incorrect - only dependent children included<br>\n<b>D.<\/b> \u2717 Both statements 2 and 4 are incorrect`\n  },\n  {\n    id: 28,\n    year: '2014',\n    chapter: 'Rule 3 - General',\n    question: \"A Government servant who habitually fails to perform the task assigned to him within the time set for the purpose and with the quality of performance expected of him shall be deemed to be lacking within the meaning of which of the following clauses of CCS (Conduct) Rules?\",\n    options: [\n      \"Rule 3 (1) (i)\",\n      \"Rule 3 (1) (ii)\",\n      \"Rule 3 (1) (iii)\",\n      \"Rule 3 (2) (ii)\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Rule 3 (1) (ii)<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3 of CCS (Conduct) Rules, 1964 - Explanation I<\/i><br><br>\n<i>Explanation I to Rule 3: \"A Government servant who habitually fails to perform the task assigned to him within the time set for the purpose and with the quality of performance expected of him shall be deemed to be lacking in devotion to duty within the meaning of Clause (ii) of sub-rule (1).\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Rule 3(1)(i) - relates to \"absolute integrity\", not performance\/devotion to duty<br>\n<b>C.<\/b> \u2717 Rule 3(1)(iii) - relates to \"unbecoming conduct\", not habitual failure in performance<br>\n<b>D.<\/b> \u2717 Rule 3(2)(ii) - relates to acting under direction of superior, not performance quality<br><br>\n<b>Explanation I specifically links habitual failure in timely\/quality performance to Rule 3(1)(ii) - devotion to duty.<\/b>`\n  },\n  {\n    id: 29,\n    year: '2014',\n    chapter: 'Mixed Rules',\n    question: \"Which of the following activities are permissible under CCS (Conduct) Rules in relation to a Government servant?\\n1. Participation in Political activities.\\n2. Making normal arrangements during election tours of Ministers to enable them to carry out their responsibilities as Ministers.\\n3. Acting as polling agent.\\n4. Joining Samyukta Sadachar Samiti.\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1 and 3 only\",\n      \"1 and 4 only\",\n      \"2 and 4 only\",\n      \"2 and 3 only\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 2 and 4 only<\/b><br><br>\n<b>Rule References:<\/b><br>\n<i>Rule 5 - Taking part in politics and elections<\/i><br>\n<i>GID (3) under Rule 5 - Normal arrangements for Ministers' tours<\/i><br>\n<i>GID (13) under Rule 6 - Joining Samyukta Sadachar Samiti<\/i><br><br>\n<i>Rule 5(1): \"No Government servant shall be a member of, or be otherwise associated with, any political party or any organization which takes part in politics...\"<\/i><br><br>\n<i>GID (3) under Rule 5: \"Making normal arrangement during election tours of Ministers to enable them to carry out their responsibilities as Ministers\" does NOT amount to contravention of Rule 5(4).<\/i><br><br>\n<i>GID (13) under Rule 6: \"For becoming members of the Samyukta Sadachar Samiti, no prior permission of the Government will be necessary.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2717 PROHIBITED - Rule 5(1) prohibits political activities<br>\n<b>2.<\/b> \u2713 PERMITTED - GID (3) allows normal ministerial tour arrangements as official duty<br>\n<b>3.<\/b> \u2717 PROHIBITED - Rule 5(4) prohibits acting as polling\/counting agent<br>\n<b>4.<\/b> \u2713 PERMITTED - GID (13) allows joining Samyukta Sadachar Samiti (non-political ethical body)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Both statements 1 and 3 are prohibited activities<br>\n<b>B.<\/b> \u2717 Statement 1 is prohibited under Rule 5(1)<br>\n<b>D.<\/b> \u2717 Statement 3 is prohibited under Rule 5(4)`\n  },\n  {\n    id: 30,\n    year: '2014',\n    chapter: 'Rule 10 - Evidence before Committee or any other authority',\n    question: \"In which of the following cases will previous sanction of the Government be required for a Government servant to give evidence before a Committee or any other authority?\",\n    options: [\n      \"To give evidence in connection with any enquiry conducted by any person, committee or authority\",\n      \"To give evidence in any judicial enquiry\",\n      \"To give evidence at any departmental enquiry ordered by authorities subordinate to the Government\",\n      \"To give evidence at an enquiry before an authority appointed by the Government or Parliament\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - To give evidence in connection with any enquiry conducted by any person, committee or authority<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10 - Evidence before Committee or any other authority of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 10(1): \"Save as provided in sub-rule (3), no Government servant shall, except with the previous sanction of the Government, give evidence in connection with any enquiry conducted by any person, committee or authority.\"<\/i><br><br>\n<i>Rule 10(3) - Exceptions (NO sanction required):<br>\n(a) evidence given at an enquiry before an authority appointed by the Government, Parliament or a State Legislature; or<br>\n(b) evidence given in any judicial enquiry; or<br>\n(c) evidence given at any departmental enquiry ordered by authorities subordinate to the Government.<\/i><br><br>\n<b>Why other options are incorrect (these are EXEMPTED under Rule 10(3)):<\/b><br>\n<b>B.<\/b> \u2717 Judicial enquiry - exempted under Rule 10(3)(b), NO sanction required<br>\n<b>C.<\/b> \u2717 Departmental enquiry by subordinate authority - exempted under Rule 10(3)(c), NO sanction required<br>\n<b>D.<\/b> \u2717 Government\/Parliament appointed authority - exempted under Rule 10(3)(a), NO sanction required<br><br>\n<b>Only Option A (general enquiry by any person\/committee\/authority) requires previous sanction.<\/b>`\n  },\n  {\n    id: 31,\n    year: '2014',\n    chapter: 'Rule 11 - Communication of official information',\n    question: \"Which of the following amount to unauthorized communication of information by a Government servant within the meaning of CCS (Conduct) Rules?\",\n    options: [\n      \"Communication of any official document or any part thereof to any other person to whom he is not authorized to do so\",\n      \"Communication of information to a person in accordance with RTI Act, 2005 and rules made thereunder\",\n      \"Quotation by a Government servant of any final order passed in case of another Government servant whose case is similar to his own\",\n      \"All of the above\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - Communication of any official document or any part thereof to any other person to whom he is not authorized to do so<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11 - Communication of official information of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 11: \"Every Government servant shall, in performance of his duties in good faith, communicate information to a person in accordance with the Right to Information Act, 2005...<br><br>\nProvided that no Government servant shall, except in accordance with any general or special order of the Government or in performance in good faith of the duties assigned to him, communicate, directly or indirectly, any official document or any part thereof or classified information to any Government servant or any other person to whom he is not authorized to communicate such document or classified information.\"<\/i><br><br>\n<b>Why other options are incorrect (these are PERMITTED):<\/b><br>\n<b>B.<\/b> \u2717 RTI Act communication - Rule 11 specifically PERMITS communication under RTI Act, 2005<br>\n<b>C.<\/b> \u2717 Quoting final orders in similar cases - GID clarifies this is permissible for seeking parity in service matters<br>\n<b>D.<\/b> \u2717 Not all - only Option A constitutes unauthorized communication`\n  },\n  {\n    id: 32,\n    year: '2014',\n    chapter: 'Rule 15 - Private trade or employment',\n    question: \"Consider the following statements in the context of the Government of India's decisions regarding private trade and employment by a Government servant:\\n1. There may be no objection to giving permission for acceptance of part-time examinership of examination papers set by recognized Universities.\\n2. Part-time lectureship amounts to regular remunerative occupation attracting the need for Government sanction.\\n3. A Government servant may take part in the management of a Co-operative Society with the previous sanction of the Government.\\n4. No previous sanction of the Government is required for a Government servant for holding an elective office in socio-religious bodies.\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"3 and 4 only\",\n      \"1 and 4 only\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 1 and 2 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 15 - Private trade or employment of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>GID (1) under Rule 15: \"Acceptance of part-time Examinership of examination papers set by recognized Universities may be permitted.\"<\/i><br><br>\n<i>GID (2) under Rule 15: \"Part-time lectureship amounts to regular remunerative occupation\" requiring sanction.<\/i><br><br>\n<i>Rule 15(2)(e): Taking part in management of co-operative society \"substantially for the benefit of Government servants\" is permitted WITHOUT sanction. But for commercial co-operative societies, Rule 15(1)(e) requires previous sanction.<\/i><br><br>\n<i>Rule 15(1)(c): Holding ELECTIVE office in ANY body requires previous sanction of Government.<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - GID (1) permits part-time examinership<br>\n<b>2.<\/b> \u2713 CORRECT - GID (2) clarifies part-time lectureship requires sanction<br>\n<b>3.<\/b> \u2717 INCORRECT as stated - Statement is incomplete. Management participation in beneficial co-op is permitted without sanction per Rule 15(2)(e)<br>\n<b>4.<\/b> \u2717 INCORRECT - Rule 15(1)(c) requires previous sanction for elective office in ANY body including socio-religious bodies<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Statement 3 is not accurately stated per rules<br>\n<b>C.<\/b> \u2717 Statement 4 is incorrect - elective office requires sanction<br>\n<b>D.<\/b> \u2717 Statement 4 is incorrect`\n  },\n  {\n    id: 33,\n    year: '2014',\n    chapter: 'Mixed Rules',\n    question: \"Consider the following statements in the context of honorary workers employed in a civil post:\\n1. Honorary employment should be offered only to such persons as have rendered meritorious services or are eminent in public life.\\n2. Services of an honorary worker should be utilized only in an advisory capacity and not involving the exercise of executive or administrative powers.\\n3. Honorary workers should be paid a nominal salary of Rs. 1 per month so that they may be technically a Government servant governed by CCS (Conduct) Rules and other Service Rules.\\n4. There is no obligation on the part of the Government to provide residential accommodation to the honorary worker employed in a civil post.\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1, 2 and 3 only\",\n      \"1, 2 and 4 only\",\n      \"2, 3 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, 3 and 4<\/b><br><br>\n<b>Rule Reference:<\/b> <i>GID (1) under Rule 1 - Applicability to Honorary workers employed in civil posts<\/i><br><br>\n<i>Government instructions on honorary workers specify the following conditions:<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Honorary employment offered to persons of eminence or meritorious service<br>\n<b>2.<\/b> \u2713 CORRECT - Services utilized only in advisory capacity, not executive\/administrative<br>\n<b>3.<\/b> \u2713 CORRECT - Nominal salary of Rs. 1 per month to make them technically Government servants subject to CCS (Conduct) Rules<br>\n<b>4.<\/b> \u2713 CORRECT - No obligation to provide residential accommodation<br><br>\n<b>All four statements correctly reflect Government policy on honorary workers.<\/b><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 4 is also correct - no accommodation obligation<br>\n<b>B.<\/b> \u2717 Statement 3 is also correct - Rs. 1 nominal salary policy<br>\n<b>C.<\/b> \u2717 Statement 1 is also correct - eminence\/meritorious service requirement`\n  },\n  {\n    id: 34,\n    year: '2014',\n    chapter: 'Mixed Rules',\n    question: \"Which of the following are the provisions contained in the CCS (Conduct) Rules, 1964 in relation to a Government servant?\\n1. Promptness and Courtesy\\n2. Observance of Government's policies\\n3. Medical examination for appointment in a civil post\\n4. Prohibition of sexual harassment of working women\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1, 2 and 3 only\",\n      \"1, 2 and 4 only\",\n      \"2, 3 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1, 2 and 4 only<\/b><br><br>\n<b>Rule References:<\/b> <i>CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 3-A: \"Promptness and Courtesy\" - No Government servant shall act in a discourteous manner or adopt dilatory tactics.<\/i><br><br>\n<i>Rule 3-B: \"Observance of Government's policies\" - Every Government servant shall act in accordance with Government's policies regarding age of marriage, environment, wildlife, cultural heritage, prevention of crime against women.<\/i><br><br>\n<i>Rule 3-C: \"Prohibition of sexual harassment of working women\" - No Government servant shall indulge in any act of sexual harassment.<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Rule 3-A of CCS (Conduct) Rules, 1964<br>\n<b>2.<\/b> \u2713 CORRECT - Rule 3-B of CCS (Conduct) Rules, 1964<br>\n<b>3.<\/b> \u2717 INCORRECT - Medical examination is NOT in CCS (Conduct) Rules. It is covered under CCS (Medical Examination) Rules and Recruitment Rules<br>\n<b>4.<\/b> \u2713 CORRECT - Rule 3-C of CCS (Conduct) Rules, 1964<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 3 is not part of Conduct Rules<br>\n<b>C.<\/b> \u2717 Statement 3 is not part of Conduct Rules<br>\n<b>D.<\/b> \u2717 Statement 3 is not part of Conduct Rules`\n  },\n  {\n    id: 35,\n    year: '2014',\n    chapter: 'Rule 22 - Consumption of intoxicating drinks and drugs',\n    question: \"Under CCS (Conduct) Rules, a Government servant shall refrain from consuming any intoxicating drink or drug in a public place and also not appear in a public place in a state of intoxication. In this context, 'public place' means\\n1. Lodging room in a hotel.\\n2. A bar or restaurant.\\n3. A club exclusively meant for members who may be Government servants where it is permissible for members to invite non-members as guests.\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 2 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 22 - Consumption of intoxicating drinks and drugs of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 22 Explanation: \"'Public place' means any place or premises (including a conveyance) to which the public have, or are permitted to have, access, whether on payment or otherwise.\"<\/i><br><br>\n<i>GID (3) under Rule 22 clarifies:<br>\n(i) \"The club of the nature mentioned above would be a public place not only for the non-member guests, but also for members who may be Government servants.\"<br>\n(ii) \"Drinking in the lodging room in a hotel will NOT attract the provisions of Rule 22 but drinking at the bar or restaurant where the public is permitted would attract the aforesaid rule.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2717 NOT a public place - GID (3)(ii) specifically states lodging room is NOT public place<br>\n<b>2.<\/b> \u2713 IS a public place - GID (3)(ii) confirms bar\/restaurant is public place<br>\n<b>3.<\/b> \u2713 IS a public place - GID (3)(i) confirms club with guest facility is public place even for members<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 is incorrect - lodging room is private space<br>\n<b>C.<\/b> \u2717 Statement 1 is incorrect - lodging room is private space<br>\n<b>D.<\/b> \u2717 Statement 1 is incorrect - lodging room is private space`\n  },\n  {\n    id: 36,\n    year: '2014',\n    chapter: 'Rule 3 - General',\n    question: \"Which of the following shall not amount to misconduct in terms of Central Civil Services (Conduct) Rules, 1964?\",\n    options: [\n      \"Habitual absence without permission\",\n      \"Habitual late attendance\",\n      \"Habitual borrowing\",\n      \"Untrustworthiness in connection with employees business\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Habitual borrowing<\/b><br><br>\n<b>Rule References:<\/b><br>\n<i>Rule 3 - General of CCS (Conduct) Rules, 1964<\/i><br>\n<i>Rule 16 - Investments, lending and borrowing<\/i><br>\n<i>GID (23) under Rule 3 - Acts and conducts which amount to misconduct<\/i><br><br>\n<i>GID (23) lists specific acts constituting misconduct including:<br>\n\"(6) Habitual late attendance.<br>\n(8) Habitual absence without permission and over-staying leave.\"<\/i><br><br>\n<i>Rule 16(4): Restricts borrowing only from persons \"within the local limits of his authority or with whom he is likely to have official dealings.\"<br><br>\nProviso to Rule 16(4): \"A Government servant may give to, or accept from a relative or a personal friend a purely temporary loan of a small amount free of interest.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>A.<\/b> \u2717 IS misconduct - GID (23)(8) lists habitual absence without permission as misconduct<br>\n<b>B.<\/b> \u2717 IS misconduct - GID (23)(6) lists habitual late attendance as misconduct<br>\n<b>C.<\/b> \u2713 NOT misconduct per se - Rule 16 restricts borrowing only from persons with official dealings. Borrowing from banks, relatives, friends without official dealings is NOT prohibited<br>\n<b>D.<\/b> \u2717 IS misconduct - GID (23)(2) lists \"Infidelity, unfaithfulness, dishonesty, untrustworthiness\" as misconduct<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, D.<\/b> \u2717 All constitute misconduct under GID (23) or Rule 3(1)(i)`\n  },\n  \/\/2015\n   {\n    id: 37,\n    year: '2015',\n    chapter: 'Rule 16 - Investments, lending and borrowing',\n    question: \"Which of the following statements is correct in the context of Rule 16 of the CCS (Conduct) Rules, 1964 regarding the investments, lending, and borrowing of money by a Government servant?\",\n    options: [\n      \"He\/she may lend money to any person at interest.\",\n      \"He\/she may give or accept from a relative or a friend a purely temporary loan of a small amount free of interest.\",\n      \"He\/she may speculate and indulge in frequent sales\/purchase of stocks\/shares.\",\n      \"He\/she may lend or borrow or deposit money as a principal or an agent to a firm or a private limited company, with whom he\/she is likely to have official dealings.\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - He\/she may give or accept from a relative or a friend a purely temporary loan of a small amount free of interest.<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 16 - Investments, lending and borrowing of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 16(4) Proviso: \"Provided that a Government servant may give to, or accept from a relative or a personal friend a purely temporary loan of a small amount free of interest, or operate credit account with a bona fide tradesman or make an advance of pay to his private employee.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 PROHIBITED - Rule 16(4)(b): \"No Government servant shall lend money to any person at interest or in a manner whereby return in money or in kind is charged or paid\"<br>\n<b>C.<\/b> \u2717 PROHIBITED - Rule 16(1): \"No Government servant shall speculate in any stock, share or other investment.\" Explanation: \"Frequent purchase or sale or both, of shares, securities or other investments shall be deemed to be speculation\"<br>\n<b>D.<\/b> \u2717 PROHIBITED - Rule 16(4)(a): Prohibits lending\/borrowing\/depositing money with persons \"within the local limits of his authority or with whom he is likely to have official dealings\"`\n  },\n  {\n    id: 38,\n    year: '2015',\n    chapter: 'Rule 15 - Private trade or employment',\n    question: \"A Government servant may, without the previous sanction of the Government:\\n1. Undertake honorary work of a social or charitable nature.\\n2. Undertake occasional work of literary, artistic, or scientific character.\\n3. Participate in sports activities as an amateur.\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 15(2) - Private trade or employment of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 15(2): \"A Government servant may, without the previous sanction of the Government,<br>\n(a) undertake honorary work of a social or charitable nature, or<br>\n(b) undertake occasional work of a literary, artistic or scientific character, or<br>\n(c) participate in sports activities as an amateur...\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Rule 15(2)(a) exempts honorary work of social\/charitable nature<br>\n<b>2.<\/b> \u2713 CORRECT - Rule 15(2)(b) exempts occasional literary\/artistic\/scientific work<br>\n<b>3.<\/b> \u2713 CORRECT - Rule 15(2)(c) exempts participation in sports as amateur<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 All incomplete - all three activities are exempted under Rule 15(2)(a), (b), and (c) respectively`\n  },\n  {\n    id: 39,\n    year: '2015',\n    chapter: 'Rule 3-C - Prohibition of sexual harassment of working women',\n    question: \"According to Rule 3-C of the CCS (Conduct) Rules, 1964, the Complaints Committee for dealing with the cases of sexual harassment should be headed by a woman. The number of women members in the Committee, other than the woman head, should not be less than:\",\n    options: [\n      \"Half of the total members\",\n      \"One-third of the total members\",\n      \"One-fourth of the total members\",\n      \"One-fifth of the total members\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - Half of the total members<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3-C of CCS (Conduct) Rules, 1964 read with GID (25-C)(iii)<\/i><br><br>\n<i>GID (25-C)(iii): \"The Complaints Committee should be headed by a woman and not less than half of its members should be women. The Complaints Committee should involve a third party, either NGO or other body who is familiar with the issue of sexual harassment.\"<\/i><br><br>\n<b>Committee Composition Requirements:<\/b><br>\n- Chairperson: Must be a woman<br>\n- Other members: Not less than 50% (half) shall be women<br>\n- Third party involvement: NGO or other body familiar with sexual harassment issues<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 One-third - GID specifies \"not less than half\", not one-third<br>\n<b>C.<\/b> \u2717 One-fourth - GID specifies \"not less than half\", not one-fourth<br>\n<b>D.<\/b> \u2717 One-fifth - GID specifies \"not less than half\", not one-fifth`\n  },\n  {\n    id: 40,\n    year: '2015',\n    chapter: 'Rule 18 - Movable, immovable and valuable property',\n    question: \"Under the CCS (Conduct) Rules, 1964, a Government servant is required to report every transaction concerning movable property either in his own name or in the name of his family members within one month from the date of such transaction, if the value of such transaction exceeds:\",\n    options: [\n      \"One month's basic pay of the Government servant\",\n      \"Two months' basic pay of the Government servant\",\n      \"Three months' basic pay of the Government servant\",\n      \"Four months' basic pay of the Government servant\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Two months' basic pay of the Government servant<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 18(3) - Movable, immovable and valuable property of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 18(3): \"Where a Government servant enters into a transaction in respect of movable property either in his own name or in the name of the member of his family, he shall, within one month from the date of such transaction, report the same to the prescribed authority, if the value of such property exceeds two months' basic pay of the Government servant.\"<\/i><br><br>\n<b>Key Points:<\/b><br>\n- Timeline: Within ONE MONTH of transaction<br>\n- Threshold: TWO MONTHS' basic pay<br>\n- Applicability: Own name OR family member's name<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 One month's basic pay - Rule 18(3) specifies TWO months' basic pay<br>\n<b>C.<\/b> \u2717 Three months' basic pay - Rule 18(3) specifies TWO months' basic pay<br>\n<b>D.<\/b> \u2717 Four months' basic pay - Rule 18(3) specifies TWO months' basic pay`\n  },\n  {\n    id: 41,\n    year: '2015',\n    chapter: 'Rule 3 - General',\n    question: \"In the context of 'observance of proper decorum' by the Government servants during the lunch break:\\n1. No Government employee should play cards on the lawns and other such places, inside and outside office buildings.\\n2. The game of cards should be confined to the recreation rooms.\\n\\nWhich of the above statements is\/are correct?\",\n    options: [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Both 1 and 2<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3 - General of CCS (Conduct) Rules, 1964 read with GID (22) - Observance of proper decorum<\/i><br><br>\n<i>GID (22): \"It has been decided that:<br>\n(i) No Government employee should play cards on the lawns and such other places inside and outside office buildings.<br>\n(ii) The game of cards should be confined to the recreation rooms or places approved for such purposes.<br>\n(iii) No indoor games should be played in office buildings after 7.00 p.m. except on special occasions such as tournaments, etc.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>Statement 1:<\/b> \u2713 CORRECT - GID (22)(i) prohibits card playing on lawns\/public areas<br>\n<b>Statement 2:<\/b> \u2713 CORRECT - GID (22)(ii) confines card games to recreation rooms only<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 is also correct per GID (22)(ii)<br>\n<b>B.<\/b> \u2717 Statement 1 is also correct per GID (22)(i)<br>\n<b>D.<\/b> \u2717 Both statements are correct per GID (22)`\n  },\n  {\n    id: 42,\n    year: '2015',\n    chapter: 'Rule 7 - Demonstration and Strikes',\n    question: \"Absence from work on account of participation in 'Gherao' should in all cases be treated as:\",\n    options: [\n      \"Special casual leave\",\n      \"Unauthorized absence involving break in service\",\n      \"Earned leave\",\n      \"Extraordinary leave\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Unauthorized absence involving break in service<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 7 - Demonstration and Strikes of CCS (Conduct) Rules, 1964 read with GID (3)<\/i><br><br>\n<i>GID (3) on Gherao: \"Participation in them by Government servants amounts to conduct wholly unbecoming of Government servants... It has been decided that:<br>\n(i) Disciplinary action should be taken against the prominent participants in the 'Gherao' for contravention of Rules 3 and 7.<br>\n(ii) Absence from work on account of participation in 'Gherao' should in all cases be treated as unauthorized absence involving break in service. The absence should not be regularized as leave of any kind.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Special casual leave - GID (3)(ii) explicitly states absence should NOT be regularized as any kind of leave<br>\n<b>C.<\/b> \u2717 Earned leave - GID (3)(ii) explicitly states absence should NOT be regularized as any kind of leave<br>\n<b>D.<\/b> \u2717 Extraordinary leave - GID (3)(ii) explicitly states absence should NOT be regularized as any kind of leave<br><br>\n<b>Gherao is treated as serious misconduct resulting in unauthorized absence with break in service.<\/b>`\n  },\n  {\n    id: 43,\n    year: '2015',\n    chapter: 'Rule 1 - Short title, commencement and application',\n    question: \"The Central Civil Services (Conduct) Rules, 1964 are applicable to:\\n1. A person appointed to a Civil Service\\n2. A member of an All India Service\\n3. A Railway servant\\n4. A civilian in Defence Service\\n\\nSelect the correct answer by using the codes given below:\",\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"3 and 4 only\",\n      \"1 and 4 only\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1 and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 1(3) - Short title, commencement and application of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 1(3): \"...these rules shall apply to every person appointed to a civil service or post (including a civilian in Defence Service) in connection with the affairs of the Union:<br><br>\nProvided that nothing in these rules shall apply to any Government servant who is-<br>\n(a)(i) a Railway servant...<br>\n(a)(iii) holding any post under the administrative control of the Railway Board...<br>\n(b) a member of an All India Service...\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 APPLICABLE - Rule 1(3) applies to persons appointed to civil service<br>\n<b>2.<\/b> \u2717 EXCLUDED - Proviso (b) excludes AIS members (governed by AIS Conduct Rules, 1968)<br>\n<b>3.<\/b> \u2717 EXCLUDED - Proviso (a)(i) excludes Railway servants (governed by Railway Services Conduct Rules, 1966)<br>\n<b>4.<\/b> \u2713 APPLICABLE - Rule 1(3) explicitly includes \"civilian in Defence Service\"<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 (AIS members) is excluded under proviso (b)<br>\n<b>B.<\/b> \u2717 Statement 3 (Railway servants) is excluded under proviso (a)(i)<br>\n<b>C.<\/b> \u2717 Statement 3 (Railway servants) is excluded under proviso (a)(i)`\n  },\n  {\n    id: 44,\n    year: '2015',\n    chapter: 'Rule 12 - Subscriptions',\n    question: \"Under Rule 12 of CCS (Conduct) Rules, 1964, no Government servant may accept contributions or associate himself with the raising of any fund except for collections relating to one of the following:\",\n    options: [\n      \"Flag Day\",\n      \"National Youth Day\",\n      \"Pravasi Bharatiya Divas\",\n      \"May Day\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - Flag Day<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 12 - Subscriptions of CCS (Conduct) Rules, 1964 read with GID (3)<\/i><br><br>\n<i>Rule 12: \"No Government servant shall, except with the previous sanction of the Government or the prescribed authority, ask for or accept contributions to, or otherwise associate himself with the raising of any funds or other collections in cash or in kind in pursuance of any object whatsoever.\"<\/i><br><br>\n<i>GID (3): \"The Government of India have decided that Government servants may be allowed to associate themselves with the Flag Day collections for the welfare of Armed Forces personnel.\"<\/i><br><br>\n<b>Permitted collections without sanction:<\/b><br>\n- Flag Day (Armed Forces welfare)<br>\n- National Defence Fund (GID 4)<br>\n- National Foundation for Communal Harmony (GID 6)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 National Youth Day - No specific exemption under Rule 12 GIDs<br>\n<b>C.<\/b> \u2717 Pravasi Bharatiya Divas - No specific exemption under Rule 12 GIDs<br>\n<b>D.<\/b> \u2717 May Day - No specific exemption under Rule 12 GIDs`\n  },\n  {\n    id: 45,\n    year: '2015',\n    chapter: 'Rule 15 - Private trade or employment',\n    question: \"A Government servant may, without the previous sanction of the Government:\",\n    options: [\n      \"Undertake honorary work of a social or charitable nature\",\n      \"Accept remuneration for services rendered to Cooperative Societies\",\n      \"Participate in a media programme commissioned by the government but produced by a private agency\",\n      \"Canvas for a candidate for an elective office in a body that is incorporated\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - Undertake honorary work of a social or charitable nature<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 15 - Private trade or employment of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 15(2)(a): \"A Government servant may, without the previous sanction of the Government, undertake honorary work of a social or charitable nature.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Accepting remuneration from Cooperative Societies - GID (4) under Rule 15 clarifies that accepting fee\/remuneration requires prior permission as it amounts to private employment<br>\n<b>C.<\/b> \u2717 Media programme by private agency - Rule 15(1)(f)(ii) requires previous sanction for \"a media programme commissioned by Government media but produced by a private agency\"<br>\n<b>D.<\/b> \u2717 Canvassing for elective office - Rule 15(1)(c) requires previous sanction to \"hold an elective office, or canvass for a candidate or candidates for an elective office, in any body, whether incorporated or not\"`\n  },\n  {\n    id: 46,\n    year: '2015',\n    chapter: 'Rule 13 - Gifts',\n    question: \"Regarding the eligibility of a Government servant to receive and retain rewards:\\n1. Any reward offered for the arrest of a criminal or for information or special services in connection with the administration of justice.\\n2. Any reward payable in accordance with the provisions of any Act, Regulation, or Rule framed thereunder.\\n3. Any reward sanctioned for services in connection with the administration of the Customs and Excise Laws.\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 13 - Gifts of CCS (Conduct) Rules, 1964<\/i><br><br>\nGovernment servants are permitted to receive and retain without special permission:<br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Rewards for arrest of criminals\/information\/special services in administration of justice are exempted<br>\n<b>2.<\/b> \u2713 CORRECT - Statutory rewards payable under any Act\/Regulation\/Rule are exempted<br>\n<b>3.<\/b> \u2713 CORRECT - Rewards for services in Customs and Excise administration are exempted<br><br>\n<b>All three categories are specifically exempted from the general prohibition on accepting gifts.<\/b><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 All incomplete - all three categories are permitted`\n  },\n  {\n    id: 47,\n    year: '2015',\n    chapter: 'Mixed Rules',\n    question: \"The Prevention of Corruption Act, 1988 is applicable to:\\n1. The whole of India except the Andaman and Nicobar Islands.\\n2. The whole of India except the State of Jammu and Kashmir.\\n3. All citizens of India outside India.\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 2 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Section 1(2) - Extent and Application of Prevention of Corruption Act, 1988<\/i><br><br>\n<i>Section 1(2): \"It extends to the whole of India except the State of Jammu and Kashmir and it shall also apply to all citizens of India outside India.\"<\/i><br><br>\n<b>Analysis (as per position in 2015 when question was set):<\/b><br>\n<b>1.<\/b> \u2717 INCORRECT - The Act DOES apply to Andaman and Nicobar Islands (no exclusion)<br>\n<b>2.<\/b> \u2713 CORRECT - J&K was excluded at that time due to Article 370<br>\n<b>3.<\/b> \u2713 CORRECT - Extra-territorial jurisdiction over Indian citizens abroad<br><br>\n<b>Note:<\/b> Post-August 2019 (abrogation of Article 370), the Act now extends to J&K as well.<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 is incorrect - A&N Islands are covered<br>\n<b>B.<\/b> \u2717 Statement 1 is incorrect - A&N Islands are covered<br>\n<b>D.<\/b> \u2717 Statement 1 is incorrect - A&N Islands are covered`\n  },\n  {\n    id: 48,\n    year: '2015',\n    chapter: 'Mixed Rules',\n    question: \"The Chairman of the group constituted for taking a view on the complaints against Secretaries to the Government of India is:\",\n    options: [\n      \"Secretary to the Prime Minister\",\n      \"Cabinet Secretary\",\n      \"Central Vigilance Commissioner\",\n      \"Secretary, DoPT\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Cabinet Secretary<\/b><br><br>\n<b>Rule Reference:<\/b> <i>GID (3) under Rule 19 - Complaints against Secretaries to Government of India - Procedure for handling<\/i><br><br>\n<i>GID (3): \"It has been decided to constitute a group, under the Chairmanship of the Cabinet Secretary, to take a view on such complaints. The composition of the group shall be as follows:<br>\n(i) Cabinet Secretary (Chairman)<br>\n(ii) Principal Secretary to the Prime Minister<br>\n(iii) Secretary (Co-ordination) in the Cabinet Secretariat<br>\n(iv) Secretary, DoP&T, and<br>\n(v) Secretary, CVC\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Secretary to PM - Is a member but not Chairman<br>\n<b>C.<\/b> \u2717 Central Vigilance Commissioner - Secretary, CVC is a member but CVC is not Chairman<br>\n<b>D.<\/b> \u2717 Secretary, DoPT - Is a member but not Chairman<br><br>\n<b>The Cabinet Secretary, as head of civil services, chairs this group.<\/b>`\n  },\n  {\n    id: 49,\n    year: '2015',\n    chapter: 'Rule 3-A - Promptness and Courtesy',\n    question: \"A representation made by a Government servant requiring examination only in a Ministry\/Department, and not requiring inter-departmental consultation, should be disposed of within a maximum period of:\",\n    options: [\n      \"2 weeks\",\n      \"4 weeks\",\n      \"6 weeks\",\n      \"8 weeks\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 6 weeks<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3-A - Promptness and Courtesy of CCS (Conduct) Rules, 1964 read with Government Instructions<\/i><br><br>\n<i>Government instructions on disposal of representations specify:<br>\n- Representations requiring examination only within a Ministry\/Department: 6 weeks<br>\n- Representations requiring inter-departmental consultation: Longer timeline permitted<\/i><br><br>\n<b>Timeline for disposal:<\/b><br>\n- Single Ministry\/Department examination: <b>6 weeks maximum<\/b><br>\n- With inter-departmental consultation: Extended timeline<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 2 weeks - Too short; 6 weeks is the prescribed timeline<br>\n<b>B.<\/b> \u2717 4 weeks - Incorrect; 6 weeks is the prescribed timeline<br>\n<b>D.<\/b> \u2717 8 weeks - Exceeds the prescribed maximum of 6 weeks`\n  },\n  {\n    id: 50,\n    year: '2015',\n    chapter: 'Rule 13 - Gifts',\n    question: \"Consider the following statements:\\nA Government servant is eligible to receive and retain without special permission from the Government:\\n1. Any reward offered for the arrest of a criminal or for information or special services in connection with the administration of justice.\\n2. Any reward payable in accordance with the provisions of any Act, Regulation, or Rule framed thereunder.\\n3. Any reward sanctioned for services in connection with the administration of the Customs and Excise Laws.\\n\\nWhich of the above statements are correct?\",\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 13 - Gifts of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>Exempted categories of rewards (no special permission required):<\/b><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Rewards for arrest of criminals, information, or special services in administration of justice<br>\n<b>2.<\/b> \u2713 CORRECT - Statutory rewards payable under any Act, Regulation, or Rule framed thereunder<br>\n<b>3.<\/b> \u2713 CORRECT - Rewards sanctioned for services in Customs and Excise administration<br><br>\n<b>These exemptions recognize that certain rewards are part of official incentive mechanisms and should not be treated as \"gifts\" requiring permission.<\/b><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 All incomplete - all three categories are specifically exempted under Rule 13`\n  },\n  \/\/2016-17\n    {\n    id: 51,\n    year: '2016-17',\n    chapter: 'Rule 3 - General',\n    question: \"Submission of representations by Government servants for their service matters directly to other authorities by-passing the prescribed channel of communication is in violation of which one of the following CCS (Conduct) Rules, 1964?\",\n    options: [\n      \"Rule 3(1) (ii)\",\n      \"Rule 3(1) (iii)\",\n      \"Rule 3(1) (vi)\",\n      \"Rule 3(1) (ix)\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Rule 3(1)(iii)<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3(1)(iii) & GID (26) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 3(1)(iii): \"Every Government servant shall do nothing which is unbecoming of a Government servant.\"<\/i><br><br>\n<i>GID (26-C): \"Submission of representations directly to higher authorities by-passing the prescribed channel of communication, has to be viewed seriously... This can rightly be treated as an unbecoming conduct attracting the provisions of Rule 3(1)(iii) of the CCS (Conduct) Rules, 1964.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Rule 3(1)(ii) - relates to devotion to duty, not channel bypassing<br>\n<b>C.<\/b> \u2717 Rule 3(1)(vi) - relates to high ethical standards<br>\n<b>D.<\/b> \u2717 Rule 3(1)(ix) - relates to accountability and transparency`\n  },\n  {\n    id: 52,\n    year: '2016-17',\n    chapter: 'Rule 13 - Gifts',\n    question: \"On occasions such as weddings\/anniversaries, a Government servant holding any Group 'A' post may accept gifts from his near relatives having no official dealings with him, but shall make a report to the Government if the value of such gift exceeds rupees:\",\n    options: [\n      \"15,000\",\n      \"25,000\",\n      \"50,000\",\n      \"75,000\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 25,000<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 13(2) - Gifts of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 13(2): \"On occasions such as weddings, anniversaries, funerals or religious functions... a Government servant may accept gifts from his near relatives or from his personal friends having no official dealings with him, but shall make a report to the Government, if the value of such gift exceeds:<br>\n(i) rupees twenty-five thousand in the case of a Government servant holding any Group 'A' post;<br>\n(ii) rupees fifteen thousand in the case of a Government servant holding any Group 'B' post;<br>\n(iii) rupees seven thousand five hundred in the case of a Government servant holding any Group 'C' post.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Rs. 15,000 - This is the limit for Group 'B' officers<br>\n<b>C.<\/b> \u2717 Rs. 50,000 - No such limit exists in the rules<br>\n<b>D.<\/b> \u2717 Rs. 75,000 - No such limit exists in the rules`\n  },\n  {\n    id: 53,\n    year: '2016-17',\n    chapter: 'Rule 3-C - Prohibition of sexual harassment of working women',\n    question: \"Through which one of the following mechanisms will it be ensured that undue pressure or influence from senior levels on the Complaints Committee constituted to inquire into the complaints of sexual harassment of working women is prevented?\",\n    options: [\n      \"The Committee should be headed by a woman.\",\n      \"Not less than half of its members should be women.\",\n      \"Such Complaints Committee should involve a third party, either NGO or other body familiar with the issue of sexual harassment.\",\n      \"The proceedings of the Complaints Committee should be videographed.\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Such Complaints Committee should involve a third party, either NGO or other body familiar with the issue of sexual harassment.<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3-C read with GID (25-C)(iii) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>GID (25-C)(iii): \"The Complaints Committee should be headed by a woman and not less than half of its members should be women. The Complaints Committee should involve a third party, either NGO or other body who is familiar with the issue of sexual harassment.\"<\/i><br><br>\nThe third party (NGO\/external body) is specifically included to prevent undue pressure from senior levels within the organization and ensure independence of the inquiry.<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Woman head - ensures gender sensitivity but not protection from senior influence<br>\n<b>B.<\/b> \u2717 Half women members - ensures representation but not protection from hierarchy<br>\n<b>D.<\/b> \u2717 Videographing - no such provision exists; third party ensures independence`\n  },\n  {\n    id: 54,\n    year: '2016-17',\n    chapter: 'Rule 18 - Movable, immovable and valuable property',\n    question: \"Which of the following activities on the part of a Government servant constitute a violation of CCS (Conduct) Rules, 1964?\\n1. Transactions in immovable property without prior knowledge of the prescribed authority.\\n2. Charging 'Pugri' for renting his\/her flat.\\n3. Not reporting to the Government about the purchase of Postal certificates worth Rs. 5,000.\\n4. Non-submission of Annual Property Return.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1, 2, and 3\",\n      \"2, 3, and 4\",\n      \"1, 2, and 4\",\n      \"1, 3, and 4\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 1, 2, and 4<\/b><br><br>\n<b>Rule References:<\/b> <i>Rules 18 & GID (13) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 18(2): \"No Government servant shall, except with the previous knowledge of the prescribed authority, acquire or dispose of any immovable property...\"<\/i><br><br>\n<i>GID (13) under Rule 18: \"'Pugri' charged by Government servants in renting their houses and flats amounts to corruption.\"<\/i><br><br>\n<i>Rule 18(1)(ii): Group A & B officers must submit Annual Property Returns.<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 VIOLATION - Rule 18(2) requires prior knowledge for immovable property transactions<br>\n<b>2.<\/b> \u2713 VIOLATION - GID (13) treats charging Pugri as corruption<br>\n<b>3.<\/b> \u2717 NOT a violation - Postal certificates are NOT included in \"movable property\" definition under Explanation I to Rule 18; reporting threshold is two months' basic pay<br>\n<b>4.<\/b> \u2713 VIOLATION - Non-submission of Annual Property Return violates Rule 18(1)(ii)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, D.<\/b> \u2717 Statement 3 is NOT a violation - postal certificates of Rs. 5,000 do not require reporting`\n  },\n  {\n    id: 55,\n    year: '2016-17',\n    chapter: 'Rule 18 - Movable, immovable and valuable property',\n    question: \"Which of the following are required to be included in the return of his assets and liabilities to be submitted by a Government servant on his first appointment to any service or post?\\n1. Jewellery, shares, securities, and debentures.\\n2. Clothes, utensils, and books.\\n3. Refrigerators and television sets.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 1 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 18 Explanation I & Note 2 of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Explanation I to Rule 18: \"The expression 'movable property' includes-<br>\n(a) jewellery, insurance policies... shares, securities and debentures;<br>\n(d) refrigerators, radios, radiograms and television sets.\"<\/i><br><br>\n<i>Note 2 to Rule 18(1): \"The value of articles of daily use such as clothes, utensils, crockery, books, etc., need not be included in such return.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 INCLUDED - Jewellery, shares, securities, debentures per Explanation I(a)<br>\n<b>2.<\/b> \u2717 EXCLUDED - Clothes, utensils, books are \"articles of daily use\" excluded under Note 2<br>\n<b>3.<\/b> \u2713 INCLUDED - Refrigerators, TV sets per Explanation I(d)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 (clothes, utensils, books) is excluded<br>\n<b>B.<\/b> \u2717 Statement 2 is excluded; Statement 1 should be included<br>\n<b>D.<\/b> \u2717 Statement 2 is specifically excluded under Note 2`\n  },\n  {\n    id: 56,\n    year: '2016-17',\n    chapter: 'Rule 7 - Demonstration and Strikes',\n    question: \"In the context of CCS (Conduct) Rules, 1964, \\\"strike\\\" means:\\n1. Mass abstention from work without permission.\\n2. Refusal to work overtime where such overtime is necessary in the public interest.\\n3. Practices like 'go-slow,' 'sit-down,' 'token' strike.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 7 - GID (2) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>GID (2): \"'Strike' means refusal to work or stoppage or slowing down of work by a group of employees acting in combination and includes-<br>\n(i) mass abstention from work without permission (which is wrongly described as 'mass casual leave');<br>\n(ii) refusal to work overtime where such overtime work is necessary in the public interest;<br>\n(iii) resort to practices or conduct which is likely to result in or results in the cessation or substantial retardation of work in any organization. Such practices would include, what are called, 'go-slow', 'sit-down', 'pen-down', 'stay-in', 'token', 'sympathetic' or any other similar strike...\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Mass abstention from work is strike per GID (2)(i)<br>\n<b>2.<\/b> \u2713 CORRECT - Refusal to work overtime in public interest is strike per GID (2)(ii)<br>\n<b>3.<\/b> \u2713 CORRECT - Go-slow, sit-down, token strikes included per GID (2)(iii)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 All incomplete - all three constitute \"strike\" under GID (2)`\n  },\n  {\n    id: 57,\n    year: '2016-17',\n    chapter: 'Rule 2 - Definitions',\n    question: \"In the context of the CCS (Conduct) Rules, 1964, \\\"Members of the family\\\" does not include:\\n1. Wife or husband, as the case may be.\\n2. Judicially separated wife or husband.\\n3. Child not dependent on the Government servant.\\n4. Stepson of the Government servant wholly dependent on him.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 and 4 only\",\n      \"2 and 3 only\",\n      \"3 and 4 only\",\n      \"1, 2, 3, and 4\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 2 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 2(c) - Definitions of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 2(c): \"'Members of Family' in relation to a Government servant includes-<br>\n(i) the wife or husband... but does not include a wife or husband, as the case may be, separated from the Government servant by a decree or order of a competent Court;<br>\n(ii) son or daughter or step-son or step-daughter of the Government servant and wholly dependent on him, but does not include a child or step-child who is no longer in any way dependent on the Government servant...\"<\/i><br><br>\n<b>Analysis - NOT included:<\/b><br>\n<b>1.<\/b> \u2717 Wife\/husband IS included under Rule 2(c)(i)<br>\n<b>2.<\/b> \u2713 Judicially separated spouse is EXCLUDED per Rule 2(c)(i)<br>\n<b>3.<\/b> \u2713 Non-dependent child is EXCLUDED per Rule 2(c)(ii)<br>\n<b>4.<\/b> \u2717 Wholly dependent stepson IS included under Rule 2(c)(ii)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statements 1 and 4 ARE included in family definition<br>\n<b>C.<\/b> \u2717 Statement 4 (dependent stepson) IS included<br>\n<b>D.<\/b> \u2717 Statements 1 and 4 ARE included`\n  },\n  {\n    id: 58,\n    year: '2016-17',\n    chapter: 'Rule 3 - General',\n    question: \"Which of the following amounts to misconduct on the part of a Government servant as per the CCS (Conduct) Rules, 1964?\\n1. Willful insubordination or disobedience.\\n2. Habitual late attendance.\\n3. Habitual absence without permission.\\n4. Disorderly behavior during working hours at the establishment.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3 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>\n<b>Rule Reference:<\/b> <i>Rule 3 - GID (23) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>GID (23) - Acts and conducts which amount to misconduct:<br>\n\"(1) Wilful insubordination or disobedience, whether alone or in combination with others, to any lawful and reasonable order of a superior.<br>\n(4) Gross moral misconduct - Acts subversive of discipline - Riotous or disorderly behaviour during working hours at the establishment or any act subversive of discipline.<br>\n(6) Habitual late attendance.<br>\n(8) Habitual absence without permission and over-staying leave.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 MISCONDUCT - GID (23)(1)<br>\n<b>2.<\/b> \u2713 MISCONDUCT - GID (23)(6)<br>\n<b>3.<\/b> \u2713 MISCONDUCT - GID (23)(8)<br>\n<b>4.<\/b> \u2713 MISCONDUCT - GID (23)(4)<br><br>\n<b>All four constitute misconduct under GID (23).<\/b><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 All incomplete - all four are listed as misconduct`\n  },\n  {\n    id: 59,\n    year: '2016-17',\n    chapter: 'Rule 3-B - Observance of Government\\'s policies',\n    question: \"As per the CCS (Conduct) Rules, 1964, every Government servant shall, at all times:\\n1. Act in accordance with the Government's policies regarding the age of marriage, preservation of the environment, protection of wildlife, and cultural heritage.\\n2. Observe the Government's policies regarding the prevention of crime against women.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Both 1 and 2<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3-B - Observance of Government's policies of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 3-B: \"Every Government servant shall, at all times-<br>\n(i) act in accordance with the Government's policies regarding age of marriage, preservation of environment, protection of wildlife and cultural heritage;<br>\n(ii) observe the Government's policies regarding prevention of crime against women.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Exactly matches Rule 3-B(i)<br>\n<b>2.<\/b> \u2713 CORRECT - Exactly matches Rule 3-B(ii)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 is also correct under Rule 3-B(ii)<br>\n<b>B.<\/b> \u2717 Statement 1 is also correct under Rule 3-B(i)<br>\n<b>D.<\/b> \u2717 Both statements are correct`\n  },\n  {\n    id: 60,\n    year: '2016-17',\n    chapter: 'Rule 3-A - Promptness and Courtesy',\n    question: \"As per CCS (Conduct) Rules, 1964, the Government servants while interacting with the Members of Parliament and State Legislatures should:\\n1. Show courtesy and consideration.\\n2. Listen patiently to what MPs and MLAs may have to say.\\n3. Be meticulously correct and rise to receive and see off a Member visiting him.\\n4. Not approach MPs\/MLAs for sponsoring his individual case.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1, 3, and 4 only\",\n      \"1, 2, and 3 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>\n<b>Rule Reference:<\/b> <i>Rule 3-A & GID (17-A) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>GID (17-A) - Observance of courtesy by Officers in their dealings with Members of Parliament:<br>\n\"Members of Parliament and State Legislatures occupy in our democratic set up a very important place as accredited representatives of the people. Officers should show courtesy and consideration... listen patiently... be meticulously correct and rise to receive and see off a Member visiting him...\"<\/i><br><br>\n<i>Rule 20: \"No Government servant shall bring or attempt to bring any political or other outside influence to bear upon any superior authority to further his interests...\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Show courtesy and consideration per GID (17-A)<br>\n<b>2.<\/b> \u2713 CORRECT - Listen patiently per GID (17-A)<br>\n<b>3.<\/b> \u2713 CORRECT - Rise to receive\/see off per GID (17-A)<br>\n<b>4.<\/b> \u2713 CORRECT - Rule 20 prohibits seeking MP\/MLA sponsorship for individual cases<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 All incomplete - all four requirements apply`\n  },\n  {\n    id: 61,\n    year: '2016-17',\n    chapter: 'Rule 10 - Evidence before Committee or any other authority',\n    question: \"Which of the following shall constitute a breach of privilege and contempt of Parliament for a witness appearing before the Committees of Parliament?\\n1. Refusal to answer questions.\\n2. Prevarication or willfully suppressing the truth or misleading the Committee.\\n3. Destroying a material document relating to the inquiry.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10 - GID (1) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>GID (1)(7): \"The witness should note that the following acts shall constitute breaches of privilege and contempt of Parliament:-<br>\n(a) Refusal to answer questions.<br>\n(b) Prevarication or wilfully suppressing the truth or misleading the Committee.<br>\n(c) Trifling with the Committee; using saucy language; returning insulting answers.<br>\n(d) Destroying or damaging a material document relating to the enquiry.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Refusal to answer is breach per GID (1)(7)(a)<br>\n<b>2.<\/b> \u2713 CORRECT - Prevarication\/suppressing truth is breach per GID (1)(7)(b)<br>\n<b>3.<\/b> \u2713 CORRECT - Destroying documents is breach per GID (1)(7)(d)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 All incomplete - all three constitute breach of privilege`\n  },\n  \/\/2018\n  {\n    id: 62,\n    year: '2018',\n    chapter: 'Rule 5 - Taking part in politics and elections',\n    question: \"Taking part in politics by a Government servant is in violation of which one of the following rules of the CCS (Conduct) Rules, 1964?\",\n    options: [\n      \"Rule 3-B\",\n      \"Rule 5\",\n      \"Rule 6\",\n      \"Rule 7\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Rule 5<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 5 - Taking part in politics and elections of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 5(1): \"No Government servant shall be a member of, or be otherwise associated with, any political party or any organization which takes part in politics nor shall he take part in, subscribe in aid of, or assist in any other manner, any political movement or activity.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Rule 3-B - relates to Observance of Government's policies (age of marriage, environment, wildlife)<br>\n<b>C.<\/b> \u2717 Rule 6 - relates to Joining of associations by Government servants<br>\n<b>D.<\/b> \u2717 Rule 7 - relates to Demonstration and Strikes`\n  },\n  {\n    id: 63,\n    year: '2018',\n    chapter: 'Rule 12 - Subscriptions',\n    question: \"In which of the following case(s), previous sanction of the Government or of the prescribed authority would not be necessary for a Government servant in terms of Rule 12 of the CCS (Conduct) Rules, 1964?\\n1. Raising of subscriptions from members of employees' union to defend a case against a Government servant.\\n2. Collection of subscriptions by Government servant for Jawahar Lal Nehru Memorial Fund.\\n3. Participation in fund-raising efforts of the National Foundation for Communal Harmony.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 and 2\",\n      \"2 and 3\",\n      \"1 and 3\",\n      \"3 only\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 12 & GIDs (1), (5), (6) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>GID (1) under Rule 12: Raising subscriptions from union members for defending cases REQUIRES sanction - \"it would not be appropriate to raise the fund by imposing any levy on members\".<\/i><br><br>\n<i>GID (5): \"Government servants should not be allowed to associate themselves with collection of subscriptions for the Jawaharlal Nehru Memorial Fund.\"<\/i><br><br>\n<i>GID (6): \"Government of India have decided to relax the provisions of Rule 12 to allow Central Government servants to participate in the Fund raising efforts of the National Foundation for Communal Harmony on a voluntary basis.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2717 REQUIRES sanction - GID (1) prohibits levy on union members<br>\n<b>2.<\/b> \u2717 NOT PERMITTED - GID (5) prohibits JN Memorial Fund collection<br>\n<b>3.<\/b> \u2713 NO sanction required - GID (6) specifically exempts NFCH fund-raising<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 Only statement 3 (NFCH) is exempted from sanction requirement`\n  },\n  {\n    id: 64,\n    year: '2018',\n    chapter: 'Rule 3 - General',\n    question: \"In the context of CCS (Conduct) Rules, 1964, which one of the following is not correct regarding the provisions on 'oral instructions by superior officers?'\",\n    options: [\n      \"As far as possible, senior officers should not issue oral instructions to their subordinates.\",\n      \"If a junior officer receives oral instructions from his superior officer, he should seek confirmation in writing as early as practicable.\",\n      \"If a junior officer seeks confirmation to all the oral instructions given by a senior officer, the latter should confirm it in writing whenever such confirmation is sought.\",\n      \"Whenever a member of the personal staff of a Minister communicates an oral order on behalf of the Minister, there may be no need for written confirmation by him.\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - Whenever a member of the personal staff of a Minister communicates an oral order on behalf of the Minister, there may be no need for written confirmation by him. (This is INCORRECT)<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3(2) & GID (16-A) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 3(2)(iii): \"The direction of the official superior shall ordinarily be in writing. Oral direction to subordinates shall be avoided, as far as possible.\"<\/i><br><br>\n<i>GID (16-A): \"Whenever a member of the personal staff of a Minister communicates an oral order on behalf of the Minister, it should be confirmed by him in writing immediately thereafter.\"<\/i><br><br>\n<b>Statement D is INCORRECT because written confirmation IS REQUIRED for Minister's oral orders.<\/b><br><br>\n<b>Why other options are correct:<\/b><br>\n<b>A.<\/b> \u2713 Correct - Rule 3(2)(iii) requires avoiding oral instructions<br>\n<b>B.<\/b> \u2713 Correct - Rule 3(2)(iv) requires seeking written confirmation<br>\n<b>C.<\/b> \u2713 Correct - GID (16-A)(iii) mandates written confirmation when sought`\n  },\n  {\n    id: 65,\n    year: '2018',\n    chapter: 'Rule 16 - Investments, lending and borrowing',\n    question: \"A senior Government servant approaches his subordinate for standing surety for a loan by his relative from a private sector bank. In terms of the provisions stipulated in the CCS (Conduct) Rules, 1964, which one of the following statements is correct?\",\n    options: [\n      \"There is no problem in the subordinate standing surety for such a loan.\",\n      \"The senior Government servant should be advised not to approach his subordinate for standing surety in such a case.\",\n      \"The senior Government servant should keep his higher officer informed while obtaining surety from his subordinate.\",\n      \"The senior Government servant should obtain prior approval from his next higher officer before obtaining surety from his subordinate.\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - The senior Government servant should be advised not to approach his subordinate for standing surety in such a case.<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 16 - GID (3) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>GID (3): \"Senior officers not to approach their subordinates for standing surety for loans taken by them or by their relatives. Where a Government servant stands surety for loans taken by his official superiors or their friends or relatives, it might create an impression that official pressure has been exerted for this purpose. Apart from this, the superior officer will be putting himself under obligation to the subordinate and such a situation is not conducive to efficient office management and maintenance of discipline. It has, therefore, been decided that all officers should be advised not to approach their subordinates for standing surety for loans taken from private sources either by them or by their relatives or friends.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 There IS a problem - creates impression of official pressure<br>\n<b>C.<\/b> \u2717 No provision for informing higher officer; approach itself is discouraged<br>\n<b>D.<\/b> \u2717 No provision for prior approval; approach itself is discouraged`\n  },\n  {\n    id: 66,\n    year: '2018',\n    chapter: 'Rule 2 - Definitions',\n    question: \"Who among the following is not included in the definition of 'members of family' of a Government servant as per CCS (Conduct) Rules, 1964?\",\n    options: [\n      \"Wife or husband, as the case may be, of the Government servant residing with the Government servant\",\n      \"Wife or husband, as the case may be, of the Government servant not residing with the Government servant\",\n      \"Son of the Government servant not dependent on him\",\n      \"Stepdaughter of the Government servant wholly dependent on him\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Son of the Government servant not dependent on him<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 2(c) - Definitions of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 2(c): \"'Members of Family' includes-<br>\n(i) the wife or husband, as the case may be, whether residing with the Government servant or not but does not include a wife or husband separated by a decree or order of a competent Court;<br>\n(ii) son or daughter or step-son or step-daughter of the Government servant and wholly dependent on him, but does not include a child or step-child who is no longer in any way dependent on the Government servant.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>A.<\/b> \u2713 INCLUDED - Spouse residing with Govt servant per Rule 2(c)(i)<br>\n<b>B.<\/b> \u2713 INCLUDED - Spouse not residing is also included per Rule 2(c)(i) \"whether residing... or not\"<br>\n<b>C.<\/b> \u2717 NOT INCLUDED - Non-dependent son excluded per Rule 2(c)(ii)<br>\n<b>D.<\/b> \u2713 INCLUDED - Wholly dependent stepdaughter per Rule 2(c)(ii)`\n  },\n  {\n    id: 67,\n    year: '2018',\n    chapter: 'Rule 5 - Taking part in politics and elections',\n    question: \"Which of the following acts\/conducts shall amount to a Government servant canvassing or using his influence in connection with an election to any legislature or local authority, thereby contravening the relevant provisions of the CCS (Conduct) Rules, 1964?\\n1. Making normal arrangements during election tours of Ministers to enable them to carry out their responsibilities as Ministers\\n2. Organizing election meetings for Ministers\\n3. Displaying on his residence an electoral symbol\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 2 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 5(4) & GID (3), (4) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 5(4): \"No Government servant shall canvass or otherwise interfere with, or use his influence in connection with or take part in, an election to any legislature or local authority...\"<\/i><br><br>\n<i>GID (3): \"Making normal arrangements during election tours of Ministers to enable them to carry out their responsibilities as Ministers\" does NOT amount to contravention of Rule 5(4).<\/i><br><br>\n<i>GID (4): Lists prohibited acts including \"organizing meetings... displaying on his person, vehicle or residence any electoral symbol...\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2717 NOT contravention - GID (3) specifically permits normal ministerial arrangements<br>\n<b>2.<\/b> \u2713 CONTRAVENTION - Organizing election meetings is prohibited per GID (4)<br>\n<b>3.<\/b> \u2713 CONTRAVENTION - Displaying electoral symbol is prohibited per GID (4)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 is NOT contravention<br>\n<b>B.<\/b> \u2717 Statement 1 is NOT contravention<br>\n<b>D.<\/b> \u2717 Statement 1 is permitted`\n  },\n  {\n    id: 68,\n    year: '2018',\n    chapter: 'Rule 3-C - Prohibition of sexual harassment of working women',\n    question: \"Which of the following recommendations may be made to the employer by the Complaints Committee constituted in each Ministry\/Department\/Office under Sexual Harassment of Women at Workplace (Prevention, Prohibition and Redressal) Act, 2013 to inquire into complaints of sexual harassment against women?\\n1. To transfer the aggrieved woman to any other workplace\\n2. To transfer the respondent to any other workplace\\n3. To grant leave to the aggrieved woman up to a period of three months\\n4. To deduct from the salary or wages of the respondent such sum as it may consider appropriate to be paid to the aggrieved woman or to her legal heirs\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 and 2 only\",\n      \"2 and 4 only\",\n      \"1, 2, and 3 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>\n<b>Rule Reference:<\/b> <i>Sexual Harassment of Women at Workplace (Prevention, Prohibition and Redressal) Act, 2013 - Sections 12 & 13<\/i><br><br>\n<i>Section 12 - Interim relief: The Committee may recommend:<br>\n(a) transfer of the aggrieved woman or the respondent to any other workplace;<br>\n(b) grant leave to the aggrieved woman up to a period of three months.<\/i><br><br>\n<i>Section 13 - Inquiry Report: The Committee may recommend deduction from salary\/wages of respondent to be paid to aggrieved woman or legal heirs.<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Section 12(a) allows transfer of aggrieved woman<br>\n<b>2.<\/b> \u2713 CORRECT - Section 12(a) allows transfer of respondent<br>\n<b>3.<\/b> \u2713 CORRECT - Section 12(b) allows leave up to 3 months<br>\n<b>4.<\/b> \u2713 CORRECT - Section 13 allows salary deduction for compensation<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 All incomplete - all four recommendations are permitted`\n  },\n  {\n    id: 69,\n    year: '2018',\n    chapter: 'Rule 3 - General',\n    question: \"Which of the following acts and omissions on the part of a Government servant amount to 'misconduct'?\\n1. Habitual late attendance\\n2. Habitual absence without permission\\n3. Habitual overstayal of leave\\n4. Conviction by a Criminal Court\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 and 2 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>\n<b>Rule Reference:<\/b> <i>Rule 3 - GID (23) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>GID (23) - Acts and conducts which amount to misconduct:<br>\n\"(6) Habitual late attendance.<br>\n(8) Habitual absence without permission and over-staying leave.<br>\n(9) Conviction by a Criminal Court.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 MISCONDUCT - GID (23)(6)<br>\n<b>2.<\/b> \u2713 MISCONDUCT - GID (23)(8)<br>\n<b>3.<\/b> \u2713 MISCONDUCT - GID (23)(8) \"over-staying leave\"<br>\n<b>4.<\/b> \u2713 MISCONDUCT - GID (23)(9)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 All incomplete - all four constitute misconduct`\n  },\n  {\n    id: 70,\n    year: '2018',\n    chapter: 'Rule 3 - General',\n    question: \"Which one of the following provisions of the CCS (Conduct) Rules, 1964 shall be deemed to be violated by a Government servant who is found habitually failing to perform the task assigned to him within the time set for the purpose and with the quality of performance expected from him?\",\n    options: [\n      \"Rule 3(1) (ii)\",\n      \"Rule 3(1) (iii)\",\n      \"Rule 3(1) (xix)\",\n      \"Rule 3(1) (xxi)\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - Rule 3(1)(ii)<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3(1)(ii) & Explanation I of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 3(1)(ii): \"Every Government servant shall at all times maintain devotion to duty.\"<\/i><br><br>\n<i>Explanation I to Rule 3: \"A Government servant who habitually fails to perform the task assigned to him within the time set for the purpose and with the quality of performance expected of him shall be deemed to be lacking in devotion to duty within the meaning of Clause (ii) of sub-rule (1).\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Rule 3(1)(iii) - relates to \"unbecoming conduct\", not habitual failure<br>\n<b>C.<\/b> \u2717 Rule 3(1)(xix) - relates to \"maintaining discipline\"<br>\n<b>D.<\/b> \u2717 Rule 3(1)(xxi) - relates to \"highest degree of professionalism\"`\n  },\n  {\n    id: 71,\n    year: '2018',\n    chapter: 'Rule 6 - Joining of associations by Government servants',\n    question: \"In respect of which of the following activities prior permission\/sanction of the prescribed authority is necessary under CCS (Conduct) Rules, 1964?\\n1. To join Territorial Army\\n2. To join Civil Defence Service\\n3. To become a member of Samyukta Sadachar Samiti\\n4. To accept membership of Book Clubs run by Foreign Agencies\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1, 2, and 3 only\",\n      \"1, 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>\n<b>Rule References:<\/b> <i>Rule 6 & GIDs of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>GID (7) under Rule 6: \"Prior permission is necessary for joining the Territorial Army.\"<\/i><br><br>\n<i>GID (8) under Rule 6: \"Prior permission is necessary for joining the Civil Defence Service.\"<\/i><br><br>\n<i>GID (13) under Rule 6: \"For becoming members of the Samyukta Sadachar Samiti, no prior permission of the Government will be necessary.\"<\/i><br><br>\n<i>GID (8) under Rule 13: \"A Government servant should obtain prior permission of the Government before he becomes a member of book clubs run by foreign agencies.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 PERMISSION required - GID (7) under Rule 6<br>\n<b>2.<\/b> \u2713 PERMISSION required - GID (8) under Rule 6<br>\n<b>3.<\/b> \u2717 NO permission required - GID (13) exempts Samyukta Sadachar Samiti<br>\n<b>4.<\/b> \u2713 PERMISSION required - GID (8) under Rule 13<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 3 does NOT require permission<br>\n<b>B.<\/b> \u2717 Statement 3 does NOT require permission<br>\n<b>D.<\/b> \u2717 Statement 3 does NOT require permission`\n  },\n    \/\/2019-20\n  {\n    id: 72,\n    year: '2019-20',\n    chapter: 'Rule 7 - Demonstration and Strikes',\n    question: \"Which one of the following CCS (Conduct) Rules, 1964 shall get violated if a Government servant engages himself in any demonstration which is prejudicial to the interests of the sovereignty and integrity of India?\",\n    options: [\n      \"Rule 3-C(1)\",\n      \"Rule 5\",\n      \"Rule 7\",\n      \"Rule 9\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Rule 7<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 7 - Demonstration and Strikes of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 7: \"No Government servant shall-<br>\n(i) engage himself or participate in any demonstration which is prejudicial to the interests of the sovereignty and integrity of India, the security of the State, friendly relations with foreign States, public order, decency or morality, or which involves contempt of Court, defamation or incitement to an offence, or<br>\n(ii) resort to or in any way abet any form of strike or coercion...\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Rule 3-C(1) - relates to Prohibition of sexual harassment<br>\n<b>B.<\/b> \u2717 Rule 5 - relates to Taking part in politics and elections<br>\n<b>D.<\/b> \u2717 Rule 9 - relates to Criticism of Government`\n  },\n  {\n    id: 73,\n    year: '2019-20',\n    chapter: 'Rule 5 - Taking part in politics and elections',\n    question: \"Which of the following actions violate the restrictions on a Government servant under the CCS (Conduct) Rules, 1964 for participating in politics?\\n1. Canvassing for a candidate during an election while on Study Leave\\n2. Displaying an electoral symbol at his residence\\n3. Attending a political meeting organized by the Residents' Welfare Association at the community hall of the residential complex\\n4. Proposing the name of a candidate at an election under intimation to the appropriate authority\\n\\nSelect the correct answer using the code given below.\",\n    options: [\n      \"1 and 2 only\",\n      \"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>\n<b>Rule Reference:<\/b> <i>Rule 5 - Taking part in politics and elections of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 5(4): \"No Government servant shall canvass or otherwise interfere with, or use his influence in connection with or take part in, an election to any Legislature or Local Authority.\"<\/i><br><br>\n<i>Rule 5(4) Explanation: \"The display by a Government servant on his person, vehicle or residence of any electoral symbol shall amount to using his influence in connection with an election.\"<\/i><br><br>\n<i>GID (1): Attendance at political meetings - even occasional attendance at such meetings may be construed as participating in political activity.<\/i><br><br>\n<i>GID (5): \"The above rule clearly prohibits proposing or seconding by a Government servant of a candidate for election, as such action would constitute 'taking part in an election' within the meaning of Rule 5(4).\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 VIOLATION - Canvassing prohibited even on Study Leave; leave status doesn't exempt from Conduct Rules<br>\n<b>2.<\/b> \u2713 VIOLATION - Explanation to Rule 5(4) explicitly prohibits displaying electoral symbols at residence<br>\n<b>3.<\/b> \u2713 VIOLATION - Attending political meetings violates Rule 5(1) per GID (1)<br>\n<b>4.<\/b> \u2713 VIOLATION - GID (5) prohibits proposing candidates; intimation doesn't authorize violation<br><br>\n<b>All four activities violate Rule 5.<\/b>`\n  },\n  {\n    id: 74,\n    year: '2019-20',\n    chapter: 'Rule 18 - Movable, immovable and valuable property',\n    question: \"What is the time limit beyond which permission may be assumed to have been granted by the competent authority to a Government servant for carrying out a transaction in immovable property, if no communication is issued by the competent authority?\",\n    options: [\n      \"45 days\",\n      \"30 days\",\n      \"15 days\",\n      \"No limit\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 30 days<\/b><br><br>\n<b>Rule Reference:<\/b> <i>GID (25) under Rule 18 & GID under Rule 8 of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>GID under Rule 8: \"Time-limits for granting or refusing permission:<br>\nRule 18(3) - Transaction in movable and immovable property: 30 days<br>\nRule 18-A - Transactions in immovable property outside India or with foreigners: 60 days\"<\/i><br><br>\n<i>\"In the event of failure on the part of the Competent Authority to communicate its decision to the Government employee concerned within the time-limits indicated above, the employee concerned shall be free to assume that permission has been granted to him.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 45 days - No such limit prescribed<br>\n<b>C.<\/b> \u2717 15 days - Too short; 30 days is the prescribed limit<br>\n<b>D.<\/b> \u2717 No limit - There IS a 30-day limit after which permission is deemed granted`\n  },\n  {\n    id: 75,\n    year: '2019-20',\n    chapter: 'Mixed Rules',\n    question: \"Which one of the following statements in relation to the provisions of the CCS (Conduct) Rules, 1964 is not correct?\",\n    options: [\n      \"The general prohibition on criticizing Government policies also applies to evidence given by a Government servant in a judicial inquiry.\",\n      \"Government servants can express their opinion freely to the Administrative Reforms Commission.\",\n      \"Government servants can submit memoranda in their individual capacity to the Pay Commission.\",\n      \"No Government servant can give evidence in any inquiry conducted by any person, committee, or authority without the previous sanction of the Government.\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - The general prohibition on criticizing Government policies also applies to evidence given by a Government servant in a judicial inquiry. (This statement is INCORRECT)<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rules 9 & 10 of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 10(3): \"Nothing in this rule shall apply to-<br>\n(a) evidence given at an enquiry before an authority appointed by the Government, Parliament or a State Legislature; or<br>\n(b) evidence given in any judicial enquiry; or<br>\n(c) evidence given at any departmental enquiry...\"<\/i><br><br>\nStatement A is INCORRECT because judicial inquiry is specifically exempted under Rule 10(3)(b).<br><br>\n<b>Why other options are correct:<\/b><br>\n<b>B.<\/b> \u2713 Correct - GID (2) under Rule 10: \"Government servants are free to give frank expression to their personal views\" to Administrative Reforms Commission<br>\n<b>C.<\/b> \u2713 Correct - GID (3) under Rule 10: \"There is no objection to individual Government servants submitting memoranda, etc., to the Pay Commission in their individual capacity\"<br>\n<b>D.<\/b> \u2713 Correct - Rule 10(1) requires previous sanction for giving evidence in inquiries`\n  },\n  {\n    id: 76,\n    year: '2019-20',\n    chapter: 'Rule 1 - Short title, commencement and application',\n    question: \"The provisions of the CCS (Conduct) Rules, 1964 do not apply to which one of the following categories of employees?\",\n    options: [\n      \"Defence civilians whose salary is paid from the Defence Budget\",\n      \"Members of the All India Services serving in the Union Territories\",\n      \"Persons appointed as personal staff of a Minister whose tenure is coterminous with the term of office of the Minister\",\n      \"Employees of non-statutory departmental canteens\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Members of the All India Services serving in the Union Territories<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 1(3) Proviso (b) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 1(3) Proviso: \"Nothing in these rules shall apply to any Government servant who is-<br>\n(b) a member of an All India Service\"<\/i><br><br>\nAIS members are governed by All India Services (Conduct) Rules, 1968, NOT CCS (Conduct) Rules, 1964.<br><br>\n<b>Why other options are incorrect - Rules DO apply to:<\/b><br>\n<b>A.<\/b> \u2717 Defence civilians - Rule 1(3) includes \"civilian in Defence Service\"<br>\n<b>C.<\/b> \u2717 Minister's personal staff - GID (5) under Rule 1: Though coterminous, \"they hold civil posts and... all provisions of the Conduct Rules would be applicable to them\"<br>\n<b>D.<\/b> \u2717 Canteen employees - GID (6) under Rule 1: Non-statutory canteen employees declared as Government employees from 1-10-1991, subject to CCS Rules`\n  },\n  {\n    id: 77,\n    year: '2019-20',\n    chapter: 'Rule 13 - Gifts',\n    question: \"What is the financial limit prescribed by the Government for acceptance of gifts by Group 'B' Government servant without Government sanction from persons other than near relatives or personal friends?\",\n    options: [\n      \"\u20b95,000\",\n      \"\u20b910,000\",\n      \"\u20b915,000\",\n      \"\u20b920,000\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - \u20b95,000<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 13(3) - Gifts of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 13(3): \"In any other case, a Government servant shall not accept any gift without the sanction of the Government, if the value exceeds-<br>\n(i) rupees five thousand in the case of a Government servant holding any Group 'A' or Group 'B' post; and<br>\n(ii) rupees two thousand in the case of a Government servant holding any Group 'C' post.\"<\/i><br><br>\n<b>Note:<\/b> This is for gifts from persons OTHER than near relatives or personal friends. For gifts from near relatives on occasions like weddings, the limits are higher (Rs. 25,000 for Group A, Rs. 15,000 for Group B under Rule 13(2)).<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Rs. 10,000 - Not the prescribed limit<br>\n<b>C.<\/b> \u2717 Rs. 15,000 - This is for occasions like weddings from near relatives (Group B)<br>\n<b>D.<\/b> \u2717 Rs. 20,000 - No such limit exists`\n  },\n  {\n    id: 78,\n    year: '2019-20',\n    chapter: 'Rule 15 - Private trade or employment',\n    question: \"Which of the following statements regarding the CCS (Conduct) Rules, 1964 is\/are correct?\\n1. A Government servant cannot be permitted to enroll himself as an Advocate.\\n2. In rare cases, a Government servant may be given permission by the competent authority to accept part-time employment after office hours.\\n3. A Government servant may join a socio-religious organization for charitable work without prior sanction of the Government after satisfying himself that its activities and objectives are not likely to attract any action under any provisions of the CCS (Conduct) Rules.\\n4. A Government servant cannot enter into negotiations for commercial employment without prior permission.\\n\\nSelect the correct answer using the code given below.\",\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: 2,\n    explanation: `<b>Correct Answer: C - 2, 3, and 4 only<\/b><br><br>\n<b>Rule References:<\/b> <i>Rules 15, 6, 21 of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2717 INCORRECT - GID (8) under Rule 15 permits retired Government servants to enroll as Advocates; serving officers can also be permitted in exceptional cases<br>\n<b>2.<\/b> \u2713 CORRECT - GID (3) under Rule 15: \"In rare cases where it is proposed to give permission to a Government servant to accept part-time employment, prior sanction of Government should be obtained\"<br>\n<b>3.<\/b> \u2713 CORRECT - GID (5) under Rule 15: Government servants can join socio-religious bodies for charitable work without prior sanction, but \"the responsibility for the consequences of the decision to join any organization... will rest with the employee himself\"<br>\n<b>4.<\/b> \u2713 CORRECT - Rule 21: No Government servant shall, while in service, negotiate for any private commercial employment without prior permission<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 is incorrect<br>\n<b>B.<\/b> \u2717 Statement 1 is incorrect<br>\n<b>D.<\/b> \u2717 Statement 4 is also correct`\n  },\n  {\n    id: 79,\n    year: '2019-20',\n    chapter: 'Rule 16 - Investments, lending and borrowing',\n    question: \"Which of the following statements is\/are not in conformity with the provisions of the CCS (Conduct) Rules, 1964?\\n1. Purchase of shares from the quota reserved for the Directors of a company is permissible.\\n2. A Government servant may operate a credit account with a bona fide tradesman.\\n3. A purely temporary loan of a small amount, free of interest, can be taken by a Government servant from a personal friend.\\n4. The term 'small amount,' which can be taken by a Government servant from a personal friend, is defined in the Rules as the amount not exceeding ten times the monthly emoluments of the borrower.\\n\\nSelect the correct answer using the code given below.\",\n    options: [\n      \"2 and 3\",\n      \"1 and 2\",\n      \"4 only\",\n      \"1 and 4\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1 and 4 (These are NOT in conformity)<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 16 of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>Analysis - Statements NOT in conformity:<\/b><br>\n<b>1.<\/b> \u2717 NOT CONFORMING - Rule 16(2)(i): \"any purchase of shares out of the quotas reserved for Directors of Companies or their friends and associates shall be deemed to be an investment which is likely to embarrass the Government servant\" - hence PROHIBITED<br>\n<b>4.<\/b> \u2717 NOT CONFORMING - GID (2)(ii): \"It is not possible to define the term 'small amount' comprehensively. Each case should be decided on merits.\" No specific multiple like \"ten times monthly emoluments\" is defined<br><br>\n<b>Statements in conformity (correct):<\/b><br>\n<b>2.<\/b> \u2713 CORRECT - Rule 16(4) Proviso permits operating credit account with bona fide tradesman<br>\n<b>3.<\/b> \u2713 CORRECT - Rule 16(4) Proviso permits temporary loan of small amount free of interest from personal friend<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statements 2 and 3 ARE in conformity<br>\n<b>B.<\/b> \u2717 Statement 2 IS in conformity<br>\n<b>C.<\/b> \u2717 Statement 1 is also NOT in conformity`\n  },\n  {\n    id: 80,\n    year: '2019-20',\n    chapter: 'Rule 18 - Movable, immovable and valuable property',\n    question: \"Which of the following items are required to be included in the return of assets and liabilities submitted by every Government servant on his first appointment?\\n1. Movable property inherited by him\\n2. Debts and other liabilities incurred by him indirectly\\n3. Immovable property owned by the Government servant in the name of his wife\\n4. Items of movable property worth less than \u20b910,000 each\\n\\nSelect the correct answer using the code given below.\",\n    options: [\n      \"1, 2, 3, and 4\",\n      \"2, 3, and 4 only\",\n      \"1 and 2 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>\n<b>Rule Reference:<\/b> <i>Rule 18(1) & Note 2 of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 18(1)(i): \"Every Government servant shall on his first appointment... submit a return of his assets and liabilities... giving full particulars regarding-<br>\n(a) immovable property... in his own name or in the name of any member of his family or in the name of any other person;<br>\n(b) shares, debentures and cash...<br>\n(c) other movable property inherited by him or similarly owned, acquired or held by him;<br>\n(d) debts and other liabilities incurred by him directly or indirectly.\"<\/i><br><br>\n<i>Note 2: \"In all returns, the values of items of movable property worth less than Rs. 10,000 may be added and shown as a lumpsum.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 REQUIRED - Rule 18(1)(c) includes inherited movable property<br>\n<b>2.<\/b> \u2713 REQUIRED - Rule 18(1)(d) includes debts incurred \"directly or indirectly\"<br>\n<b>3.<\/b> \u2713 REQUIRED - Rule 18(1)(a) includes property \"in the name of any member of his family\"<br>\n<b>4.<\/b> \u2717 NOT REQUIRED as individual items - Note 2 allows items worth less than Rs. 10,000 to be shown as lump sum, not individually<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B.<\/b> \u2717 Statement 4 is NOT required as individual items`\n  },\n  {\n    id: 81,\n    year: '2019-20',\n    chapter: 'Rule 18 - Movable, immovable and valuable property',\n    question: \"In accordance with the CCS (Conduct) Rules, 1964, which of the following items are included in the expression 'movable property'?\\n1. Insurance policies, the annual premiums of which exceed two months' basic pay of the Government servant\\n2. All unsecured loans taken by the Government servant\\n3. Any means of conveyance owned by the Government servant\\n4. Refrigerators\\n\\nSelect the correct answer using the code given below.\",\n    options: [\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3 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>\n<b>Rule Reference:<\/b> <i>Rule 18 Explanation I of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Explanation I to Rule 18: \"For the purposes of this rule-<br>\n(1) the expression 'movable property' includes-<br>\n(a) jewellery, insurance policies, the annual premia of which exceeds two months' basic pay of the Government servant, shares, securities and debentures;<br>\n(b) all loans, whether secured or not, advanced or taken by the Government servant;<br>\n(c) motor cars, motor cycles, horses or any other means of conveyance; and<br>\n(d) refrigerators, radios, radiograms and television sets.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 INCLUDED - Explanation I(a)<br>\n<b>2.<\/b> \u2713 INCLUDED - Explanation I(b) \"all loans, whether secured or not\" includes unsecured loans<br>\n<b>3.<\/b> \u2713 INCLUDED - Explanation I(c) \"any other means of conveyance\"<br>\n<b>4.<\/b> \u2713 INCLUDED - Explanation I(d) specifically mentions refrigerators<br><br>\n<b>All four items are included in 'movable property'.<\/b>`\n  },\n  \/\/2021-22\n  {\n    id: 82,\n    year: '2021-22',\n    chapter: 'Rule 10 - Evidence before Committee or any other authority',\n    question: \"In which of the following circumstances, sanction of the Government is not required for a Government servant to give evidence in connection with an inquiry?\\n1. Evidence to be given before the Public Accounts Committee (PAC) of the Parliament\\n2. Submission of Memoranda to the Pay Commission in his\/her individual capacity\\n3. Submission of Memoranda to the Administrative Reforms Commission\\n\\nSelect the correct answer using the code given below.\",\n    options: [\n      \"1 and 3 only\",\n      \"1 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>\n<b>Rule Reference:<\/b> <i>Rule 10 & GIDs of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 10(3)(a): \"Nothing in this rule shall apply to evidence given at an enquiry before an authority appointed by the Government, Parliament or a State Legislature.\"<\/i><br><br>\n<i>GID (2): \"Tendering evidence before the Administrative Reforms Commission - Government servants are free to give frank expression to their personal views... No permission of Government or of the Head of Department is required.\"<\/i><br><br>\n<i>GID (3): \"Tendering evidence before the Pay Commission - There is no objection to individual Government servants submitting memoranda, etc., to the Pay Commission in their individual capacity.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 NO SANCTION required - PAC is a Parliamentary Committee, covered under Rule 10(3)(a)<br>\n<b>2.<\/b> \u2713 NO SANCTION required - GID (3) permits individual memoranda to Pay Commission<br>\n<b>3.<\/b> \u2713 NO SANCTION required - GID (2) permits frank expression to ARC<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 All incomplete - all three do not require sanction`\n  },\n  {\n    id: 83,\n    year: '2021-22',\n    chapter: 'Rule 3-C - Prohibition of sexual harassment of working women',\n    question: \"Which one of the following statements regarding the composition of the Complaints Committee for dealing with complaints of sexual harassment is not correct?\",\n    options: [\n      \"It should be headed by a woman\",\n      \"Not less than half of its members should be women\",\n      \"It should include a third party familiar with the issue of sexual harassment\",\n      \"At least one of the members should be a male\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - At least one of the members should be a male (This statement is INCORRECT)<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3-C & GID (25-C)(iii) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>GID (25-C)(iii): \"The Complaints Committee should be headed by a woman and not less than half of its members should be women. The Complaints Committee should involve a third party, either NGO or other body who is familiar with the issue of sexual harassment.\"<\/i><br><br>\n<b>There is NO requirement for male members.<\/b> The rules focus on:<br>\n- Woman chairperson<br>\n- Not less than half women members<br>\n- Third party involvement (NGO\/body familiar with sexual harassment)<br><br>\n<b>Why other options are correct:<\/b><br>\n<b>A.<\/b> \u2713 Correct - Committee should be headed by a woman<br>\n<b>B.<\/b> \u2713 Correct - Not less than half of members should be women<br>\n<b>C.<\/b> \u2713 Correct - Third party (NGO\/body) required`\n  },\n  {\n    id: 84,\n    year: '2021-22',\n    chapter: 'Rule 16 - Investments, lending and borrowing',\n    question: \"Consider the following statements in the context of CCS (Conduct) Rules, 1964:\\n1. Frequent purchase and sale of shares in the National Stock Exchange through an authorized stockbroker is not in contravention of Rule 16 of CCS (Conduct) Rules, 1964.\\n2. Prior sanction of the prescribed authority shall be required for a District Collector to lend money to his\/her friend possessing land within the local limits of his\/her authority.\\n3. A Government servant can enter into an occasional transaction relating to the purchase of shares in the name of his wife from the stock exchange through an authorized stockbroker without prior sanction of the Government.\\n4. There is no requirement for the Government servant to report the purchase of a Life Insurance Policy irrespective of the annual premium amount.\\n\\nWhich of the statements given above are correct?\",\n    options: [\n      \"1 and 3 only\",\n      \"1, 2, and 4 only\",\n      \"2 and 3 only\",\n      \"3 and 4 only\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 2 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 16 & Rule 18 of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2717 INCORRECT - Rule 16(1) Explanation: \"Frequent purchase or sale or both, of shares, securities or other investments shall be deemed to be speculation\" - which is PROHIBITED<br>\n<b>2.<\/b> \u2713 CORRECT - Rule 16(4)(a): Prohibits lending to persons \"within the local limits of his authority\" - District Collector lending to friend with land in his jurisdiction requires sanction<br>\n<b>3.<\/b> \u2713 CORRECT - Rule 16(1) Proviso: \"nothing in this sub-rule shall apply to occasional investments made through stock brokers... duly authorized and licensed\"<br>\n<b>4.<\/b> \u2717 INCORRECT - GID (6) under Rule 18: If annual premium exceeds two months' basic pay, reporting is required under Rule 18(3)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 is incorrect (frequent = speculation)<br>\n<b>B.<\/b> \u2717 Statement 1 is incorrect; Statement 4 is incorrect<br>\n<b>D.<\/b> \u2717 Statement 4 is incorrect`\n  },\n  {\n    id: 85,\n    year: '2021-22',\n    chapter: 'Rule 1 - Short title, commencement and application',\n    question: \"In the context of CCS (Conduct) Rules, 1964, which of the following statements is\/are correct?\\n1. Members of Central Para Military Forces (CPMFs) are covered by the CCS (Conduct) Rules, 1964.\\n2. Personal staff of a Union Minister, other than regular Government employees, appointed on a co-terminus basis, are not under the ambit of the CCS (Conduct) Rules, 1964.\\n3. In cases involving failure on the part of a Government servant to maintain his family, action can be taken against him without invoking any of the Conduct Rules.\\n\\nSelect the correct answer using the code given below.\",\n    options: [\n      \"1, 2, and 3\",\n      \"2 and 3 only\",\n      \"1 and 3 only\",\n      \"1 only\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 1 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 1 & GIDs of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - CPMFs (like CRPF, BSF, CISF, ITBP) are covered by CCS (Conduct) Rules, 1964 as they are not excluded under Rule 1(3) provisos<br>\n<b>2.<\/b> \u2717 INCORRECT - GID (5) under Rule 1: \"Although the persons appointed on the personal staff of a Minister... have a tenure coterminous with the office of the Minister... they hold civil posts and, therefore,... all provisions of the Conduct Rules would be applicable to them\"<br>\n<b>3.<\/b> \u2713 CORRECT - Failure to maintain family can be addressed under general service rules and constitutional provisions without specifically invoking Conduct Rules<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 is incorrect<br>\n<b>B.<\/b> \u2717 Statement 2 is incorrect<br>\n<b>D.<\/b> \u2717 Statement 3 is also correct`\n  },\n  {\n    id: 86,\n    year: '2021-22',\n    chapter: 'Rule 5 - Taking part in politics and elections',\n    question: \"Consider the following statements in the context of CCS (Conduct) Rules, 1964:\\n1. 'No Objection Certificate' can be granted to a Central Government employee for seeking emigration to Canada.\\n2. Arrangements by District Officers for affording normal courtesies to Ministers on their visits connected with the election campaign are not in contravention of the CCS (Conduct) Rules, 1964.\\n3. Prior permission is not necessary for a Government servant to join French language classes conducted by Alliance Fran\u00e7aise de Delhi.\\n\\nWhich of the statement(s) given above is\/are correct?\",\n    options: [\n      \"1 and 2 only\",\n      \"2 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 2 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 5 & GIDs of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2717 INCORRECT - A serving Government servant cannot be granted NOC for emigration as this would imply intention to leave service; emigration clearance is for persons not in government service<br>\n<b>2.<\/b> \u2713 CORRECT - GID (3) under Rule 5: \"Arrangements by district officers for affording normal courtesies and security to Ministers on their visits connected with election campaign\" does NOT amount to contravention of Rule 5(4)<br>\n<b>3.<\/b> \u2717 INCORRECT - Alliance Fran\u00e7aise is a foreign agency; GID (8) under Rule 13: \"A Government servant should obtain prior permission of the Government before he becomes a member of such a book club\" (by analogy, foreign agency involvement requires permission)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 is incorrect<br>\n<b>C.<\/b> \u2717 Statement 3 is incorrect<br>\n<b>D.<\/b> \u2717 Statements 1 and 3 are incorrect`\n  },\n  {\n    id: 87,\n    year: '2021-22',\n    chapter: 'Mixed Rules',\n    question: \"Consider the following statements in the context of CCS (Conduct) Rules, 1964:\\n1. Provisions of CCS (Conduct) Rules, 1964, are violative of Article 19 of the Fundamental Rights guaranteed under the Constitution of India.\\n2. Staff car provided to a female Government official for a journey from home to office and back qualifies as 'workplace' under Rule 3-C of CCS (Conduct) Rules, 1964.\\n3. A Central Government servant approaching the Central Administrative Tribunal to challenge his\/her transfer order without obtaining Government permission is not violative of the CCS (Conduct) Rules, 1964.\\n4. A Government servant holding a supervisory post can be proceeded against for his failure to take all reasonable and necessary steps to ensure the integrity and devotion to duty of the subordinate staff under his\/her control and authority.\\n\\nWhich of the statements given above are correct?\",\n    options: [\n      \"1 and 3 only\",\n      \"2 and 3 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>\n<b>Rule References:<\/b> <i>Rules 3, 3-C, 19 of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2717 INCORRECT - CCS (Conduct) Rules are NOT violative of Article 19; reasonable restrictions on Government servants are constitutionally valid under Article 19(6)<br>\n<b>2.<\/b> \u2713 CORRECT - Under Sexual Harassment of Women at Workplace Act, 2013, \"workplace\" includes any transport provided by the employer for journey to and from place of employment<br>\n<b>3.<\/b> \u2713 CORRECT - Approaching CAT for transfer matter does not require prior permission; Rule 19 applies to vindication of official acts, not normal legal remedies for service matters<br>\n<b>4.<\/b> \u2713 CORRECT - GID (3) under Rule 3: Supervisory officers can be held accountable for failure to ensure integrity and devotion to duty of subordinates<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 is incorrect<br>\n<b>B.<\/b> \u2717 Statement 4 is also correct<br>\n<b>D.<\/b> \u2717 Statement 1 is incorrect`\n  },\n  {\n    id: 88,\n    year: '2021-22',\n    chapter: 'Rule 18 - Movable, immovable and valuable property',\n    question: \"Consider the following statements in the context of the CCS (Conduct) Rules, 1964:\\n1. Cash prize won by a Government servant which exceeds his two months' basic pay needs to be reported to the Government.\\n2. Government servants should not bid in the auctions arranged by their own offices.\\n3. Transactions of movable property entered into by a Government servant's spouse out of her own funds such as Stridhan, etc., also need to be reported to the Government.\\n4. Fixed deposits in the bank made by a Government servant out of his accumulated savings are mandatorily to be reported to the Government in case their value exceeds his two months' basic pay.\\n\\nWhich of the statements given above are not correct?\",\n    options: [\n      \"1, 3, and 4 only\",\n      \"3 and 4 only\",\n      \"1 and 3 only\",\n      \"2 and 4 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 3 and 4 only (These are NOT correct)<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 18 & GIDs of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>Statements that are NOT correct:<\/b><br>\n<b>3.<\/b> \u2717 NOT CORRECT - GID (8)(ii): \"Transactions entered into by the spouse or any other member of family of a Government servant out of his or her own funds (including stridhan, gifts, inheritance, etc.)... would not attract the provisions of sub-rules (2) and (3) of Rule 18\"<br>\n<b>4.<\/b> \u2717 NOT CORRECT - GID (10): \"Fixed deposits in a Bank... made by a Government servant from out of his salary or accumulated savings would not come within the scope of Rule 18\"<br><br>\n<b>Statements that ARE correct:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - GID (1): \"Winning of cash prizes from competitions, etc., exceeding the prescribed monetary limit in value should be regarded as 'transactions'\" requiring reporting<br>\n<b>2.<\/b> \u2713 CORRECT - GID (11): Government servants should not bid in auctions arranged by their own offices to avoid conflict of interest<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 IS correct<br>\n<b>C.<\/b> \u2717 Statement 1 IS correct<br>\n<b>D.<\/b> \u2717 Statement 2 IS correct`\n  },\n   {\n    id: 89,\n    year: '2021-22',\n    chapter: 'Mixed Rules',\n    question: \"Consider the following statements in the context of the CCS (Conduct) Rules, 1964:\\n1. A Government servant in his representation for transfer to another station cites a Secret Circular.\\n2. A Government servant acts as an election or polling agent of a candidate at an election.\\n3. The members of a Service Association collect funds from the public for staff welfare without seeking any permission from the appropriate authority.\\n4. A Group 'A' Government servant accepts a gift of \u20b9 5,000 in value from a friend with whom he has no official dealings without prior sanction of the Government.\\n\\nWhich of the actions mentioned above amount to a violation of CCS (Conduct) Rules, 1964?\",\n    options: [\n      \"1 and 2 only\",\n      \"1, 2, and 3 only\",\n      \"1, 2, 3, and 4\",\n      \"2 and 4 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1, 2, and 3 only<\/b><br><br>\n<b>Rule References:<\/b> <i>Rules 11, 5, 12, 13 of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 VIOLATION - Rule 11 & GID (2): Citing secret circulars in representations amounts to unauthorized communication of classified information<br>\n<b>2.<\/b> \u2713 VIOLATION - Rule 5(4) & GID (5): \"Acting as an election agent or polling agent of a candidate at an election\" is prohibited under Rule 5(4) and Section 134-A of Representation of the People Act<br>\n<b>3.<\/b> \u2713 VIOLATION - Rule 12: Collecting funds from public without prior sanction violates Rule 12 which prohibits associating with raising of funds without permission<br>\n<b>4.<\/b> \u2717 NOT A VIOLATION - Rule 13(3): Group A\/B officers can accept gifts up to Rs. 5,000 from persons other than near relatives\/personal friends without sanction. Since the friend has no official dealings, the limit is Rs. 5,000 - exactly at the threshold, so no sanction required<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 3 is also a violation<br>\n<b>C.<\/b> \u2717 Statement 4 is NOT a violation (within Rs. 5,000 limit)<br>\n<b>D.<\/b> \u2717 Statement 1 and 3 are also violations`\n  },\n  {\n    id: 90,\n    year: '2021-22',\n    chapter: 'Rule 3 - General',\n    question: \"To 'maintain absolute integrity' is relevant to which one of the following Rules of the CCS (Conduct) Rules, 1964?\",\n    options: [\n      \"Rule 3-A(a)\",\n      \"Rule 3 (1) (i)\",\n      \"Rule 3 (1) (m)\",\n      \"Rule 3-B (i)\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Rule 3(1)(i)<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3(1)(i) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 3(1): \"Every Government servant shall at all times-<br>\n(i) maintain absolute integrity;<br>\n(ii) maintain devotion to duty; and<br>\n(iii) do nothing which is unbecoming of a Government servant.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Rule 3-A - relates to Promptness and Courtesy<br>\n<b>C.<\/b> \u2717 Rule 3(1)(m) - This clause number doesn't exist in the original numbering; the expanded clauses (iv) to (xxi) were added later<br>\n<b>D.<\/b> \u2717 Rule 3-B(i) - relates to Observance of Government's policies (age of marriage, environment, wildlife)`\n  },\n  {\n    id: 91,\n    year: '2021-22',\n    chapter: 'Rule 2 - Definitions',\n    question: \"In accordance with the provisions of the CCS (Conduct) Rules, 1964, which one of the following is not treated as a part of the family of a Government servant?\",\n    options: [\n      \"Spouse of the Government servant living separately as per mutual understanding\",\n      \"An employed step-daughter living with the Government servant\",\n      \"Children of the Government servant studying abroad\",\n      \"Parents of the spouse residing with, and wholly dependent on, the Government servant\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - An employed step-daughter living with the Government servant<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 2(c) - Definitions of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 2(c): \"'Members of Family' includes-<br>\n(i) the wife or husband... whether residing with the Government servant or not but does not include a wife or husband... separated by a decree or order of a competent Court;<br>\n(ii) son or daughter or stepson or stepdaughter of the Government servant and wholly dependent on him, but does not include a child or stepchild who is no longer in any way dependent on the Government servant;<br>\n(iii) any other person related, whether by blood or marriage... wholly dependent on the Government servant.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>A.<\/b> \u2713 INCLUDED - Spouse living separately by mutual understanding (not judicial separation) is still part of family<br>\n<b>B.<\/b> \u2717 NOT INCLUDED - Employed step-daughter is NOT wholly dependent, hence excluded under Rule 2(c)(ii)<br>\n<b>C.<\/b> \u2713 INCLUDED - Children studying abroad can still be dependent on the Government servant<br>\n<b>D.<\/b> \u2713 INCLUDED - Parents of spouse residing with and wholly dependent are covered under Rule 2(c)(iii)`\n  },\n  \/\/2023\n  {\n    id: 92,\n    year: '2023',\n    chapter: 'Rule 3-C - Prohibition of sexual harassment of working women',\n    question: \"Consider the following statements in the context of Rule 3-C, 'Prohibition of Sexual Harassment of Working Women,' of CCS (Conduct) Rules, 1964:\\n1. The Chairperson of the Internal Complaints Committee has to be senior in rank to the officer against whom the allegation of sexual harassment has been brought.\\n2. Leave up to a maximum of 90 days may be granted to an aggrieved female government servant during the pendency of an inquiry under the Sexual Harassment of Woman at the Workplace (Prevention, Prohibition, and Redressal) Act, 2013.\\n3. Any woman working or visiting any office of the Central Government can file a complaint related to sexual harassment at the workplace through SHe-Box.\\n\\nWhich of the statements given above is\/are correct?\",\n    options: [\n      \"1, 2, and 3\",\n      \"2 and 3 only\",\n      \"1 and 3 only\",\n      \"1 and 2 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 2 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3-C & GIDs (25-A), (25-J), (25-K) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2717 INCORRECT - GID (25-A): The Committee should be headed by \"an officer sufficiently higher in rank so as to lend credibility to the investigations\" - this means higher in hierarchy generally, NOT necessarily senior to the respondent specifically<br>\n<b>2.<\/b> \u2713 CORRECT - GID (25-J): \"Leave up to a maximum of 90 days may be granted to an aggrieved female Government servant... during the pendency of inquiry under Sexual Harassment of Women at Workplace Act, 2013\"<br>\n<b>3.<\/b> \u2713 CORRECT - GID (25-K): \"SHe-Box is an initiative to provide a platform to the women working or visiting any office of Central Government... to file complaints related to sexual harassment at workplace\"<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, C, D.<\/b> \u2717 Statement 1 is incorrect - no specific requirement that Chairperson be senior to the respondent`\n  },\n  {\n    id: 93,\n    year: '2023',\n    chapter: 'Rule 6 - Joining of associations by Government servants',\n    question: \"Consider the following statements regarding joining associations by Government servants in terms of Rule 6 of CCS (Conduct) Rules, 1964:\\n1. No Government servant shall join or continue to be a member of an association the objects or activities of which are prejudicial to the interests of the sovereignty and integrity of India, or public order or morality.\\n2. Action for the violation of Rule 6 of CCS (Conduct) Rules, 1964, can be taken by a disciplinary authority only when an authority not below the level of a Head of Department has decided that the objects or activities of the association concerned are such as would attract Rule 6.\\n3. A disciplinary authority may take action for violation of Rule 6 without a decision by the Head of the Department.\\n\\nWhich of the statement(s) given above is\/are correct?\",\n    options: [\n      \"1 only\",\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1 and 2 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 6 & GID (2) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 6: \"No Government servant shall join, or continue to be a member of, an association the objects or activities of which are prejudicial to the interests of the sovereignty and integrity of India, or public order or morality.\"<\/i><br><br>\n<i>GID (2): \"Action for alleged violation of Rule 6 of CCS (Conduct) Rules, 1964, can be taken by a disciplinary authority only when an authority not below the level of a Head of Department has decided that the objects or activities of the Association concerned are such as would attract Rule 6 ibid.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Exact wording of Rule 6<br>\n<b>2.<\/b> \u2713 CORRECT - GID (2) mandates Head of Department level decision before action<br>\n<b>3.<\/b> \u2717 INCORRECT - Contradicts GID (2); Head of Department decision IS required<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 is also correct<br>\n<b>C.<\/b> \u2717 Statement 3 is incorrect<br>\n<b>D.<\/b> \u2717 Statement 3 is incorrect`\n  },\n  {\n    id: 94,\n    year: '2023',\n    chapter: 'Rule 10 - Evidence before Committee or any other authority',\n    question: \"To which of the following, the provisions of Rule 10 of the CCS (Conduct) Rules, 1964, regarding evidence before a Committee or any other authority do not apply?\\n1. Evidence given at an enquiry before an authority appointed by the Government, Parliament, or a State Legislature.\\n2. Evidence given at any judicial inquiry.\\n3. Evidence given at any departmental inquiry ordered by authority subordinate to the Government.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 only\",\n      \"1, 2, and 3\",\n      \"1 and 3 only\",\n      \"2 and 3 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1, 2, and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10(3) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 10(3): \"Nothing in this rule shall apply to-<br>\n(a) evidence given at an enquiry before an authority appointed by the Government, Parliament or a State Legislature; or<br>\n(b) evidence given in any judicial enquiry; or<br>\n(c) evidence given at any departmental enquiry ordered by authorities subordinate to the Government.\"<\/i><br><br>\n<b>All three are exempted from the requirement of prior sanction under Rule 10.<\/b><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 EXEMPTED - Rule 10(3)(a)<br>\n<b>2.<\/b> \u2713 EXEMPTED - Rule 10(3)(b)<br>\n<b>3.<\/b> \u2713 EXEMPTED - Rule 10(3)(c)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, C, D.<\/b> \u2717 All three are exempted, not just some`\n  },\n  {\n    id: 95,\n    year: '2023',\n    chapter: 'Rule 8 - Connection with press or other media',\n    question: \"Which of the following statements is\/are correct in the context of CCS (Conduct) Rules, 1964?\\n1. No Government servant shall, except with the previous sanction of the Government, own, wholly or in part, or conduct or participate in the editing or management of any newspaper or other periodical publication or electronic media.\\n2. It is not mandatory for a Government servant publishing a book or participating in public media to clarify that the views expressed by him are his own and not that of the Government.\\n3. The prescribed time-limit for grant of permission relating to transaction in immovable property outside India or with foreigners, beyond which permission may be assumed to have been granted by the competent authority, is 30 days.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1, 2, and 3\",\n      \"1 only\",\n      \"1 and 2 only\",\n      \"2 and 3 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1 only<\/b><br><br>\n<b>Rule References:<\/b> <i>Rules 8 & 18-A GID of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 8(1): \"No Government servant shall, except with the previous sanction of the Government, own wholly or in part, or conduct or participate in the editing or management of, any newspaper or other periodical publication or electronic media.\"<\/i><br><br>\n<i>Rule 8(3): \"A Government servant publishing a book or participating in a public media shall at all times make it clear that the views expressed by him are his own and not that of Government.\"<\/i><br><br>\n<i>GID under Rule 18-A: \"Time-limit beyond which permission may be assumed to have been granted... Rule 18-A (Transactions in immovable property outside India or with foreigners) - 60 days\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Exact wording of Rule 8(1)<br>\n<b>2.<\/b> \u2717 INCORRECT - Rule 8(3) makes it MANDATORY to clarify that views are personal<br>\n<b>3.<\/b> \u2717 INCORRECT - Time limit for Rule 18-A is 60 days, NOT 30 days<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, C, D.<\/b> \u2717 Statements 2 and 3 are incorrect`\n  },\n  {\n    id: 96,\n    year: '2023',\n    chapter: 'Rule 1 - Short title, commencement and application',\n    question: \"Which of the following categories of employees are covered by CCS (Conduct) Rules, 1964?\\n1. Civilians in Defence Service\\n2. A member of an All India Service\\n3. A Railway servant\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1, 2, and 3\",\n      \"1 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 1(3) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 1(3): \"...these rules shall apply to every person appointed to a civil service or post (including a civilian in Defence Service) in connection with the affairs of the Union:<br><br>\nProvided that nothing in these rules shall apply to any Government servant who is-<br>\n(a)(i) a Railway servant as defined in Section 3 of the Indian Railways Act...<br>\n(b) a member of an All India Service...\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 COVERED - Rule 1(3) specifically includes \"civilian in Defence Service\"<br>\n<b>2.<\/b> \u2717 NOT COVERED - Rule 1(3) Proviso (b) excludes AIS members; they are governed by AIS (Conduct) Rules, 1968<br>\n<b>3.<\/b> \u2717 NOT COVERED - Rule 1(3) Proviso (a) excludes Railway servants; they are governed by Railway Services (Conduct) Rules, 1966<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, C, D.<\/b> \u2717 AIS members and Railway servants are explicitly excluded`\n  },\n  {\n    id: 97,\n    year: '2023',\n    chapter: 'Rule 2 - Definitions',\n    question: \"In terms of Rule 2 of the CCS (Conduct) Rules, 1964, which of the following fall under the category of \\\"Members of Family\\\"?\\n1. Child or step-child who is no longer in any way dependent on the Government servant\\n2. Wife or Husband, as the case may be, of the Government servant separated from the Government servant by a decree or order of a competent Court\\n3. Any person, related, whether by blood or marriage, to the Government servant or to the Government servant's wife or husband and wholly dependent on the Government servant\\n4. Wife or husband, as the case may be, of the Government servant, not residing with the Government servant\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 only\",\n      \"3 and 4 only\",\n      \"2, 3, and 4 only\",\n      \"1, 2, 3, and 4\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 3 and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 2(c) - Definitions of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 2(c): \"'Members of Family' includes-<br>\n(i) the wife or husband, as the case may be, whether residing with the Government servant or not but does not include a wife or husband... separated... by a decree or order of a competent Court;<br>\n(ii) son or daughter or stepson or stepdaughter... wholly dependent on him, but does not include a child or stepchild who is no longer in any way dependent on the Government servant;<br>\n(iii) any other person related, whether by blood or marriage... wholly dependent on the Government servant.\"<\/i><br><br>\n<b>Analysis - Who IS included:<\/b><br>\n<b>3.<\/b> \u2713 INCLUDED - Rule 2(c)(iii) covers persons related by blood\/marriage who are wholly dependent<br>\n<b>4.<\/b> \u2713 INCLUDED - Rule 2(c)(i) states \"whether residing with the Government servant or not\"<br><br>\n<b>Who is NOT included:<\/b><br>\n<b>1.<\/b> \u2717 NOT INCLUDED - Rule 2(c)(ii) explicitly excludes non-dependent children<br>\n<b>2.<\/b> \u2717 NOT INCLUDED - Rule 2(c)(i) explicitly excludes judicially separated spouse<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 is NOT included<br>\n<b>C.<\/b> \u2717 Statement 2 is NOT included<br>\n<b>D.<\/b> \u2717 Statements 1 and 2 are NOT included`\n  },\n  {\n    id: 98,\n    year: '2023',\n    chapter: 'Rule 13 - Gifts',\n    question: \"What is the value of gifts accepted by a Government servant from his near relatives or from his personal friends having no official dealings with him, on occasions of weddings or anniversaries, beyond which he is required to make a report to the Government?\\n1. Rupees twenty-five thousand in the case of a Government servant holding any Group 'A' post\\n2. Rupees ten thousand in the case of a Government servant holding any Group 'C' post\\n3. Rupees fifteen thousand in the case of a Government servant holding any Group 'B' post\\n4. Rupees fifty thousand in the case of a Government servant holding any Group 'A' post\\n5. Rupees seven thousand five hundred in the case of a Government servant holding any Group 'C' post\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"3, 4, and 5 only\",\n      \"1, 3, and 5 only\",\n      \"1, 2, and 3 only\",\n      \"2 and 4 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1, 3, and 5 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 13(2) - Gifts of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 13(2): \"On occasions such as weddings, anniversaries, funerals or religious functions... a Government servant may accept gifts from his near relatives or from his personal friends having no official dealings with him, but shall make a report to the Government, if the value of such gift exceeds-<br>\n(i) rupees twenty-five thousand in the case of a Government servant holding any Group 'A' post;<br>\n(ii) rupees fifteen thousand in the case of a Government servant holding any Group 'B' post;<br>\n(iii) rupees seven thousand five hundred in the case of a Government servant holding any Group 'C' post.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Rs. 25,000 for Group A<br>\n<b>2.<\/b> \u2717 INCORRECT - Rs. 10,000 is wrong; correct is Rs. 7,500 for Group C<br>\n<b>3.<\/b> \u2713 CORRECT - Rs. 15,000 for Group B<br>\n<b>4.<\/b> \u2717 INCORRECT - Rs. 50,000 is wrong; correct is Rs. 25,000 for Group A<br>\n<b>5.<\/b> \u2713 CORRECT - Rs. 7,500 for Group C<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 4 is incorrect (Rs. 50,000 wrong)<br>\n<b>C.<\/b> \u2717 Statement 2 is incorrect (Rs. 10,000 wrong)<br>\n<b>D.<\/b> \u2717 Statements 2 and 4 are both incorrect`\n  },\n  {\n    id: 99,\n    year: '2023',\n    chapter: 'Rule 19 - Vindication of acts and character of Government servants',\n    question: \"Who among the following are part of the group constituted by the Government to scrutinize complaints against Secretaries to the Government of India, whether pseudonymous or otherwise?\\n1. Cabinet Secretary\\n2. Principal Secretary to the Prime Minister\\n3. Secretary (Co-ordination), in the Cabinet Secretariat\\n4. Secretary, MHA\\n5. Secretary, CVC\\n6. Secretary, DoP&T\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1, 2, and 3 only\",\n      \"1, 2, 4, and 5\",\n      \"3, 4, and 5 only\",\n      \"1, 2, 3, 5, and 6\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, 3, 5, and 6<\/b><br><br>\n<b>Rule Reference:<\/b> <i>GID (3) under Rule 19 of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>GID (3): \"It has been decided to constitute a group, under the Chairmanship of the Cabinet Secretary, to take a view on such complaints. The composition of the group shall be as follows:<br>\n(i) Cabinet Secretary<br>\n(ii) Principal Secretary to the Prime Minister<br>\n(iii) Secretary (Co-ordination) in the Cabinet Secretariat<br>\n(iv) Secretary, DoP&T, and<br>\n(v) Secretary, CVC\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 PART OF GROUP - Cabinet Secretary (Chairperson)<br>\n<b>2.<\/b> \u2713 PART OF GROUP - Principal Secretary to PM<br>\n<b>3.<\/b> \u2713 PART OF GROUP - Secretary (Co-ordination)<br>\n<b>4.<\/b> \u2717 NOT PART OF GROUP - Secretary, MHA is NOT included<br>\n<b>5.<\/b> \u2713 PART OF GROUP - Secretary, CVC<br>\n<b>6.<\/b> \u2713 PART OF GROUP - Secretary, DoP&T<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Incomplete - excludes Secretary CVC and Secretary DoP&T<br>\n<b>B.<\/b> \u2717 Includes Secretary MHA (wrong) and excludes Secretary DoP&T<br>\n<b>C.<\/b> \u2717 Excludes Cabinet Secretary and Principal Secy to PM`\n  },\n  {\n    id: 100,\n    year: '2023',\n    chapter: 'Rule 7 - Demonstration and Strikes',\n    question: \"Which of the following are covered under the definition of 'strike' in terms of the CCS (Conduct) Rules, 1964?\\n1. Mass abstention from work without permission\\n2. Refusal to work overtime where such overtime work is necessary in the public interest\\n3. Resorting to practices or conduct which is likely to result in cessation or substantial retardation of work in any organization\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1, 2, and 3\",\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 1, 2, and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 7 - GID (2) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>GID (2): \"'Strike' means refusal to work or stoppage or slowing down of work by a group of employees acting in combination and includes-<br>\n(i) mass abstention from work without permission (which is wrongly described as 'mass casual leave');<br>\n(ii) refusal to work overtime where such overtime work is necessary in the public interest;<br>\n(iii) resort to practices or conduct which is likely to result in or results in the cessation or substantial retardation of work in any organization.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 INCLUDED - GID (2)(i)<br>\n<b>2.<\/b> \u2713 INCLUDED - GID (2)(ii)<br>\n<b>3.<\/b> \u2713 INCLUDED - GID (2)(iii)<br><br>\n<b>All three are included in the definition of 'strike'.<\/b><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B, C, D.<\/b> \u2717 All incomplete - all three are covered under 'strike'`\n  },\n  {\n    id: 101,\n    year: '2023',\n    chapter: 'Rule 3 - General',\n    question: \"Under CCS (Conduct) Rules, 1964, which of the following statements regarding directions of superior officers are correct?\\n1. The directions of the official superior shall ordinarily be in writing.\\n2. The directions given by the official superior shall ordinarily be in the form of oral instructions only.\\n3. A Government servant who has received oral direction from his official superior shall seek confirmation of the oral instruction where practicable.\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3(2) & GID (16-A) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 3(2)(iii): \"The direction of the official superior shall ordinarily be in writing. Oral direction to subordinates shall be avoided, as far as possible.\"<\/i><br><br>\n<i>Rule 3(2)(iv) \/ GID (16-A)(iv): \"A junior officer who has received oral orders from his superior officer should seek confirmation in writing as early as practicable.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - Rule 3(2)(iii) mandates written directions ordinarily<br>\n<b>2.<\/b> \u2717 INCORRECT - Directly contradicts Rule 3(2)(iii); oral instructions should be AVOIDED, not the ordinary form<br>\n<b>3.<\/b> \u2713 CORRECT - GID (16-A)(iv) requires seeking written confirmation<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 is incorrect<br>\n<b>C.<\/b> \u2717 Statement 2 is incorrect<br>\n<b>D.<\/b> \u2717 Statement 2 is incorrect`\n  },\n  \/\/2024\n  {\n    id: 102,\n    year: '2024',\n    chapter: 'Rule 5 - Taking part in politics and elections',\n    question: \"Consider the following statements in the context of Rule 5 of CCS (Conduct) Rules, 1964:\\n1. Occasional attendance by a Government servant at meeting organized by a political party may not be construed as participation in a political movement.\\n2. A Government employee is not permitted to second the nomination of a candidate at an election.\\n3. No prior permission is required by a Government servant to join foreign language courses organized by the German-Indian Association.\\n\\nWhich of the statements given above are correct?\",\n    options: [\n      \"1, 2, and 3\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1 and 2 only\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1 and 2 only<\/b><br><br>\n<b>Rule References:<\/b> <i>Rule 5 & GIDs of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - GID (2): \"While occasional attendance at such meetings may not be construed as participation in a political movement, frequent or regular attendance by a Government servant at meetings of any particular political party is bound to create the impression that he is a sympathizer\"<br>\n<b>2.<\/b> \u2713 CORRECT - GID (5): \"The above rule clearly prohibits proposing or seconding by a Government servant of a candidate for election, as such action would constitute 'taking part in an election' within the meaning of Rule 5(4)\"<br>\n<b>3.<\/b> \u2717 INCORRECT - GID (14): \"Government servants desirous of joining such classes (foreign language classes conducted by Indo-Foreign Cultural Organizations like the German-Indian Association, Alliance Francaise de Delhi, etc.) should obtain prior permission from the Ministry or office in which they are serving\"<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 3 is incorrect<br>\n<b>B.<\/b> \u2717 Statement 3 is incorrect<br>\n<b>C.<\/b> \u2717 Statement 1 is correct (occasional attendance allowed)`\n  },\n  {\n    id: 103,\n    year: '2024',\n    chapter: 'Rule 7 - Demonstration and Strikes',\n    question: \"In the context of Rule 7 of CCS (Conduct) Rules, 1964, the term 'strike' includes:\\n1. Mass abstention from work without permission\\n2. Absence from work for participation in a Bandh\\n3. Refusal to work overtime where such overtime work is necessary in the public interest\\n4. Practice of 'stay-in'\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"1, 2, 3, and 4\",\n      \"1 and 3 only\",\n      \"1, 2, and 4 only\",\n      \"2, 3, and 4 only\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 1, 2, 3, and 4<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 7 - GID (2) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>GID (2): \"'Strike' means refusal to work or stoppage or slowing down of work by a group of employees acting in combination and includes-<br>\n(i) mass abstention from work without permission (which is wrongly described as 'mass casual leave');<br>\n(ii) refusal to work overtime where such overtime work is necessary in the public interest;<br>\n(iii) resort to practices or conduct which is likely to result in or results in the cessation or substantial retardation of work in any organization. Such practices would include, what are called, 'go-slow', 'sit-down', 'pen-down', 'stay-in', 'token', 'sympathetic' or any other similar strike; as also absence from work for participation in a Bandh or any similar movements.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 INCLUDED - GID (2)(i)<br>\n<b>2.<\/b> \u2713 INCLUDED - GID (2)(iii) specifically mentions \"participation in a Bandh\"<br>\n<b>3.<\/b> \u2713 INCLUDED - GID (2)(ii)<br>\n<b>4.<\/b> \u2713 INCLUDED - GID (2)(iii) specifically mentions \"stay-in\"<br><br>\n<b>All four are included in the definition of 'strike'.<\/b>`\n  },\n  {\n    id: 104,\n    year: '2024',\n    chapter: 'Rule 15 - Private trade or employment',\n    question: \"In the context of Rule 15 of CCS (Conduct) Rules, 1964, consider the following statements regarding private trade or employment:\\n1. Prior permission is not necessary for accepting remuneration for services rendered to a registered Co-operative Society.\\n2. Employees of Government institutions are not permitted to undertake private consultancy work.\\n3. Permission can be granted to a Government employee to do Homeopathy practice, if he\/she is registered as practitioner under the relevant law of the State concerned.\\n4. A Government servant can take up agency for selling National Saving Certificates.\\n\\nWhich of the statements given above are correct?\",\n    options: [\n      \"1 and 4\",\n      \"3 and 4\",\n      \"2 and 3\",\n      \"1 and 3\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 2 and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 15 & GIDs of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2717 INCORRECT - GID (4): \"Prior permission of the Government under Rule 15 of the said rules is necessary\" for accepting remuneration for services rendered to Co-operative Societies<br>\n<b>2.<\/b> \u2713 CORRECT - GID (8): \"Private practice (whether it be in the nature of consultancy work or of some other type of work) shall not be permitted to any member of the staff in any Government institution\"<br>\n<b>3.<\/b> \u2713 CORRECT - GID (13): \"A Government servant who is registered as a practitioner in Homoeopathic system of medicine under the relevant law of the State concerned may be granted permission to practise... even though he may not possess recognized qualifications\"<br>\n<b>4.<\/b> \u2717 INCORRECT - GID (11): \"Government servants should be advised not to take up an agency for selling various savings certificates, etc., introduced by Government\" - such appointments attract Rule 15<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statements 1 and 4 are incorrect<br>\n<b>B.<\/b> \u2717 Statement 4 is incorrect<br>\n<b>D.<\/b> \u2717 Statement 1 is incorrect`\n  },\n  {\n    id: 105,\n    year: '2024',\n    chapter: 'Rule 18 - Movable, immovable and valuable property',\n    question: \"In the context of Rule 18 of CCS (Conduct) Rules, 1964, which one of the following is not included in the expression \\\"movable property\\\"?\",\n    options: [\n      \"Health insurance policy taken for parents, annual premium of which exceeds two months' basic pay\",\n      \"Saving Bank Deposit made out of his\/her salary\",\n      \"Government Securities\",\n      \"Loan taken by a Government servant\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Saving Bank Deposit made out of his\/her salary<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 18 Explanation I & GID (10) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Explanation I to Rule 18: \"The expression 'movable property' includes-<br>\n(a) jewellery, insurance policies, the annual premia of which exceeds two months' basic pay of the Government servant, shares, securities and debentures;<br>\n(b) all loans, whether secured or not, advanced or taken by the Government servant;<br>\n(c) motor cars, motor cycles, horses or any other means of conveyance; and<br>\n(d) refrigerators, radios, radiograms and television sets.\"<\/i><br><br>\n<i>GID (10): \"Deposits in a Savings Bank Account made by a Government servant from out of his salary or accumulated savings would not come within the scope of Rule 18(3).\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>A.<\/b> \u2713 INCLUDED - Insurance policies with annual premium exceeding 2 months' basic pay<br>\n<b>B.<\/b> \u2717 NOT INCLUDED - Savings Bank deposits from salary explicitly excluded per GID (10)<br>\n<b>C.<\/b> \u2713 INCLUDED - Government Securities fall under \"securities\"<br>\n<b>D.<\/b> \u2713 INCLUDED - Explanation I(b) \"all loans... taken by the Government servant\"`\n  },\n  {\n    id: 106,\n    year: '2024',\n    chapter: 'Rule 1 - Short title, commencement and application',\n    question: \"CCS (Conduct) Rules, 1964 are not applicable to:\",\n    options: [\n      \"Employees of non-statutory departmental canteens\",\n      \"Person appointed as personal staff of a Minister on co-terminus basis\",\n      \"An IAS officer appointed as Joint Secretary to the Government of India\",\n      \"Employees of Central Public Undertakings partly financed by the Central Government\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - An IAS officer appointed as Joint Secretary to the Government of India<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 1(3) Proviso (b) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 1(3) Proviso: \"Nothing in these rules shall apply to any Government servant who is-<br>\n(b) a member of an All India Service\"<\/i><br><br>\nIAS officers are members of All India Services and are governed by AIS (Conduct) Rules, 1968, NOT CCS (Conduct) Rules, 1964.<br><br>\n<b>Why other options are incorrect - Rules DO apply to:<\/b><br>\n<b>A.<\/b> \u2717 Non-statutory canteen employees - GID (6): \"Declared as Government employees with effect from 1-10-1991 and have been extended all benefits as are available to other Government employees\" - CCS Rules apply<br>\n<b>B.<\/b> \u2717 Minister's personal staff (coterminous) - GID (5): \"They hold civil posts and... all provisions of the Conduct Rules would be applicable to them\"<br>\n<b>D.<\/b> \u2717 CPU employees - Not explicitly excluded; specific rules depend on their status`\n  },\n  {\n    id: 107,\n    year: '2024',\n    chapter: 'Mixed Rules',\n    question: \"Consider the following statements in the context of CCS (Conduct) Rules, 1964:\\n1. A Government servant may be allowed to join educational institution outside normal office hours without any restriction.\\n2. A Government servant should seek permission of the Government before approaching a Court of Law to redress his\/her grievances.\\n3. Departmental action against a Government employee can be taken for neglecting his wife and family without invoking any Conduct Rules.\\n4. If any oral instruction has been issued by any senior officer, he\/she should confirm it in writing immediately thereafter.\\n\\nWhich of the statements given above are correct?\",\n    options: [\n      \"1, 2, 3, and 4\",\n      \"3 and 4 only\",\n      \"2 and 3 only\",\n      \"1 and 2 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 3 and 4 only<\/b><br><br>\n<b>Rule References:<\/b> <i>Rules 3(2), GIDs (4)(11)(12) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2717 INCORRECT - GID (4): \"Ordinarily, there can be no objection... But this must be subject to the condition that such pursuit does in no way detract from their efficiency. Wherever found necessary, the administrative authorities may require that Government servants under their control should take prior permission\" - NOT without any restriction<br>\n<b>2.<\/b> \u2717 INCORRECT - GID (11): \"Permission to sue Government in a Court of Law for the redress of such grievances... is not necessary\" - No permission required<br>\n<b>3.<\/b> \u2713 CORRECT - GID (12): \"In cases where a Government servant is reported to have acted in a manner unbecoming of a Government servant, as for instance, by neglecting his wife and family, departmental action can be taken against him on that score without invoking any of the Conduct Rules\"<br>\n<b>4.<\/b> \u2713 CORRECT - Rule 3(2)(iii): \"Where the issue of oral direction becomes unavoidable, the official superior shall confirm it in writing immediately thereafter\"<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, C, D.<\/b> \u2717 Include incorrect statements (1 and\/or 2)`\n  },\n  {\n    id: 108,\n    year: '2024',\n    chapter: 'Rule 2 - Definitions',\n    question: \"In the context of CCS (Conduct) Rules, 1964, which of the following are included as \\\"Members of Family\\\"?\\n1. Stepson wholly dependent on Government servant\\n2. Brother-in-law not wholly dependent on the Government servant\\n3. Legally separated husband of a Government servant\\n4. Unmarried daughter of a Government servant wholly dependent on him\/her\\n\\nSelect the correct answer using the code given below:\",\n    options: [\n      \"2 and 3 only\",\n      \"1, 3, and 4\",\n      \"1 and 4 only\",\n      \"2, 3, and 4\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 1 and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 2(c) - Definitions of CCS (Conduct) Rules, 1964<\/i><br><br>\n<i>Rule 2(c): \"'Members of Family' includes-<br>\n(i) the wife or husband... but does not include a wife or husband... separated... by a decree or order of a competent Court;<br>\n(ii) son or daughter or stepson or stepdaughter of the Government servant and wholly dependent on him...<br>\n(iii) any other person related, whether by blood or marriage... wholly dependent on the Government servant.\"<\/i><br><br>\n<b>Analysis - Who IS included:<\/b><br>\n<b>1.<\/b> \u2713 INCLUDED - Rule 2(c)(ii) includes \"stepson... wholly dependent on him\"<br>\n<b>4.<\/b> \u2713 INCLUDED - Rule 2(c)(ii) includes \"daughter... wholly dependent on him\"<br><br>\n<b>Who is NOT included:<\/b><br>\n<b>2.<\/b> \u2717 NOT INCLUDED - Rule 2(c)(iii) requires \"wholly dependent\"; brother-in-law NOT wholly dependent is excluded<br>\n<b>3.<\/b> \u2717 NOT INCLUDED - Rule 2(c)(i) explicitly excludes spouse \"separated... by a decree or order of a competent Court\"<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, D.<\/b> \u2717 Include non-dependent brother-in-law or legally separated spouse`\n  },\n {\n    id: 109,\n    year: '2024',\n    chapter: 'Rule 20 - Canvassing of non-official or other outside influence',\n    question: \"In the context of CCS (Conduct) Rules, 1964, consider the following statements regarding official dealings with the Members of Parliament (MP):\\n1. The enclosure reserved for MPs when invited en bloc to major state function should be next to the Governors, Chief Justice, Lok Sabha Speaker, etc.\\n2. Government servant may approach a Member of Parliament or a Member of Legislative Assembly for sponsoring his\/her individual case.\\n3. To promptly attend references from Committees of Parliament, an officer at the level of Joint Secretary or equivalent should be charged with the responsibility.\\n4. A communication received from the MP should be acknowledged within 15 days.\\n\\nWhich of the statements given above are correct?\",\n    options: [\n      \"1, 3, and 4\",\n      \"2, 3, and 4\",\n      \"1 and 2 only\",\n      \"3 and 4 only\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 1, 3, and 4<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 20 of CCS (Conduct) Rules, 1964 read with Government of India Decisions (GIDs) on Official dealings with MPs<\/i><br><br>\n\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - As per GID on Warrant of Precedence, MPs should be accorded prominent seating at state functions<br><br>\n<b>2.<\/b> \u2717 INCORRECT - <i>Rule 20 (Canvassing of non-official or other outside influence)<\/i> PROHIBITS government servants from bringing any outside influence to bear upon any superior authority to further their interests in service matters. Approaching MPs to sponsor individual cases is a clear violation of this rule<br><br>\n<b>3.<\/b> \u2713 CORRECT - Administrative instruction requires a Joint Secretary level officer to ensure prompt attention to Parliament Committee references<br><br>\n<b>4.<\/b> \u2713 CORRECT - Manual of Office Procedure requires acknowledgment of MP communications within 15 days<br><br>\n<b>Key Point:<\/b> Statement 2 is the ONLY incorrect statement as it violates Rule 20 of CCS (Conduct) Rules, 1964. Hence, statements 1, 3, and 4 are correct.<br><br>\n`\n  },\n  {\n    id: 110,\n    year: '2024',\n    chapter: 'Rule 3-C - Prohibition of sexual harassment of working women',\n    question: \"In the context of CCS (Conduct) Rules, 1964, consider the following statements regarding \\\"Prohibition of Sexual Harassment of Working Women\\\":\\n1. The Complaints Committee should be headed by a woman and not less than half of its members should be women.\\n2. The findings of the Complaints Committee are not binding on the disciplinary authority to initiate disciplinary proceedings against the Government servant(s) concerned under the provisions of CCS (CCA) Rules.\\n3. The Complaints Committee has the powers to recommend to the employer the transfer of the aggrieved woman or the charged official to any other workplace.\\n4. Third party such as NGO shall not be a part of the Complaints Committee.\\n\\nWhich of the statements given above are correct?\",\n    options: [\n      \"1, 2, 3, and 4\",\n      \"2 and 4 only\",\n      \"1, 3, 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>\n<b>Rule Reference:<\/b> <i>Rule 3-C & GIDs (25), (25-C) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2713 CORRECT - GID (25-C)(iii): \"The Complaints Committee should be headed by a woman and not less than half of its members should be women\"<br>\n<b>2.<\/b> \u2717 INCORRECT - GID (25) Follow-up Action: \"The findings of the Complaints Committee regarding sexual harassment... will be binding on the disciplinary authority to initiate disciplinary proceedings\" - Findings ARE binding<br>\n<b>3.<\/b> \u2713 CORRECT - GID (25-C)(vi) under SHWW Act: \"The Committee will have the powers to recommend to the employer: (a) to transfer the aggrieved woman or the charged officer to any other workplace\"<br>\n<b>4.<\/b> \u2717 INCORRECT - GID (25-C)(iii): \"The Complaints Committee should involve a third party, either NGO or other body who is familiar with the issue of sexual harassment\" - Third party IS required<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 Include statements 2 and\/or 4 which are incorrect`\n  },\n  {\n    id: 111,\n    year: '2024',\n    chapter: 'Mixed Rules',\n    question: \"Consider the following statements in the context of CCS (Conduct) Rules, 1964:\\n1. A Government servant may obtain 'No Objection Certificate' from the Government if he\/she wishes to migrate to foreign countries.\\n2. Disciplinary proceedings could be initiated against an officer adopting dilatory attitude leading to delay in decision-making.\\n3. A representation made by a Government servant involving inter-departmental consultation should be disposed of normally within a maximum period of three months.\\n4. The term 'employment' does not include unpaid apprenticeships.\\n\\nWhich of the statements given above are correct?\",\n    options: [\n      \"2 and 3 only\",\n      \"1 and 3 only\",\n      \"2, 3, and 4\",\n      \"1 and 4 only\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 2 and 3 only<\/b><br><br>\n<b>Rule References:<\/b> <i>Rules 3-A, 4 & GIDs of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>Analysis:<\/b><br>\n<b>1.<\/b> \u2717 INCORRECT - A serving Government servant cannot obtain NOC for emigration\/migration to foreign countries as this implies intent to resign\/leave service; emigration clearance is for persons leaving Government service<br>\n<b>2.<\/b> \u2713 CORRECT - GID (31-B): \"Disciplinary proceedings could be initiated if an officer adopts a dilatory attitude, leading to delay in decision-making and\/or harassment of the public\"<br>\n<b>3.<\/b> \u2713 CORRECT - GID (31-A): \"A representation made by a Government employee... if requiring inter-departmental consultation, such representation should be replied to normally within a maximum period of three months\"<br>\n<b>4.<\/b> \u2717 INCORRECT - GID (1) under Rule 4: \"The term 'Employment' in the rule includes apprenticeship, whether paid or unpaid, with firms\" - Unpaid apprenticeship IS included<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Statement 1 is incorrect<br>\n<b>C.<\/b> \u2717 Statement 4 is incorrect<br>\n<b>D.<\/b> \u2717 Statements 1 and 4 are both incorrect`\n  },\n  \/\/2025\n    {\n    id: 112,\n    year: '2025',\n    chapter: 'Mixed Rules',\n    question: \"Participation of Central Government servants in \\\"gherao\\\" is construed as violation of which of the following Rule(s) of the Central Civil Services (Conduct) Rules, 1964?\\n\\n(a) Rule 3 only\\n(b) Rule 7 only\\n(c) Both Rule 3 and Rule 7\\n(d) Rule 6\",\n    options: [\n      \"Rule 3 only\",\n      \"Rule 7 only\",\n      \"Both Rule 3 and Rule 7\",\n      \"Rule 6\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Both Rule 3 and Rule 7<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3 (General) and Rule 7 (Demonstrations and Strikes) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>1.<\/b> <i>Rule 3 (General)<\/i> - Every Government servant shall maintain absolute integrity, devotion to duty, and do nothing unbecoming of a Government servant. Gherao involves coercion and intimidation which violates general standards of conduct.<br><br>\n<b>2.<\/b> <i>Rule 7 (Demonstrations and Strikes)<\/i> - Prohibits Government servants from participating in any demonstration or resort to any form of strike. Gherao is a form of coercive demonstration where a person is surrounded and prevented from leaving.<br><br>\n<b>Why Option D is wrong:<\/b> Rule 6 deals with \"Joining of associations\" which is not directly related to gherao activities.`\n  },\n  {\n    id: 113,\n    year: '2025',\n    chapter: 'Rule 4 - Employment of near relatives in companies or firms',\n    question: \"In the context of Rule 4 of the Central Civil Services (Conduct) Rules, 1964 relating to 'employment of near relatives of Government servants in companies or firms', which of the following are included in the definition of \\\"Members of Family\\\"?\\n\\n1. Father dependent on the Government servant\\n2. Brother-in-law (sister's husband) not dependent on the Government servant\\n3. Unmarried daughter wholly dependent on the Government servant\\n4. Sister-in-law (brother's wife) not dependent on the Government servant\\n\\nSelect the correct answer using the codes given below:\",\n    options: [\n      \"1 and 3 only\",\n      \"1, 2, 3 and 4\",\n      \"1 and 4 only\",\n      \"2, 3 and 4 only\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 1 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 4 read with Rule 2(c) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>\"Members of Family\"<\/b> under Rule 2(c) includes:<br>\n- Wife or husband<br>\n- Son or daughter (including stepson\/stepdaughter) whether residing with the Government servant or not, but <b>wholly dependent<\/b> on the Government servant<br>\n- Any other person related by blood or marriage to the Government servant or spouse and <b>wholly dependent<\/b> on the Government servant<br><br>\n<table border=\"1\" cellpadding=\"8\" cellspacing=\"0\">\n<tr><th>Statement<\/th><th>Status<\/th><th>Reason<\/th><\/tr>\n<tr><td>1. Father dependent on Government servant<\/td><td>\u2713 Included<\/td><td>Related by blood AND dependent<\/td><\/tr>\n<tr><td>2. Brother-in-law NOT dependent<\/td><td>\u2717 Not Included<\/td><td>NOT wholly dependent<\/td><\/tr>\n<tr><td>3. Unmarried daughter wholly dependent<\/td><td>\u2713 Included<\/td><td>Daughter AND wholly dependent<\/td><\/tr>\n<tr><td>4. Sister-in-law NOT dependent<\/td><td>\u2717 Not Included<\/td><td>NOT wholly dependent<\/td><\/tr>\n<\/table><br>\n<b>Key Point:<\/b> The crucial requirement is \"wholly dependent\" - relatives who are not dependent do not fall within the definition regardless of their relationship.`\n  },\n  {\n    id: 114,\n    year: '2025',\n    chapter: 'Rule 24 - Delegation of Powers',\n    question: \"In terms of the delegation of powers under Central Civil Services (Conduct) Rules, 1964, who among the following is the Competent Authority to grant permission for employment of near relatives in private firms having official dealings in the case of an officer of Central Civil Service Group 'A' on deputation in Andaman and Nicobar Islands?\",\n    options: [\n      \"Administrative Ministry or Department of Government of India\",\n      \"Administrator of the Union Territory concerned\",\n      \"Head of Department\",\n      \"Department of Personnel and Training\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Administrator of the Union Territory concerned<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 24 (Delegation of Powers) read with Rule 4 of CCS (Conduct) Rules, 1964<\/i><br><br>\nAs per the Schedule to Rule 24 regarding delegation of powers:<br><br>\n<b>For Group 'A' officers on deputation to Union Territories:<\/b><br>\nThe <b>Administrator of the Union Territory concerned<\/b> is the competent authority to grant permissions under various rules including Rule 4 (Employment of near relatives).<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Administrative Ministry would be competent only if the officer is serving under them directly, not on deputation to UT<br>\n<b>C.<\/b> \u2717 Head of Department is typically competent for Group 'B' and below officers<br>\n<b>D.<\/b> \u2717 DoPT is not the competent authority for individual permissions; it frames rules and policies`\n  },\n  {\n    id: 115,\n    year: '2025',\n    chapter: 'Mixed Rules',\n    question: \"Consider the following statements in the context of Central Civil Services (Conduct) Rules, 1964:\\n\\n1. Humiliating treatment likely to affect the health or safety of a working woman is in the nature of sexual harassment.\\n2. Joint representation from Government servants should be viewed as subversive of discipline.\\n3. During lunch break, the Government servants cannot play cards in the recreation rooms.\\n4. A member of an All India Service is governed by the Central Civil Services (Conduct) Rules, 1964.\\n\\nWhich of the statements given above are correct?\",\n    options: [\n      \"1, 2 and 4\",\n      \"2 and 3 only\",\n      \"1, 3 and 4\",\n      \"1 and 2 only\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1 and 2 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3-C (Sexual Harassment), Rule 6 (Joining of associations), and Rule 1 (Application) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<table border=\"1\" cellpadding=\"8\" cellspacing=\"0\">\n<tr><th>Statement<\/th><th>Status<\/th><th>Rule\/Reason<\/th><\/tr>\n<tr><td>1. Humiliating treatment affecting health\/safety of working woman is sexual harassment<\/td><td>\u2713 CORRECT<\/td><td><i>Rule 3-C<\/i> - Explanation (v) specifically includes \"any other unwelcome physical, verbal or non-verbal conduct of sexual nature\" and humiliating treatment affecting health\/safety<\/td><\/tr>\n<tr><td>2. Joint representation is subversive of discipline<\/td><td>\u2713 CORRECT<\/td><td><i>Rule 6<\/i> - GID clarifies that joint representations should be viewed as subversive of good discipline<\/td><\/tr>\n<tr><td>3. Cannot play cards during lunch break in recreation rooms<\/td><td>\u2717 INCORRECT<\/td><td>Government servants CAN play cards during lunch break in recreation rooms specifically provided for this purpose<\/td><\/tr>\n<tr><td>4. AIS members governed by CCS Conduct Rules<\/td><td>\u2717 INCORRECT<\/td><td><i>Rule 1<\/i> - CCS Conduct Rules apply to Central Civil Services, NOT to All India Services (IAS, IPS, IFoS) who are governed by AIS (Conduct) Rules, 1968<\/td><\/tr>\n<\/table>`\n  },\n  {\n    id: 116,\n    year: '2025',\n    chapter: 'Rule 18 - Movable, immovable and valuable property',\n    question: \"What is the period, from the date of any transaction in movable property by a Government servant either in his name or in the name of any member of his family, within which he is required to report the transaction to the prescribed authority, if the value of such transaction exceeds two months' basic pay of the Government servant?\",\n    options: [\n      \"Within one month\",\n      \"Within two months\",\n      \"Within three months\",\n      \"Within fifteen days\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - Within one month<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 18(3) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>Rule 18(3)<\/b> states that every Government servant shall report to the prescribed authority every transaction concerning movable property owned or held by him either in his own name or in the name of a member of his family, if the value of such property exceeds <b>two months' basic pay<\/b> of the Government servant.<br><br>\n<b>Time Limit:<\/b> Such report shall be made <b>within one month<\/b> from the date of such transaction.<br><br>\n<b>Key Points:<\/b><br>\n- Threshold: Value exceeding two months' basic pay<br>\n- Reporting period: Within ONE MONTH from transaction date<br>\n- Applies to transactions in own name OR family member's name<br>\n- Includes both acquisition and disposal of movable property`\n  },\n  {\n    id: 117,\n    year: '2025',\n    chapter: 'Rule 3 - General',\n    question: \"In terms of the Central Civil Services (Conduct) Rules, 1964, which of the following acts, conducts and omissions on the part of a Government servant may amount to misconduct?\\n\\n1. If the Government servant is abusive\\n2. If the neglect of the Government servant though isolated, tends to cause serious consequences\\n3. Conviction by a Criminal Court\\n4. Wilful disobedience, whether alone or in combination with others, to any reasonable order of a superior officer\\n5. Over-staying leave\\n\\nSelect the correct answer using the codes given below:\",\n    options: [\n      \"2, 3 and 5 only\",\n      \"1, 3 and 4 only\",\n      \"2, 4 and 5 only\",\n      \"1, 2, 3, 4 and 5\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, 3, 4 and 5<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3 (General) of CCS (Conduct) Rules, 1964 read with GIDs on Misconduct<\/i><br><br>\n<b>ALL the listed acts constitute misconduct:<\/b><br><br>\n<table border=\"1\" cellpadding=\"8\" cellspacing=\"0\">\n<tr><th>Act\/Conduct<\/th><th>Status<\/th><th>Reason<\/th><\/tr>\n<tr><td>1. Being abusive<\/td><td>\u2713 Misconduct<\/td><td>Violates standard of conduct expected; unbecoming of a Government servant<\/td><\/tr>\n<tr><td>2. Isolated neglect causing serious consequences<\/td><td>\u2713 Misconduct<\/td><td>Even isolated neglect amounts to misconduct if it tends to cause serious consequences<\/td><\/tr>\n<tr><td>3. Conviction by Criminal Court<\/td><td>\u2713 Misconduct<\/td><td>Conviction for criminal offence involving moral turpitude is misconduct<\/td><\/tr>\n<tr><td>4. Wilful disobedience to superior's order<\/td><td>\u2713 Misconduct<\/td><td>Clear violation of Rule 3; insubordination is serious misconduct<\/td><\/tr>\n<tr><td>5. Over-staying leave<\/td><td>\u2713 Misconduct<\/td><td>Unauthorized absence is misconduct warranting disciplinary action<\/td><\/tr>\n<\/table><br>\n<b>Key Point:<\/b> Misconduct is not specifically defined in the Rules but includes any act, omission, or conduct prejudicial to good order and service discipline, or unbecoming of a Government servant.`\n  },\n  {\n    id: 118,\n    year: '2025',\n    chapter: 'Rule 2 - Definitions',\n    question: \"In the context of the Central Civil Services (Conduct) Rules, 1964, which of the following statement(s) is\/are correct?\\n\\n1. \\\"Government servant\\\" means any person appointed by the Central or State Government to a post in connection with the affairs of the Union or the State.\\n2. \\\"Government servant\\\" means any person appointed by the Central Government to a post in connection with the affairs of the Union.\\n3. A Government servant whose services are placed at the disposal of a Corporation by the Government and his salary is drawn from sources other than the Consolidated Fund of India shall be governed by the Central Civil Services (Conduct) Rules, 1964.\\n\\nSelect the correct answer using the codes given below:\",\n    options: [\n      \"1, 2 and 3\",\n      \"2 and 3 only\",\n      \"1 only\",\n      \"2 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 2 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 2(b) and Rule 1(3) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<table border=\"1\" cellpadding=\"8\" cellspacing=\"0\">\n<tr><th>Statement<\/th><th>Status<\/th><th>Reason<\/th><\/tr>\n<tr><td>1. Person appointed by Central or State Government to post in connection with affairs of Union or State<\/td><td>\u2717 INCORRECT<\/td><td><i>Rule 2(b)<\/i> defines Government servant as person appointed by <b>Central Government only<\/b> to post in connection with <b>affairs of Union only<\/b> - NOT State Government or State affairs<\/td><\/tr>\n<tr><td>2. Person appointed by Central Government to post in connection with affairs of Union<\/td><td>\u2713 CORRECT<\/td><td>This is the exact definition under <i>Rule 2(b)<\/i><\/td><\/tr>\n<tr><td>3. Person on deputation to Corporation with salary from non-CFI sources is governed by CCS Conduct Rules<\/td><td>\u2713 CORRECT<\/td><td><i>Rule 1(3)<\/i> - CCS Conduct Rules continue to apply to Government servants whose services are placed at disposal of company, corporation, organization or local authority<\/td><\/tr>\n<\/table><br>\n<b>Key Point:<\/b> CCS Conduct Rules apply only to Central Government servants, not State Government servants who are governed by their respective State Civil Services Conduct Rules.`\n  },\n  {\n    id: 119,\n    year: '2025',\n    chapter: 'Mixed Rules',\n    question: \"In terms of the Central Civil Services (Conduct) Rules, 1964, in which of the following cases, prior permission\/sanction of the prescribed authority is necessary for a Government servant?\\n\\n1. Giving evidence at any departmental enquiry ordered by authorities subordinate to the Government\\n2. To join Home Guards organization\\n3. Giving evidence in any judicial enquiry\\n4. To accept fee for work done for a public body\\n\\nSelect the correct answer using the codes given below:\",\n    options: [\n      \"2 and 4 only\",\n      \"1, 3 and 4 only\",\n      \"1, 2, 3 and 4\",\n      \"1, 2 and 3 only\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 2 and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10 (Evidence before Committee or authority) and Rule 15 (Private trade or employment) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<table border=\"1\" cellpadding=\"8\" cellspacing=\"0\">\n<tr><th>Activity<\/th><th>Prior Permission Required?<\/th><th>Rule\/Reason<\/th><\/tr>\n<tr><td>1. Evidence at departmental enquiry by subordinate authorities<\/td><td>\u2717 NOT Required<\/td><td><i>Rule 10(2)<\/i> - No sanction required for evidence at departmental inquiry ordered by authorities subordinate to Government<\/td><\/tr>\n<tr><td>2. Joining Home Guards<\/td><td>\u2713 Required<\/td><td><i>Rule 15<\/i> - Prior permission needed to undertake any other employment\/work<\/td><\/tr>\n<tr><td>3. Evidence in judicial enquiry<\/td><td>\u2717 NOT Required<\/td><td><i>Rule 10(2)<\/i> - No sanction required for giving evidence in judicial inquiry<\/td><\/tr>\n<tr><td>4. Accept fee for work done for public body<\/td><td>\u2713 Required<\/td><td><i>Rule 15<\/i> - Prior sanction needed to accept fee for work done for any public body<\/td><\/tr>\n<\/table><br>\n<b>Rule 10(2) Exceptions:<\/b> Sanction NOT required for evidence:<br>\n- At inquiry before authority appointed by Government\/Parliament\/State Legislature<br>\n- In judicial inquiry<br>\n- At departmental inquiry ordered by authorities subordinate to Government`\n  },\n  {\n    id: 120,\n    year: '2025',\n    chapter: 'Mixed Rules',\n    question: \"Consider the following statements in the context of Central Civil Services (Conduct) Rules, 1964:\\n\\n1. The staff engaged in non-statutory departmental canteens\/tiffin rooms are governed under the provisions of the Central Civil Services (Conduct) Rules, 1964.\\n2. Participation of the Government servants in the activities of Rashtriya Swayamsevak Sangh shall attract the provisions of sub-rule (1) of Rule 5 of the Central Civil Services (Conduct) Rules, 1964.\\n3. Failure on the part of a Government servant to inform his official superior about his detention by the Police Authorities and the fact of his arrest and the circumstances connected therewith will render him liable to disciplinary action on this ground alone.\\n\\nWhich of the statement(s) given above is\/are correct?\",\n    options: [\n      \"1 and 3 only\",\n      \"1, 2 and 3\",\n      \"2 only\",\n      \"1 and 2 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1, 2 and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 1 (Application), Rule 5 (Taking part in politics) and Rule 3 (General) of CCS (Conduct) Rules, 1964<\/i><br><br>\n<table border=\"1\" cellpadding=\"8\" cellspacing=\"0\">\n<tr><th>Statement<\/th><th>Status<\/th><th>Rule\/Reason<\/th><\/tr>\n<tr><td>1. Staff in non-statutory departmental canteens\/tiffin rooms are governed by CCS Conduct Rules<\/td><td>\u2713 CORRECT<\/td><td>As per GID under <i>Rule 1<\/i>, staff engaged in non-statutory departmental canteens\/tiffin rooms set up in Government offices are covered by CCS Conduct Rules<\/td><\/tr>\n<tr><td>2. Participation in RSS activities attracts Rule 5(1)<\/td><td>\u2713 CORRECT<\/td><td><i>Rule 5(1)<\/i> read with Office Memorandum - RSS is included in the list of organizations whose activities Government servants are prohibited from participating in<\/td><\/tr>\n<tr><td>3. Failure to inform about arrest\/detention renders liable to disciplinary action<\/td><td>\u2713 CORRECT<\/td><td>As per GID under <i>Rule 3<\/i>, failure to intimate official superior about arrest\/detention is itself ground for disciplinary action, independent of outcome of criminal proceedings<\/td><\/tr>\n<\/table><br>\n<b>Key Points:<\/b><br>\n- RSS, Jamaat-e-Islami and SIMI are specifically mentioned organizations under Rule 5<br>\n- Duty to report arrest\/detention is part of maintaining absolute integrity under Rule 3`\n  },\n  {\n    id: 121,\n    year: '2025',\n    chapter: 'Rule 3 - General',\n    question: \"Consider the following statements regarding 'oral instructions' in the context of Central Civil Services (Conduct) Rules, 1964:\\n\\n1. All points emerging from discussions between two or more officers of the same department and the conclusions reached will be recorded on the relevant file by the officer authorizing action.\\n2. Oral instructions may not be confirmed in writing.\\n3. An officer working in a Ministry receiving oral instructions from the Minister which are not in accordance with rules should seek further clear orders from the Secretary about the line of action.\\n\\nWhich of the statement(s) given above is\/are correct?\",\n    options: [\n      \"1, 2 and 3\",\n      \"2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 1 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3 of CCS (Conduct) Rules, 1964 read with GIDs on Oral Instructions and Manual of Office Procedure<\/i><br><br>\n<table border=\"1\" cellpadding=\"8\" cellspacing=\"0\">\n<tr><th>Statement<\/th><th>Status<\/th><th>Reason<\/th><\/tr>\n<tr><td>1. Points from discussions and conclusions recorded on file by authorizing officer<\/td><td>\u2713 CORRECT<\/td><td>As per established procedure, all significant points and conclusions from inter-officer discussions must be recorded on the relevant file by the officer authorizing action<\/td><\/tr>\n<tr><td>2. Oral instructions may not be confirmed in writing<\/td><td>\u2717 INCORRECT<\/td><td>Oral instructions SHOULD be confirmed in writing. The correct position is that oral instructions SHALL be confirmed in writing as soon as possible for record purposes<\/td><\/tr>\n<tr><td>3. Officer receiving oral instructions from Minister not in accordance with rules should seek orders from Secretary<\/td><td>\u2713 CORRECT<\/td><td>As per GID, if oral instructions from Minister are not in accordance with rules\/prescribed procedure, the officer should seek clear written orders from the Secretary about the line of action to be taken<\/td><\/tr>\n<\/table><br>\n<b>Key Principle:<\/b> Written records are essential for accountability and transparency. Oral instructions, especially those that may be irregular, require proper documentation and escalation through appropriate channels.`\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-5735","page","type-page","status-publish","hentry","category-pyq"],"_links":{"self":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/5735","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=5735"}],"version-history":[{"count":121,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/5735\/revisions"}],"predecessor-version":[{"id":8408,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/5735\/revisions\/8408"}],"wp:attachment":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5735"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5735"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5735"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}