{"id":8492,"date":"2026-01-06T14:52:18","date_gmt":"2026-01-06T14:52:18","guid":{"rendered":"https:\/\/promotionexams.com\/?page_id=8492"},"modified":"2026-01-30T15:29:33","modified_gmt":"2026-01-30T15:29:33","slug":"test-series-on-posco-act","status":"publish","type":"page","link":"https:\/\/promotionexams.com\/?page_id=8492","title":{"rendered":"Test series on POSCO Act"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8492\" class=\"elementor elementor-8492\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0e2e154 e-con-full e-flex e-con e-parent\" data-id=\"0e2e154\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72202af elementor-widget elementor-widget-html\" data-id=\"72202af\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n============================================\nCSS ADDA - CHAPTER\/RULE WISE MCQ QUIZ\nWITH WOOCOMMERCE INTEGRATION\n============================================\n\nHOW TO USE:\n1. Add cssadda-quiz-functions.php to your theme's functions.php or use Code Snippets plugin\n2. Create a WooCommerce product for this test series\n3. Create a WordPress page for the quiz\n4. In page sidebar, set \"Linked Product IDs\" (appears after adding PHP code)\n5. Add this HTML code via Elementor HTML widget or Custom HTML block\n6. Update quizData below with actual questions\n\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 - CHAPTER WISE QUIZ STYLES\n   Color Theme: Blue (#2563EB) & Orange (#F59E0B)\n======================================== *\/\n\n:root {\n    --primary-blue: #2563EB;\n    --primary-blue-dark: #1D4ED8;\n    --primary-blue-light: #3B82F6;\n    --accent-orange: #F59E0B;\n    --accent-orange-light: #FBBF24;\n    --accent-orange-dark: #D97706;\n    --success-green: #10B981;\n    --error-red: #EF4444;\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: 16px;\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    min-height: 100vh;\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    -webkit-touch-callout: none;\n}\n\n\/* Print Prevention *\/\n@media print {\n    .ldce-quiz-wrapper {\n        display: none !important;\n    }\n    body::after {\n        content: \"Printing is not allowed for this content.\";\n        display: block;\n        font-size: 24px;\n        text-align: center;\n        padding: 50px;\n        color: #EF4444;\n    }\n}\n\n\/* Header *\/\n.quiz-header {\n    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);\n    padding: 20px 30px;\n    box-shadow: var(--shadow-lg);\n    position: sticky;\n    top: 0;\n    z-index: 100;\n}\n\n.header-content {\n    max-width: 1400px;\n    margin: 0 auto;\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: 15px;\n}\n\n.topic-icon {\n    width: 50px;\n    height: 50px;\n    background: rgba(255, 255, 255, 0.2);\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 24px;\n    color: var(--accent-orange-light);\n    backdrop-filter: blur(10px);\n}\n\n.topic-info h1 {\n    font-family: 'Poppins', sans-serif;\n    font-size: 1.5rem;\n    font-weight: 700;\n    color: white;\n    letter-spacing: -0.5px;\n}\n\n.topic-info p {\n    font-size: 0.9rem;\n    color: rgba(255, 255, 255, 0.8);\n    margin-top: 2px;\n}\n\n.header-stats {\n    display: flex;\n    gap: 20px;\n}\n\n.stat-badge {\n    background: rgba(255, 255, 255, 0.15);\n    backdrop-filter: blur(10px);\n    padding: 10px 18px;\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.9rem;\n}\n\n.stat-badge i {\n    color: var(--accent-orange-light);\n}\n\n\/* Main Layout *\/\n.quiz-container {\n    max-width: 1400px;\n    margin: 0 auto;\n    padding: 25px;\n    display: grid;\n    grid-template-columns: 280px 1fr 320px;\n    gap: 25px;\n    min-height: calc(100vh - 100px);\n}\n\n\/* ========================================\n   LEFT SIDEBAR - CHAPTER FILTER SECTION\n   Updated with smaller font sizes\n======================================== *\/\n.left-sidebar-container {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n    position: sticky;\n    top: 120px;\n    height: fit-content;\n    max-height: calc(100vh - 140px);\n}\n\n\/* Chapter Sidebar Card *\/\n.chapter-sidebar {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-md);\n    overflow: hidden;\n}\n\n\/* Chapter Sidebar Header - Like Right Sidebar *\/\n.chapter-sidebar-header {\n    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);\n    padding: 15px 18px;\n    color: white;\n}\n\n.chapter-sidebar-header h3 {\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.9rem;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n}\n\n.chapter-sidebar-header h3 i {\n    color: var(--accent-orange-light);\n}\n\n\/* Chapter List Container *\/\n.chapter-list-container {\n    padding: 15px;\n    max-height: 350px;\n    overflow-y: auto;\n}\n\n\/* Custom Scrollbar for Chapter List *\/\n.chapter-list-container::-webkit-scrollbar {\n    width: 5px;\n}\n\n.chapter-list-container::-webkit-scrollbar-track {\n    background: var(--bg-light);\n    border-radius: 3px;\n}\n\n.chapter-list-container::-webkit-scrollbar-thumb {\n    background: var(--primary-blue-light);\n    border-radius: 3px;\n}\n\n.chapter-list-container::-webkit-scrollbar-thumb:hover {\n    background: var(--primary-blue);\n}\n\n.chapter-list {\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n}\n\n\/* Chapter Items - Smaller Font *\/\n.chapter-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    gap: 8px;\n}\n\n.chapter-item:hover {\n    background: #EFF6FF;\n    border-color: var(--primary-blue-light);\n    transform: translateX(3px);\n}\n\n.chapter-item.active {\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.chapter-item .chapter-text {\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 0.75rem;  \/* Smaller font size *\/\n    flex: 1;\n    line-height: 1.3;\n}\n\n.chapter-item .chapter-text i {\n    font-size: 0.7rem;\n    flex-shrink: 0;\n}\n\n.chapter-item.active .chapter-text i {\n    color: var(--accent-orange-light);\n}\n\n.chapter-item .question-count {\n    background: rgba(255, 255, 255, 0.2);\n    padding: 3px 8px;\n    border-radius: 15px;\n    font-size: 0.65rem;  \/* Smaller font size *\/\n    font-weight: 600;\n    flex-shrink: 0;\n    white-space: nowrap;\n}\n\n.chapter-item:not(.active) .question-count {\n    background: var(--primary-blue);\n    color: white;\n}\n\n\/* Chapter Number Badge - Smaller *\/\n.chapter-number {\n    width: 20px;\n    height: 20px;\n    background: var(--accent-orange);\n    color: white;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.65rem;  \/* Smaller font size *\/\n    font-weight: 700;\n    flex-shrink: 0;\n}\n\n.chapter-item.active .chapter-number {\n    background: var(--accent-orange-light);\n    color: var(--text-dark);\n}\n\n\/* ========================================\n   WEAK AREAS CARD - Separate Section\n   Styled like Right Sidebar Cards\n======================================== *\/\n.weak-areas-card {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-md);\n    overflow: hidden;\n    display: none;  \/* Hidden by default *\/\n}\n\n.weak-areas-card.show {\n    display: block;\n}\n\n.weak-areas-header {\n    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);\n    padding: 15px 18px;\n    color: white;\n}\n\n.weak-areas-header h4 {\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.9rem;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin: 0;\n}\n\n.weak-areas-header h4 i {\n    color: #fecaca;\n}\n\n.weak-areas-body {\n    padding: 15px;\n}\n\n.weak-questions-list {\n    max-height: 150px;\n    overflow-y: auto;\n    margin-bottom: 12px;\n}\n\n.weak-questions-list::-webkit-scrollbar {\n    width: 4px;\n}\n\n.weak-questions-list::-webkit-scrollbar-track {\n    background: #fee2e2;\n    border-radius: 2px;\n}\n\n.weak-questions-list::-webkit-scrollbar-thumb {\n    background: #fca5a5;\n    border-radius: 2px;\n}\n\n.weak-question-item {\n    background: #fef2f2;\n    padding: 10px 12px;\n    border-radius: var(--radius-sm);\n    margin-bottom: 6px;\n    cursor: pointer;\n    border-left: 3px solid #dc2626;\n    font-size: 0.75rem;\n    transition: all 0.2s;\n    color: var(--text-dark);\n}\n\n.weak-question-item:hover {\n    background: #fee2e2;\n    transform: translateX(5px);\n}\n\n.weak-question-item:last-child {\n    margin-bottom: 0;\n}\n\n.practice-weak-btn {\n    width: 100%;\n    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);\n    color: white;\n    border: none;\n    padding: 12px;\n    border-radius: var(--radius-md);\n    font-family: 'Poppins', sans-serif;\n    font-weight: 600;\n    font-size: 0.85rem;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    transition: all 0.3s ease;\n    box-shadow: var(--shadow-sm);\n}\n\n.practice-weak-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: var(--shadow-md);\n}\n\n.weak-count-badge {\n    background: rgba(255, 255, 255, 0.25);\n    padding: 2px 8px;\n    border-radius: 10px;\n    font-size: 0.75rem;\n}\n\n\/* Question Panel *\/\n.question-panel {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-md);\n    overflow: hidden;\n}\n\n.question-header {\n    background: linear-gradient(135deg, var(--bg-light) 0%, #E0E7FF 100%);\n    padding: 18px 25px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    border-bottom: 1px solid var(--border-color);\n}\n\n.question-number {\n    font-family: 'Poppins', sans-serif;\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: var(--primary-blue);\n}\n\n.current-chapter-badge {\n    background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-dark) 100%);\n    color: white;\n    padding: 6px 14px;\n    border-radius: 20px;\n    font-size: 0.8rem;\n    font-weight: 600;\n}\n\n.question-body {\n    padding: 30px;\n}\n\n.question-text {\n    font-size: 1.15rem;\n    line-height: 1.7;\n    color: var(--text-dark);\n    padding: 20px 25px;\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: 25px;\n    white-space: pre-wrap;\n}\n\n\/* Options *\/\n.options-list {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n}\n\n.option-item {\n    padding: 18px 22px;\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: 15px;\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(5px);\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 {\n    cursor: default;\n}\n\n.option-letter {\n    width: 38px;\n    height: 38px;\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: 1rem;\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: 1rem;\n    color: var(--text-dark);\n    flex: 1;\n}\n\n.option-icon {\n    font-size: 1.2rem;\n    display: none;\n}\n\n.option-item.correct .option-icon,\n.option-item.incorrect .option-icon {\n    display: block;\n}\n\n.option-item.correct .option-icon {\n    color: var(--success-green);\n}\n\n.option-item.incorrect .option-icon {\n    color: var(--error-red);\n}\n\n\/* Explanation Box *\/\n.explanation-box {\n    margin-top: 25px;\n    padding: 22px;\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 {\n    display: block;\n}\n\n@keyframes slideDown {\n    from {\n        opacity: 0;\n        transform: translateY(-10px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n.explanation-title {\n    font-family: 'Poppins', sans-serif;\n    font-size: 1rem;\n    font-weight: 600;\n    color: var(--accent-orange-dark);\n    margin-bottom: 10px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n}\n\n.explanation-text {\n    font-size: 0.95rem;\n    line-height: 1.7;\n    color: var(--text-dark);\n}\n\n\/* Navigation Buttons *\/\n.question-nav {\n    padding: 20px 30px;\n    background: var(--bg-light);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 15px;\n    border-top: 1px solid var(--border-color);\n}\n\n.nav-btn {\n    padding: 14px 28px;\n    border: none;\n    border-radius: var(--radius-md);\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.95rem;\n    font-weight: 600;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    gap: 10px;\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: 300px;\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 {\n    opacity: 0.5;\n    cursor: not-allowed;\n}\n\n\/* Dashboard Sidebar *\/\n.dashboard-sidebar {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n    position: sticky;\n    top: 120px;\n    height: fit-content;\n}\n\n.dashboard-card {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-md);\n    overflow: hidden;\n}\n\n.dashboard-header {\n    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);\n    padding: 18px 20px;\n    color: white;\n}\n\n.dashboard-header h3 {\n    font-family: 'Poppins', sans-serif;\n    font-size: 1rem;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n}\n\n.dashboard-header h3 i {\n    color: var(--accent-orange-light);\n}\n\n.dashboard-stats {\n    padding: 20px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n}\n\n.stat-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 10px 0;\n    border-bottom: 1px dashed var(--border-color);\n}\n\n.stat-row:last-child {\n    border-bottom: none;\n}\n\n.stat-label {\n    color: var(--text-medium);\n    font-size: 0.9rem;\n}\n\n.stat-value {\n    font-weight: 700;\n    font-size: 1.1rem;\n    color: var(--text-dark);\n}\n\n.stat-value.correct {\n    color: var(--success-green);\n}\n\n.stat-value.incorrect {\n    color: var(--error-red);\n}\n\n\/* Question Grid *\/\n.question-grid-card {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-md);\n    overflow: hidden;\n}\n\n.grid-header {\n    background: linear-gradient(135deg, var(--bg-light) 0%, #E0E7FF 100%);\n    padding: 15px 20px;\n    border-bottom: 1px solid var(--border-color);\n}\n\n.grid-header h4 {\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.9rem;\n    font-weight: 600;\n    color: var(--primary-blue);\n}\n\n.question-grid {\n    padding: 20px;\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 10px;\n    max-height: 300px;\n    overflow-y: auto;\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.9rem;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    border: 2px solid transparent;\n}\n\n.grid-item.unattempted {\n    background: var(--primary-blue);\n    color: white;\n}\n\n.grid-item.current {\n    background: var(--accent-orange);\n    color: white;\n    transform: scale(1.1);\n    box-shadow: var(--shadow-md);\n}\n\n.grid-item.attempted {\n    background: var(--accent-orange-light);\n    color: var(--text-dark);\n}\n\n.grid-item.correct-answered {\n    background: var(--success-green);\n    color: white;\n}\n\n.grid-item.incorrect-answered {\n    background: var(--error-red);\n    color: white;\n}\n\n.grid-item:hover:not(.current) {\n    transform: scale(1.08);\n    box-shadow: var(--shadow-sm);\n}\n\n\/* Legend *\/\n.legend {\n    padding: 15px 20px;\n    border-top: 1px solid var(--border-color);\n}\n\n.legend-title {\n    font-weight: 600;\n    font-size: 0.85rem;\n    color: var(--text-dark);\n    margin-bottom: 12px;\n}\n\n.legend-items {\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n}\n\n.legend-item {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 0.8rem;\n    color: var(--text-medium);\n}\n\n.legend-color {\n    width: 20px;\n    height: 20px;\n    border-radius: 4px;\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\/* Submit Button *\/\n.submit-btn {\n    width: 100%;\n    padding: 16px;\n    background: linear-gradient(135deg, var(--success-green) 0%, #059669 100%);\n    color: white;\n    border: none;\n    border-radius: var(--radius-md);\n    font-family: 'Poppins', sans-serif;\n    font-size: 1rem;\n    font-weight: 600;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    transition: all 0.3s ease;\n    box-shadow: var(--shadow-md);\n}\n\n.submit-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: var(--shadow-lg);\n}\n\n\/* Warning Toast *\/\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: 15px 30px;\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}\n\n.warning-toast.show {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n}\n\n@keyframes slideUp {\n    from {\n        opacity: 0;\n        transform: translateX(-50%) translateY(20px);\n    }\n    to {\n        opacity: 1;\n        transform: translateX(-50%) translateY(0);\n    }\n}\n\n@keyframes pulse {\n    0%, 100% { opacity: 1; }\n    50% { opacity: 0.7; }\n}\n\n\/* Weak Areas Styles for Header Badge *\/\n.stat-badge.weak-badge {\n    background: linear-gradient(135deg, #dc2626, #b91c1c);\n    cursor: pointer;\n    transition: transform 0.2s;\n}\n\n.stat-badge.weak-badge:hover { \n    transform: scale(1.05); \n}\n\n.weak-question-badge {\n    background: linear-gradient(135deg, #dc2626, #b91c1c);\n    color: white;\n    padding: 4px 12px;\n    border-radius: 20px;\n    font-size: 12px;\n    font-weight: 600;\n    margin-left: 10px;\n    animation: pulse 2s infinite;\n}\n\n.mastery-indicator {\n    display: flex;\n    align-items: center;\n    gap: 5px;\n    margin-left: auto;\n}\n\n.mastery-stars { \n    color: #f59e0b; \n    font-size: 14px; \n}\n\n.grid-item.weak-marked {\n    border: 2px solid #dc2626 !important;\n    position: relative;\n}\n\n.grid-item.weak-marked::after {\n    content: '!';\n    position: absolute;\n    top: -5px;\n    right: -5px;\n    background: #dc2626;\n    color: white;\n    width: 14px;\n    height: 14px;\n    border-radius: 50%;\n    font-size: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n\/* Result Modal *\/\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 {\n    display: flex;\n}\n\n.result-content {\n    background: white;\n    padding: 40px;\n    border-radius: var(--radius-lg);\n    text-align: center;\n    max-width: 500px;\n    width: 100%;\n    box-shadow: var(--shadow-xl);\n    animation: modalSlideIn 0.3s ease;\n}\n\n@keyframes modalSlideIn {\n    from {\n        opacity: 0;\n        transform: scale(0.9);\n    }\n    to {\n        opacity: 1;\n        transform: scale(1);\n    }\n}\n\n.result-icon {\n    font-size: 60px;\n    margin-bottom: 20px;\n}\n\n.result-title {\n    font-family: 'Poppins', sans-serif;\n    font-size: 1.5rem;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin-bottom: 10px;\n}\n\n.result-message {\n    color: var(--text-medium);\n    margin-bottom: 25px;\n}\n\n.result-stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n    margin-bottom: 25px;\n}\n\n.result-stat {\n    background: var(--bg-light);\n    padding: 15px;\n    border-radius: var(--radius-md);\n}\n\n.result-stat-value {\n    font-family: 'Poppins', sans-serif;\n    font-size: 1.5rem;\n    font-weight: 700;\n    color: var(--primary-blue);\n}\n\n.result-stat-label {\n    font-size: 0.8rem;\n    color: var(--text-medium);\n}\n\n.result-buttons {\n    display: flex;\n    gap: 15px;\n    justify-content: center;\n    flex-wrap: wrap;\n}\n\n.result-btn {\n    padding: 12px 25px;\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}\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 {\n    background: var(--bg-light);\n    color: var(--text-medium);\n}\n\n\/* Responsive Design *\/\n@media (max-width: 1200px) {\n    .quiz-container {\n        grid-template-columns: 240px 1fr 280px;\n        gap: 20px;\n    }\n}\n\n@media (max-width: 1024px) {\n    .quiz-container {\n        grid-template-columns: 1fr;\n        padding: 15px;\n    }\n\n    .left-sidebar-container,\n    .dashboard-sidebar {\n        position: static;\n        max-height: none;\n    }\n\n    .left-sidebar-container { order: 1; }\n    .question-panel { order: 2; }\n    .dashboard-sidebar { order: 3; }\n\n    .chapter-list {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));\n        gap: 10px;\n    }\n\n    .chapter-item {\n        padding: 10px 12px;\n    }\n\n    .chapter-list-container {\n        max-height: none;\n    }\n\n    .header-stats {\n        display: none;\n    }\n}\n\n@media (max-width: 768px) {\n    .quiz-header {\n        padding: 15px 20px;\n    }\n\n    .topic-icon {\n        width: 40px;\n        height: 40px;\n        font-size: 18px;\n    }\n\n    .topic-info h1 {\n        font-size: 1.2rem;\n    }\n\n    .question-body {\n        padding: 20px;\n    }\n\n    .question-text {\n        font-size: 1rem;\n        padding: 15px 18px;\n    }\n\n    .option-item {\n        padding: 14px 16px;\n    }\n\n    .question-nav {\n        flex-wrap: wrap;\n        padding: 15px 20px;\n    }\n\n    .nav-btn {\n        padding: 12px 20px;\n        font-size: 0.85rem;\n    }\n\n    .nav-btn.check {\n        order: -1;\n        width: 100%;\n        max-width: none;\n        margin-bottom: 10px;\n    }\n\n    .question-grid {\n        grid-template-columns: repeat(5, 1fr);\n        gap: 8px;\n    }\n\n    .grid-item {\n        font-size: 0.8rem;\n    }\n\n    .result-stats {\n        grid-template-columns: 1fr;\n    }\n\n    .chapter-list {\n        grid-template-columns: 1fr;\n    }\n}\n\n@media (max-width: 480px) {\n    .quiz-container {\n        padding: 10px;\n    }\n\n    .chapter-list {\n        grid-template-columns: 1fr;\n    }\n\n    .question-grid {\n        grid-template-columns: repeat(4, 1fr);\n    }\n\n    .topic-info h1 {\n        font-size: 1rem;\n    }\n\n    .topic-info p {\n        font-size: 0.8rem;\n    }\n}\n<\/style>\n\n<div class=\"ldce-quiz-wrapper\">\n    <!-- Warning Toast -->\n    <div class=\"warning-toast\" id=\"warningToast\">\n        <i class=\"fas fa-exclamation-triangle\"><\/i>\n        <span>Screenshots and printing are not allowed!<\/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\" onclick=\"reviewAnswers()\">\n                    <i class=\"fas fa-eye\"><\/i> Review Answers\n                <\/button>\n                <button class=\"result-btn primary\" onclick=\"retryQuiz()\">\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-landmark\" id=\"topicIcon\"><\/i>\n                <\/div>\n                <div class=\"topic-info\">\n                    <h1 id=\"topicName\">POSCO Act, 2012<\/h1>\n                    <p id=\"topicSubtitle\">Chapter\/Rule -wise Questions <\/p>\n                <\/div>\n            <\/div>\n            <div class=\"header-stats\">\n                <div class=\"stat-badge\">\n                    <i class=\"fas fa-question-circle\"><\/i>\n                    <span id=\"totalQuestionsHeader\">0 Questions<\/span>\n                <\/div>\n                <div class=\"stat-badge\">\n                    <i class=\"fas fa-layer-group\"><\/i>\n                    <span id=\"totalChaptersHeader\">0 Chapters<\/span>\n                <\/div>\n                <div class=\"stat-badge weak-badge\" id=\"weakBadge\" style=\"display:none;\" onclick=\"practiceWeakAreas()\">\n                    <span>\u26a0\ufe0f 0 Weak<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Main Container -->\n    <div class=\"quiz-container\">\n        <!-- Left Sidebar Container - Chapter Navigation + Weak Areas -->\n        <aside class=\"left-sidebar-container\">\n            <!-- Chapter Filter Card -->\n            <div class=\"chapter-sidebar\">\n                <div class=\"chapter-sidebar-header\">\n                    <h3>\n                        <i class=\"fas fa-filter\"><\/i>\n                        <span id=\"sidebarTitleText\">Filter by Chapter<\/span>\n                    <\/h3>\n                <\/div>\n                <div class=\"chapter-list-container\">\n                    <div class=\"chapter-list\" id=\"chapterList\">\n                        <!-- Chapters populated by JavaScript -->\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Weak Areas Card - Separate Section -->\n            <div class=\"weak-areas-card\" id=\"weakAreasCard\">\n                <div class=\"weak-areas-header\">\n                    <h4>\n                        <i class=\"fas fa-exclamation-triangle\"><\/i>\n                        Weak Areas\n                        <span class=\"weak-count-badge\" id=\"weakCountBadge\">0<\/span>\n                    <\/h4>\n                <\/div>\n                <div class=\"weak-areas-body\">\n                    <div class=\"weak-questions-list\" id=\"weakQuestionsList\">\n                        <!-- Weak questions populated by JavaScript -->\n                    <\/div>\n                    <button class=\"practice-weak-btn\" onclick=\"practiceWeakAreas()\">\n                        <i class=\"fas fa-dumbbell\"><\/i>\n                        Practice 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 0<\/span>\n                <span class=\"current-chapter-badge\" id=\"currentChapterBadge\">Chapter 1<\/span>\n            <\/div>\n            <div class=\"question-body\">\n                <div class=\"question-text\" id=\"questionText\">\n                    Loading question...\n                <\/div>\n                <div class=\"options-list\" id=\"optionsList\">\n                    <!-- Options populated by JavaScript -->\n                <\/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>\n            <div class=\"question-nav\">\n                <button class=\"nav-btn prev\" id=\"prevBtn\" onclick=\"previousQuestion()\">\n                    <i class=\"fas fa-arrow-left\"><\/i>\n                    Previous\n                <\/button>\n                <button class=\"nav-btn check\" id=\"checkBtn\" onclick=\"checkAnswer()\">\n                    <i class=\"fas fa-check-circle\"><\/i>\n                    Check Answer\n                <\/button>\n                <button class=\"nav-btn next\" id=\"nextBtn\" onclick=\"nextQuestion()\">\n                    Next\n                    <i class=\"fas fa-arrow-right\"><\/i>\n                <\/button>\n            <\/div>\n        <\/main>\n\n        <!-- Right Sidebar - Dashboard -->\n        <aside class=\"dashboard-sidebar\">\n            <!-- Question Grid -->\n            <div class=\"question-grid-card\">\n                <div class=\"grid-header\">\n                    <h4>Question Navigator<\/h4>\n                <\/div>\n                <div class=\"question-grid\" id=\"questionGrid\">\n                    <!-- Grid items populated by JavaScript -->\n                <\/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\n            <!-- Stats Dashboard -->\n            <div class=\"dashboard-card\">\n                <div class=\"dashboard-header\">\n                    <h3>\n                        <i class=\"fas fa-chart-pie\"><\/i>\n                        Quiz Dashboard\n                    <\/h3>\n                <\/div>\n                <div class=\"dashboard-stats\">\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\">Unattempted<\/span>\n                        <span class=\"stat-value\" id=\"unattemptedCount\">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            <!-- Submit Button -->\n            <button class=\"submit-btn\" onclick=\"submitExam()\">\n                <i class=\"fas fa-paper-plane\"><\/i>\n                Submit Quiz\n            <\/button>\n        <\/aside>\n    <\/div>\n<\/div>\n\n<script>\n\/\/ ==========================================\n\/\/ QUIZ SETTINGS - UPDATE THESE\n\/\/ ==========================================\nconst quizSettings = {\n    quiz_id: 'posco-act-quiz',  \/\/ Unique ID for tracking\n    topic: 'THE PROTECTION OF CHILDREN FROM SEXUAL OFFENCES ACT, 2012',\n    subtitle: 'Rule-wise Questions',\n    sidebarTitle: 'Filter by Chapter',  \/\/ Updated title\n    saveResults: true,\n    dashboardUrl: 'https:\/\/promotionexams.com\/my-tests\/',\n    masteryThreshold: 3,\n    weakThreshold: 1   \n};\n\n\/\/ ==========================================\n\/\/ QUESTIONS DATA - ORGANIZED BY CHAPTER\/RULE\n\/\/ ==========================================\nconst questionsData = {\n    \/\/ ===== CHAPTER 1 =====\n    \"CH 1-PRELIMINARY (Section 1-2)\": [  {\n        id: 1,\n        question: \"What is the full name of the POCSO Act?\",\n        options: [\n            \"Protection of Children from Sexual Offences Act, 2012\",\n            \"Prevention of Children from Sexual Offences Act, 2012\",\n            \"Protection of Child from Sexual Offences Act, 2012\",\n            \"Prevention of Child from Sexual Offences Act, 2012\"\n        ],\n        correct: 1,\n        explanation: \"Section 1(1) states that this Act may be called the Protection of Children from Sexual Offences Act, 2012.\"\n    },\n    {\n        id: 2,\n        question: \"Under Section 1(2) of the POCSO Act, 2012, the Act extends to:\",\n        options: [\n            \"Only Union Territories\",\n            \"Only States\",\n            \"The whole of India\",\n            \"Only metropolitan cities\"\n        ],\n        correct: 2,\n        explanation: \"Section 1(2) states that the Act extends to the whole of India. (Note: Earlier exception for J&K was omitted by Act 34 of 2019 w.e.f. 31-10-2019)\"\n    },\n    {\n        id: 3,\n        question: \"The POCSO Act, 2012 came into force on:\",\n        options: [\n            \"19th June, 2012 (date of enactment)\",\n            \"14th November, 2012 (date notified by Central Government)\",\n            \"1st January, 2013\",\n            \"26th January, 2012\"\n        ],\n        correct: 1,\n        explanation: \"Section 1(3) provides that Act shall come into force on such date as Central Government may notify. The Act came into force on 14th November, 2012 vide notification.\"\n    },\n  \n\n    \/\/ SECTION 2 - DEFINITIONS\n    {\n        id: 6,\n        question: \"Under Section 2(d) of the POCSO Act, 2012, 'child' means any person below the age of:\",\n        options: [\n            \"14 years\",\n            \"16 years\",\n            \"18 years\",\n            \"21 years\"\n        ],\n        correct: 2,\n        explanation: \"Section 2(d) defines 'child' as any person below the age of eighteen years.\"\n    },\n    {\n        id: 7,\n        question: \"Under Section 2(da) of the POCSO Act, 2012, 'child pornography' includes:\",\n        options: [\n            \"Only real photographs of children\",\n            \"Only videos of children\",\n            \"Visual depiction including photograph, video, digital or computer generated image indistinguishable from actual child\",\n            \"Only printed material\"\n        ],\n        correct: 2,\n        explanation: \"Section 2(da) defines child pornography as any visual depiction of sexually explicit conduct involving a child including photograph, video, digital or computer generated image indistinguishable from actual child.\"\n    },\n  \n    {\n        id: 9,\n        question: \"Under Section 2(e) of the POCSO Act, 2012, 'domestic relationship' has the same meaning as in:\",\n        options: [\n            \"Indian Penal Code\",\n            \"Code of Criminal Procedure\",\n            \"Protection of Women from Domestic Violence Act, 2005\",\n            \"Hindu Marriage Act\"\n        ],\n        correct: 2,\n        explanation: \"Section 2(e) states that 'domestic relationship' shall have the same meaning as assigned in clause (f) of section 2 of the Protection of Women from Domestic Violence Act, 2005.\"\n    },\n    {\n        id: 10,\n        question: \"Under Section 2(c) of the POCSO Act, 2012, 'armed forces or security forces' means:\",\n        options: [\n            \"Only Indian Army\",\n            \"Only police forces\",\n            \"Armed forces of the Union or security forces or police forces as specified in the Schedule\",\n            \"Only paramilitary forces\"\n        ],\n        correct: 2,\n        explanation: \"Section 2(c) defines 'armed forces or security forces' as armed forces of the Union or security forces or police forces, as specified in the Schedule to the Act.\"\n    },\n    {\n        id: 11,\n        question: \"Under Section 2(h) of the POCSO Act, 2012, 'religious institution' has the same meaning as in:\",\n        options: [\n            \"Indian Penal Code\",\n            \"Religious Institutions (Prevention of Misuse) Act, 1988\",\n            \"Places of Worship Act, 1991\",\n            \"Constitution of India\"\n        ],\n        correct: 1,\n        explanation: \"Section 2(h) states that 'religious institution' shall have the same meaning as assigned in the Religious Institutions (Prevention of Misuse) Act, 1988.\"\n    },\n    {\n        id: 12,\n        question: \"Under Section 2(k) of the POCSO Act, 2012, 'shared household' means:\",\n        options: [\n            \"Any rented accommodation\",\n            \"Household where accused lives or has lived in domestic relationship with the child\",\n            \"Government shelter home\",\n            \"Hostel accommodation\"\n        ],\n        correct: 1,\n        explanation: \"Section 2(k) defines 'shared household' as a household where the person charged with the offence lives or has lived at any time in a domestic relationship with the child.\"\n    },\n  \n\n    {\n        id: 21,\n        question: \"Under Section 2(da) of the POCSO Act, 2012, child pornography includes images that are:\",\n        options: [\n            \"Only real images of children\",\n            \"Created, adapted, or modified but appear to depict a child\",\n            \"Only unedited photographs\",\n            \"Only live recordings\"\n        ],\n        correct: 1,\n        explanation: \"Section 2(da) includes 'image created, adapted, or modified, but appear to depict a child' in the definition of child pornography.\"\n    },\n    {\n        id: 22,\n        question: \"The definition of 'child' under Section 2(d) of the POCSO Act, 2012 is:\",\n        options: [\n            \"Gender specific (only female)\",\n            \"Gender specific (only male)\",\n            \"Gender neutral (any person below 18 years)\",\n            \"Applicable only to students\"\n        ],\n        correct: 2,\n        explanation: \"Section 2(d) defines 'child' as 'any person' below the age of eighteen years, making it gender neutral and applicable to both boys and girls.\"\n    },\n\n    \/\/ APPLICATION AND COMPARATIVE QUESTIONS\n    {\n        id: 23,\n        question: \"Under Section 2 of the POCSO Act, 2012, which offence definitions are cross-referenced to other sections?\",\n        options: [\n            \"Only penetrative sexual assault\",\n            \"Penetrative sexual assault, aggravated PSA, sexual assault, aggravated SA, and sexual harassment\",\n            \"Only sexual harassment\",\n            \"Only aggravated offences\"\n        ],\n        correct: 1,\n        explanation: \"Section 2 cross-references: penetrative sexual assault (Sec 3), aggravated PSA (Sec 5), sexual assault (Sec 7), aggravated SA (Sec 9), and sexual harassment (Sec 11).\"\n    }\n ],\n    \"CH 2-SEXUAL OFFENCES AGAINST CHILDREN (Section 3-12)\": [\n          {\n        id: 1,\n        question: \"Under Section 3 of the Protection of Children from Sexual Offences (POCSO) Act, 2012, which of the following constitutes 'Penetrative Sexual Assault'?\",\n        options: [\n            \"Only penetration of penis into vagina\",\n            \"Penetration of penis into vagina, mouth, urethra or anus of a child\",\n            \"Only sexual touching without penetration\",\n            \"Only verbal sexual abuse\"\n        ],\n        correct: 1,\n        explanation: \"Section 3(a) of POCSO Act defines penetrative sexual assault to include penetration of penis, to any extent, into the vagina, mouth, urethra or anus of a child or making the child do so with him or any other person.\"\n    },\n    {\n        id: 2,\n        question: \"According to Section 3(b) of the POCSO Act, 2012, insertion of which of the following into the vagina, urethra or anus of a child constitutes penetrative sexual assault?\",\n        options: [\n            \"Only the penis\",\n            \"Any object or a part of the body, not being the penis\",\n            \"Only medical instruments\",\n            \"Only fingers\"\n        ],\n        correct: 1,\n        explanation: \"Section 3(b) of POCSO Act states that inserting any object or a part of the body, not being the penis, into the vagina, urethra or anus of the child constitutes penetrative sexual assault.\"\n    },\n    {\n        id: 3,\n        question: \"Under Section 3 of the POCSO Act, 2012, penetrative sexual assault includes:\",\n        options: [\n            \"Only acts done by the accused on the child\",\n            \"Only acts where the child is forced to perform on the accused\",\n            \"Both acts done on the child and making the child do so with him or any other person\",\n            \"Only acts involving third parties\"\n        ],\n        correct: 2,\n        explanation: \"Section 3 of POCSO Act covers both scenarios - when the accused performs the act on the child AND when the accused makes the child perform such acts with him or any other person.\"\n    },\n\n   \n    {\n        id: 6,\n        question: \"Under Section 3 of the POCSO Act, 2012, the extent of penetration required to constitute the offence of penetrative sexual assault is:\",\n        options: [\n            \"Complete penetration only\",\n            \"At least half penetration\",\n            \"To any extent\",\n            \"Deep penetration only\"\n        ],\n        correct: 2,\n        explanation: \"Section 3 of POCSO Act uses the phrase 'to any extent' indicating that even slight penetration is sufficient to constitute the offence of penetrative sexual assault.\"\n    },\n  \n\n    \/\/ SECTION 4 - PUNISHMENT FOR PENETRATIVE SEXUAL ASSAULT\n    {\n        id: 9,\n        question: \"What is the minimum punishment prescribed under Section 4(1) of the POCSO Act, 2012 for penetrative sexual assault?\",\n        options: [\n            \"Five years imprisonment\",\n            \"Seven years imprisonment\",\n            \"Ten years imprisonment\",\n            \"Fifteen years imprisonment\"\n        ],\n        correct: 2,\n        explanation: \"Section 4(1) of POCSO Act prescribes imprisonment for a term which shall not be less than ten years but which may extend to imprisonment for life, and shall also be liable to fine.\"\n    },\n    {\n        id: 10,\n        question: \"The maximum punishment under Section 4(1) of the POCSO Act, 2012 for penetrative sexual assault is:\",\n        options: [\n            \"Twenty years imprisonment\",\n            \"Life imprisonment\",\n            \"Death penalty\",\n            \"Fourteen years imprisonment\"\n        ],\n        correct: 1,\n        explanation: \"Section 4(1) of POCSO Act provides for punishment which may extend to imprisonment for life along with fine.\"\n    },\n    {\n        id: 11,\n        question: \"Under Section 4(2) of the POCSO Act, 2012, what is the minimum punishment for penetrative sexual assault on a child below sixteen years of age?\",\n        options: [\n            \"Ten years imprisonment\",\n            \"Fifteen years imprisonment\",\n            \"Twenty years imprisonment\",\n            \"Life imprisonment\"\n        ],\n        correct: 2,\n        explanation: \"Section 4(2) of POCSO Act provides that whoever commits penetrative sexual assault on a child below sixteen years shall be punished with imprisonment for a term not less than twenty years.\"\n    },\n   \n    {\n        id: 13,\n        question: \"According to Section 4(3) of the POCSO Act, 2012, the fine imposed for penetrative sexual assault shall be paid to:\",\n        options: [\n            \"The State Government\",\n            \"The Special Court\",\n            \"The victim to meet medical expenses and rehabilitation\",\n            \"The Child Welfare Committee\"\n        ],\n        correct: 2,\n        explanation: \"Section 4(3) of POCSO Act mandates that the fine imposed shall be just and reasonable and paid to the victim to meet the medical expenses and rehabilitation of such victim.\"\n    },\n    {\n        id: 14,\n        question: \"A person commits penetrative sexual assault on a 14-year-old child. Under Section 4 of the POCSO Act, 2012, the minimum punishment is:\",\n        options: [\n            \"Ten years imprisonment\",\n            \"Fifteen years imprisonment\",\n            \"Twenty years imprisonment\",\n            \"Seven years imprisonment\"\n        ],\n        correct: 2,\n        explanation: \"Since the child is below 16 years of age, Section 4(2) of POCSO Act applies, which prescribes minimum twenty years imprisonment extending to life imprisonment.\"\n    },\n    {\n        id: 15,\n        question: \"A person commits penetrative sexual assault on a 17-year-old. Under Section 4 of the POCSO Act, 2012, the minimum punishment is:\",\n        options: [\n            \"Seven years imprisonment\",\n            \"Ten years imprisonment\",\n            \"Twenty years imprisonment\",\n            \"Five years imprisonment\"\n        ],\n        correct: 1,\n        explanation: \"Since the victim is above 16 years but below 18 years, Section 4(1) of POCSO Act applies, which prescribes minimum ten years imprisonment extending to life imprisonment.\"\n    },\n  \n\n    \/\/ SECTION 5 - AGGRAVATED PENETRATIVE SEXUAL ASSAULT\n    {\n        id: 17,\n        question: \"Under Section 5(a) of the POCSO Act, 2012, a police officer commits aggravated penetrative sexual assault if the assault occurs:\",\n        options: [\n            \"Only within police station limits\",\n            \"Only in the course of his duties\",\n            \"Within police station limits, in station house premises, in course of duties, or where identified as police officer\",\n            \"Only when he is in uniform\"\n        ],\n        correct: 2,\n        explanation: \"Section 5(a) of POCSO Act covers all four situations: (i) within police station limits, (ii) in station house premises, (iii) in course of duties or otherwise, and (iv) where known\/identified as a police officer.\"\n    },\n \n    {\n        id: 19,\n        question: \"Under Section 5(b) of the POCSO Act, 2012, members of which forces are covered for aggravated penetrative sexual assault?\",\n        options: [\n            \"Only Army personnel\",\n            \"Only Police forces\",\n            \"Armed forces or security forces as specified in the Schedule\",\n            \"Only paramilitary forces\"\n        ],\n        correct: 2,\n        explanation: \"Section 5(b) of POCSO Act covers members of armed forces or security forces as specified in the Schedule to the Act, which includes Army, Navy, Air Force, BSF, CRPF, and other forces.\"\n    },\n\n    {\n        id: 27,\n        question: \"Under Section 5(h) of the POCSO Act, 2012, penetrative sexual assault using which of the following is aggravated?\",\n        options: [\n            \"Only deadly weapons\",\n            \"Only fire\",\n            \"Deadly weapons, fire, heated substance or corrosive substance\",\n            \"Only knife\"\n        ],\n        correct: 2,\n        explanation: \"Section 5(h) of POCSO Act covers penetrative sexual assault using deadly weapons, fire, heated substance or corrosive substance.\"\n    },\n    {\n        id: 28,\n        question: \"A person commits penetrative sexual assault on a child using acid. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Simple penetrative sexual assault\",\n            \"Aggravated penetrative sexual assault under Section 5(h)\",\n            \"Attempt to murder only\",\n            \"Grievous hurt only\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 5(h) of POCSO Act, penetrative sexual assault using corrosive substance (acid) constitutes aggravated penetrative sexual assault.\"\n    },\n    {\n        id: 29,\n        question: \"Under Section 5(i) of the POCSO Act, 2012, penetrative sexual assault causing which of the following is aggravated?\",\n        options: [\n            \"Only grievous hurt\",\n            \"Only injury to sexual organs\",\n            \"Grievous hurt, bodily harm and injury, or injury to sexual organs\",\n            \"Only permanent disability\"\n        ],\n        correct: 2,\n        explanation: \"Section 5(i) of POCSO Act covers penetrative sexual assault causing grievous hurt or causing bodily harm and injury or injury to the sexual organs of the child.\"\n    },\n    {\n        id: 30,\n        question: \"Under Section 5(j)(i) of the POCSO Act, 2012, penetrative sexual assault that physically incapacitates the child or causes mental illness rendering the child unable to perform regular tasks is:\",\n        options: [\n            \"Simple penetrative sexual assault\",\n            \"Aggravated penetrative sexual assault\",\n            \"Only covered if incapacitation is permanent\",\n            \"Not specifically covered under POCSO\"\n        ],\n        correct: 1,\n        explanation: \"Section 5(j)(i) of POCSO Act covers assault that physically incapacitates the child or causes mental illness or impairment so as to render the child unable to perform regular tasks, temporarily or permanently.\"\n    },\n    {\n        id: 31,\n        question: \"Under Section 5(j)(ii) of the POCSO Act, 2012, if a female child becomes pregnant as a consequence of penetrative sexual assault, the offence is:\",\n        options: [\n            \"Simple penetrative sexual assault\",\n            \"Aggravated penetrative sexual assault\",\n            \"Sexual assault\",\n            \"Not specifically covered\"\n        ],\n        correct: 1,\n        explanation: \"Section 5(j)(ii) of POCSO Act explicitly states that in case of female child, making the child pregnant as a consequence of sexual assault constitutes aggravated penetrative sexual assault.\"\n    },\n    {\n        id: 32,\n        question: \"Under Section 5(j)(iii) of the POCSO Act, 2012, penetrative sexual assault that inflicts the child with HIV or any other life threatening disease or infection is:\",\n        options: [\n            \"Simple penetrative sexual assault\",\n            \"Aggravated penetrative sexual assault\",\n            \"Only covered under Indian Penal Code\",\n            \"Sexual assault under Section 7\"\n        ],\n        correct: 1,\n        explanation: \"Section 5(j)(iii) of POCSO Act covers assault that inflicts the child with Human Immunodeficiency Virus or any other life threatening disease or infection.\"\n    },\n    {\n        id: 33,\n        question: \"Under Section 5(j)(iv) of the POCSO Act, 2012, if penetrative sexual assault causes death of the child, the punishment can extend to:\",\n        options: [\n            \"Life imprisonment only\",\n            \"Twenty years imprisonment only\",\n            \"Life imprisonment or death penalty\",\n            \"Thirty years imprisonment\"\n        ],\n        correct: 2,\n        explanation: \"Section 5(j)(iv) covers assault causing death of the child, which is aggravated penetrative sexual assault punishable under Section 6 with minimum 20 years RI extending to life imprisonment or death.\"\n    },\n    {\n        id: 34,\n        question: \"Under Section 5(k) of the POCSO Act, 2012, taking advantage of a child's _______ to commit penetrative sexual assault constitutes aggravated offence:\",\n        options: [\n            \"Age\",\n            \"Mental or physical disability\",\n            \"Economic condition\",\n            \"Orphan status\"\n        ],\n        correct: 1,\n        explanation: \"Section 5(k) of POCSO Act states that whoever, taking advantage of a child's mental or physical disability, commits penetrative sexual assault on the child commits aggravated penetrative sexual assault.\"\n    },\n    {\n        id: 35,\n        question: \"A person commits penetrative sexual assault on a hearing-impaired child by exploiting the child's inability to call for help. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Simple penetrative sexual assault\",\n            \"Aggravated penetrative sexual assault\",\n            \"Sexual assault\",\n            \"Not specifically covered\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 5(k) of POCSO Act, taking advantage of a child's physical disability (hearing impairment) to commit penetrative sexual assault constitutes aggravated penetrative sexual assault.\"\n    },\n  \n    {\n        id: 37,\n        question: \"Under Section 5(m) of the POCSO Act, 2012, penetrative sexual assault on a child below which age is automatically considered aggravated?\",\n        options: [\n            \"Below 10 years\",\n            \"Below 12 years\",\n            \"Below 14 years\",\n            \"Below 16 years\"\n        ],\n        correct: 1,\n        explanation: \"Section 5(m) of POCSO Act specifically states that penetrative sexual assault on a child below twelve years constitutes aggravated penetrative sexual assault.\"\n    },\n   \n    {\n        id: 39,\n        question: \"Under Section 5(n) of the POCSO Act, 2012, penetrative sexual assault by a relative through which of the following relationships is covered as aggravated?\",\n        options: [\n            \"Only blood relation\",\n            \"Only adoption\",\n            \"Blood, adoption, marriage, guardianship, foster care, or domestic relationship\",\n            \"Only guardianship\"\n        ],\n        correct: 2,\n        explanation: \"Section 5(n) of POCSO Act covers relatives through blood or adoption or marriage or guardianship or in foster care or having a domestic relationship with a parent or living in same\/shared household.\"\n    },\n  \n    {\n        id: 44,\n        question: \"Under Section 5(p) of the POCSO Act, 2012, a person in a position of trust or authority over a child committing penetrative sexual assault is covered when the assault occurs:\",\n        options: [\n            \"Only in an institution\",\n            \"Only at home of the child\",\n            \"In an institution or home of the child or anywhere else\",\n            \"Only in public places\"\n        ],\n        correct: 2,\n        explanation: \"Section 5(p) of POCSO Act covers whoever in a position of trust or authority commits assault 'in an institution or home of the child or anywhere else' - covering all locations.\"\n    },\n  \n  \n    {\n        id: 50,\n        question: \"A person previously convicted under Section 354 of the Indian Penal Code (outraging modesty of woman) commits penetrative sexual assault on a child. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Simple penetrative sexual assault\",\n            \"Aggravated penetrative sexual assault under Section 5(t)\",\n            \"Only punishable under IPC\",\n            \"Not covered as previous conviction was under IPC\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 5(t) of POCSO Act, a person previously convicted of 'any sexual offence punishable under any other law' (including IPC Section 354) who commits penetrative sexual assault is guilty of aggravated offence.\"\n    },\n    {\n        id: 51,\n        question: \"Under Section 5(u) of the POCSO Act, 2012, penetrative sexual assault combined with forcing the child to strip or parade naked in public is:\",\n        options: [\n            \"Two separate offences\",\n            \"Aggravated penetrative sexual assault\",\n            \"Only outraging modesty\",\n            \"Simple penetrative sexual assault\"\n        ],\n        correct: 1,\n        explanation: \"Section 5(u) of POCSO Act states that whoever commits penetrative sexual assault on a child and makes the child to strip or parade naked in public commits aggravated penetrative sexual assault.\"\n    },\n   \n\n    \/\/ SECTION 6 - PUNISHMENT FOR AGGRAVATED PENETRATIVE SEXUAL ASSAULT\n    {\n        id: 53,\n        question: \"What is the minimum punishment prescribed under Section 6(1) of the POCSO Act, 2012 for aggravated penetrative sexual assault?\",\n        options: [\n            \"Ten years rigorous imprisonment\",\n            \"Fifteen years rigorous imprisonment\",\n            \"Twenty years rigorous imprisonment\",\n            \"Life imprisonment\"\n        ],\n        correct: 2,\n        explanation: \"Section 6(1) of POCSO Act prescribes rigorous imprisonment for a term which shall not be less than twenty years, but which may extend to imprisonment for life or death.\"\n    },\n    {\n        id: 54,\n        question: \"What is the maximum punishment under Section 6 of the POCSO Act, 2012 for aggravated penetrative sexual assault?\",\n        options: [\n            \"Life imprisonment only\",\n            \"Twenty years imprisonment\",\n            \"Life imprisonment (remainder of natural life) or death penalty\",\n            \"Thirty years imprisonment\"\n        ],\n        correct: 2,\n        explanation: \"Section 6(1) of POCSO Act provides for punishment which may extend to imprisonment for life (which means imprisonment for the remainder of natural life) and fine, OR death penalty.\"\n    },\n  \n   \n    {\n        id: 57,\n        question: \"According to Section 6(2) of the POCSO Act, 2012, the fine imposed for aggravated penetrative sexual assault shall be:\",\n        options: [\n            \"Fixed at Rs. 5 lakhs\",\n            \"Minimum Rs. 1 lakh\",\n            \"Just and reasonable and paid to the victim for medical expenses and rehabilitation\",\n            \"Deposited in the State treasury\"\n        ],\n        correct: 2,\n        explanation: \"Section 6(2) of POCSO Act mandates that the fine imposed shall be just and reasonable and paid to the victim to meet the medical expenses and rehabilitation of such victim.\"\n    },\n  \n   \n\n    \/\/ COMPARATIVE AND APPLICATION-BASED QUESTIONS\n    {\n        id: 60,\n        question: \"What is the difference in minimum punishment between Section 4(1) and Section 6(1) of the POCSO Act, 2012?\",\n        options: [\n            \"No difference\",\n            \"Section 6(1) has 5 years more minimum punishment\",\n            \"Section 6(1) has 10 years more minimum punishment\",\n            \"Section 4(1) has higher minimum punishment\"\n        ],\n        correct: 2,\n        explanation: \"Section 4(1) of POCSO Act prescribes minimum 10 years imprisonment while Section 6(1) prescribes minimum 20 years rigorous imprisonment - a difference of 10 years.\"\n    },\n  \n  \n    {\n        id: 67,\n        question: \"Under the POCSO Act, 2012, 'shared household' in relation to Section 5(n) means:\",\n        options: [\n            \"A household where multiple families live\",\n            \"A household where the accused lives or has lived in a domestic relationship with the child\",\n            \"A rented accommodation\",\n            \"A government shelter\"\n        ],\n        correct: 1,\n        explanation: \"As per Section 2(k) of POCSO Act, 'shared household' means a household where the person charged with the offence lives or has lived at any time in a domestic relationship with the child.\"\n    },\n  \n     {\n        id: 1,\n        question: \"Under Section 7 of the Protection of Children from Sexual Offences (POCSO) Act, 2012, which of the following acts with sexual intent constitutes 'Sexual Assault'?\",\n        options: [\n            \"Penetration of any body part\",\n            \"Touching the vagina, penis, anus or breast of the child\",\n            \"Only verbal abuse\",\n            \"Only showing obscene material\"\n        ],\n        correct: 1,\n        explanation: \"Section 7 of POCSO Act defines sexual assault as touching the vagina, penis, anus or breast of the child with sexual intent, or making the child touch such body parts of the accused or any other person.\"\n    },\n    {\n        id: 2,\n        question: \"Under Section 7 of the POCSO Act, 2012, sexual assault includes making the child touch the body parts of:\",\n        options: [\n            \"Only the accused person\",\n            \"Only a third person\",\n            \"The accused person or any other person\",\n            \"Only family members\"\n        ],\n        correct: 2,\n        explanation: \"Section 7 of POCSO Act covers making the child touch the vagina, penis, anus or breast of 'such person or any other person', thus including both the accused and third parties.\"\n    },\n    {\n        id: 3,\n        question: \"Which of the following is an essential element for an act to constitute 'Sexual Assault' under Section 7 of the POCSO Act, 2012?\",\n        options: [\n            \"Penetration must occur\",\n            \"Sexual intent must be present\",\n            \"Physical injury must be caused\",\n            \"Victim must be below 12 years\"\n        ],\n        correct: 1,\n        explanation: \"Section 7 of POCSO Act requires that the touching or act must be done 'with sexual intent'. This is the essential element that distinguishes sexual assault from other forms of contact.\"\n    },\n    {\n        id: 4,\n        question: \"Under Section 7 of the POCSO Act, 2012, apart from touching specific body parts, which other act with sexual intent constitutes sexual assault?\",\n        options: [\n            \"Only verbal abuse\",\n            \"Any other act with sexual intent involving physical contact without penetration\",\n            \"Only showing pornographic material\",\n            \"Only stalking the child\"\n        ],\n        correct: 1,\n        explanation: \"Section 7 of POCSO Act also covers 'any other act with sexual intent which involves physical contact without penetration' as sexual assault.\"\n    },\n    {\n        id: 5,\n        question: \"A person with sexual intent touches the thigh of a child. Under the POCSO Act, 2012, this act is:\",\n        options: [\n            \"Not covered under POCSO Act\",\n            \"Sexual assault under Section 7 as it involves physical contact with sexual intent\",\n            \"Only sexual harassment under Section 11\",\n            \"Penetrative sexual assault under Section 3\"\n        ],\n        correct: 1,\n        explanation: \"Section 7 of POCSO Act covers 'any other act with sexual intent which involves physical contact without penetration'. Touching thigh with sexual intent falls under this category.\"\n    },\n    {\n        id: 6,\n        question: \"Under Section 7 of the POCSO Act, 2012, which of the following body parts are specifically mentioned for the offence of sexual assault when touched with sexual intent?\",\n        options: [\n            \"Only vagina and penis\",\n            \"Vagina, penis, anus and breast\",\n            \"Any part of the body\",\n            \"Only private parts\"\n        ],\n        correct: 1,\n        explanation: \"Section 7 of POCSO Act specifically mentions touching of vagina, penis, anus or breast of the child with sexual intent as sexual assault.\"\n    },\n    {\n        id: 7,\n        question: \"What is the key difference between 'Penetrative Sexual Assault' under Section 3 and 'Sexual Assault' under Section 7 of the POCSO Act, 2012?\",\n        options: [\n            \"Age of the victim\",\n            \"Penetration is involved in Section 3 but not in Section 7\",\n            \"Sexual intent is required only in Section 7\",\n            \"Section 3 applies only to male perpetrators\"\n        ],\n        correct: 1,\n        explanation: \"The key difference is that Section 3 (Penetrative Sexual Assault) involves penetration, while Section 7 (Sexual Assault) involves physical contact with sexual intent without penetration.\"\n    },\n    {\n        id: 8,\n        question: \"A person forces a child to touch the breast of a third person. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Not an offence under POCSO\",\n            \"Sexual assault under Section 7\",\n            \"Only an offence if third person is an adult\",\n            \"Penetrative sexual assault under Section 3\"\n        ],\n        correct: 1,\n        explanation: \"Section 7 of POCSO Act covers making the child touch the vagina, penis, anus or breast of 'any other person' (third party), which constitutes sexual assault.\"\n    },\n    {\n        id: 9,\n        question: \"A doctor examines a child's private parts during a legitimate medical examination. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Sexual assault under Section 7\",\n            \"Not an offence as there is no sexual intent\",\n            \"Aggravated sexual assault under Section 9\",\n            \"Always an offence regardless of intent\"\n        ],\n        correct: 1,\n        explanation: \"Section 7 requires 'sexual intent' for an act to constitute sexual assault. A legitimate medical examination lacks sexual intent and therefore is not an offence under POCSO Act.\"\n    },\n    {\n        id: 10,\n        question: \"Under Section 7 of the POCSO Act, 2012, if a person with sexual intent kisses a child on the lips, this act is:\",\n        options: [\n            \"Not covered under POCSO Act\",\n            \"Sexual assault as it involves physical contact with sexual intent\",\n            \"Only sexual harassment\",\n            \"Penetrative sexual assault\"\n        ],\n        correct: 1,\n        explanation: \"Section 7 of POCSO Act covers 'any other act with sexual intent which involves physical contact without penetration'. Kissing on lips with sexual intent constitutes sexual assault.\"\n    },\n\n    \/\/ SECTION 8 - PUNISHMENT FOR SEXUAL ASSAULT\n    {\n        id: 11,\n        question: \"What is the minimum punishment prescribed under Section 8 of the POCSO Act, 2012 for sexual assault?\",\n        options: [\n            \"One year imprisonment\",\n            \"Two years imprisonment\",\n            \"Three years imprisonment\",\n            \"Five years imprisonment\"\n        ],\n        correct: 2,\n        explanation: \"Section 8 of POCSO Act prescribes imprisonment for a term which shall not be less than three years but which may extend to five years, and shall also be liable to fine.\"\n    },\n    {\n        id: 12,\n        question: \"What is the maximum punishment prescribed under Section 8 of the POCSO Act, 2012 for sexual assault?\",\n        options: [\n            \"Three years imprisonment\",\n            \"Five years imprisonment\",\n            \"Seven years imprisonment\",\n            \"Ten years imprisonment\"\n        ],\n        correct: 1,\n        explanation: \"Section 8 of POCSO Act provides for punishment which may extend to five years imprisonment along with fine.\"\n    },\n    {\n        id: 13,\n        question: \"Under Section 8 of the POCSO Act, 2012, the type of imprisonment for sexual assault is:\",\n        options: [\n            \"Only rigorous imprisonment\",\n            \"Only simple imprisonment\",\n            \"Imprisonment of either description (simple or rigorous)\",\n            \"Life imprisonment\"\n        ],\n        correct: 2,\n        explanation: \"Section 8 of POCSO Act provides for 'imprisonment of either description' which means the court can award either simple or rigorous imprisonment.\"\n    },\n    {\n        id: 14,\n        question: \"Under Section 8 of the POCSO Act, 2012, is fine mandatory along with imprisonment for sexual assault?\",\n        options: [\n            \"Fine is optional\",\n            \"Fine is mandatory along with imprisonment\",\n            \"Fine is only for repeat offenders\",\n            \"No provision for fine\"\n        ],\n        correct: 1,\n        explanation: \"Section 8 of POCSO Act states that the offender 'shall also be liable to fine' making fine mandatory along with the prescribed imprisonment.\"\n    },\n    {\n        id: 15,\n        question: \"Compare the minimum punishment for 'Sexual Assault' under Section 8 and 'Penetrative Sexual Assault' under Section 4(1) of the POCSO Act, 2012:\",\n        options: [\n            \"Both have same minimum punishment\",\n            \"Section 8 has 3 years minimum, Section 4(1) has 10 years minimum\",\n            \"Section 8 has higher minimum punishment\",\n            \"Section 8 has 5 years minimum, Section 4(1) has 7 years minimum\"\n        ],\n        correct: 1,\n        explanation: \"Section 8 prescribes minimum 3 years (max 5 years) for sexual assault, while Section 4(1) prescribes minimum 10 years (max life) for penetrative sexual assault, reflecting the gravity of offences.\"\n    },\n\n    \/\/ SECTION 9 - AGGRAVATED SEXUAL ASSAULT\n    {\n        id: 16,\n        question: \"Under Section 9(a) of the POCSO Act, 2012, a police officer commits aggravated sexual assault if the assault occurs:\",\n        options: [\n            \"Only within police station limits\",\n            \"Only when in uniform\",\n            \"Within police station limits, in station house premises, in course of duties, or where identified as police officer\",\n            \"Only during investigation\"\n        ],\n        correct: 2,\n        explanation: \"Section 9(a) of POCSO Act covers all four situations: (i) within police station limits, (ii) in station house premises, (iii) in course of duties or otherwise, and (iv) where known\/identified as a police officer.\"\n    },\n    {\n        id: 17,\n        question: \"Under Section 9(c) of the POCSO Act, 2012, sexual assault committed by which category of persons is aggravated?\",\n        options: [\n            \"Only police officers\",\n            \"Any public servant\",\n            \"Only teachers\",\n            \"Only doctors\"\n        ],\n        correct: 1,\n        explanation: \"Section 9(c) of POCSO Act states that whoever being a public servant commits sexual assault on a child is guilty of aggravated sexual assault.\"\n    },\n    {\n        id: 18,\n        question: \"A nurse at a government hospital touches the private parts of a child patient with sexual intent. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Simple sexual assault under Section 7\",\n            \"Aggravated sexual assault under Section 9(e)\",\n            \"Not covered under POCSO\",\n            \"Only covered under IPC\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 9(e) of POCSO Act, staff of a hospital (whether Government or private) committing sexual assault on a child in that hospital is guilty of aggravated sexual assault.\"\n    },\n    {\n        id: 19,\n        question: \"Under Section 9(g) of the POCSO Act, 2012, when a child is subjected to sexual assault by multiple persons of a group in furtherance of their common intention, each person is:\",\n        options: [\n            \"Liable only if he personally committed the assault\",\n            \"Liable only for abetment\",\n            \"Deemed to have committed the offence and liable as if done by him alone\",\n            \"Liable for conspiracy only\"\n        ],\n        correct: 2,\n        explanation: \"The Explanation to Section 9(g) of POCSO Act states that in gang sexual assault, each person shall be deemed to have committed the offence and shall be liable as if it were done by him alone.\"\n    },\n    {\n        id: 20,\n        question: \"Under Section 9(h) of the POCSO Act, 2012, sexual assault using which of the following is aggravated?\",\n        options: [\n            \"Only deadly weapons\",\n            \"Deadly weapons, fire, heated substance or corrosive substance\",\n            \"Only firearms\",\n            \"Only knife\"\n        ],\n        correct: 1,\n        explanation: \"Section 9(h) of POCSO Act covers sexual assault using deadly weapons, fire, heated substance or corrosive substance as aggravated sexual assault.\"\n    },\n    {\n        id: 21,\n        question: \"Under Section 9(i) of the POCSO Act, 2012, sexual assault causing which of the following is aggravated?\",\n        options: [\n            \"Only minor injuries\",\n            \"Grievous hurt, bodily harm and injury, or injury to sexual organs\",\n            \"Only permanent disability\",\n            \"Only injury to sexual organs\"\n        ],\n        correct: 1,\n        explanation: \"Section 9(i) of POCSO Act covers sexual assault causing grievous hurt or causing bodily harm and injury or injury to the sexual organs of the child.\"\n    },\n    {\n        id: 22,\n        question: \"Under Section 9(k) of the POCSO Act, 2012, taking advantage of a child's _______ to commit sexual assault constitutes aggravated offence:\",\n        options: [\n            \"Age\",\n            \"Mental or physical disability\",\n            \"Economic condition\",\n            \"Illiteracy\"\n        ],\n        correct: 1,\n        explanation: \"Section 9(k) of POCSO Act states that whoever, taking advantage of a child's mental or physical disability, commits sexual assault on the child commits aggravated sexual assault.\"\n    },\n    {\n        id: 23,\n        question: \"A person commits sexual assault on a visually impaired child by exploiting the child's inability to identify the attacker. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Simple sexual assault under Section 7\",\n            \"Aggravated sexual assault under Section 9(k)\",\n            \"Not specifically covered\",\n            \"Sexual harassment under Section 11\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 9(k) of POCSO Act, taking advantage of a child's physical disability (visual impairment) to commit sexual assault constitutes aggravated sexual assault.\"\n    },\n    {\n        id: 24,\n        question: \"Under Section 9(m) of the POCSO Act, 2012, sexual assault on a child below which age is automatically considered aggravated?\",\n        options: [\n            \"Below 10 years\",\n            \"Below 12 years\",\n            \"Below 14 years\",\n            \"Below 16 years\"\n        ],\n        correct: 1,\n        explanation: \"Section 9(m) of POCSO Act specifically states that sexual assault on a child below twelve years constitutes aggravated sexual assault.\"\n    },\n    {\n        id: 25,\n        question: \"A person with sexual intent touches the breast of an 11-year-old child. Under the POCSO Act, 2012, this is punishable as:\",\n        options: [\n            \"Simple sexual assault under Section 8\",\n            \"Aggravated sexual assault under Section 10 (as child is below 12 years)\",\n            \"Sexual harassment under Section 12\",\n            \"Not an offence under POCSO\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 9(m) of POCSO Act, sexual assault on a child below 12 years constitutes aggravated sexual assault, punishable under Section 10 with imprisonment of 5-7 years.\"\n    },\n    {\n        id: 26,\n        question: \"Under Section 9(n) of the POCSO Act, 2012, sexual assault by a relative through which relationships is covered as aggravated?\",\n        options: [\n            \"Only blood relation\",\n            \"Blood, adoption, marriage, guardianship, foster care, or domestic relationship\",\n            \"Only legal guardianship\",\n            \"Only blood and adoption\"\n        ],\n        correct: 1,\n        explanation: \"Section 9(n) of POCSO Act covers relatives through blood or adoption or marriage or guardianship or in foster care or having domestic relationship with parent or living in same\/shared household.\"\n    },\n    {\n        id: 27,\n        question: \"A stepfather living in the same household commits sexual assault on his stepchild. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Simple sexual assault under Section 7\",\n            \"Aggravated sexual assault under Section 9(n)\",\n            \"Not covered under POCSO as not blood relative\",\n            \"Only covered under IPC\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 9(n) of POCSO Act, a person having domestic relationship with parent or living in same\/shared household who commits sexual assault is guilty of aggravated sexual assault.\"\n    },\n    {\n        id: 28,\n        question: \"Under Section 9(l) of the POCSO Act, 2012, sexual assault committed on a child more than once or repeatedly is:\",\n        options: [\n            \"Simple sexual assault with enhanced fine\",\n            \"Aggravated sexual assault\",\n            \"Multiple charges of simple sexual assault\",\n            \"Habitual offender category only\"\n        ],\n        correct: 1,\n        explanation: \"Section 9(l) of POCSO Act states that whoever commits sexual assault on the child more than once or repeatedly is guilty of aggravated sexual assault.\"\n    },\n    {\n        id: 29,\n        question: \"A teacher at a coaching center touches a student's private parts with sexual intent. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Simple sexual assault\",\n            \"Aggravated sexual assault under Section 9(f)\",\n            \"Sexual harassment\",\n            \"Not covered under POCSO\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 9(f) of POCSO Act, staff of an educational institution (including coaching centers) committing sexual assault on a child in that institution is guilty of aggravated sexual assault.\"\n    },\n    {\n        id: 30,\n        question: \"Under Section 9(o) of the POCSO Act, 2012, staff of which type of institutions committing sexual assault are covered as aggravated?\",\n        options: [\n            \"Only government institutions\",\n            \"Only private institutions\",\n            \"Any institution providing services to the child\",\n            \"Only schools and hospitals\"\n        ],\n        correct: 2,\n        explanation: \"Section 9(o) of POCSO Act covers whoever being in ownership, management, or staff of any institution providing services to the child commits sexual assault.\"\n    },\n    {\n        id: 31,\n        question: \"Under Section 9(p) of the POCSO Act, 2012, a person in position of trust or authority committing sexual assault on a child is covered when the assault occurs:\",\n        options: [\n            \"Only in an institution\",\n            \"Only at home of the child\",\n            \"In an institution or home of the child or anywhere else\",\n            \"Only in educational institutions\"\n        ],\n        correct: 2,\n        explanation: \"Section 9(p) of POCSO Act covers whoever in position of trust or authority commits assault 'in an institution or home of the child or anywhere else' - covering all locations.\"\n    },\n    {\n        id: 32,\n        question: \"Under Section 9(s) of the POCSO Act, 2012, sexual assault committed during which circumstances is aggravated?\",\n        options: [\n            \"Only during riots\",\n            \"Communal or sectarian violence, natural calamity, or similar situations\",\n            \"Only during war\",\n            \"Only during elections\"\n        ],\n        correct: 1,\n        explanation: \"Section 9(s) of POCSO Act covers sexual assault in the course of communal or sectarian violence or during any natural calamity or in similar situations.\"\n    },\n    {\n        id: 33,\n        question: \"During an earthquake relief operation, a relief worker commits sexual assault on a child. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Simple sexual assault\",\n            \"Aggravated sexual assault under Section 9(s)\",\n            \"Not covered under POCSO\",\n            \"Only covered under Disaster Management Act\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 9(s) of POCSO Act, sexual assault committed during any natural calamity (earthquake) or similar situations constitutes aggravated sexual assault.\"\n    },\n    {\n        id: 34,\n        question: \"Under Section 9(t) of the POCSO Act, 2012, sexual assault by a person previously convicted of which offences is aggravated?\",\n        options: [\n            \"Only offences under POCSO Act\",\n            \"Any offence under POCSO Act or any sexual offence under any other law\",\n            \"Only rape under IPC\",\n            \"Only offences against children\"\n        ],\n        correct: 1,\n        explanation: \"Section 9(t) of POCSO Act covers whoever commits sexual assault and has been previously convicted of any offence under POCSO Act or any sexual offence under any other law.\"\n    },\n    {\n        id: 35,\n        question: \"Under Section 9(u) of the POCSO Act, 2012, sexual assault combined with which act is aggravated?\",\n        options: [\n            \"Threatening the child\",\n            \"Making the child strip or parade naked in public\",\n            \"Recording the assault\",\n            \"Kidnapping the child\"\n        ],\n        correct: 1,\n        explanation: \"Section 9(u) of POCSO Act states that whoever commits sexual assault on a child and makes the child to strip or parade naked in public commits aggravated sexual assault.\"\n    },\n    {\n        id: 36,\n        question: \"Section 9(v) of the POCSO Act, 2012 covers which specific act as aggravated sexual assault?\",\n        options: [\n            \"Using social media to contact child\",\n            \"Persuading or administering drugs\/hormones to a child for early sexual maturity\",\n            \"Taking photographs of the child\",\n            \"Threatening to harm the child's family\"\n        ],\n        correct: 1,\n        explanation: \"Section 9(v) of POCSO Act covers persuading, inducing, enticing or coercing a child to get administered drugs or hormones with intent that child attains early sexual maturity.\"\n    },\n    {\n        id: 37,\n        question: \"A person gives hormonal supplements to a 13-year-old child with the intent that the child attains early sexual maturity. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Not an offence under POCSO\",\n            \"Aggravated sexual assault under Section 9(v)\",\n            \"Only a medical malpractice issue\",\n            \"Sexual harassment under Section 11\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 9(v) of POCSO Act, administering or directing anyone to administer hormones to a child with intent that child attains early sexual maturity is aggravated sexual assault.\"\n    },\n    {\n        id: 38,\n        question: \"How many different circumstances\/clauses are specified in Section 9 of the POCSO Act, 2012 that constitute aggravated sexual assault?\",\n        options: [\n            \"18 clauses\",\n            \"20 clauses\",\n            \"22 clauses (from 'a' to 'v')\",\n            \"25 clauses\"\n        ],\n        correct: 2,\n        explanation: \"Section 9 of POCSO Act contains 22 clauses from (a) to (v) defining various circumstances that constitute aggravated sexual assault.\"\n    },\n    {\n        id: 39,\n        question: \"Under Section 9(q) of the POCSO Act, 2012, sexual assault committed on a child knowing the child is _______ is aggravated:\",\n        options: [\n            \"Disabled\",\n            \"Pregnant\",\n            \"Orphan\",\n            \"HIV positive\"\n        ],\n        correct: 1,\n        explanation: \"Section 9(q) of POCSO Act states that whoever commits sexual assault on a child knowing the child is pregnant commits aggravated sexual assault.\"\n    },\n    {\n        id: 40,\n        question: \"Under Section 9(r) of the POCSO Act, 2012, sexual assault where the accused also attempts to murder the child is:\",\n        options: [\n            \"Two separate offences only\",\n            \"Aggravated sexual assault\",\n            \"Only attempt to murder\",\n            \"Simple sexual assault\"\n        ],\n        correct: 1,\n        explanation: \"Section 9(r) of POCSO Act states that whoever commits sexual assault on a child and attempts to murder the child commits aggravated sexual assault.\"\n    },\n\n    \/\/ SECTION 10 - PUNISHMENT FOR AGGRAVATED SEXUAL ASSAULT\n    {\n        id: 41,\n        question: \"What is the minimum punishment prescribed under Section 10 of the POCSO Act, 2012 for aggravated sexual assault?\",\n        options: [\n            \"Three years imprisonment\",\n            \"Five years imprisonment\",\n            \"Seven years imprisonment\",\n            \"Ten years imprisonment\"\n        ],\n        correct: 1,\n        explanation: \"Section 10 of POCSO Act prescribes imprisonment of either description for a term which shall not be less than five years but which may extend to seven years, and shall also be liable to fine.\"\n    },\n    {\n        id: 42,\n        question: \"What is the maximum punishment prescribed under Section 10 of the POCSO Act, 2012 for aggravated sexual assault?\",\n        options: [\n            \"Five years imprisonment\",\n            \"Seven years imprisonment\",\n            \"Ten years imprisonment\",\n            \"Life imprisonment\"\n        ],\n        correct: 1,\n        explanation: \"Section 10 of POCSO Act provides for punishment which may extend to seven years imprisonment along with fine.\"\n    },\n    {\n        id: 43,\n        question: \"Compare the punishment for 'Sexual Assault' under Section 8 and 'Aggravated Sexual Assault' under Section 10 of the POCSO Act, 2012:\",\n        options: [\n            \"Both have same punishment\",\n            \"Section 8: 3-5 years; Section 10: 5-7 years\",\n            \"Section 8: 5-7 years; Section 10: 7-10 years\",\n            \"Section 8: 1-3 years; Section 10: 3-5 years\"\n        ],\n        correct: 1,\n        explanation: \"Section 8 prescribes 3-5 years for sexual assault, while Section 10 prescribes 5-7 years for aggravated sexual assault, showing enhanced punishment for aggravated offences.\"\n    },\n    {\n        id: 44,\n        question: \"Under Section 10 of the POCSO Act, 2012, the type of imprisonment for aggravated sexual assault is:\",\n        options: [\n            \"Only rigorous imprisonment\",\n            \"Only simple imprisonment\",\n            \"Imprisonment of either description\",\n            \"Life imprisonment\"\n        ],\n        correct: 2,\n        explanation: \"Section 10 of POCSO Act provides for 'imprisonment of either description' which means the court can award either simple or rigorous imprisonment.\"\n    },\n    {\n        id: 45,\n        question: \"A police officer commits sexual assault on a child within the police station. Under the POCSO Act, 2012, the punishment is:\",\n        options: [\n            \"3-5 years under Section 8\",\n            \"5-7 years under Section 10\",\n            \"10-20 years under Section 6\",\n            \"1-3 years under Section 12\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 9(a), this is aggravated sexual assault, punishable under Section 10 with imprisonment of 5-7 years and fine.\"\n    },\n\n    \/\/ SECTION 11 - SEXUAL HARASSMENT\n    {\n        id: 46,\n        question: \"Under Section 11 of the POCSO Act, 2012, which of the following is an essential element for an act to constitute 'Sexual Harassment'?\",\n        options: [\n            \"Physical contact must occur\",\n            \"Sexual intent must be present\",\n            \"Penetration must occur\",\n            \"Injury must be caused\"\n        ],\n        correct: 1,\n        explanation: \"Section 11 of POCSO Act states that a person commits sexual harassment upon a child 'when such person with sexual intent' does any of the specified acts. Sexual intent is essential.\"\n    },\n    {\n        id: 47,\n        question: \"Under Section 11(i) of the POCSO Act, 2012, which of the following acts with sexual intent constitutes sexual harassment?\",\n        options: [\n            \"Only making gestures\",\n            \"Uttering words, making sounds, gestures, or exhibiting objects or body parts\",\n            \"Only showing private parts\",\n            \"Only verbal abuse\"\n        ],\n        correct: 1,\n        explanation: \"Section 11(i) covers uttering any word or making any sound, or making any gesture or exhibiting any object or part of body with sexual intent intended to be heard or seen by the child.\"\n    },\n    {\n        id: 48,\n        question: \"A person exposes his private parts to a child with sexual intent. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Sexual assault under Section 7\",\n            \"Sexual harassment under Section 11(i)\",\n            \"Penetrative sexual assault under Section 3\",\n            \"Not covered under POCSO\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 11(i) of POCSO Act, exhibiting any part of body (including private parts) with sexual intent so that it is seen by the child constitutes sexual harassment.\"\n    },\n    {\n        id: 49,\n        question: \"Under Section 11(ii) of the POCSO Act, 2012, making a child exhibit his body or any part of his body so that it is seen by such person or any other person is:\",\n        options: [\n            \"Sexual assault\",\n            \"Sexual harassment\",\n            \"Use of child for pornographic purposes\",\n            \"Penetrative sexual assault\"\n        ],\n        correct: 1,\n        explanation: \"Section 11(ii) of POCSO Act states that making a child exhibit his body or any part of his body so as it is seen by such person or any other person constitutes sexual harassment.\"\n    },\n    {\n        id: 50,\n        question: \"A person forces a child to undress and show his body to the person. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Sexual assault under Section 7\",\n            \"Sexual harassment under Section 11(ii)\",\n            \"Use of child for pornography under Section 13\",\n            \"Not specifically covered\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 11(ii) of POCSO Act, making a child exhibit his body or any part of his body so as it is seen by such person constitutes sexual harassment.\"\n    },\n    {\n        id: 51,\n        question: \"Under Section 11(iii) of the POCSO Act, 2012, showing any object to a child in any form or media for _______ purposes constitutes sexual harassment:\",\n        options: [\n            \"Educational\",\n            \"Pornographic\",\n            \"Entertainment\",\n            \"Commercial\"\n        ],\n        correct: 1,\n        explanation: \"Section 11(iii) of POCSO Act states that showing any object to a child in any form or media for pornographic purposes constitutes sexual harassment.\"\n    },\n    {\n        id: 52,\n        question: \"A person shows pornographic videos to a child on a mobile phone. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Not an offence if child consented\",\n            \"Sexual harassment under Section 11(iii)\",\n            \"Only an offence under IT Act\",\n            \"Use of child for pornography under Section 13\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 11(iii) of POCSO Act, showing any object (including videos) to a child in any form or media (including mobile phone) for pornographic purposes constitutes sexual harassment.\"\n    },\n    {\n        id: 53,\n        question: \"Under Section 11(iv) of the POCSO Act, 2012, repeatedly or constantly following, watching, or contacting a child through electronic or digital means with sexual intent is:\",\n        options: [\n            \"Stalking under IPC only\",\n            \"Sexual harassment\",\n            \"Not covered under POCSO\",\n            \"Sexual assault\"\n        ],\n        correct: 1,\n        explanation: \"Section 11(iv) of POCSO Act covers repeatedly or constantly following or watching or contacting a child either directly or through electronic, digital or any other means as sexual harassment.\"\n    },\n    {\n        id: 54,\n        question: \"A person repeatedly sends sexually suggestive messages to a child on social media. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Not covered under POCSO\",\n            \"Sexual harassment under Section 11(iv)\",\n            \"Only cybercrime under IT Act\",\n            \"Sexual assault under Section 7\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 11(iv) of POCSO Act, repeatedly or constantly contacting a child through electronic\/digital means (social media) with sexual intent constitutes sexual harassment.\"\n    },\n    {\n        id: 55,\n        question: \"Under Section 11(v) of the POCSO Act, 2012, threatening to use a real or fabricated depiction of any part of the child's body or involvement in sexual act is:\",\n        options: [\n            \"Blackmail under IPC only\",\n            \"Sexual harassment\",\n            \"Sexual assault\",\n            \"Not specifically covered\"\n        ],\n        correct: 1,\n        explanation: \"Section 11(v) of POCSO Act covers threatening to use, in any form of media, a real or fabricated depiction of any part of child's body or involvement in sexual act as sexual harassment.\"\n    },\n    {\n        id: 56,\n        question: \"A person threatens a child by saying he will circulate morphed nude photos of the child. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Only an offence under IT Act\",\n            \"Sexual harassment under Section 11(v)\",\n            \"Not covered under POCSO\",\n            \"Sexual assault\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 11(v) of POCSO Act, threatening to use a fabricated depiction (morphed photos) of any part of child's body through any media constitutes sexual harassment.\"\n    },\n    {\n        id: 57,\n        question: \"Under Section 11(vi) of the POCSO Act, 2012, enticing a child for _______ purposes or giving gratification therefor constitutes sexual harassment:\",\n        options: [\n            \"Entertainment\",\n            \"Pornographic\",\n            \"Educational\",\n            \"Commercial\"\n        ],\n        correct: 1,\n        explanation: \"Section 11(vi) of POCSO Act states that enticing a child for pornographic purposes or giving gratification therefor constitutes sexual harassment.\"\n    },\n    {\n        id: 58,\n        question: \"A person offers money to a child to pose for nude photographs. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Not an offence if child agrees\",\n            \"Sexual harassment under Section 11(vi)\",\n            \"Only use of child for pornography under Section 13\",\n            \"Sexual assault under Section 7\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 11(vi) of POCSO Act, enticing a child for pornographic purposes or giving gratification (money) therefor constitutes sexual harassment.\"\n    },\n    {\n        id: 59,\n        question: \"According to the Explanation to Section 11 of the POCSO Act, 2012, any question involving 'sexual intent' shall be:\",\n        options: [\n            \"A question of law decided by the judge\",\n            \"A question of fact\",\n            \"Presumed to exist in all cases\",\n            \"Decided based on victim's age only\"\n        ],\n        correct: 1,\n        explanation: \"The Explanation to Section 11 of POCSO Act states that any question which involves 'sexual intent' shall be a question of fact, to be determined based on evidence.\"\n    },\n    {\n        id: 60,\n        question: \"How many different acts are specified in Section 11 of the POCSO Act, 2012 that constitute sexual harassment?\",\n        options: [\n            \"Four acts\",\n            \"Five acts\",\n            \"Six acts (clauses i to vi)\",\n            \"Eight acts\"\n        ],\n        correct: 2,\n        explanation: \"Section 11 of POCSO Act contains six clauses (i) to (vi) specifying different acts that constitute sexual harassment when done with sexual intent.\"\n    },\n    {\n        id: 61,\n        question: \"A person makes obscene gestures towards a child with sexual intent. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Not covered under POCSO as no physical contact\",\n            \"Sexual harassment under Section 11(i)\",\n            \"Sexual assault under Section 7\",\n            \"Only an offence under IPC\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 11(i) of POCSO Act, making any gesture with sexual intent so that it is seen by the child constitutes sexual harassment, even without physical contact.\"\n    },\n    {\n        id: 62,\n        question: \"Under Section 11 of the POCSO Act, 2012, can sexual harassment be committed through electronic or digital means?\",\n        options: [\n            \"No, only physical acts are covered\",\n            \"Yes, as per Section 11(iv) and 11(v)\",\n            \"Only under IT Act, not POCSO\",\n            \"Only if physical contact also occurs\"\n        ],\n        correct: 1,\n        explanation: \"Section 11(iv) covers contacting child through electronic\/digital means, and Section 11(v) covers threatening through any form of media, thus POCSO covers digital sexual harassment.\"\n    },\n    {\n        id: 63,\n        question: \"What is the key difference between 'Sexual Assault' under Section 7 and 'Sexual Harassment' under Section 11 of the POCSO Act, 2012?\",\n        options: [\n            \"Age of victim\",\n            \"Sexual assault requires physical contact, sexual harassment may not\",\n            \"Sexual intent is required only in sexual harassment\",\n            \"Punishment is same for both\"\n        ],\n        correct: 1,\n        explanation: \"Section 7 (Sexual Assault) requires physical contact with sexual intent, while Section 11 (Sexual Harassment) covers non-contact acts like gestures, words, showing material, stalking, threats with sexual intent.\"\n    },\n    {\n        id: 64,\n        question: \"A person utters sexually explicit words to a child over telephone with sexual intent. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Not covered under POCSO\",\n            \"Sexual harassment under Section 11(i)\",\n            \"Sexual assault under Section 7\",\n            \"Only an offence under Telecom Act\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 11(i) of POCSO Act, uttering any word with sexual intent so that it shall be heard by the child (including through telephone) constitutes sexual harassment.\"\n    },\n    {\n        id: 65,\n        question: \"Under Section 11 of the POCSO Act, 2012, watching a child constantly with sexual intent is:\",\n        options: [\n            \"Not an offence\",\n            \"Sexual harassment under Section 11(iv)\",\n            \"Sexual assault\",\n            \"Only stalking under IPC\"\n        ],\n        correct: 1,\n        explanation: \"Section 11(iv) of POCSO Act covers repeatedly or constantly watching a child either directly or through any means as sexual harassment when done with sexual intent.\"\n    },\n\n    \/\/ COMPARATIVE AND APPLICATION-BASED QUESTIONS\n    {\n        id: 66,\n        question: \"Compare the minimum punishment for 'Sexual Harassment' under Section 12, 'Sexual Assault' under Section 8, and 'Aggravated Sexual Assault' under Section 10 of the POCSO Act, 2012:\",\n        options: [\n            \"All have same minimum punishment\",\n            \"Section 12: up to 3 years; Section 8: 3 years minimum; Section 10: 5 years minimum\",\n            \"Section 12: 3 years; Section 8: 5 years; Section 10: 7 years\",\n            \"Section 12: 1 year; Section 8: 2 years; Section 10: 3 years\"\n        ],\n        correct: 1,\n        explanation: \"Section 12 provides up to 3 years (no minimum); Section 8 provides 3-5 years; Section 10 provides 5-7 years, showing progressive severity of punishment.\"\n    },\n    {\n        id: 67,\n        question: \"A person touches a child's buttocks with sexual intent. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Sexual harassment under Section 11\",\n            \"Sexual assault under Section 7\",\n            \"Not covered under POCSO\",\n            \"Penetrative sexual assault under Section 3\"\n        ],\n        correct: 1,\n        explanation: \"Section 7 of POCSO Act covers 'any other act with sexual intent which involves physical contact without penetration'. Touching buttocks with sexual intent is sexual assault.\"\n    },\n    {\n        id: 68,\n        question: \"A person sends a nude photograph to a child. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Sexual harassment under Section 11(iii)\",\n            \"Sexual assault under Section 7\",\n            \"Not covered under POCSO\",\n            \"Use of child for pornography under Section 13\"\n        ],\n        correct: 0,\n        explanation: \"Under Section 11(iii) of POCSO Act, showing any object (including photographs) to a child for pornographic purposes constitutes sexual harassment.\"\n    },\n    {\n        id: 69,\n        question: \"A school bus driver repeatedly touches students inappropriately. Under the POCSO Act, 2012:\",\n        options: [\n            \"Each incident is simple sexual assault\",\n            \"This is aggravated sexual assault under Section 9(l) as it is repeated\",\n            \"Only the last incident is punishable\",\n            \"Not covered under POCSO as bus is not school premises\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 9(l) of POCSO Act, committing sexual assault on the child more than once or repeatedly constitutes aggravated sexual assault, punishable under Section 10.\"\n    },\n    {\n        id: 70,\n        question: \"Under the POCSO Act, 2012, if a person commits sexual assault on a child and the same person has earlier sexually harassed the same child, which provision applies?\",\n        options: [\n            \"Only Section 7 for sexual assault\",\n            \"Section 9(l) as aggravated sexual assault (repeated offence)\",\n            \"Only Section 11 for sexual harassment\",\n            \"Both offences are punished separately\"\n        ],\n        correct: 3,\n        explanation: \"Sexual harassment and sexual assault are distinct offences. The person can be prosecuted for both. Section 9(l) applies when 'sexual assault' is committed more than once, not for different offences.\"\n    },\n    {\n        id: 71,\n        question: \"A relative who lives in the same house makes obscene gestures to a child with sexual intent. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Aggravated sexual assault\",\n            \"Sexual harassment under Section 11(i)\",\n            \"Sexual assault under Section 7\",\n            \"Aggravated penetrative sexual assault\"\n        ],\n        correct: 1,\n        explanation: \"Making obscene gestures with sexual intent is sexual harassment under Section 11(i). Section 9(n) covers aggravated 'sexual assault' by relatives, not sexual harassment.\"\n    },\n    {\n        id: 72,\n        question: \"Under the POCSO Act, 2012, if Section 9 (aggravated sexual assault) does not have a provision similar to Section 5 (aggravated penetrative sexual assault), which punishment applies for sexual harassment by a police officer?\",\n        options: [\n            \"Enhanced punishment under Section 10\",\n            \"Simple punishment under Section 12 (as no aggravated sexual harassment provision exists)\",\n            \"Punishment under IPC\",\n            \"Section 8 punishment\"\n        ],\n        correct: 1,\n        explanation: \"There is no 'aggravated sexual harassment' in POCSO Act. Sexual harassment is punishable only under Section 12 regardless of who commits it, unlike sexual assault which has aggravated provisions.\"\n    },\n    {\n        id: 73,\n        question: \"A person with sexual intent follows a child daily from school to home. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Not covered under POCSO\",\n            \"Sexual harassment under Section 11(iv)\",\n            \"Sexual assault under Section 7\",\n            \"Only stalking under IPC\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 11(iv) of POCSO Act, repeatedly or constantly following a child with sexual intent constitutes sexual harassment.\"\n    },\n    {\n        id: 74,\n        question: \"Under the POCSO Act, 2012, which of the following is NOT covered under Section 11 (Sexual Harassment)?\",\n        options: [\n            \"Making obscene gestures\",\n            \"Showing pornographic material\",\n            \"Touching private parts with sexual intent\",\n            \"Threatening to circulate morphed photos\"\n        ],\n        correct: 2,\n        explanation: \"Touching private parts with sexual intent involves physical contact and is covered under Section 7 (Sexual Assault), not Section 11 (Sexual Harassment) which covers non-contact acts.\"\n    },\n    {\n        id: 75,\n        question: \"A government official commits sexual assault on a child during official duty. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Simple sexual assault under Section 8\",\n            \"Aggravated sexual assault under Section 9(c) and punishable under Section 10\",\n            \"Sexual harassment under Section 12\",\n            \"Not covered under POCSO\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 9(c) of POCSO Act, whoever being a public servant (government official) commits sexual assault on a child is guilty of aggravated sexual assault, punishable under Section 10.\"\n    }],\n    \"CH 3-USING CHILD FOR PORNOGRAPHIC PURPOSES AND PUNISHMENT THEREFOR (Section 13-15)\": [    {\n        id: 1,\n        question: \"Under Section 13 of the POCSO Act, 2012, using a child in any form of media for which purpose constitutes an offence?\",\n        options: [\n            \"Entertainment purpose\",\n            \"Sexual gratification\",\n            \"Educational purpose\",\n            \"Commercial advertising\"\n        ],\n        correct: 1,\n        explanation: \"Section 13 states that using a child in any form of media for the purposes of sexual gratification is the offence of using child for pornographic purposes.\"\n    },\n    {\n        id: 2,\n        question: \"Under Section 13 of the POCSO Act, 2012, which forms of media are covered for this offence?\",\n        options: [\n            \"Only television programmes\",\n            \"Only internet content\",\n            \"TV, internet, any electronic form or printed form\",\n            \"Only printed material\"\n        ],\n        correct: 2,\n        explanation: \"Section 13 covers any form of media including programme or advertisement telecast by television channels or internet or any other electronic form or printed form.\"\n    },\n    {\n        id: 3,\n        question: \"Under Section 13(a) of the POCSO Act, 2012, which representation of a child constitutes using child for pornographic purposes?\",\n        options: [\n            \"Representation of the face of a child\",\n            \"Representation of the sexual organs of a child\",\n            \"Representation of child in casual clothes\",\n            \"Representation of child in school\"\n        ],\n        correct: 1,\n        explanation: \"Section 13(a) specifically states that representation of the sexual organs of a child constitutes using child for pornographic purposes.\"\n    },\n    {\n        id: 4,\n        question: \"Under Section 13(b) of the POCSO Act, 2012, usage of a child engaged in which type of sexual acts is covered?\",\n        options: [\n            \"Only real sexual acts with penetration\",\n            \"Only simulated sexual acts\",\n            \"Real or simulated sexual acts (with or without penetration)\",\n            \"Only acts with adults\"\n        ],\n        correct: 2,\n        explanation: \"Section 13(b) covers usage of a child engaged in real or simulated sexual acts (with or without penetration) for pornographic purposes.\"\n    },\n    {\n        id: 5,\n        question: \"Under Section 13(c) of the POCSO Act, 2012, which type of representation of a child is covered?\",\n        options: [\n            \"Any representation of a child\",\n            \"Indecent or obscene representation of a child\",\n            \"Only nude representation\",\n            \"Only representation in sexual acts\"\n        ],\n        correct: 1,\n        explanation: \"Section 13(c) covers the indecent or obscene representation of a child as using child for pornographic purposes.\"\n    },\n    {\n        id: 6,\n        question: \"Under Section 13 of the POCSO Act, 2012, does the offence apply if pornographic material is intended only for personal use?\",\n        options: [\n            \"No, only material for distribution is covered\",\n            \"Yes, whether intended for personal use or distribution\",\n            \"Only if more than 10 copies are made\",\n            \"Only if shared on internet\"\n        ],\n        correct: 1,\n        explanation: \"Section 13 explicitly states 'whether or not such programme or advertisement is intended for personal use or for distribution', covering both situations.\"\n    },\n    {\n        id: 7,\n        question: \"According to the Explanation to Section 13 of the POCSO Act, 2012, 'use a child' includes which activities?\",\n        options: [\n            \"Only production of pornographic material\",\n            \"Only distribution of pornographic material\",\n            \"Preparation, production, offering, transmitting, publishing, facilitation and distribution\",\n            \"Only transmission through internet\"\n        ],\n        correct: 2,\n        explanation: \"The Explanation defines 'use a child' to include involving a child through any medium for preparation, production, offering, transmitting, publishing, facilitation and distribution of pornographic material.\"\n    },\n    {\n        id: 8,\n        question: \"A website administrator allows users to upload child pornographic material on his platform. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Not his responsibility\",\n            \"Using child for pornographic purposes under Section 13 (facilitation)\",\n            \"Only an offence under IT Act\",\n            \"Offence only if he creates such content\"\n        ],\n        correct: 1,\n        explanation: \"The Explanation to Section 13 includes 'facilitation' of pornographic material. Allowing upload of such material constitutes facilitation and is an offence.\"\n    },\n    {\n        id: 9,\n        question: \"Under Section 2(da) of the POCSO Act, 2012, 'child pornography' includes:\",\n        options: [\n            \"Only real photographs and videos of children\",\n            \"Photograph, video, digital\/computer generated image indistinguishable from actual child, and images modified to appear to depict a child\",\n            \"Only live streaming content\",\n            \"Only printed photographs\"\n        ],\n        correct: 1,\n        explanation: \"Section 2(da) defines child pornography to include photograph, video, digital or computer generated image indistinguishable from actual child, and images created, adapted or modified to appear to depict a child.\"\n    },\n    {\n        id: 10,\n        question: \"A person creates morphed images using a child's face on an adult's nude body. Under the POCSO Act, 2012, this is:\",\n        options: [\n            \"Not an offence as child's actual body is not shown\",\n            \"Child pornography under Section 2(da)\",\n            \"Only defamation under IPC\",\n            \"Not covered under any law\"\n        ],\n        correct: 1,\n        explanation: \"Section 2(da) includes 'image created, adapted, or modified, but appear to depict a child' in the definition of child pornography.\"\n    },\n    {\n        id: 11,\n        question: \"A person creates computer-generated (CGI) images depicting children in sexually explicit conduct without using any real child. Under the POCSO Act, 2012:\",\n        options: [\n            \"Not an offence as no real child is involved\",\n            \"Child pornography under Section 2(da) if indistinguishable from actual child\",\n            \"Only an offence under IT Act\",\n            \"Legal as it is artificial\"\n        ],\n        correct: 1,\n        explanation: \"Section 2(da) includes 'computer generated image indistinguishable from an actual child' in the definition of child pornography.\"\n    },\n\n    \/\/ SECTION 14 - PUNISHMENT FOR USING CHILD FOR PORNOGRAPHIC PURPOSES\n    {\n        id: 12,\n        question: \"What is the minimum punishment under Section 14(1) of the POCSO Act, 2012 for using child for pornographic purposes on first conviction?\",\n        options: [\n            \"Three years imprisonment\",\n            \"Five years imprisonment\",\n            \"Seven years imprisonment\",\n            \"Ten years imprisonment\"\n        ],\n        correct: 1,\n        explanation: \"Section 14(1) prescribes imprisonment for a term not less than five years and fine on first conviction.\"\n    },\n    {\n        id: 13,\n        question: \"What is the minimum punishment under Section 14(1) of the POCSO Act, 2012 on second or subsequent conviction?\",\n        options: [\n            \"Five years imprisonment\",\n            \"Seven years imprisonment\",\n            \"Ten years imprisonment\",\n            \"Life imprisonment\"\n        ],\n        correct: 1,\n        explanation: \"Section 14(1) prescribes minimum seven years imprisonment on second or subsequent conviction for using child for pornographic purposes.\"\n    },\n    {\n        id: 14,\n        question: \"Under Section 14(2) of the POCSO Act, 2012, if a person commits penetrative sexual assault (Section 3) while making child pornography, the punishment is:\",\n        options: [\n            \"Only under Section 14(1)\",\n            \"Only under Section 4\",\n            \"Under both Section 14(1) and Section 4\",\n            \"Under Section 6 only\"\n        ],\n        correct: 2,\n        explanation: \"Section 14(2) provides that if offences under Section 3, 5, 7 or 9 are committed while using child for pornography, the person is punished for those offences also, in addition to Section 14(1).\"\n    },\n    {\n        id: 15,\n        question: \"Under Section 14(2) of the POCSO Act, 2012, which offences when committed while making child pornography attract additional punishment?\",\n        options: [\n            \"Only penetrative sexual assault (Section 3)\",\n            \"Offences under Sections 3, 5, 7, and 9\",\n            \"Only sexual assault (Section 7)\",\n            \"Only aggravated offences (Sections 5 and 9)\"\n        ],\n        correct: 1,\n        explanation: \"Section 14(2) covers offences under Section 3 (penetrative sexual assault), Section 5 (aggravated penetrative sexual assault), Section 7 (sexual assault), and Section 9 (aggravated sexual assault).\"\n    },\n    {\n        id: 16,\n        question: \"A person makes a pornographic video by sexually assaulting a child (touching private parts). Under the POCSO Act, 2012, punishment is under:\",\n        options: [\n            \"Section 14 only\",\n            \"Section 8 only\",\n            \"Both Section 14(1) and Section 8\",\n            \"Section 10 only\"\n        ],\n        correct: 2,\n        explanation: \"Under Section 14(2), committing sexual assault (Section 7) while using child for pornography attracts punishment under both Section 14(1) and Section 8.\"\n    },\n\n    \/\/ SECTION 15 - STORAGE OF PORNOGRAPHIC MATERIAL\n    {\n        id: 17,\n        question: \"Under Section 15(1) of the POCSO Act, 2012, a person who stores child pornography but fails to delete, destroy or report it with intention to share is liable for:\",\n        options: [\n            \"Imprisonment up to 3 years\",\n            \"Fine not less than Rs. 5,000\",\n            \"Imprisonment of 3-5 years\",\n            \"Imprisonment up to 1 year\"\n        ],\n        correct: 1,\n        explanation: \"Section 15(1) provides for fine not less than Rs. 5,000 for storing child pornography with intent to share but failing to delete\/destroy\/report.\"\n    },\n    {\n        id: 18,\n        question: \"Under Section 15(1) of the POCSO Act, 2012, what is the minimum fine for second or subsequent offence?\",\n        options: [\n            \"Rs. 5,000\",\n            \"Rs. 10,000\",\n            \"Rs. 25,000\",\n            \"Rs. 50,000\"\n        ],\n        correct: 1,\n        explanation: \"Section 15(1) provides that on second or subsequent offence, fine shall not be less than Rs. 10,000.\"\n    },\n    {\n        id: 19,\n        question: \"Under Section 15(2) of the POCSO Act, 2012, storing child pornography for transmitting, propagating, displaying or distributing is punishable with:\",\n        options: [\n            \"Fine only\",\n            \"Imprisonment up to 3 years, or fine, or both\",\n            \"Imprisonment of 3-5 years\",\n            \"Imprisonment of 5-7 years\"\n        ],\n        correct: 1,\n        explanation: \"Section 15(2) provides for imprisonment up to 3 years, or fine, or both for storing child pornography for transmission\/distribution.\"\n    },\n    {\n        id: 20,\n        question: \"Under Section 15(2) of the POCSO Act, 2012, storage of child pornography is NOT punishable if stored for:\",\n        options: [\n            \"Personal viewing\",\n            \"Sharing with friends\",\n            \"Reporting to authorities or use as evidence in court\",\n            \"Future distribution\"\n        ],\n        correct: 2,\n        explanation: \"Section 15(2) provides exception for storage 'for the purpose of reporting, as may be prescribed, or for use as evidence in court'.\"\n    },\n    {\n        id: 21,\n        question: \"Under Section 15(3) of the POCSO Act, 2012, storing child pornography for commercial purpose on first conviction is punishable with:\",\n        options: [\n            \"Imprisonment up to 3 years\",\n            \"Imprisonment of 3-5 years, or fine, or both\",\n            \"Imprisonment of 5-7 years\",\n            \"Fine only\"\n        ],\n        correct: 1,\n        explanation: \"Section 15(3) provides for imprisonment not less than 3 years which may extend to 5 years, or fine, or both on first conviction for commercial storage.\"\n    },\n    {\n        id: 22,\n        question: \"Under Section 15(3) of the POCSO Act, 2012, storing child pornography for commercial purpose on second or subsequent conviction is punishable with:\",\n        options: [\n            \"Imprisonment of 3-5 years\",\n            \"Imprisonment of 5-7 years and fine\",\n            \"Imprisonment up to 10 years\",\n            \"Life imprisonment\"\n        ],\n        correct: 1,\n        explanation: \"Section 15(3) provides for imprisonment of 5-7 years AND mandatory fine on second\/subsequent conviction for commercial storage.\"\n    },\n    {\n        id: 23,\n        question: \"Compare the punishment under Section 15(1), 15(2) and 15(3) of the POCSO Act, 2012:\",\n        options: [\n            \"All three have same punishment\",\n            \"15(1): Fine only; 15(2): Up to 3 years; 15(3): 3-5 years (first conviction)\",\n            \"15(1): Up to 1 year; 15(2): 1-3 years; 15(3): 3-5 years\",\n            \"15(1) and 15(2) same; only 15(3) different\"\n        ],\n        correct: 1,\n        explanation: \"Section 15 has graduated punishment: 15(1) - fine only (Rs.5000 min); 15(2) - up to 3 years for distribution; 15(3) - 3-5 years for commercial purpose.\"\n    },\n    {\n        id: 24,\n        question: \"Under Section 15 of the POCSO Act, 2012, to whom should child pornographic material be reported?\",\n        options: [\n            \"Any police station\",\n            \"Designated authority as may be prescribed\",\n            \"Child Welfare Committee only\",\n            \"District Magistrate only\"\n        ],\n        correct: 1,\n        explanation: \"Section 15(1) refers to reporting to 'the designated authority, as may be prescribed' for deletion or destruction of child pornographic material.\"\n    },\n\n    \/\/ APPLICATION-BASED QUESTIONS\n    {\n        id: 25,\n        question: \"A person receives child pornography on WhatsApp but does not delete or report it. Under the POCSO Act, 2012:\",\n        options: [\n            \"No offence as he did not create it\",\n            \"Liable under Section 15(1) for failing to delete\/destroy\/report\",\n            \"Liable only if he forwards it\",\n            \"Not covered under POCSO\"\n        ],\n        correct: 1,\n        explanation: \"Section 15(1) makes it an offence to store\/possess child pornography and fail to delete, destroy or report it, regardless of who created it.\"\n    },\n    {\n        id: 26,\n        question: \"A person possesses child pornographic material to sell it online. Under the POCSO Act, 2012, which section applies?\",\n        options: [\n            \"Section 15(1) - fine only\",\n            \"Section 15(2) - up to 3 years\",\n            \"Section 15(3) - 3-5 years on first conviction (commercial purpose)\",\n            \"Section 14 only\"\n        ],\n        correct: 2,\n        explanation: \"Section 15(3) applies to storage of child pornography for commercial purpose, which includes selling.\"\n    },\n    {\n        id: 27,\n        question: \"A lawyer stores child pornographic material as evidence for a court case. Under Section 15 of the POCSO Act, 2012:\",\n        options: [\n            \"This is an offence under Section 15(2)\",\n            \"This is not an offence as it is excepted for use as evidence in court\",\n            \"Allowed only with police permission\",\n            \"Offence under Section 15(1)\"\n        ],\n        correct: 1,\n        explanation: \"Section 15(2) provides an express exception for possession 'for use as evidence in court'.\"\n    },\n    {\n        id: 28,\n        question: \"What is the key difference between Section 13 and Section 15 of the POCSO Act, 2012?\",\n        options: [\n            \"No difference, both cover same offence\",\n            \"Section 13 covers creation\/production\/facilitation; Section 15 covers storage\/possession\",\n            \"Section 13 is for minors only\",\n            \"Section 15 has higher punishment\"\n        ],\n        correct: 1,\n        explanation: \"Section 13 covers using\/involving a child for creation, production, facilitation, distribution. Section 15 covers mere storage\/possession of such material.\"\n    },\n    {\n        id: 29,\n        question: \"A person runs a paid website hosting child pornographic content. Under the POCSO Act, 2012, which sections apply?\",\n        options: [\n            \"Only Section 15(3)\",\n            \"Only Section 13\",\n            \"Sections 13, 14 (facilitation) and Section 15(3) (commercial storage)\",\n            \"Only IT Act applies\"\n        ],\n        correct: 2,\n        explanation: \"Running a paid website involves Section 13 (facilitation), Section 14 (punishment for using child), and Section 15(3) (commercial storage). Multiple sections apply.\"\n    },\n    {\n        id: 30,\n        question: \"A teacher records students in the school washroom without their knowledge. Under the POCSO Act, 2012:\",\n        options: [\n            \"Only voyeurism under IPC\",\n            \"Using child for pornographic purposes under Section 13\",\n            \"Only sexual harassment under Section 11\",\n            \"Not covered under POCSO\"\n        ],\n        correct: 1,\n        explanation: \"Recording children's private parts\/nudity is an offence under Section 13(a)\/(c) as representation of sexual organs or indecent representation of a child.\"\n    },\n    {\n        id: 31,\n        question: \"A person shares child pornographic material on a social media group. Under the POCSO Act, 2012, this is punishable under:\",\n        options: [\n            \"Section 15(1) only\",\n            \"Section 15(2) for transmitting\/distributing\",\n            \"Section 15(3) only\",\n            \"Not covered under POCSO\"\n        ],\n        correct: 1,\n        explanation: \"Section 15(2) covers storing\/possessing child pornography for 'transmitting or propagating or displaying or distributing' which includes sharing on social media.\"\n    },\n    {\n        id: 32,\n        question: \"A person photographs a child's private parts and stores it on his computer for personal use. Under the POCSO Act, 2012:\",\n        options: [\n            \"Not an offence if for personal use only\",\n            \"Offence under Section 13 (using child for pornography) regardless of personal use\",\n            \"Only offence under IT Act\",\n            \"Offence only if distributed\"\n        ],\n        correct: 1,\n        explanation: \"Section 13 explicitly covers material 'whether or not intended for personal use or for distribution'. Photographing child's private parts is Section 13(a) offence.\"\n    },\n    {\n        id: 33,\n        question: \"An NGO worker stores child pornographic material to report it to cyber crime authorities. Under Section 15 of the POCSO Act, 2012:\",\n        options: [\n            \"This is an offence under Section 15(1)\",\n            \"This is not an offence as it is for purpose of reporting\",\n            \"This is an offence under Section 15(2)\",\n            \"Requires court permission\"\n        ],\n        correct: 1,\n        explanation: \"Section 15(2) provides exception for possession 'for the purpose of reporting, as may be prescribed', protecting those who store for legitimate reporting.\"\n    },\n    {\n        id: 34,\n        question: \"A person live-streams sexual abuse of a child on the internet. Under the POCSO Act, 2012:\",\n        options: [\n            \"Only Section 13 applies\",\n            \"Only the section for underlying sexual offence applies\",\n            \"Sections for the abuse (3\/5\/7\/9) + Section 13\/14 (pornographic use) + Section 15(2) (transmission)\",\n            \"Only IT Act applies\"\n        ],\n        correct: 2,\n        explanation: \"Live-streaming involves the underlying offence (sexual assault), using child for pornography (Section 13\/14), and transmission (Section 15(2)). Multiple sections apply cumulatively.\"\n    }],\n    \"CH 4-ABETMENT OF AND ATTEMPT TO COMMIT AN OFFENCE (Section 16-18)\": [    {\n        id: 1,\n        question: \"Under Section 16 of the POCSO Act, 2012, a person abets an offence if he:\",\n        options: [\n            \"Only instigates any person to do that offence\",\n            \"Only engages in conspiracy for that offence\",\n            \"Instigates, engages in conspiracy, or intentionally aids the offence\",\n            \"Only aids the offence\"\n        ],\n        correct: 2,\n        explanation: \"Section 16 provides three ways of abetment: First - instigation, Second - engaging in conspiracy, Third - intentionally aiding by any act or illegal omission.\"\n    },\n    {\n        id: 2,\n        question: \"Under Section 16 (Secondly) of the POCSO Act, 2012, for abetment by conspiracy, which condition must be fulfilled?\",\n        options: [\n            \"Mere agreement is sufficient\",\n            \"An act or illegal omission must take place in pursuance of conspiracy\",\n            \"The offence must be completed\",\n            \"At least 3 persons must be involved\"\n        ],\n        correct: 1,\n        explanation: \"Section 16 (Secondly) states that for abetment by conspiracy, 'an act or illegal omission takes place in pursuance of that conspiracy, and in order to the doing of that offence'.\"\n    },\n    {\n        id: 3,\n        question: \"According to Explanation I to Section 16 of the POCSO Act, 2012, a person is said to instigate an offence if he causes or procures a thing to be done by:\",\n        options: [\n            \"Only by direct order\",\n            \"Only by physical force\",\n            \"Wilful misrepresentation or wilful concealment of material fact which he is bound to disclose\",\n            \"Only by monetary inducement\"\n        ],\n        correct: 2,\n        explanation: \"Explanation I states that a person who by wilful misrepresentation, or by wilful concealment of a material fact which he is bound to disclose, voluntarily causes or procures a thing to be done, is said to instigate.\"\n    },\n    {\n        id: 4,\n        question: \"According to Explanation II to Section 16 of the POCSO Act, 2012, a person is said to 'aid' an offence if he does anything:\",\n        options: [\n            \"Only after the commission of offence\",\n            \"Prior to or at the time of commission to facilitate the offence\",\n            \"Only during the offence\",\n            \"Only by providing money\"\n        ],\n        correct: 1,\n        explanation: \"Explanation II states that whoever, either prior to or at the time of commission of an act, does anything in order to facilitate the commission of that act, is said to aid the doing of that act.\"\n    },\n    {\n        id: 5,\n        question: \"According to Explanation III to Section 16 of the POCSO Act, 2012, which of the following activities constitutes aiding an offence under POCSO?\",\n        options: [\n            \"Only employing a child\",\n            \"Only harbouring a child\",\n            \"Employing, harbouring, receiving or transporting a child by means of threat, force, coercion, abduction, fraud, deception, or abuse of power for any offence under POCSO\",\n            \"Only transporting a child\"\n        ],\n        correct: 2,\n        explanation: \"Explanation III covers employing, harbouring, receiving or transporting a child by means of threat, force, coercion, abduction, fraud, deception, abuse of power or position for any offence under POCSO Act.\"\n    },\n    {\n        id: 6,\n        question: \"A person deceives parents and takes their child to another person who sexually assaults the child. Under the POCSO Act, 2012, the first person is liable for:\",\n        options: [\n            \"No offence as he did not commit the assault\",\n            \"Abetment under Section 16 (aiding by deception)\",\n            \"Only cheating under IPC\",\n            \"Only kidnapping\"\n        ],\n        correct: 1,\n        explanation: \"Under Explanation III to Section 16, transporting a child by means of deception for any offence under POCSO Act constitutes aiding, making the person liable for abetment.\"\n    },\n    {\n        id: 7,\n        question: \"A person provides a room knowing it will be used for sexual assault on a child. Under the POCSO Act, 2012:\",\n        options: [\n            \"No offence as he did not commit assault\",\n            \"Abetment under Section 16 (aiding\/facilitating the offence)\",\n            \"Only offence under IPC\",\n            \"Offence only if he was present during assault\"\n        ],\n        correct: 1,\n        explanation: \"Under Explanation II to Section 16, doing anything prior to or at the time of offence to facilitate its commission constitutes aiding. Providing room with knowledge is abetment.\"\n    },\n    {\n        id: 8,\n        question: \"A mother deliberately conceals from authorities that her husband is sexually abusing their child. Under the POCSO Act, 2012:\",\n        options: [\n            \"No offence as she did not commit abuse\",\n            \"Abetment under Section 16 (wilful concealment of material fact)\",\n            \"Only failure to report under Section 21\",\n            \"Both abetment under Section 16 and failure to report under Section 21\"\n        ],\n        correct: 3,\n        explanation: \"Under Explanation I to Section 16, wilful concealment of material fact which one is bound to disclose constitutes instigation. Additionally, Section 21 penalizes failure to report.\"\n    },\n\n    \/\/ SECTION 17 - PUNISHMENT FOR ABETMENT\n    {\n        id: 9,\n        question: \"Under Section 17 of the POCSO Act, 2012, what is the punishment for abetment of an offence if the offence is committed?\",\n        options: [\n            \"Half the punishment provided for the offence\",\n            \"Same punishment as provided for that offence\",\n            \"Maximum 7 years imprisonment\",\n            \"Only fine\"\n        ],\n        correct: 1,\n        explanation: \"Section 17 states that whoever abets any offence under POCSO Act, if the act abetted is committed in consequence of the abetment, shall be punished with the punishment provided for that offence.\"\n    },\n    {\n        id: 10,\n        question: \"According to the Explanation to Section 17 of the POCSO Act, 2012, an offence is said to be committed in consequence of abetment when:\",\n        options: [\n            \"Only when committed due to instigation\",\n            \"Only when committed in pursuance of conspiracy\",\n            \"When committed in consequence of instigation, or in pursuance of conspiracy, or with the aid which constitutes abetment\",\n            \"Only when committed with direct aid\"\n        ],\n        correct: 2,\n        explanation: \"The Explanation to Section 17 states that an act or offence is committed in consequence of abetment when committed in consequence of instigation, or in pursuance of conspiracy, or with the aid which constitutes the abetment.\"\n    },\n    {\n        id: 11,\n        question: \"A person instigates another to commit penetrative sexual assault on a child, and the offence is committed. Under the POCSO Act, 2012, the instigator is punishable with:\",\n        options: [\n            \"Half the punishment under Section 4\",\n            \"Same punishment as Section 4 (minimum 10 years to life imprisonment)\",\n            \"Maximum 7 years\",\n            \"Only fine\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 17, if the abetted offence (penetrative sexual assault) is committed, the abettor is punished with the same punishment provided for that offence under Section 4.\"\n    },\n    {\n        id: 12,\n        question: \"A person conspires with others to use a child for pornographic purposes. The offence is committed. Under the POCSO Act, 2012, the conspirator is punishable with:\",\n        options: [\n            \"Only fine\",\n            \"Maximum 3 years\",\n            \"Same punishment as Section 14 (minimum 5 years)\",\n            \"Half the punishment under Section 14\"\n        ],\n        correct: 2,\n        explanation: \"Under Section 17, if the abetted offence is committed in pursuance of conspiracy, the conspirator is punished with the same punishment as the principal offender under Section 14.\"\n    },\n    {\n        id: 13,\n        question: \"A person aids in commission of aggravated penetrative sexual assault under Section 5 of the POCSO Act, 2012. If the offence is committed, the aider is punishable with:\",\n        options: [\n            \"Minimum 10 years imprisonment\",\n            \"Minimum 20 years rigorous imprisonment or death (same as Section 6)\",\n            \"Maximum 10 years\",\n            \"Only fine\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 17, if the abetted offence (aggravated penetrative sexual assault) is committed, the abettor is punished with the same punishment as Section 6 - minimum 20 years RI, extending to life or death.\"\n    },\n\n    \/\/ SECTION 18 - PUNISHMENT FOR ATTEMPT TO COMMIT AN OFFENCE\n    {\n        id: 14,\n        question: \"Under Section 18 of the POCSO Act, 2012, what is the punishment for attempt to commit an offence under this Act?\",\n        options: [\n            \"Same punishment as the completed offence\",\n            \"One-fourth of the punishment for the offence\",\n            \"Up to one-half of the imprisonment for life or longest term provided for that offence\",\n            \"Maximum 3 years in all cases\"\n        ],\n        correct: 2,\n        explanation: \"Section 18 provides that whoever attempts to commit any offence shall be punished with imprisonment for a term which may extend to one-half of the imprisonment for life or one-half of the longest term provided for that offence.\"\n    },\n    {\n        id: 15,\n        question: \"Under Section 18 of the POCSO Act, 2012, for an act to constitute 'attempt', the person must:\",\n        options: [\n            \"Only have intention to commit offence\",\n            \"Do any act towards the commission of the offence\",\n            \"Complete at least half the offence\",\n            \"Cause some injury to the victim\"\n        ],\n        correct: 1,\n        explanation: \"Section 18 states 'in such attempt, does any act towards the commission of the offence'. Mere intention is not enough; some act towards commission is required.\"\n    },\n    {\n        id: 16,\n        question: \"A person attempts to commit penetrative sexual assault (Section 3) but fails. Under Section 18 of the POCSO Act, 2012, maximum punishment is:\",\n        options: [\n            \"5 years (half of 10 years minimum)\",\n            \"Up to half of life imprisonment\",\n            \"Same as completed offence\",\n            \"Maximum 3 years\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 18, attempt is punishable with up to one-half of imprisonment for life (since Section 4 provides up to life imprisonment) or one-half of longest term, along with fine.\"\n    },\n    {\n        id: 17,\n        question: \"A person attempts to commit sexual harassment under Section 11 of the POCSO Act, 2012. The maximum punishment for attempt is:\",\n        options: [\n            \"3 years (same as Section 12)\",\n            \"Up to 1.5 years (half of 3 years under Section 12)\",\n            \"6 months\",\n            \"Only fine\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 18, attempt to commit sexual harassment (punishable with up to 3 years under Section 12) is punishable with up to half i.e., 1.5 years imprisonment.\"\n    },\n    {\n        id: 18,\n        question: \"Under Section 18 of the POCSO Act, 2012, apart from imprisonment, the punishment for attempt may also include:\",\n        options: [\n            \"Only imprisonment, no fine\",\n            \"Fine along with imprisonment\",\n            \"Community service\",\n            \"Deportation\"\n        ],\n        correct: 1,\n        explanation: \"Section 18 provides for punishment 'with imprisonment... or with fine or with both', meaning fine can be imposed along with imprisonment for attempt.\"\n    },\n    {\n        id: 19,\n        question: \"Section 18 of the POCSO Act, 2012 also covers a person who attempts to 'cause such an offence to be committed'. This means:\",\n        options: [\n            \"Only direct attempts\",\n            \"Attempting to cause another person to commit the offence\",\n            \"Only conspiracy\",\n            \"Only aiding\"\n        ],\n        correct: 1,\n        explanation: \"Section 18 covers both 'whoever attempts to commit any offence' and 'to cause such an offence to be committed', including attempts to make others commit the offence.\"\n    },\n\n    \/\/ COMPARATIVE AND APPLICATION-BASED QUESTIONS\n    {\n        id: 20,\n        question: \"What is the difference between 'abetment' under Section 16 and 'attempt' under Section 18 of the POCSO Act, 2012?\",\n        options: [\n            \"No difference\",\n            \"Abetment involves helping\/instigating others; Attempt is trying to commit the offence oneself\",\n            \"Abetment has lesser punishment\",\n            \"Attempt applies only to penetrative sexual assault\"\n        ],\n        correct: 1,\n        explanation: \"Abetment (Section 16) involves instigating, conspiring with, or aiding another person. Attempt (Section 18) involves the person himself trying to commit the offence but failing to complete it.\"\n    },\n    {\n        id: 21,\n        question: \"Compare the punishment for abetment (Section 17) and attempt (Section 18) under the POCSO Act, 2012 when the main offence is NOT completed:\",\n        options: [\n            \"Both have same punishment\",\n            \"Abetment: same as offence (if committed); Attempt: up to half of punishment\",\n            \"Attempt has higher punishment\",\n            \"Abetment: half punishment; Attempt: full punishment\"\n        ],\n        correct: 1,\n        explanation: \"If abetted offence is committed, abettor gets same punishment as offence. For attempt (offence not completed), punishment is up to half of the imprisonment provided for the offence.\"\n    },\n    {\n        id: 22,\n        question: \"A person hires a taxi to transport a child to a location where another person commits sexual assault on the child. Under the POCSO Act, 2012, the taxi hirer is liable for:\",\n        options: [\n            \"No offence\",\n            \"Abetment under Section 16 (transporting child for offence)\",\n            \"Only under Motor Vehicles Act\",\n            \"Attempt under Section 18\"\n        ],\n        correct: 1,\n        explanation: \"Under Explanation III to Section 16, transporting a child for purpose of any offence under POCSO Act constitutes aiding. The hirer is liable for abetment.\"\n    },\n    {\n        id: 23,\n        question: \"A person tries to sexually assault a child but runs away when someone approaches. Under the POCSO Act, 2012:\",\n        options: [\n            \"No offence as assault not completed\",\n            \"Attempt to commit sexual assault under Section 18\",\n            \"Only under IPC\",\n            \"Sexual harassment under Section 11\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 18, attempting to commit any offence (sexual assault) and doing any act towards its commission is punishable, even if the offence is not completed.\"\n    },\n    {\n        id: 24,\n        question: \"A trafficker brings children from another state to be used for pornographic purposes. Under the POCSO Act, 2012, the trafficker is liable for:\",\n        options: [\n            \"Only human trafficking under IPC\",\n            \"Abetment under Section 16 (employing, harbouring, transporting by abuse of power)\",\n            \"Attempt under Section 18\",\n            \"No offence under POCSO\"\n        ],\n        correct: 1,\n        explanation: \"Under Explanation III to Section 16, employing, harbouring, receiving or transporting a child by means of coercion, deception, abuse of power for any offence under POCSO constitutes abetment.\"\n    },\n    {\n        id: 25,\n        question: \"Under Section 17 of the POCSO Act, 2012, if a person abets sexual harassment but the offence is not committed, the abettor is:\",\n        options: [\n            \"Punished same as if offence was committed\",\n            \"Not punishable under Section 17 as offence was not committed\",\n            \"Punished with half the punishment\",\n            \"Punished with fine only\"\n        ],\n        correct: 1,\n        explanation: \"Section 17 specifically states 'if the act abetted is committed in consequence of the abetment'. If the offence is not committed, Section 17 does not apply, though other provisions may.\"\n    }],\n    \"CH 5-PROCEDURE FOR REPORTING OF CASES (Section 19-23)\": [    {\n        id: 1,\n        question: \"Under Section 19(1) of the POCSO Act, 2012, who can report an offence under this Act?\",\n        options: [\n            \"Only the victim child\",\n            \"Only parents of the child\",\n            \"Any person (including the child) who has apprehension or knowledge of the offence\",\n            \"Only police officers\"\n        ],\n        correct: 2,\n        explanation: \"Section 19(1) states that any person (including the child), who has apprehension that an offence is likely to be committed or has knowledge that such offence has been committed, shall provide such information.\"\n    },\n    {\n        id: 2,\n        question: \"Under Section 19(1) of the POCSO Act, 2012, information about an offence can be provided to:\",\n        options: [\n            \"Only the local police\",\n            \"Only the Special Juvenile Police Unit\",\n            \"Either the Special Juvenile Police Unit or the local police\",\n            \"Only the Child Welfare Committee\"\n        ],\n        correct: 2,\n        explanation: \"Section 19(1) provides that information shall be given to (a) the Special Juvenile Police Unit; or (b) the local police.\"\n    },\n    {\n        id: 3,\n        question: \"Under Section 19(1) of the POCSO Act, 2012, reporting is required when a person:\",\n        options: [\n            \"Only has knowledge that offence has been committed\",\n            \"Only has apprehension that offence is likely to be committed\",\n            \"Has apprehension that offence is likely to be committed OR has knowledge that offence has been committed\",\n            \"Only after offence is proved in court\"\n        ],\n        correct: 2,\n        explanation: \"Section 19(1) covers both situations - apprehension that offence is likely to be committed AND knowledge that offence has been committed.\"\n    },\n    {\n        id: 4,\n        question: \"Under Section 19(2) of the POCSO Act, 2012, every report given shall be:\",\n        options: [\n            \"Only recorded in writing\",\n            \"Ascribed an entry number, recorded in writing, read over to informant, and entered in a book\",\n            \"Only given an entry number\",\n            \"Only entered in a book\"\n        ],\n        correct: 1,\n        explanation: \"Section 19(2) requires that every report shall be (a) ascribed an entry number and recorded in writing, (b) read over to the informant, and (c) entered in a book kept by Police Unit.\"\n    },\n    {\n        id: 5,\n        question: \"Under Section 19(3) of the POCSO Act, 2012, when a report is given by a child, it shall be recorded:\",\n        options: [\n            \"In legal language\",\n            \"In simple language so that the child understands contents being recorded\",\n            \"Only in English\",\n            \"In the language of the court\"\n        ],\n        correct: 1,\n        explanation: \"Section 19(3) states that where report is given by a child, it shall be recorded in a simple language so that the child understands contents being recorded.\"\n    },\n    {\n        id: 6,\n        question: \"Under Section 19(4) of the POCSO Act, 2012, if the child does not understand the language of recording, what shall be provided?\",\n        options: [\n            \"Written translation only\",\n            \"A translator or interpreter with prescribed qualifications\",\n            \"Only a family member to explain\",\n            \"Recording in another language\"\n        ],\n        correct: 1,\n        explanation: \"Section 19(4) provides that a translator or interpreter, having prescribed qualifications and experience, shall be provided to the child if he fails to understand the language of recording.\"\n    },\n    {\n        id: 7,\n        question: \"Under Section 19(5) of the POCSO Act, 2012, if the child is in need of care and protection, the police shall:\",\n        options: [\n            \"Only record the report\",\n            \"Make immediate arrangement for care including admitting to shelter home or hospital within 24 hours\",\n            \"Wait for court orders\",\n            \"Send child back home\"\n        ],\n        correct: 1,\n        explanation: \"Section 19(5) requires police to make immediate arrangement for care and protection including admitting child into shelter home or nearest hospital within 24 hours of the report.\"\n    },\n    {\n        id: 8,\n        question: \"Under Section 19(6) of the POCSO Act, 2012, the matter shall be reported to the Child Welfare Committee and Special Court within:\",\n        options: [\n            \"48 hours\",\n            \"24 hours\",\n            \"72 hours\",\n            \"7 days\"\n        ],\n        correct: 1,\n        explanation: \"Section 19(6) requires police to report the matter to Child Welfare Committee and Special Court without unnecessary delay but within 24 hours.\"\n    },\n    {\n        id: 9,\n        question: \"Under Section 19(7) of the POCSO Act, 2012, a person who gives information in good faith:\",\n        options: [\n            \"Shall incur civil liability\",\n            \"Shall incur criminal liability\",\n            \"Shall not incur any liability, whether civil or criminal\",\n            \"May be prosecuted if information is incorrect\"\n        ],\n        correct: 2,\n        explanation: \"Section 19(7) provides that no person shall incur any liability, whether civil or criminal, for giving the information in good faith.\"\n    },\n\n    \/\/ SECTION 20 - OBLIGATION OF MEDIA, STUDIO AND PHOTOGRAPHIC FACILITIES\n    {\n        id: 10,\n        question: \"Under Section 20 of the POCSO Act, 2012, which personnel have obligation to report sexually exploitative material involving children?\",\n        options: [\n            \"Only media personnel\",\n            \"Only hotel staff\",\n            \"Personnel of media, hotel, lodge, hospital, club, studio or photographic facilities\",\n            \"Only studio personnel\"\n        ],\n        correct: 2,\n        explanation: \"Section 20 covers personnel of media or hotel or lodge or hospital or club or studio or photographic facilities who come across sexually exploitative material of children.\"\n    },\n    {\n        id: 11,\n        question: \"Under Section 20 of the POCSO Act, 2012, the obligation to report applies irrespective of:\",\n        options: [\n            \"The age of the child\",\n            \"The number of persons employed in the establishment\",\n            \"The location of the establishment\",\n            \"The type of material\"\n        ],\n        correct: 1,\n        explanation: \"Section 20 states 'irrespective of the number of persons employed therein', meaning even small establishments with few employees have reporting obligation.\"\n    },\n    {\n        id: 12,\n        question: \"Under Section 20 of the POCSO Act, 2012, which type of material involving children must be reported?\",\n        options: [\n            \"Only pornographic material\",\n            \"Material which is sexually exploitative including pornographic, sexually-related or obscene representation\",\n            \"Only obscene material\",\n            \"Only material showing sexual acts\"\n        ],\n        correct: 1,\n        explanation: \"Section 20 covers material which is sexually exploitative of the child including pornographic, sexually-related or making obscene representation of a child or children.\"\n    },\n    {\n        id: 13,\n        question: \"A hotel manager finds child pornographic material in a guest's room. Under Section 20 of the POCSO Act, 2012, he must report to:\",\n        options: [\n            \"Hotel owner only\",\n            \"Special Juvenile Police Unit or local police\",\n            \"Child Welfare Committee only\",\n            \"District Magistrate\"\n        ],\n        correct: 1,\n        explanation: \"Section 20 requires reporting to the Special Juvenile Police Unit, or to the local police, as the case may be.\"\n    },\n\n    \/\/ SECTION 21 - PUNISHMENT FOR FAILURE TO REPORT OR RECORD\n    {\n        id: 14,\n        question: \"Under Section 21(1) of the POCSO Act, 2012, punishment for failure to report an offence under Section 19(1) or Section 20 is:\",\n        options: [\n            \"Only fine\",\n            \"Imprisonment up to 6 months or fine or both\",\n            \"Imprisonment up to 1 year\",\n            \"Imprisonment up to 3 years\"\n        ],\n        correct: 1,\n        explanation: \"Section 21(1) provides for imprisonment up to 6 months or fine or both for failure to report under Section 19(1) or Section 20, or failure to record under Section 19(2).\"\n    },\n    {\n        id: 15,\n        question: \"Under Section 21(2) of the POCSO Act, 2012, if a person in-charge of a company or institution fails to report offence committed by a subordinate, the punishment is:\",\n        options: [\n            \"Imprisonment up to 6 months\",\n            \"Imprisonment up to 1 year and fine\",\n            \"Only fine\",\n            \"Imprisonment up to 3 years\"\n        ],\n        correct: 1,\n        explanation: \"Section 21(2) provides for imprisonment up to 1 year AND fine for person in-charge of company\/institution who fails to report offence by a subordinate under his control.\"\n    },\n    {\n        id: 16,\n        question: \"Under Section 21(3) of the POCSO Act, 2012, who is exempt from punishment for failure to report?\",\n        options: [\n            \"Parents of the victim\",\n            \"Teachers\",\n            \"A child under this Act\",\n            \"Medical professionals\"\n        ],\n        correct: 2,\n        explanation: \"Section 21(3) states that provisions of sub-section (1) shall not apply to a child under this Act, exempting children from punishment for failure to report.\"\n    },\n    {\n        id: 17,\n        question: \"A school principal knows that a teacher has sexually assaulted a student but does not report it. Under Section 21 of the POCSO Act, 2012:\",\n        options: [\n            \"No liability as he did not commit the offence\",\n            \"Liable under Section 21(2) - up to 1 year imprisonment and fine\",\n            \"Only moral responsibility\",\n            \"Liable only if parent complains\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 21(2), person in-charge of institution who fails to report offence by subordinate under his control is punishable with imprisonment up to 1 year and fine.\"\n    },\n    {\n        id: 18,\n        question: \"Compare the punishment under Section 21(1) and Section 21(2) of the POCSO Act, 2012:\",\n        options: [\n            \"Both have same punishment\",\n            \"21(1): Up to 6 months or fine or both; 21(2): Up to 1 year AND fine (mandatory)\",\n            \"21(1) has higher punishment\",\n            \"21(2): Only fine\"\n        ],\n        correct: 1,\n        explanation: \"Section 21(1) provides up to 6 months OR fine OR both. Section 21(2) provides up to 1 year AND fine (both mandatory) for institutional heads, showing higher responsibility.\"\n    },\n\n    \/\/ SECTION 22 - PUNISHMENT FOR FALSE COMPLAINT OR FALSE INFORMATION\n    {\n        id: 19,\n        question: \"Under Section 22(1) of the POCSO Act, 2012, making false complaint against any person with intention to humiliate, extort, threaten or defame is punishable with:\",\n        options: [\n            \"Imprisonment up to 1 year\",\n            \"Imprisonment up to 6 months or fine or both\",\n            \"Only fine\",\n            \"Imprisonment up to 3 years\"\n        ],\n        correct: 1,\n        explanation: \"Section 22(1) provides for imprisonment up to 6 months or fine or both for making false complaint or providing false information solely to humiliate, extort, threaten or defame.\"\n    },\n    {\n        id: 20,\n        question: \"Under Section 22(1) of the POCSO Act, 2012, false complaint provision applies to offences under which sections?\",\n        options: [\n            \"All sections of POCSO\",\n            \"Sections 3, 5, 7 and 9 only\",\n            \"Only Section 3\",\n            \"Sections 3 to 15\"\n        ],\n        correct: 1,\n        explanation: \"Section 22(1) specifically mentions false complaints in respect of offences under sections 3, 5, 7 and section 9 (penetrative sexual assault, aggravated PSA, sexual assault, aggravated SA).\"\n    },\n    {\n        id: 21,\n        question: \"Under Section 22(2) of the POCSO Act, 2012, if a child makes a false complaint:\",\n        options: [\n            \"Child shall be punished same as adult\",\n            \"No punishment shall be imposed on such child\",\n            \"Child shall be sent to observation home\",\n            \"Child's parents shall be punished\"\n        ],\n        correct: 1,\n        explanation: \"Section 22(2) clearly states that where false complaint or false information is made\/provided by a child, no punishment shall be imposed on such child.\"\n    },\n    {\n        id: 22,\n        question: \"Under Section 22(3) of the POCSO Act, 2012, an adult who makes false complaint against a child knowing it to be false is punishable with:\",\n        options: [\n            \"Imprisonment up to 6 months\",\n            \"Imprisonment up to 1 year or fine or both\",\n            \"Only fine\",\n            \"Imprisonment up to 3 years\"\n        ],\n        correct: 1,\n        explanation: \"Section 22(3) provides for imprisonment up to 1 year or fine or both for an adult who makes false complaint or provides false information against a child, knowing it to be false.\"\n    },\n    {\n        id: 23,\n        question: \"Under Section 22(1) of the POCSO Act, 2012, which specific intentions must be proved for false complaint to be punishable?\",\n        options: [\n            \"Any wrong intention\",\n            \"Solely intention to humiliate, extort, threaten or defame\",\n            \"Intention to harm\",\n            \"Malicious intention\"\n        ],\n        correct: 1,\n        explanation: \"Section 22(1) specifically requires that false complaint be made 'solely with the intention to humiliate, extort or threaten or defame' the accused person.\"\n    },\n\n    \/\/ SECTION 23 - PROCEDURE FOR MEDIA\n    {\n        id: 24,\n        question: \"Under Section 23(1) of the POCSO Act, 2012, media shall not report or comment on a child without:\",\n        options: [\n            \"Parent's permission\",\n            \"Complete and authentic information\",\n            \"Court's permission\",\n            \"Child's consent\"\n        ],\n        correct: 1,\n        explanation: \"Section 23(1) states that no person shall make any report or present comments on any child from any form of media without having complete and authentic information.\"\n    },\n    {\n        id: 25,\n        question: \"Under Section 23(1) of the POCSO Act, 2012, media reports should not have the effect of:\",\n        options: [\n            \"Informing the public\",\n            \"Lowering child's reputation or infringing upon child's privacy\",\n            \"Creating awareness\",\n            \"Helping investigation\"\n        ],\n        correct: 1,\n        explanation: \"Section 23(1) prohibits reports or comments which may have the effect of lowering child's reputation or infringing upon child's privacy.\"\n    },\n    {\n        id: 26,\n        question: \"Under Section 23(2) of the POCSO Act, 2012, which details of the child shall NOT be disclosed in media reports?\",\n        options: [\n            \"Only name and photograph\",\n            \"Name, address, photograph, family details, school, neighbourhood or any particulars leading to identity disclosure\",\n            \"Only photograph\",\n            \"Only address\"\n        ],\n        correct: 1,\n        explanation: \"Section 23(2) prohibits disclosure of child's identity including name, address, photograph, family details, school, neighbourhood or any other particulars which may lead to disclosure of identity.\"\n    },\n    {\n        id: 27,\n        question: \"Under Section 23(2) of the POCSO Act, 2012, who can permit disclosure of child's identity in media?\",\n        options: [\n            \"Parents of the child\",\n            \"Special Court, if disclosure is in the interest of the child (with reasons in writing)\",\n            \"Police\",\n            \"Child Welfare Committee\"\n        ],\n        correct: 1,\n        explanation: \"The Proviso to Section 23(2) allows Special Court to permit disclosure, for reasons to be recorded in writing, if in its opinion such disclosure is in the interest of the child.\"\n    },\n    {\n        id: 28,\n        question: \"Under Section 23(3) of the POCSO Act, 2012, for acts and omissions of an employee, who shall be liable?\",\n        options: [\n            \"Only the employee\",\n            \"Publisher or owner of media\/studio jointly and severally with employee\",\n            \"Only the publisher\",\n            \"Only the owner\"\n        ],\n        correct: 1,\n        explanation: \"Section 23(3) states that publisher or owner of media or studio or photographic facilities shall be jointly and severally liable for acts and omissions of his employee.\"\n    },\n    {\n        id: 29,\n        question: \"Under Section 23(4) of the POCSO Act, 2012, punishment for contravening provisions of Section 23(1) or 23(2) is:\",\n        options: [\n            \"Only fine\",\n            \"Imprisonment of 6 months to 1 year or fine or both\",\n            \"Imprisonment up to 6 months\",\n            \"Imprisonment up to 3 years\"\n        ],\n        correct: 1,\n        explanation: \"Section 23(4) provides for imprisonment not less than 6 months but which may extend to 1 year or fine or both for contravening Section 23(1) or 23(2).\"\n    },\n    {\n        id: 30,\n        question: \"A newspaper publishes the photograph of a child victim of sexual assault. Under Section 23 of the POCSO Act, 2012:\",\n        options: [\n            \"No offence if parents consented\",\n            \"Offence punishable with 6 months to 1 year imprisonment or fine or both\",\n            \"Only fine applicable\",\n            \"No offence if name is not published\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 23(2) and 23(4), publishing photograph of child victim is prohibited and punishable with imprisonment of 6 months to 1 year or fine or both.\"\n    },\n\n    \/\/ APPLICATION-BASED QUESTIONS\n    {\n        id: 31,\n        question: \"A doctor examines a child and suspects sexual abuse but does not report it. Under the POCSO Act, 2012:\",\n        options: [\n            \"No liability as doctor has patient confidentiality\",\n            \"Liable under Section 21(1) for failure to report - up to 6 months or fine or both\",\n            \"Only professional misconduct\",\n            \"Liable only if abuse is confirmed\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 19(1), any person with knowledge\/apprehension of offence must report. Failure to report is punishable under Section 21(1) with imprisonment up to 6 months or fine or both.\"\n    },\n    {\n        id: 32,\n        question: \"A 15-year-old child witnesses sexual assault on another child but does not report it. Under the POCSO Act, 2012:\",\n        options: [\n            \"Punishable under Section 21(1)\",\n            \"Not punishable as Section 21(3) exempts children from punishment for failure to report\",\n            \"Punishable with fine only\",\n            \"Parents shall be punished\"\n        ],\n        correct: 1,\n        explanation: \"Section 21(3) specifically exempts children from punishment under Section 21(1) for failure to report an offence.\"\n    },\n    {\n        id: 33,\n        question: \"A woman files false complaint of sexual assault against her neighbor's child to settle personal dispute. Under Section 22 of the POCSO Act, 2012:\",\n        options: [\n            \"Punishable under Section 22(1) - up to 6 months\",\n            \"Punishable under Section 22(3) - up to 1 year or fine or both (false complaint against child)\",\n            \"Not punishable under POCSO\",\n            \"Only civil liability\"\n        ],\n        correct: 1,\n        explanation: \"Under Section 22(3), an adult who makes false complaint against a child, knowing it to be false and victimizing the child, is punishable with imprisonment up to 1 year or fine or both.\"\n    },\n    {\n        id: 34,\n        question: \"A TV channel reports a POCSO case mentioning victim's school name and locality. Under Section 23 of the POCSO Act, 2012:\",\n        options: [\n            \"No offence if child's name not mentioned\",\n            \"Offence under Section 23(2) as any particulars leading to identity disclosure are prohibited\",\n            \"Allowed for public awareness\",\n            \"Offence only if photograph published\"\n        ],\n        correct: 1,\n        explanation: \"Section 23(2) prohibits disclosure of 'any other particulars which may lead to disclosure of identity of the child', including school and neighbourhood details.\"\n    }],\n    \"CH 6-PROCEDURES FOR RECORDING STATEMENT OF THE CHILD (Section 24-27)\": [    {\n        id: 1,\n        question: \"Under Section 24(1) of the POCSO Act, 2012, the statement of the child shall be recorded at:\",\n        options: [\n            \"Only at the police station\",\n            \"Only at the court\",\n            \"Residence of the child, place where child usually resides, or place of child's choice\",\n            \"Only at the Magistrate's office\"\n        ],\n        correct: 2,\n        explanation: \"Section 24(1) states that statement shall be recorded at the residence of the child or at a place where he usually resides or at the place of his choice.\"\n    },\n    {\n        id: 2,\n        question: \"Under Section 24(1) of the POCSO Act, 2012, the statement of the child should preferably be recorded by:\",\n        options: [\n            \"Any police officer\",\n            \"A woman police officer not below the rank of sub-inspector\",\n            \"Only male police officer\",\n            \"Only the Station House Officer\"\n        ],\n        correct: 1,\n        explanation: \"Section 24(1) provides that statement shall be recorded as far as practicable by a woman police officer not below the rank of sub-inspector.\"\n    },\n    {\n        id: 3,\n        question: \"Under Section 24(2) of the POCSO Act, 2012, while recording the statement of a child, the police officer shall:\",\n        options: [\n            \"Be in full uniform\",\n            \"Not be in uniform\",\n            \"Wear only name badge\",\n            \"Wear plain clothes with police ID visible\"\n        ],\n        correct: 1,\n        explanation: \"Section 24(2) specifically states that the police officer while recording the statement of the child shall not be in uniform.\"\n    },\n    {\n        id: 4,\n        question: \"Under Section 24(3) of the POCSO Act, 2012, during examination of the child, the police officer shall ensure that:\",\n        options: [\n            \"Accused is present for identification\",\n            \"Child comes in contact with accused for confrontation\",\n            \"At no point the child comes in contact in any way with the accused\",\n            \"Accused can see the child through glass\"\n        ],\n        correct: 2,\n        explanation: \"Section 24(3) mandates that police officer shall ensure that at no point of time the child comes in contact in any way with the accused.\"\n    },\n    {\n        id: 5,\n        question: \"Under Section 24(4) of the POCSO Act, 2012, can a child be detained in the police station at night?\",\n        options: [\n            \"Yes, if investigation requires\",\n            \"Yes, with parent's consent\",\n            \"No, child shall not be detained in police station at night for any reason\",\n            \"Yes, if child is above 16 years\"\n        ],\n        correct: 2,\n        explanation: \"Section 24(4) clearly states that no child shall be detained in the police station in the night for any reason.\"\n    },\n    {\n        id: 6,\n        question: \"Under Section 24(5) of the POCSO Act, 2012, the police officer shall ensure that the identity of the child is protected from:\",\n        options: [\n            \"Only electronic media\",\n            \"Only print media\",\n            \"Public media, unless otherwise directed by Special Court in interest of child\",\n            \"Only social media\"\n        ],\n        correct: 2,\n        explanation: \"Section 24(5) requires police to ensure child's identity is protected from public media, unless otherwise directed by Special Court in the interest of the child.\"\n    },\n\n    \/\/ SECTION 25 - RECORDING OF STATEMENT BY MAGISTRATE\n    {\n        id: 7,\n        question: \"Under Section 25(1) of the POCSO Act, 2012, when recording statement under Section 164 CrPC, the Magistrate shall record the statement:\",\n        options: [\n            \"In legal terminology\",\n            \"As spoken by the child\",\n            \"In summary form\",\n            \"Only in English\"\n        ],\n        correct: 1,\n        explanation: \"Section 25(1) states that the Magistrate shall, notwithstanding anything in Section 164 CrPC, record the statement as spoken by the child.\"\n    },\n    {\n        id: 8,\n        question: \"Under the Proviso to Section 25(1) of the POCSO Act, 2012, which provision of Section 164 CrPC does NOT apply?\",\n        options: [\n            \"Provision regarding oath\",\n            \"Provision permitting presence of advocate of the accused\",\n            \"Provision regarding signature\",\n            \"Provision regarding questions\"\n        ],\n        correct: 1,\n        explanation: \"The Proviso states that the provision in Section 164(1) CrPC which permits presence of advocate of the accused shall not apply in POCSO cases.\"\n    },\n    {\n        id: 9,\n        question: \"Under Section 25(2) of the POCSO Act, 2012, the Magistrate shall provide copy of documents under Section 207 CrPC to child and parents upon:\",\n        options: [\n            \"Filing of FIR\",\n            \"Filing of final report (chargesheet) by police under Section 173 CrPC\",\n            \"Request by the child\",\n            \"Order of Special Court\"\n        ],\n        correct: 1,\n        explanation: \"Section 25(2) requires Magistrate to provide copies of Section 207 CrPC documents to child and parents\/representative upon filing of final report under Section 173 CrPC.\"\n    },\n\n    \/\/ SECTION 26 - ADDITIONAL PROVISIONS REGARDING STATEMENT\n    {\n        id: 10,\n        question: \"Under Section 26(1) of the POCSO Act, 2012, the statement of child shall be recorded in presence of:\",\n        options: [\n            \"Only parents\",\n            \"Only lawyer\",\n            \"Parents or any other person in whom the child has trust or confidence\",\n            \"Only Child Welfare Committee member\"\n        ],\n        correct: 2,\n        explanation: \"Section 26(1) states that statement shall be recorded in presence of parents of the child or any other person in whom the child has trust or confidence.\"\n    },\n    {\n        id: 11,\n        question: \"Under Section 26(2) of the POCSO Act, 2012, when can a translator or interpreter be used while recording statement?\",\n        options: [\n            \"Only if child is illiterate\",\n            \"Wherever necessary\",\n            \"Only if child is below 10 years\",\n            \"Only in court proceedings\"\n        ],\n        correct: 1,\n        explanation: \"Section 26(2) provides that wherever necessary, Magistrate or police officer may take assistance of a translator or interpreter with prescribed qualifications.\"\n    },\n    {\n        id: 12,\n        question: \"Under Section 26(3) of the POCSO Act, 2012, for a child with mental or physical disability, who may assist in recording statement?\",\n        options: [\n            \"Only parents\",\n            \"Only doctor\",\n            \"Special educator or person familiar with child's manner of communication or expert in that field\",\n            \"Only sign language interpreter\"\n        ],\n        correct: 2,\n        explanation: \"Section 26(3) allows Magistrate\/police to seek assistance of special educator or any person familiar with manner of communication of the child or an expert in that field.\"\n    },\n    {\n        id: 13,\n        question: \"Under Section 26(4) of the POCSO Act, 2012, wherever possible, the statement of the child shall also be recorded by:\",\n        options: [\n            \"Only in writing\",\n            \"Audio-video electronic means\",\n            \"Only audio recording\",\n            \"Only video recording\"\n        ],\n        correct: 1,\n        explanation: \"Section 26(4) provides that wherever possible, Magistrate or police shall ensure that statement is also recorded by audio-video electronic means.\"\n    },\n    {\n        id: 14,\n        question: \"A deaf child is a victim of sexual assault. Under Section 26(3) of the POCSO Act, 2012, who can assist in recording the statement?\",\n        options: [\n            \"Only parents\",\n            \"Any police officer\",\n            \"Special educator or person familiar with child's manner of communication\",\n            \"Only the accused's lawyer\"\n        ],\n        correct: 2,\n        explanation: \"Section 26(3) specifically provides for assistance of special educator or person familiar with manner of communication of child having mental or physical disability.\"\n    },\n\n    \/\/ SECTION 27 - MEDICAL EXAMINATION OF A CHILD\n    {\n        id: 15,\n        question: \"Under Section 27(1) of the POCSO Act, 2012, medical examination of child shall be conducted:\",\n        options: [\n            \"Only after FIR is registered\",\n            \"Only after court order\",\n            \"Notwithstanding that FIR or complaint has not been registered\",\n            \"Only after chargesheet is filed\"\n        ],\n        correct: 2,\n        explanation: \"Section 27(1) clearly states that medical examination shall be conducted notwithstanding that a First Information Report or complaint has not been registered.\"\n    },\n    {\n        id: 16,\n        question: \"Under Section 27(1) of the POCSO Act, 2012, medical examination shall be conducted in accordance with:\",\n        options: [\n            \"State Police Manual\",\n            \"Section 164A of CrPC\",\n            \"Section 154 of CrPC\",\n            \"Indian Medical Council guidelines\"\n        ],\n        correct: 1,\n        explanation: \"Section 27(1) states that medical examination shall be conducted in accordance with section 164A of the Code of Criminal Procedure, 1973.\"\n    },\n    {\n        id: 17,\n        question: \"Under Section 27(2) of the POCSO Act, 2012, if the victim is a girl child, medical examination shall be conducted by:\",\n        options: [\n            \"Any available doctor\",\n            \"A woman doctor\",\n            \"Only government doctor\",\n            \"Only gynecologist\"\n        ],\n        correct: 1,\n        explanation: \"Section 27(2) mandates that in case the victim is a girl child, the medical examination shall be conducted by a woman doctor.\"\n    },\n    {\n        id: 18,\n        question: \"Under Section 27(3) of the POCSO Act, 2012, medical examination shall be conducted in presence of:\",\n        options: [\n            \"Police officer\",\n            \"Parent of child or any person in whom child reposes trust or confidence\",\n            \"Magistrate\",\n            \"Child Welfare Committee member\"\n        ],\n        correct: 1,\n        explanation: \"Section 27(3) requires medical examination to be conducted in presence of parent of the child or any other person in whom the child reposes trust or confidence.\"\n    },\n    {\n        id: 19,\n        question: \"Under Section 27(4) of the POCSO Act, 2012, if parent or trusted person cannot be present during medical examination, it shall be conducted in presence of:\",\n        options: [\n            \"Police officer\",\n            \"Woman nominated by the head of the medical institution\",\n            \"Any hospital staff\",\n            \"Child Welfare Committee member\"\n        ],\n        correct: 1,\n        explanation: \"Section 27(4) provides that if parent\/trusted person cannot be present, examination shall be conducted in presence of a woman nominated by the head of the medical institution.\"\n    },\n    {\n        id: 20,\n        question: \"A 10-year-old girl is brought to hospital with suspected sexual assault but no FIR is filed yet. Under Section 27 of the POCSO Act, 2012:\",\n        options: [\n            \"Hospital must wait for FIR before examination\",\n            \"Medical examination can and should be conducted even without FIR\",\n            \"Hospital must get court order first\",\n            \"Only preliminary examination allowed\"\n        ],\n        correct: 1,\n        explanation: \"Section 27(1) explicitly states that medical examination shall be conducted notwithstanding that FIR or complaint has not been registered.\"\n    },\n\n    \/\/ COMPARATIVE AND APPLICATION-BASED QUESTIONS\n    {\n        id: 21,\n        question: \"Under the POCSO Act, 2012, what is common between Section 24 (police recording) and Section 26 (additional provisions)?\",\n        options: [\n            \"Both require recording in police station\",\n            \"Both require presence of parent or trusted person of the child\",\n            \"Both require woman officer only\",\n            \"Both require Magistrate's presence\"\n        ],\n        correct: 1,\n        explanation: \"Section 24 requires statement at child's preferred place, and Section 26(1) requires presence of parents or person in whom child has trust or confidence during recording.\"\n    },\n    {\n        id: 22,\n        question: \"Under the POCSO Act, 2012, audio-video recording of child's statement is mentioned in which section?\",\n        options: [\n            \"Section 24\",\n            \"Section 25\",\n            \"Section 26(4)\",\n            \"Section 27\"\n        ],\n        correct: 2,\n        explanation: \"Section 26(4) provides that wherever possible, the statement of the child shall also be recorded by audio-video electronic means.\"\n    },\n    {\n        id: 23,\n        question: \"A male police officer in uniform goes to record statement of a child victim at the police station. How many violations of Section 24 of the POCSO Act, 2012 are there?\",\n        options: [\n            \"One violation\",\n            \"Two violations\",\n            \"Three violations (uniform, male officer, police station location)\",\n            \"No violation\"\n        ],\n        correct: 2,\n        explanation: \"Three violations: (1) Should be woman officer (Section 24(1)), (2) Should not be in uniform (Section 24(2)), (3) Should be at child's residence\/preferred place, not police station (Section 24(1)).\"\n    },\n    {\n        id: 24,\n        question: \"Under the POCSO Act, 2012, protection of child's identity from media is mentioned in:\",\n        options: [\n            \"Only Section 23\",\n            \"Only Section 24(5)\",\n            \"Both Section 23 and Section 24(5)\",\n            \"Only Section 33\"\n        ],\n        correct: 2,\n        explanation: \"Both Section 23 (procedure for media) and Section 24(5) (police to protect identity from public media) deal with protecting child's identity from media.\"\n    },\n    {\n        id: 25,\n        question: \"A child victim who is mute needs to give statement. Under Section 26(3) of the POCSO Act, 2012:\",\n        options: [\n            \"Statement cannot be recorded\",\n            \"Only written statement allowed\",\n            \"Special educator or person familiar with child's communication manner can assist\",\n            \"Only parents can interpret\"\n        ],\n        correct: 2,\n        explanation: \"Section 26(3) allows assistance of special educator or any person familiar with manner of communication of the child or an expert in that field for children with disabilities.\"\n    },\n    {\n        id: 26,\n        question: \"Under the POCSO Act, 2012, which sections require presence of parent or trusted person of the child?\",\n        options: [\n            \"Only Section 26\",\n            \"Only Section 27\",\n            \"Sections 26(1) and 27(3)\",\n            \"Only Section 24\"\n        ],\n        correct: 2,\n        explanation: \"Both Section 26(1) (recording statement) and Section 27(3) (medical examination) require presence of parent or person in whom child has trust or confidence.\"\n    },\n    {\n        id: 27,\n        question: \"Under Section 27 of the POCSO Act, 2012, if a boy child is victim, can male doctor conduct examination?\",\n        options: [\n            \"No, only woman doctor allowed\",\n            \"Yes, woman doctor requirement is only for girl child under Section 27(2)\",\n            \"Only with court permission\",\n            \"Only with parent's consent\"\n        ],\n        correct: 1,\n        explanation: \"Section 27(2) mandates woman doctor only 'in case the victim is a girl child'. For boy victims, this specific requirement does not apply.\"\n    },\n    {\n        id: 28,\n        question: \"The advocate of the accused wants to be present during recording of child's statement under Section 164 CrPC. Under Section 25 of the POCSO Act, 2012:\",\n        options: [\n            \"Advocate has right to be present\",\n            \"Advocate's presence is not permitted as per the Proviso to Section 25(1)\",\n            \"Advocate can be present with court permission\",\n            \"Advocate can be present if child consents\"\n        ],\n        correct: 1,\n        explanation: \"The Proviso to Section 25(1) specifically excludes the provision of Section 164(1) CrPC that permits presence of advocate of the accused.\"\n    },\n    {\n        id: 29,\n        question: \"Under Section 24(4) of the POCSO Act, 2012, 'no child shall be detained in police station in the night for any reason'. This provision is:\",\n        options: [\n            \"Subject to exceptions in serious cases\",\n            \"Absolute with no exceptions\",\n            \"Applicable only to children below 12 years\",\n            \"Applicable only to girl children\"\n        ],\n        correct: 1,\n        explanation: \"Section 24(4) uses the phrase 'for any reason', making it an absolute provision with no exceptions - child cannot be detained in police station at night under any circumstances.\"\n    },\n    {\n        id: 30,\n        question: \"Under Section 25(2) of the POCSO Act, 2012, documents under Section 207 CrPC are provided to:\",\n        options: [\n            \"Only the child\",\n            \"Only the parents\",\n            \"Child and his parents or his representative\",\n            \"Only the lawyer\"\n        ],\n        correct: 2,\n        explanation: \"Section 25(2) requires Magistrate to provide copies to 'the child and his parents or his representative' upon filing of final report.\"\n    }],\n    \"CH 7-SPECIAL COURTS (Section 28-32)\": [   {\n        id: 1,\n        question: \"Under Section 28(1) of the POCSO Act, 2012, Special Courts are designated for the purpose of:\",\n        options: [\n            \"Providing free legal aid\",\n            \"Providing speedy trial\",\n            \"Providing compensation to victims\",\n            \"Conducting investigation\"\n        ],\n        correct: 1,\n        explanation: \"Section 28(1) states that for the purposes of providing a speedy trial, the State Government shall designate Special Courts.\"\n    },\n    {\n        id: 2,\n        question: \"Under Section 28(1) of the POCSO Act, 2012, Special Courts are designated by:\",\n        options: [\n            \"Central Government\",\n            \"State Government in consultation with Chief Justice of High Court\",\n            \"Supreme Court\",\n            \"District Magistrate\"\n        ],\n        correct: 1,\n        explanation: \"Section 28(1) provides that State Government shall, in consultation with the Chief Justice of the High Court, by notification designate Special Courts.\"\n    },\n    {\n        id: 3,\n        question: \"Under Section 28(1) of the POCSO Act, 2012, which court is designated as Special Court?\",\n        options: [\n            \"Court of Magistrate First Class\",\n            \"Court of Session\",\n            \"High Court\",\n            \"Court of Chief Judicial Magistrate\"\n        ],\n        correct: 1,\n        explanation: \"Section 28(1) states that State Government shall designate for each district, a Court of Session to be a Special Court to try offences under the Act.\"\n    },\n    {\n        id: 4,\n        question: \"Under Section 28(1) of the POCSO Act, 2012, how many Special Courts shall be designated per district?\",\n        options: [\n            \"At least two\",\n            \"One for each district\",\n            \"As per population of district\",\n            \"As directed by High Court\"\n        ],\n        correct: 1,\n        explanation: \"Section 28(1) requires State Government to designate 'for each district' a Court of Session to be a Special Court.\"\n    },\n    {\n        id: 5,\n        question: \"Under the Proviso to Section 28(1) of the POCSO Act, 2012, if a Court of Session is already notified as children's court under which Act, it shall be deemed to be Special Court?\",\n        options: [\n            \"Juvenile Justice Act\",\n            \"Commissions for Protection of Child Rights Act, 2005\",\n            \"Child Labour Act\",\n            \"Right to Education Act\"\n        ],\n        correct: 1,\n        explanation: \"The Proviso states that if Court of Session is notified as children's court under Commissions for Protection of Child Rights Act, 2005, it shall be deemed to be Special Court.\"\n    },\n    {\n        id: 6,\n        question: \"Under Section 28(2) of the POCSO Act, 2012, while trying an offence under POCSO, the Special Court can also try:\",\n        options: [\n            \"Only POCSO offences\",\n            \"Other offences with which accused may be charged at same trial under CrPC\",\n            \"Only IPC offences\",\n            \"Only offences against children\"\n        ],\n        correct: 1,\n        explanation: \"Section 28(2) allows Special Court to also try other offences (not under POCSO) with which the accused may be charged at the same trial under CrPC.\"\n    },\n    {\n        id: 7,\n        question: \"Under Section 28(3) of the POCSO Act, 2012, the Special Court has jurisdiction to try offences under Section 67B of which Act?\",\n        options: [\n            \"Indian Penal Code\",\n            \"Information Technology Act, 2000\",\n            \"Criminal Procedure Code\",\n            \"Indian Evidence Act\"\n        ],\n        correct: 1,\n        explanation: \"Section 28(3) gives Special Court jurisdiction to try offences under Section 67B of IT Act, 2000 relating to sexually explicit material depicting children or facilitating child abuse online.\"\n    },\n    {\n        id: 8,\n        question: \"Under Section 28(3) of the POCSO Act, 2012, Special Court's jurisdiction over IT Act offences covers:\",\n        options: [\n            \"All cyber crimes\",\n            \"Publication\/transmission of sexually explicit material depicting children or facilitating child abuse online\",\n            \"Only hacking offences\",\n            \"Only data theft\"\n        ],\n        correct: 1,\n        explanation: \"Section 28(3) specifically covers Section 67B of IT Act relating to sexually explicit material depicting children in any act\/conduct or facilitating abuse of children online.\"\n    },\n\n    \/\/ SECTION 29 - PRESUMPTION AS TO CERTAIN OFFENCES\n    {\n        id: 9,\n        question: \"Under Section 29 of the POCSO Act, 2012, presumption of guilt applies to offences under which sections?\",\n        options: [\n            \"All sections of POCSO\",\n            \"Sections 3, 5, 7 and 9\",\n            \"Only Sections 3 and 5\",\n            \"Sections 3 to 15\"\n        ],\n        correct: 1,\n        explanation: \"Section 29 provides that presumption applies to offences under sections 3, 5, 7 and section 9 (penetrative sexual assault, aggravated PSA, sexual assault, aggravated SA).\"\n    },\n    {\n        id: 10,\n        question: \"Under Section 29 of the POCSO Act, 2012, when a person is prosecuted for offences under Sections 3, 5, 7, or 9, the Special Court shall presume:\",\n        options: [\n            \"That person is innocent until proved guilty\",\n            \"That person has committed or abetted or attempted to commit the offence\",\n            \"That victim is lying\",\n            \"That there is no offence\"\n        ],\n        correct: 1,\n        explanation: \"Section 29 states that Special Court shall presume that such person has committed or abetted or attempted to commit the offence, unless the contrary is proved.\"\n    },\n    {\n        id: 11,\n        question: \"Under Section 29 of the POCSO Act, 2012, the presumption of guilt can be rebutted by:\",\n        options: [\n            \"Mere denial by accused\",\n            \"Proving the contrary\",\n            \"Character witness\",\n            \"Cannot be rebutted\"\n        ],\n        correct: 1,\n        explanation: \"Section 29 ends with 'unless the contrary is proved', meaning the accused can rebut the presumption by proving his innocence.\"\n    },\n    {\n        id: 12,\n        question: \"Under Section 29 of the POCSO Act, 2012, presumption applies to prosecution for:\",\n        options: [\n            \"Only committing the offence\",\n            \"Committing, abetting, or attempting to commit the offence\",\n            \"Only abetting the offence\",\n            \"Only attempting the offence\"\n        ],\n        correct: 1,\n        explanation: \"Section 29 covers prosecution for 'committing or abetting or attempting to commit' any offence under sections 3, 5, 7 and 9.\"\n    },\n\n    \/\/ SECTION 30 - PRESUMPTION OF CULPABLE MENTAL STATE\n    {\n        id: 13,\n        question: \"Under Section 30(1) of the POCSO Act, 2012, in prosecution for offences requiring culpable mental state, the Special Court shall:\",\n        options: [\n            \"Presume absence of mental state\",\n            \"Presume existence of such mental state\",\n            \"Not make any presumption\",\n            \"Ask prosecution to prove mental state\"\n        ],\n        correct: 1,\n        explanation: \"Section 30(1) states that Special Court shall presume the existence of culpable mental state, but accused can prove that he had no such mental state.\"\n    },\n    {\n        id: 14,\n        question: \"Under Section 30(1) of the POCSO Act, 2012, the defence available to the accused regarding culpable mental state is:\",\n        options: [\n            \"No defence available\",\n            \"To prove that he had no such mental state with respect to the act charged\",\n            \"To prove good character\",\n            \"To prove alibi only\"\n        ],\n        correct: 1,\n        explanation: \"Section 30(1) provides that it shall be a defence for the accused to prove the fact that he had no such mental state with respect to the act charged as an offence.\"\n    },\n    {\n        id: 15,\n        question: \"Under Section 30(2) of the POCSO Act, 2012, a fact is said to be 'proved' when the Special Court believes it to exist:\",\n        options: [\n            \"On balance of probabilities\",\n            \"Beyond reasonable doubt\",\n            \"On preponderance of probability\",\n            \"On prima facie basis\"\n        ],\n        correct: 1,\n        explanation: \"Section 30(2) states that a fact is proved only when the Special Court believes it to exist beyond reasonable doubt and not merely when established by preponderance of probability.\"\n    },\n    {\n        id: 16,\n        question: \"According to the Explanation to Section 30 of the POCSO Act, 2012, 'culpable mental state' includes:\",\n        options: [\n            \"Only intention\",\n            \"Only knowledge\",\n            \"Intention, motive, knowledge of a fact, and belief in or reason to believe a fact\",\n            \"Only motive\"\n        ],\n        correct: 2,\n        explanation: \"The Explanation defines 'culpable mental state' to include intention, motive, knowledge of a fact and the belief in, or reason to believe, a fact.\"\n    },\n    {\n        id: 17,\n        question: \"What is the effect of Section 29 and Section 30 of the POCSO Act, 2012 on burden of proof?\",\n        options: [\n            \"Burden remains entirely on prosecution\",\n            \"Burden shifts to accused to prove innocence\/absence of mental state\",\n            \"No burden on anyone\",\n            \"Burden on victim\"\n        ],\n        correct: 1,\n        explanation: \"Sections 29 and 30 create reverse burden - once prosecution establishes basic facts, burden shifts to accused to prove contrary (Section 29) or absence of mental state (Section 30).\"\n    },\n\n    \/\/ SECTION 31 - APPLICATION OF CrPC TO SPECIAL COURT\n    {\n        id: 18,\n        question: \"Under Section 31 of the POCSO Act, 2012, provisions of CrPC including provisions as to _______ shall apply to Special Court proceedings:\",\n        options: [\n            \"Only bail\",\n            \"Only bonds\",\n            \"Bail and bonds\",\n            \"Only appeal\"\n        ],\n        correct: 2,\n        explanation: \"Section 31 states that provisions of CrPC 'including the provisions as to bail and bonds' shall apply to proceedings before Special Court.\"\n    },\n    {\n        id: 19,\n        question: \"Under Section 31 of the POCSO Act, 2012, for purposes of CrPC provisions, the Special Court shall be deemed to be:\",\n        options: [\n            \"A Magistrate Court\",\n            \"A Court of Sessions\",\n            \"High Court\",\n            \"Tribunal\"\n        ],\n        correct: 1,\n        explanation: \"Section 31 provides that for purposes of CrPC provisions, the Special Court shall be deemed to be a Court of Sessions.\"\n    },\n    {\n        id: 20,\n        question: \"Under Section 31 of the POCSO Act, 2012, the person conducting prosecution before Special Court shall be deemed to be:\",\n        options: [\n            \"Private advocate\",\n            \"Public Prosecutor\",\n            \"Amicus Curiae\",\n            \"Court appointed lawyer\"\n        ],\n        correct: 1,\n        explanation: \"Section 31 states that person conducting prosecution before Special Court shall be deemed to be a Public Prosecutor.\"\n    },\n    {\n        id: 21,\n        question: \"Under Section 31 of the POCSO Act, 2012, CrPC provisions apply to Special Court proceedings:\",\n        options: [\n            \"Completely without any modification\",\n            \"Save as otherwise provided in this Act\",\n            \"Only if Special Court orders\",\n            \"Only for bail matters\"\n        ],\n        correct: 1,\n        explanation: \"Section 31 begins with 'Save as otherwise provided in this Act', meaning CrPC applies except where POCSO Act provides differently.\"\n    },\n\n    \/\/ SECTION 32 - SPECIAL PUBLIC PROSECUTORS\n    {\n        id: 22,\n        question: \"Under Section 32(1) of the POCSO Act, 2012, who appoints Special Public Prosecutor for Special Court?\",\n        options: [\n            \"Central Government\",\n            \"State Government by notification in Official Gazette\",\n            \"High Court\",\n            \"District Judge\"\n        ],\n        correct: 1,\n        explanation: \"Section 32(1) states that State Government shall, by notification in the Official Gazette, appoint a Special Public Prosecutor for every Special Court.\"\n    },\n    {\n        id: 23,\n        question: \"Under Section 32(1) of the POCSO Act, 2012, the Special Public Prosecutor is appointed for conducting:\",\n        options: [\n            \"All criminal cases\",\n            \"Cases only under the provisions of this Act (POCSO)\",\n            \"Only murder cases\",\n            \"All sessions cases\"\n        ],\n        correct: 1,\n        explanation: \"Section 32(1) provides that Special Public Prosecutor is appointed for conducting cases only under the provisions of this Act.\"\n    },\n    {\n        id: 24,\n        question: \"Under Section 32(2) of the POCSO Act, 2012, what is the minimum experience required for a person to be appointed as Special Public Prosecutor?\",\n        options: [\n            \"5 years as advocate\",\n            \"7 years as advocate\",\n            \"10 years as advocate\",\n            \"3 years as advocate\"\n        ],\n        correct: 1,\n        explanation: \"Section 32(2) states that a person shall be eligible to be appointed as Special Public Prosecutor only if he had been in practice for not less than seven years as an advocate.\"\n    },\n    {\n        id: 25,\n        question: \"Under Section 32(3) of the POCSO Act, 2012, Special Public Prosecutor shall be deemed to be a Public Prosecutor within the meaning of:\",\n        options: [\n            \"Section 2(t) of CrPC\",\n            \"Section 2(u) of CrPC\",\n            \"Section 24 of CrPC\",\n            \"Section 25 of CrPC\"\n        ],\n        correct: 1,\n        explanation: \"Section 32(3) states that Special Public Prosecutor shall be deemed to be a Public Prosecutor within the meaning of clause (u) of section 2 of CrPC.\"\n    },\n    {\n        id: 26,\n        question: \"Under Section 32 of the POCSO Act, 2012, how many Special Public Prosecutors shall be appointed for each Special Court?\",\n        options: [\n            \"At least two\",\n            \"One for every Special Court\",\n            \"As per caseload\",\n            \"As directed by High Court\"\n        ],\n        correct: 1,\n        explanation: \"Section 32(1) requires appointment of 'a Special Public Prosecutor for every Special Court', meaning one SPP per Special Court.\"\n    },\n\n    \/\/ COMPARATIVE AND APPLICATION-BASED QUESTIONS\n    {\n        id: 27,\n        question: \"Under the POCSO Act, 2012, which authority is common to both Section 28 (designation of Special Court) and Section 32 (appointment of SPP)?\",\n        options: [\n            \"Central Government\",\n            \"State Government\",\n            \"High Court\",\n            \"Supreme Court\"\n        ],\n        correct: 1,\n        explanation: \"Both Section 28(1) (designation of Special Courts) and Section 32(1) (appointment of Special Public Prosecutors) require action by State Government.\"\n    },\n    {\n        id: 28,\n        question: \"Compare Section 29 and Section 30 of the POCSO Act, 2012:\",\n        options: [\n            \"Both deal with same presumption\",\n            \"Section 29: presumption of commission of offence; Section 30: presumption of culpable mental state\",\n            \"Both apply to all POCSO offences\",\n            \"Section 30 has no rebuttal provision\"\n        ],\n        correct: 1,\n        explanation: \"Section 29 presumes commission\/abetment\/attempt of offence (Sections 3,5,7,9). Section 30 presumes existence of culpable mental state. Both can be rebutted by accused.\"\n    },\n    {\n        id: 29,\n        question: \"An accused is prosecuted under Section 7 (sexual assault) of the POCSO Act, 2012. Under Section 29:\",\n        options: [\n            \"Prosecution must prove guilt beyond reasonable doubt\",\n            \"Court shall presume accused has committed the offence unless contrary is proved\",\n            \"No presumption applies as Section 7 is not covered\",\n            \"Accused is presumed innocent\"\n        ],\n        correct: 1,\n        explanation: \"Section 29 specifically covers Section 7 (sexual assault). Court shall presume that accused has committed the offence, unless the contrary is proved by accused.\"\n    },\n    {\n        id: 30,\n        question: \"Under Section 28(3) of the POCSO Act, 2012, Special Court's jurisdiction over IT Act offences is:\",\n        options: [\n            \"In addition to regular courts' jurisdiction\",\n            \"Exclusive, notwithstanding anything in IT Act, 2000\",\n            \"Subject to IT Act provisions\",\n            \"Only appellate jurisdiction\"\n        ],\n        correct: 1,\n        explanation: \"Section 28(3) states 'notwithstanding anything in the Information Technology Act, 2000', giving Special Court overriding jurisdiction over Section 67B IT Act offences involving children.\"\n    },\n    {\n        id: 31,\n        question: \"A person with 5 years of experience as advocate applies for Special Public Prosecutor post under POCSO Act, 2012. He is:\",\n        options: [\n            \"Eligible\",\n            \"Not eligible as minimum 7 years required under Section 32(2)\",\n            \"Eligible with special permission\",\n            \"Eligible for temporary appointment\"\n        ],\n        correct: 1,\n        explanation: \"Section 32(2) clearly requires minimum 7 years practice as advocate. Person with only 5 years experience is not eligible.\"\n    },\n    {\n        id: 32,\n        question: \"Under Section 30(2) of the POCSO Act, 2012, the standard of proof for the accused to rebut presumption of culpable mental state is:\",\n        options: [\n            \"Preponderance of probability\",\n            \"Beyond reasonable doubt\",\n            \"Prima facie evidence\",\n            \"Balance of convenience\"\n        ],\n        correct: 1,\n        explanation: \"Section 30(2) states that a fact is proved only when believed to exist beyond reasonable doubt. Accused must prove absence of mental state to this high standard.\"\n    },\n    {\n        id: 33,\n        question: \"Under the POCSO Act, 2012, presumption under Section 29 does NOT apply to which offence?\",\n        options: [\n            \"Penetrative sexual assault (Section 3)\",\n            \"Sexual assault (Section 7)\",\n            \"Sexual harassment (Section 11)\",\n            \"Aggravated sexual assault (Section 9)\"\n        ],\n        correct: 2,\n        explanation: \"Section 29 applies only to Sections 3, 5, 7, and 9. Sexual harassment under Section 11 is NOT covered under the presumption provision.\"\n    },\n    {\n        id: 34,\n        question: \"Child pornography offences under IT Act, 2000 involving children are tried by:\",\n        options: [\n            \"Cyber Appellate Tribunal\",\n            \"Special Court under POCSO Act as per Section 28(3)\",\n            \"Regular Sessions Court\",\n            \"Magistrate Court\"\n        ],\n        correct: 1,\n        explanation: \"Section 28(3) gives Special Court under POCSO Act jurisdiction to try Section 67B IT Act offences relating to sexually explicit material depicting children.\"\n    }],\n    \"CH 8-PROCEDURE AND POWERS OF SPECIAL COURTS AND RECORDING OF EVIDENCE (Section 33-38)\": [   {\n        id: 1,\n        question: \"Under Section 33(1) of the POCSO Act, 2012, Special Court may take cognizance of any offence:\",\n        options: [\n            \"Only after committal by Magistrate\",\n            \"Without the accused being committed to it for trial\",\n            \"Only on police report\",\n            \"Only after sanction from State Government\"\n        ],\n        correct: 1,\n        explanation: \"Section 33(1) states that Special Court may take cognizance of any offence, without the accused being committed to it for trial, upon receiving complaint or police report.\"\n    },\n    {\n        id: 2,\n        question: \"Under Section 33(1) of the POCSO Act, 2012, Special Court can take cognizance upon:\",\n        options: [\n            \"Only police report\",\n            \"Only private complaint\",\n            \"Complaint of facts constituting offence OR police report of such facts\",\n            \"Only on Magistrate's order\"\n        ],\n        correct: 2,\n        explanation: \"Section 33(1) provides that Special Court may take cognizance upon receiving a complaint of facts which constitute such offence, or upon a police report of such facts.\"\n    },\n    {\n        id: 3,\n        question: \"Under Section 33(2) of the POCSO Act, 2012, during examination of child, questions shall be put to the child by:\",\n        options: [\n            \"Directly by the advocate\",\n            \"Special Court after receiving questions from SPP\/defence counsel\",\n            \"Only by Special Public Prosecutor\",\n            \"Only by parents of child\"\n        ],\n        correct: 1,\n        explanation: \"Section 33(2) states that SPP or defence counsel shall communicate questions to Special Court, which shall in turn put those questions to the child.\"\n    },\n    {\n        id: 4,\n        question: \"Under Section 33(3) of the POCSO Act, 2012, during trial, the Special Court may:\",\n        options: [\n            \"Not allow any breaks\",\n            \"Permit frequent breaks for the child if it considers necessary\",\n            \"Allow breaks only after every 2 hours\",\n            \"Allow breaks only with parent's request\"\n        ],\n        correct: 1,\n        explanation: \"Section 33(3) provides that Special Court may, if it considers necessary, permit frequent breaks for the child during the trial.\"\n    },\n    {\n        id: 5,\n        question: \"Under Section 33(4) of the POCSO Act, 2012, to create child-friendly atmosphere, the Special Court shall allow presence of:\",\n        options: [\n            \"Only parents\",\n            \"Only guardian\",\n            \"Family member, guardian, friend or relative in whom child has trust or confidence\",\n            \"Only Child Welfare Committee member\"\n        ],\n        correct: 2,\n        explanation: \"Section 33(4) requires Special Court to create child-friendly atmosphere by allowing a family member, guardian, friend or relative in whom child has trust or confidence to be present.\"\n    },\n    {\n        id: 6,\n        question: \"Under Section 33(5) of the POCSO Act, 2012, the Special Court shall ensure that the child is:\",\n        options: [\n            \"Called to testify at least twice\",\n            \"Not called repeatedly to testify in court\",\n            \"Available for cross-examination multiple times\",\n            \"Present throughout the trial\"\n        ],\n        correct: 1,\n        explanation: \"Section 33(5) mandates that Special Court shall ensure that the child is not called repeatedly to testify in the court.\"\n    },\n    {\n        id: 7,\n        question: \"Under Section 33(6) of the POCSO Act, 2012, the Special Court shall not permit:\",\n        options: [\n            \"Presence of parents\",\n            \"Aggressive questioning or character assassination of the child\",\n            \"Use of translator\",\n            \"Frequent breaks\"\n        ],\n        correct: 1,\n        explanation: \"Section 33(6) states that Special Court shall not permit aggressive questioning or character assassination of the child and ensure dignity of child is maintained.\"\n    },\n    {\n        id: 8,\n        question: \"Under Section 33(7) of the POCSO Act, 2012, identity of child shall not be disclosed during:\",\n        options: [\n            \"Only investigation\",\n            \"Only trial\",\n            \"Investigation or trial\",\n            \"Only after conviction\"\n        ],\n        correct: 2,\n        explanation: \"Section 33(7) provides that Special Court shall ensure identity of child is not disclosed at any time during the course of investigation or trial.\"\n    },\n    {\n        id: 9,\n        question: \"Under the Proviso to Section 33(7) of the POCSO Act, 2012, who can permit disclosure of child's identity?\",\n        options: [\n            \"Police\",\n            \"Special Court, for reasons recorded in writing, if disclosure is in interest of child\",\n            \"Child Welfare Committee\",\n            \"Parents unconditionally\"\n        ],\n        correct: 1,\n        explanation: \"The Proviso to Section 33(7) allows Special Court to permit disclosure for reasons to be recorded in writing, if in its opinion such disclosure is in the interest of the child.\"\n    },\n    {\n        id: 10,\n        question: \"According to the Explanation to Section 33(7) of the POCSO Act, 2012, identity of child includes:\",\n        options: [\n            \"Only name and photograph\",\n            \"Only address\",\n            \"Identity of child's family, school, relatives, neighbourhood or any information revealing child's identity\",\n            \"Only name\"\n        ],\n        correct: 2,\n        explanation: \"The Explanation defines identity to include identity of child's family, school, relatives, neighbourhood or any other information by which identity of child may be revealed.\"\n    },\n    {\n        id: 11,\n        question: \"Under Section 33(8) of the POCSO Act, 2012, in appropriate cases, the Special Court may direct payment of compensation to the child for:\",\n        options: [\n            \"Only physical trauma\",\n            \"Only mental trauma\",\n            \"Physical or mental trauma caused or for immediate rehabilitation\",\n            \"Only medical expenses\"\n        ],\n        correct: 2,\n        explanation: \"Section 33(8) allows Special Court to direct payment of compensation for any physical or mental trauma caused to child or for immediate rehabilitation of such child.\"\n    },\n    {\n        id: 12,\n        question: \"Under Section 33(9) of the POCSO Act, 2012, for trial of offences, Special Court shall have all powers of:\",\n        options: [\n            \"Magistrate Court\",\n            \"Court of Session\",\n            \"High Court\",\n            \"Supreme Court\"\n        ],\n        correct: 1,\n        explanation: \"Section 33(9) states that Special Court shall have all the powers of a Court of Session and shall try offences as if it were a Court of Session.\"\n    },\n\n    \/\/ SECTION 34 - PROCEDURE FOR OFFENCE BY CHILD AND DETERMINATION OF AGE\n    {\n        id: 13,\n        question: \"Under Section 34(1) of the POCSO Act, 2012, if any offence under POCSO is committed by a child, such child shall be dealt with under:\",\n        options: [\n            \"POCSO Act itself\",\n            \"Indian Penal Code\",\n            \"Juvenile Justice (Care and Protection of Children) Act, 2015\",\n            \"Code of Criminal Procedure\"\n        ],\n        correct: 2,\n        explanation: \"Section 34(1) states that where any offence under POCSO Act is committed by a child, such child shall be dealt with under the Juvenile Justice (Care and Protection of Children) Act, 2015.\"\n    },\n    {\n        id: 14,\n        question: \"Under Section 34(2) of the POCSO Act, 2012, if question arises whether a person is a child or not, it shall be determined by:\",\n        options: [\n            \"Police\",\n            \"Special Court after satisfying itself about the age\",\n            \"Medical Board only\",\n            \"Child Welfare Committee\"\n        ],\n        correct: 1,\n        explanation: \"Section 34(2) provides that if question arises whether a person is a child or not, such question shall be determined by the Special Court after satisfying itself about the age.\"\n    },\n    {\n        id: 15,\n        question: \"Under Section 34(2) of the POCSO Act, 2012, while determining age, the Special Court shall:\",\n        options: [\n            \"Only consider birth certificate\",\n            \"Record in writing its reasons for such determination\",\n            \"Accept prosecution's version\",\n            \"Only consider school records\"\n        ],\n        correct: 1,\n        explanation: \"Section 34(2) requires Special Court to record in writing its reasons for such determination of age.\"\n    },\n    {\n        id: 16,\n        question: \"Under Section 34(3) of the POCSO Act, 2012, if subsequent proof shows that the age determined by Special Court was incorrect:\",\n        options: [\n            \"Order shall be deemed invalid\",\n            \"Fresh trial shall be conducted\",\n            \"Order shall not be deemed invalid merely by subsequent proof of incorrect age\",\n            \"Case shall be transferred to another court\"\n        ],\n        correct: 2,\n        explanation: \"Section 34(3) states that no order made by Special Court shall be deemed to be invalid merely by any subsequent proof that the age determined was not the correct age.\"\n    },\n\n    \/\/ SECTION 35 - PERIOD FOR RECORDING EVIDENCE AND DISPOSAL\n    {\n        id: 17,\n        question: \"Under Section 35(1) of the POCSO Act, 2012, the evidence of the child shall be recorded within what period from the date of taking cognizance?\",\n        options: [\n            \"15 days\",\n            \"30 days\",\n            \"60 days\",\n            \"90 days\"\n        ],\n        correct: 1,\n        explanation: \"Section 35(1) mandates that evidence of the child shall be recorded within a period of thirty days of the Special Court taking cognizance of the offence.\"\n    },\n    {\n        id: 18,\n        question: \"Under Section 35(1) of the POCSO Act, 2012, if there is delay in recording child's evidence beyond 30 days:\",\n        options: [\n            \"Case shall be dismissed\",\n            \"Reasons for delay shall be recorded by Special Court\",\n            \"New judge shall be appointed\",\n            \"Child's evidence cannot be recorded\"\n        ],\n        correct: 1,\n        explanation: \"Section 35(1) provides that reasons for delay, if any, shall be recorded by the Special Court.\"\n    },\n    {\n        id: 19,\n        question: \"Under Section 35(2) of the POCSO Act, 2012, the Special Court shall complete the trial, as far as possible, within what period from taking cognizance?\",\n        options: [\n            \"Six months\",\n            \"One year\",\n            \"Two years\",\n            \"Three months\"\n        ],\n        correct: 1,\n        explanation: \"Section 35(2) states that Special Court shall complete the trial, as far as possible, within a period of one year from the date of taking cognizance of the offence.\"\n    },\n\n    \/\/ SECTION 36 - CHILD NOT TO SEE ACCUSED\n    {\n        id: 20,\n        question: \"Under Section 36(1) of the POCSO Act, 2012, during recording of evidence, the Special Court shall ensure that:\",\n        options: [\n            \"Child and accused sit face to face\",\n            \"Child is not exposed in any way to the accused\",\n            \"Child identifies the accused\",\n            \"Accused is not present in court\"\n        ],\n        correct: 1,\n        explanation: \"Section 36(1) mandates that Special Court shall ensure that the child is not exposed in any way to the accused at the time of recording of the evidence.\"\n    },\n    {\n        id: 21,\n        question: \"Under Section 36(1) of the POCSO Act, 2012, while ensuring child doesn't see accused, the Court must also ensure that accused is able to:\",\n        options: [\n            \"See the child directly\",\n            \"Hear the statement of the child and communicate with his advocate\",\n            \"Question the child directly\",\n            \"Leave the courtroom\"\n        ],\n        correct: 1,\n        explanation: \"Section 36(1) requires that while child is not exposed to accused, the accused must be in a position to hear the statement of the child and communicate with his advocate.\"\n    },\n    {\n        id: 22,\n        question: \"Under Section 36(2) of the POCSO Act, 2012, which methods can be used to ensure child does not see the accused?\",\n        options: [\n            \"Only video conferencing\",\n            \"Only curtains\",\n            \"Video conferencing, single visibility mirrors, curtains or any other device\",\n            \"Only separate rooms\"\n        ],\n        correct: 2,\n        explanation: \"Section 36(2) provides that Special Court may record statement through video conferencing or by utilising single visibility mirrors or curtains or any other device.\"\n    },\n\n    \/\/ SECTION 37 - TRIALS IN CAMERA\n    {\n        id: 23,\n        question: \"Under Section 37 of the POCSO Act, 2012, the Special Court shall try cases:\",\n        options: [\n            \"In open court\",\n            \"In camera\",\n            \"With media present\",\n            \"With public audience\"\n        ],\n        correct: 1,\n        explanation: \"Section 37 mandates that the Special Court shall try cases in camera (closed court, not open to public).\"\n    },\n    {\n        id: 24,\n        question: \"Under Section 37 of the POCSO Act, 2012, in camera trial shall be conducted in presence of:\",\n        options: [\n            \"Only the lawyers\",\n            \"Parents of the child or any person in whom child has trust or confidence\",\n            \"Media representatives\",\n            \"General public\"\n        ],\n        correct: 1,\n        explanation: \"Section 37 provides that trial shall be in camera and in the presence of the parents of the child or any other person in whom the child has trust or confidence.\"\n    },\n    {\n        id: 25,\n        question: \"Under the Proviso to Section 37 of the POCSO Act, 2012, if Special Court is of opinion that child needs to be examined at a place other than court, it shall:\",\n        options: [\n            \"Dismiss the case\",\n            \"Issue a commission in accordance with Section 284 CrPC\",\n            \"Record statement through video only\",\n            \"Appoint a Magistrate\"\n        ],\n        correct: 1,\n        explanation: \"The Proviso to Section 37 states that if child needs to be examined at place other than court, Special Court shall proceed to issue a commission under Section 284 CrPC.\"\n    },\n\n    \/\/ SECTION 38 - ASSISTANCE OF INTERPRETER OR EXPERT\n    {\n        id: 26,\n        question: \"Under Section 38(1) of the POCSO Act, 2012, the Court may take assistance of translator or interpreter while recording evidence:\",\n        options: [\n            \"In all cases mandatorily\",\n            \"Wherever necessary\",\n            \"Only for child below 10 years\",\n            \"Only for disabled children\"\n        ],\n        correct: 1,\n        explanation: \"Section 38(1) provides that wherever necessary, the Court may take the assistance of a translator or interpreter while recording the evidence of the child.\"\n    },\n    {\n        id: 27,\n        question: \"Under Section 38(1) of the POCSO Act, 2012, the translator or interpreter must have:\",\n        options: [\n            \"Any basic qualification\",\n            \"Prescribed qualifications and experience\",\n            \"Only government certification\",\n            \"Only court appointment\"\n        ],\n        correct: 1,\n        explanation: \"Section 38(1) states that translator or interpreter shall have such qualifications, experience and on payment of such fees as may be prescribed.\"\n    },\n    {\n        id: 28,\n        question: \"Under Section 38(2) of the POCSO Act, 2012, if a child has mental or physical disability, the Special Court may take assistance of:\",\n        options: [\n            \"Only parents\",\n            \"Only doctor\",\n            \"Special educator or person familiar with child's manner of communication or expert in that field\",\n            \"Only sign language interpreter\"\n        ],\n        correct: 2,\n        explanation: \"Section 38(2) allows Special Court to take assistance of special educator or any person familiar with manner of communication of the child or an expert in that field.\"\n    },\n    {\n        id: 29,\n        question: \"Under Section 38(2) of the POCSO Act, 2012, assistance for disabled child is available for recording:\",\n        options: [\n            \"Only statement to police\",\n            \"Only statement to Magistrate\",\n            \"Evidence of the child in court\",\n            \"Only medical examination\"\n        ],\n        correct: 2,\n        explanation: \"Section 38(2) specifically deals with recording 'the evidence of the child' in court proceedings, providing assistance for children with mental or physical disability.\"\n    },\n\n    \/\/ COMPARATIVE AND APPLICATION-BASED QUESTIONS\n    {\n        id: 30,\n        question: \"Under the POCSO Act, 2012, provisions regarding assistance for disabled children during recording are mentioned in:\",\n        options: [\n            \"Only Section 26(3)\",\n            \"Only Section 38(2)\",\n            \"Both Section 26(3) (statement recording) and Section 38(2) (evidence recording)\",\n            \"Only Section 33\"\n        ],\n        correct: 2,\n        explanation: \"Section 26(3) covers assistance during recording of statement, while Section 38(2) covers assistance during recording of evidence in court. Both provide for special educator\/expert assistance.\"\n    },\n    {\n        id: 31,\n        question: \"Under the POCSO Act, 2012, child-friendly measures during trial include all EXCEPT:\",\n        options: [\n            \"Frequent breaks (Section 33(3))\",\n            \"Presence of trusted person (Section 33(4))\",\n            \"Direct questioning by lawyers (Section 33(2) prohibits this)\",\n            \"In camera trial (Section 37)\"\n        ],\n        correct: 2,\n        explanation: \"Section 33(2) prohibits direct questioning - questions must go through the Court. Other options are child-friendly measures allowed\/required under POCSO.\"\n    },\n    {\n        id: 32,\n        question: \"A 16-year-old commits penetrative sexual assault on a 10-year-old child. Under Section 34 of the POCSO Act, 2012, the 16-year-old shall be dealt with under:\",\n        options: [\n            \"POCSO Act as adult\",\n            \"IPC provisions\",\n            \"Juvenile Justice Act, 2015\",\n            \"No action as both are minors\"\n        ],\n        correct: 2,\n        explanation: \"Under Section 34(1), when any offence under POCSO is committed by a child (person below 18), such child shall be dealt with under the Juvenile Justice Act, 2015.\"\n    },\n    {\n        id: 33,\n        question: \"Compare the time limits under Section 35 of the POCSO Act, 2012:\",\n        options: [\n            \"Evidence: 60 days; Trial: 6 months\",\n            \"Evidence: 30 days; Trial: 1 year\",\n            \"Evidence: 15 days; Trial: 6 months\",\n            \"Evidence: 30 days; Trial: 6 months\"\n        ],\n        correct: 1,\n        explanation: \"Section 35(1) requires child's evidence to be recorded within 30 days. Section 35(2) requires trial completion within 1 year, as far as possible.\"\n    },\n    {\n        id: 34,\n        question: \"Under Section 36 of the POCSO Act, 2012, the balance between child's protection and accused's rights is maintained by ensuring:\",\n        options: [\n            \"Accused cannot hear child's statement\",\n            \"Child is not exposed to accused BUT accused can hear statement and communicate with advocate\",\n            \"Accused must leave courtroom\",\n            \"Only written statements are recorded\"\n        ],\n        correct: 1,\n        explanation: \"Section 36(1) balances both interests - child is not exposed to accused, but accused can hear child's statement and communicate with his advocate (fair trial rights).\"\n    },\n    {\n        id: 35,\n        question: \"Under Section 33(8) of the POCSO Act, 2012, compensation to child victim is:\",\n        options: [\n            \"Mandatory in all cases\",\n            \"In addition to punishment, in appropriate cases, as may be prescribed\",\n            \"Instead of punishment\",\n            \"Only for physical injuries\"\n        ],\n        correct: 1,\n        explanation: \"Section 33(8) states 'in appropriate cases' and 'in addition to the punishment', Special Court may direct payment of compensation as may be prescribed.\"\n    },\n    {\n        id: 36,\n        question: \"Defence lawyer wants to aggressively cross-examine a child victim to prove inconsistencies. Under Section 33(6) of the POCSO Act, 2012:\",\n        options: [\n            \"Allowed as part of fair trial\",\n            \"Not permitted - aggressive questioning and character assassination of child is prohibited\",\n            \"Allowed with court permission\",\n            \"Allowed if child is above 15 years\"\n        ],\n        correct: 1,\n        explanation: \"Section 33(6) explicitly prohibits aggressive questioning or character assassination of the child. Court must ensure dignity of child is maintained at all times.\"\n    },\n    {\n        id: 37,\n        question: \"Under the POCSO Act, 2012, which sections deal with protection of child's identity?\",\n        options: [\n            \"Only Section 23\",\n            \"Only Section 33(7)\",\n            \"Sections 23, 24(5), and 33(7)\",\n            \"Only Section 24(5)\"\n        ],\n        correct: 2,\n        explanation: \"Multiple sections protect child's identity: Section 23 (media), Section 24(5) (police to protect from media), and Section 33(7) (during investigation and trial).\"\n    },\n    {\n        id: 38,\n        question: \"Child's evidence is recorded after 45 days of cognizance instead of 30 days. Under Section 35(1) of the POCSO Act, 2012:\",\n        options: [\n            \"Evidence is inadmissible\",\n            \"Case is dismissed\",\n            \"Reasons for delay shall be recorded by Special Court\",\n            \"New trial ordered\"\n        ],\n        correct: 2,\n        explanation: \"Section 35(1) requires evidence within 30 days but also provides that 'reasons for delay, if any, shall be recorded by the Special Court'. Delay doesn't invalidate evidence.\"\n    }],\n    \"CH 9-MISCELLANEOUS (Section 39-46)\": [   \n    {\n        id: 2,\n        question: \"Under Section 39 of the POCSO Act, 2012, experts can assist the child during which stages?\",\n        options: [\n            \"Only pre-trial stage\",\n            \"Only trial stage\",\n            \"Pre-trial and trial stage\",\n            \"Only investigation stage\"\n        ],\n        correct: 2,\n        explanation: \"Section 39 provides for experts to be associated with the pre-trial and trial stage to assist the child.\"\n    },\n    {\n        id: 3,\n        question: \"Under Section 39 of the POCSO Act, 2012, which professionals can be engaged to assist the child?\",\n        options: [\n            \"Only psychologists\",\n            \"Only social workers\",\n            \"NGOs, professionals and experts having knowledge of psychology, social work, physical health, mental health and child development\",\n            \"Only doctors\"\n        ],\n        correct: 2,\n        explanation: \"Section 39 covers non-governmental organisations, professionals and experts having knowledge of psychology, social work, physical health, mental health and child development.\"\n    },\n\n    \/\/ SECTION 40 - RIGHT OF CHILD TO TAKE ASSISTANCE OF LEGAL PRACTITIONER\n  \n    {\n        id: 5,\n        question: \"Under Section 40 of the POCSO Act, 2012, if family or guardian cannot afford a legal counsel, who shall provide a lawyer?\",\n        options: [\n            \"State Government\",\n            \"Special Court\",\n            \"Legal Services Authority\",\n            \"Child Welfare Committee\"\n        ],\n        correct: 2,\n        explanation: \"The Proviso to Section 40 states that if family or guardian are unable to afford a legal counsel, the Legal Services Authority shall provide a lawyer to them.\"\n    },\n  \n\n    \/\/ SECTION 41 - PROVISIONS NOT TO APPLY IN CERTAIN CASES\n \n  \n\n    \/\/ SECTION 42 - ALTERNATIVE PUNISHMENT\n    {\n        id: 10,\n        question: \"Under Section 42 of the POCSO Act, 2012, if an act constitutes offence under both POCSO and IPC, the offender shall be liable to punishment under:\",\n        options: [\n            \"Only POCSO Act\",\n            \"Only IPC\",\n            \"Whichever Act provides punishment greater in degree\",\n            \"Both Acts simultaneously\"\n        ],\n        correct: 2,\n        explanation: \"Section 42 states that offender shall be liable to punishment only under this Act or under IPC as provides for punishment which is greater in degree.\"\n    },\n \n   \n\n    \/\/ SECTION 42A - ACT NOT IN DEROGATION OF ANY OTHER LAW\n\n\n    \/\/ SECTION 43 - PUBLIC AWARENESS ABOUT ACT\n  \n  \n\n    \/\/ SECTION 44 - MONITORING OF IMPLEMENTATION OF ACT\n  \n  \n    {\n        id: 21,\n        question: \"Under the POCSO Act, 2012, while inquiring into matters under POCSO, NCPCR\/SCPCR shall have:\",\n        options: [\n            \"Limited powers\",\n            \"Same powers as vested under the Commissions for Protection of Child Rights Act, 2005\",\n            \"Powers of a civil court\",\n            \"Powers of Special Court\"\n        ],\n        correct: 1,\n        explanation: \"Section 44(2) provides that NCPCR\/SCPCR shall have the same powers as are vested in it under the Commissions for Protection of Child Rights Act, 2005.\"\n    },\n \n    \/\/ SECTION 45 - POWER TO MAKE RULES\n   \n    {\n        id: 25,\n        question: \"Under the POCSO Act, 2012, every rule made shall be laid before each House of Parliament for a total period of:\",\n        options: [\n            \"15 days\",\n            \"30 days\",\n            \"60 days\",\n            \"90 days\"\n        ],\n        correct: 1,\n        explanation: \"Section 45(3) requires every rule to be laid before each House of Parliament for a total period of thirty days (in one session or successive sessions).\"\n    },\n  \n\n    \/\/ SECTION 46 - POWER TO REMOVE DIFFICULTIES\n  \n    {\n        id: 29,\n        question: \"Under the POCSO Act, 2012, orders for removal of difficulty can be made within what period from commencement of the Act?\",\n        options: [\n            \"One year\",\n            \"Two years\",\n            \"Three years\",\n            \"Five years\"\n        ],\n        correct: 1,\n        explanation: \"The Proviso to Section 46(1) states that no order shall be made under this section after the expiry of the period of two years from the commencement of this Act.\"\n    },\n  \n\n    \/\/ COMPARATIVE AND APPLICATION-BASED QUESTIONS\n \n  \n    {\n        id: 33,\n        question: \"A child is sexually assaulted. The offence falls under both Section 7 of POCSO (3-5 years) and Section 354 IPC (1-5 years). Under Section 42 of the POCSO Act, 2012:\",\n        options: [\n            \"Accused punished under both\",\n            \"Accused punished under POCSO as it provides greater minimum punishment\",\n            \"Accused punished under IPC\",\n            \"Court decides which law applies\"\n        ],\n        correct: 1,\n        explanation: \"Section 42 provides punishment under whichever Act provides greater punishment. POCSO Section 7\/8 has minimum 3 years while IPC 354 has minimum 1 year, so POCSO applies.\"\n    }\n  \n  ],\n};\n\n\/\/ Topic icons mapping\nconst topicIcons = {\n    'Constitution of India': 'fa-landmark',\n    'Parliamentary Procedure': 'fa-university',\n    'RTI Act': 'fa-info-circle',\n    'Development Schemes': 'fa-project-diagram',\n    'Current Affairs': 'fa-newspaper',\n    'Indian Economy': 'fa-chart-line',\n    'Manual of Office Procedure': 'fa-book',\n    'CCS Pension Rules': 'fa-user-clock',\n    'CCS Conduct Rules': 'fa-gavel',\n    'CCS CCA Rules': 'fa-balance-scale',\n    'CCS Leave Rules': 'fa-calendar-check',\n    'GFR': 'fa-file-invoice-dollar',\n    'FR & SR': 'fa-scroll',\n    'DFPR': 'fa-money-check-alt',\n    'Delegation of Financial Powers Rules': 'fa-money-check-alt'\n};\n\n\/\/ ==========================================\n\/\/ QUIZ ENGINE - STATE VARIABLES\n\/\/ ==========================================\nlet currentChapter = null;\nlet currentQuestionIndex = 0;\nlet questions = [];\nlet userAnswers = {};\nlet answersChecked = {};\nlet isReviewMode = false;\nlet allChapters = [];\n\n\/\/ ==========================================\n\/\/ INITIALIZATION\n\/\/ ==========================================\nfunction initQuiz() {\n    \/\/ Set topic info\n    document.getElementById('topicName').textContent = quizSettings.topic;\n    document.getElementById('topicSubtitle').textContent = quizSettings.subtitle;\n    document.getElementById('sidebarTitleText').textContent = quizSettings.sidebarTitle;\n    \n    \/\/ Set icon\n    let iconClass = 'fa-book';\n    for (const [key, icon] of Object.entries(topicIcons)) {\n        if (quizSettings.topic.toLowerCase().includes(key.toLowerCase())) {\n            iconClass = icon;\n            break;\n        }\n    }\n    document.getElementById('topicIcon').className = `fas ${iconClass}`;\n\n    \/\/ Get chapters\n    allChapters = Object.keys(questionsData);\n    \n    \/\/ Calculate total questions\n    let totalQ = 0;\n    allChapters.forEach(ch => {\n        totalQ += questionsData[ch].length;\n    });\n    \n    document.getElementById('totalQuestionsHeader').textContent = `${totalQ} Questions`;\n    document.getElementById('totalChaptersHeader').textContent = `${allChapters.length} ${quizSettings.sidebarTitle}`;\n\n    \/\/ Set default chapter\n    if (allChapters.length > 0) {\n        currentChapter = allChapters[0];\n    }\n\n    \/\/ Populate chapter list\n    populateChapterList();\n    \n    \/\/ Load questions for current chapter\n    loadChapterQuestions(currentChapter);\n    \n    \/\/ Initialize screenshot prevention\n    initScreenshotPrevention();\n    updateWeakAreasDisplay();\n}\n\n\/\/ Populate chapter navigation\nfunction populateChapterList() {\n    const chapterList = document.getElementById('chapterList');\n    \n    chapterList.innerHTML = allChapters.map((chapter, index) => {\n        const questionCount = questionsData[chapter].length;\n        const isActive = chapter === currentChapter ? 'active' : '';\n        \n        return `\n            <div class=\"chapter-item ${isActive}\" \n                 data-chapter=\"${chapter}\" \n                 onclick=\"loadChapterQuestions('${chapter.replace(\/'\/g, \"\\\\'\")}')\">\n                <span class=\"chapter-number\">${index + 1}<\/span>\n                <span class=\"chapter-text\">${chapter}<\/span>\n                <span class=\"question-count\">${questionCount} Q<\/span>\n            <\/div>\n        `;\n    }).join('');\n}\n\n\/\/ Load questions for a chapter\nfunction loadChapterQuestions(chapter) {\n    currentChapter = chapter;\n    currentQuestionIndex = 0;\n    questions = questionsData[chapter] || [];\n    userAnswers = {};\n    answersChecked = {};\n    isReviewMode = false;\n\n    \/\/ Update chapter list active state\n    document.querySelectorAll('.chapter-item').forEach(item => {\n        item.classList.remove('active');\n        if (item.dataset.chapter === currentChapter) {\n            item.classList.add('active');\n        }\n    });\n\n    \/\/ Update current chapter badge\n    const chapterIndex = allChapters.indexOf(chapter) + 1;\n    document.getElementById('currentChapterBadge').textContent = `Chapter ${chapterIndex}`;\n\n    \/\/ Update question grid and stats\n    updateQuestionGrid();\n    updateStats();\n    \n    \/\/ Load first question\n    loadQuestion(0);\n}\n\n\/\/ Progress Management Functions\nfunction getProgress() {\n    const saved = localStorage.getItem(`quiz_progress_${quizSettings.quiz_id}`);\n    return saved ? JSON.parse(saved) : { questionStats: {}, weakQuestions: [], masteredQuestions: [] };\n}\n\nfunction saveProgress(progress) {\n    localStorage.setItem(`quiz_progress_${quizSettings.quiz_id}`, JSON.stringify(progress));\n}\n\nfunction updateQuestionStats(questionId, isCorrect) {\n    const progress = getProgress();\n    if (!progress.questionStats[questionId]) {\n        progress.questionStats[questionId] = { correct: 0, incorrect: 0, lastAttempt: null };\n    }\n    \n    const stats = progress.questionStats[questionId];\n    if (isCorrect) {\n        stats.correct++;\n    } else {\n        stats.incorrect++;\n    }\n    stats.lastAttempt = new Date().toISOString();\n    \n    \/\/ Update weak\/mastered lists\n    progress.weakQuestions = [];\n    progress.masteredQuestions = [];\n    \n    Object.keys(progress.questionStats).forEach(qId => {\n        const s = progress.questionStats[qId];\n        if (s.incorrect >= quizSettings.weakThreshold && s.correct < quizSettings.masteryThreshold) {\n            progress.weakQuestions.push(parseInt(qId));\n        }\n        if (s.correct >= quizSettings.masteryThreshold) {\n            progress.masteredQuestions.push(parseInt(qId));\n        }\n    });\n    \n    saveProgress(progress);\n    updateWeakAreasDisplay();\n}\n\nfunction getQuestionMasteryLevel(questionId) {\n    const progress = getProgress();\n    const stats = progress.questionStats[questionId];\n    if (!stats) return 0;\n    return Math.min(stats.correct, 5);\n}\n\nfunction isQuestionWeak(questionId) {\n    const progress = getProgress();\n    return progress.weakQuestions.includes(parseInt(questionId));\n}\n\nfunction getQuestionById(questionId) {\n    for (const chapterName of Object.keys(questionsData)) {\n        const q = questionsData[chapterName].find(q => q.id === questionId);\n        if (q) return { question: q, chapterName: chapterName };\n    }\n    return null;\n}\n\nfunction updateWeakAreasDisplay() {\n    const progress = getProgress();\n    const weakCount = progress.weakQuestions.length;\n    \n    \/\/ Update header badge\n    const weakBadge = document.getElementById('weakBadge');\n    if (weakBadge) {\n        weakBadge.style.display = weakCount > 0 ? 'flex' : 'none';\n        weakBadge.querySelector('span').textContent = `\u26a0\ufe0f ${weakCount} Weak`;\n    }\n    \n    \/\/ Update weak areas card visibility and content\n    const weakCard = document.getElementById('weakAreasCard');\n    const weakCountBadge = document.getElementById('weakCountBadge');\n    const weakQuestionsList = document.getElementById('weakQuestionsList');\n    \n    if (weakCard) {\n        if (weakCount > 0) {\n            weakCard.classList.add('show');\n            if (weakCountBadge) {\n                weakCountBadge.textContent = weakCount;\n            }\n            if (weakQuestionsList) {\n                weakQuestionsList.innerHTML = progress.weakQuestions.slice(0, 10).map(qId => {\n                    const data = getQuestionById(qId);\n                    const preview = data ? data.question.question.substring(0, 35) + '...' : `Question ${qId}`;\n                    return `<div class=\"weak-question-item\" onclick=\"goToWeakQuestion(${qId})\">\n                        <strong>Q${qId}:<\/strong> ${preview}\n                    <\/div>`;\n                }).join('');\n            }\n        } else {\n            weakCard.classList.remove('show');\n        }\n    }\n    \n    \/\/ Update grid markers\n    document.querySelectorAll('.grid-item').forEach(item => {\n        const qId = parseInt(item.dataset.id);\n        item.classList.toggle('weak-marked', progress.weakQuestions.includes(qId));\n    });\n}\n\nfunction goToWeakQuestion(questionId) {\n    const data = getQuestionById(questionId);\n    if (data) {\n        \/\/ Load chapter if different from current\n        if (data.chapterName !== currentChapter) {\n            loadChapterQuestions(data.chapterName);\n        }\n        \/\/ Find question index in that chapter\n        const qIndex = questionsData[data.chapterName].findIndex(q => q.id === questionId);\n        if (qIndex !== -1) {\n            loadQuestion(qIndex);\n        }\n    }\n}\n\nfunction practiceWeakAreas() {\n    const progress = getProgress();\n    if (progress.weakQuestions.length > 0) {\n        goToWeakQuestion(progress.weakQuestions[0]);\n    }\n}\n\n\/\/ Load a specific question\nfunction loadQuestion(index) {\n    if (index < 0 || index >= questions.length) return;\n\n    currentQuestionIndex = index;\n    const question = questions[index];\n\n    \/\/ Update question number\n    document.getElementById('questionNumber').textContent = `Question ${index + 1} of ${questions.length}`;\n    document.getElementById('questionText').textContent = question.question;\n\n    \/\/ Render options\n    renderOptions(question);\n\n    \/\/ Handle explanation\n    const isChecked = answersChecked[index];\n    const explanationBox = document.getElementById('explanationBox');\n    if (isChecked || isReviewMode) {\n        document.getElementById('explanationText').textContent = question.explanation;\n        explanationBox.classList.add('show');\n    } else {\n        explanationBox.classList.remove('show');\n    }\n\n    \/\/ Update navigation buttons\n    document.getElementById('prevBtn').disabled = index === 0;\n    document.getElementById('nextBtn').disabled = index === questions.length - 1;\n    document.getElementById('checkBtn').disabled = isChecked || isReviewMode;\n\n    \/\/ Update grid\n    updateQuestionGrid();\n    \n    \/\/ Update weak badge in question header\n    const questionHeader = document.querySelector('.question-header');\n    let weakBadge = questionHeader.querySelector('.weak-question-badge');\n    if (isQuestionWeak(question.id)) {\n        if (!weakBadge) {\n            weakBadge = document.createElement('span');\n            weakBadge.className = 'weak-question-badge';\n            weakBadge.textContent = '\u26a0\ufe0f Needs Practice';\n            questionHeader.appendChild(weakBadge);\n        }\n    } else if (weakBadge) {\n        weakBadge.remove();\n    }\n\n    \/\/ Update mastery indicator\n    let masteryDiv = questionHeader.querySelector('.mastery-indicator');\n    if (!masteryDiv) {\n        masteryDiv = document.createElement('div');\n        masteryDiv.className = 'mastery-indicator';\n        questionHeader.appendChild(masteryDiv);\n    }\n    const level = getQuestionMasteryLevel(question.id);\n    masteryDiv.innerHTML = level > 0 ? `<span class=\"mastery-stars\">${'\u2605'.repeat(level)}${'\u2606'.repeat(5-level)}<\/span>` : '';\n}\n\n\/\/ Render options\nfunction renderOptions(question) {\n    const optionsList = document.getElementById('optionsList');\n    const letters = ['A', 'B', 'C', 'D'];\n    const isChecked = answersChecked[currentQuestionIndex];\n    const selectedAnswer = userAnswers[currentQuestionIndex];\n\n    optionsList.innerHTML = question.options.map((option, i) => {\n        let classes = 'option-item';\n        let icon = '';\n\n        if (isChecked || 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 `\n            <div class=\"${classes}\" data-index=\"${i}\" onclick=\"selectOption(${i})\">\n                <span class=\"option-letter\">${letters[i]}<\/span>\n                <span class=\"option-text\">${option}<\/span>\n                ${icon}\n            <\/div>\n        `;\n    }).join('');\n}\n\n\/\/ Select an option\nfunction selectOption(optionIndex) {\n    if (answersChecked[currentQuestionIndex] || isReviewMode) return;\n\n    userAnswers[currentQuestionIndex] = optionIndex;\n    loadQuestion(currentQuestionIndex);\n    updateStats();\n}\n\n\/\/ Check answer\nfunction checkAnswer() {\n    if (userAnswers[currentQuestionIndex] === undefined) {\n        showWarning('Please select an option first!');\n        return;\n    }\n\n    const question = questions[currentQuestionIndex];\n    const isCorrect = userAnswers[currentQuestionIndex] === question.correct;\n\n    answersChecked[currentQuestionIndex] = true;\n    loadQuestion(currentQuestionIndex);\n    updateStats();\n\n    saveAttemptToServer();\n    updateQuestionStats(question.id, isCorrect);\n}\n\n\/\/ Save attempt to server\nfunction saveAttemptToServer() {\n    if (typeof window.cssaddaSaveQuizResult !== 'function') return;\n\n    const question = questions[currentQuestionIndex];\n    const isCorrect = userAnswers[currentQuestionIndex] === question.correct;\n    \n    console.log('Saving attempt:', {\n        question_id: question.id,\n        chapter: currentChapter,\n        selected: userAnswers[currentQuestionIndex],\n        correct: isCorrect\n    });\n}\n\n\/\/ Navigation\nfunction previousQuestion() {\n    if (currentQuestionIndex > 0) {\n        loadQuestion(currentQuestionIndex - 1);\n    }\n}\n\nfunction nextQuestion() {\n    if (currentQuestionIndex < questions.length - 1) {\n        loadQuestion(currentQuestionIndex + 1);\n    }\n}\n\n\/\/ Update question grid\nfunction updateQuestionGrid() {\n    const grid = document.getElementById('questionGrid');\n    grid.innerHTML = questions.map((_, i) => {\n        let className = 'grid-item';\n        \n        if (i === currentQuestionIndex) {\n            className += ' current';\n        } else if (answersChecked[i] || isReviewMode) {\n            if (userAnswers[i] === questions[i].correct) {\n                className += ' correct-answered';\n            } else if (userAnswers[i] !== undefined) {\n                className += ' incorrect-answered';\n            } else {\n                className += ' unattempted';\n            }\n        } else if (userAnswers[i] !== undefined) {\n            className += ' attempted';\n        } else {\n            className += ' unattempted';\n        }\n\n        return `<div class=\"${className}\" onclick=\"loadQuestion(${i})\">${i + 1}<\/div>`;\n    }).join('');\n}\n\n\/\/ Update stats\nfunction updateStats() {\n    const total = questions.length;\n    const attempted = Object.keys(userAnswers).length;\n    let correct = 0;\n    let incorrect = 0;\n\n    Object.keys(answersChecked).forEach(index => {\n        if (userAnswers[index] === questions[index].correct) {\n            correct++;\n        } else if (userAnswers[index] !== undefined) {\n            incorrect++;\n        }\n    });\n\n    document.getElementById('totalQuestions').textContent = total;\n    document.getElementById('attemptedCount').textContent = attempted;\n    document.getElementById('unattemptedCount').textContent = total - attempted;\n    document.getElementById('correctCount').textContent = correct;\n    document.getElementById('incorrectCount').textContent = incorrect;\n}\n\n\/\/ Submit exam\nfunction submitExam() {\n    let correct = 0;\n    let incorrect = 0;\n    let unattempted = 0;\n\n    questions.forEach((q, i) => {\n        if (userAnswers[i] === undefined) {\n            unattempted++;\n        } else if (userAnswers[i] === q.correct) {\n            correct++;\n        } else {\n            incorrect++;\n        }\n    });\n\n    const percentage = Math.round((correct \/ questions.length) * 100);\n\n    \/\/ Update result modal\n    document.getElementById('resultCorrect').textContent = correct;\n    document.getElementById('resultIncorrect').textContent = incorrect;\n    document.getElementById('resultScore').textContent = percentage + '%';\n\n    \/\/ Set icon and message based on score\n    if (percentage >= 80) {\n        document.getElementById('resultIcon').textContent = '\ud83c\udf89';\n        document.getElementById('resultTitle').textContent = 'Excellent!';\n        document.getElementById('resultMessage').textContent = 'Outstanding performance! You have mastered this chapter.';\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 to improve further.';\n    } else if (percentage >= 40) {\n        document.getElementById('resultIcon').textContent = '\ud83d\udcda';\n        document.getElementById('resultTitle').textContent = 'Keep Learning!';\n        document.getElementById('resultMessage').textContent = 'Review the chapter and try again.';\n    } else {\n        document.getElementById('resultIcon').textContent = '\ud83d\udcaa';\n        document.getElementById('resultTitle').textContent = \"Don't Give Up!\";\n        document.getElementById('resultMessage').textContent = 'Focus on understanding the concepts.';\n    }\n\n    \/\/ Show modal\n    document.getElementById('resultModal').classList.add('show');\n\n    \/\/ Save final result to server\n    if (typeof window.cssaddaSaveQuizResult === 'function') {\n        window.cssaddaSaveQuizResult({\n            quiz_id: quizSettings.quiz_id + '-' + currentChapter.replace(\/\\s+\/g, '-'),\n            chapter: currentChapter,\n            score: correct,\n            total_questions: questions.length,\n            percentage: percentage,\n            time_taken: 0,\n            answers: userAnswers\n        });\n    }\n}\n\n\/\/ Review answers\nfunction reviewAnswers() {\n    document.getElementById('resultModal').classList.remove('show');\n    isReviewMode = true;\n    \n    \/\/ Mark all as checked for review\n    questions.forEach((_, i) => {\n        answersChecked[i] = true;\n    });\n    \n    loadQuestion(0);\n    updateQuestionGrid();\n}\n\n\/\/ Retry quiz\nfunction retryQuiz() {\n    document.getElementById('resultModal').classList.remove('show');\n    loadChapterQuestions(currentChapter);\n}\n\n\/\/ Show warning\nfunction showWarning(message) {\n    const toast = document.getElementById('warningToast');\n    toast.querySelector('span').textContent = message;\n    toast.classList.add('show');\n    setTimeout(() => {\n        toast.classList.remove('show');\n    }, 3000);\n}\n\n\/\/ Screenshot prevention\nfunction initScreenshotPrevention() {\n    \/\/ Keyboard shortcuts\n    document.addEventListener('keydown', function(e) {\n        \/\/ PrintScreen\n        if (e.key === 'PrintScreen') {\n            e.preventDefault();\n            showWarning('Screenshots are not allowed!');\n            return false;\n        }\n        \/\/ Ctrl+P (Print)\n        if (e.ctrlKey && e.key === 'p') {\n            e.preventDefault();\n            showWarning('Printing is not allowed!');\n            return false;\n        }\n        \/\/ Ctrl+Shift+S\n        if (e.ctrlKey && e.shiftKey && e.key === 'S') {\n            e.preventDefault();\n            showWarning('Screenshots are not allowed!');\n            return false;\n        }\n        \/\/ DevTools shortcuts\n        if (e.ctrlKey && e.shiftKey && e.key === 'I') {\n            e.preventDefault();\n            return false;\n        }\n        if (e.key === 'F12') {\n            e.preventDefault();\n            return false;\n        }\n        if (e.ctrlKey && e.key === 'u') {\n            e.preventDefault();\n            return false;\n        }\n    });\n\n    \/\/ Right-click\n    document.addEventListener('contextmenu', function(e) {\n        e.preventDefault();\n        showWarning('Right-click is disabled!');\n        return false;\n    });\n}\n\n\/\/ Initialize on load\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>Screenshots and printing are not allowed! \ud83c\udf89 Great Job! You have completed the quiz. 0 Correct 0 Incorrect 0% Score [&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":[52],"tags":[],"class_list":["post-8492","page","type-page","status-publish","hentry","category-test-series"],"_links":{"self":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/8492","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=8492"}],"version-history":[{"count":43,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/8492\/revisions"}],"predecessor-version":[{"id":8659,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/8492\/revisions\/8659"}],"wp:attachment":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8492"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8492"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8492"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}