{"id":2460,"date":"2025-07-16T13:03:46","date_gmt":"2025-07-16T09:03:46","guid":{"rendered":"https:\/\/windowedu.in\/blog\/?p=2460"},"modified":"2025-07-17T02:28:15","modified_gmt":"2025-07-16T22:28:15","slug":"vocabulary-4","status":"publish","type":"post","link":"https:\/\/windowedu.in\/blog\/?p=2460","title":{"rendered":"VocabMaster Pro 1.3- LDC Tvm collective nouns"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ml\" dir=\"ltr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta name=\"description\" content=\"Return to PSC Chapters\">\n    <title>Return to Chapters Block<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&#038;family=Noto+Sans+Malayalam:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        .psc-return-block {\n            all: initial;\n            font-family: 'Inter', 'Noto Sans Malayalam', sans-serif;\n            display: block;\n            margin: 2rem 0;\n            padding: 0 1rem;\n            width: 100%;\n            box-sizing: border-box;\n        }\n        \n        .psc-return-block * {\n            box-sizing: border-box;\n        }\n        \n        .psc-return-container {\n            max-width: 100%;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 16px;\n            padding: 1.5rem;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.25);\n            transition: all 0.3s ease;\n            border: 2px solid rgba(255, 255, 255, 0.1);\n        }\n        \n        @media (min-width: 768px) {\n            .psc-return-container {\n                max-width: 500px;\n                margin: 0 auto;\n                border-radius: 20px;\n                padding: 2rem;\n            }\n        }\n        \n        .psc-return-container::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, transparent 50%, rgba(255,255,255,0.1) 100%);\n            animation: psc-shimmer 3s ease-in-out infinite;\n            pointer-events: none;\n        }\n        \n        @keyframes psc-shimmer {\n            0%, 100% { opacity: 0.3; }\n            50% { opacity: 0.7; }\n        }\n        \n        .psc-return-content {\n            position: relative;\n            z-index: 2;\n            text-align: center;\n        }\n        \n        .psc-return-icon {\n            width: 60px;\n            height: 60px;\n            background: rgba(255, 255, 255, 0.2);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 1.2rem;\n            font-size: 1.8rem;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.3);\n        }\n        \n        @media (min-width: 768px) {\n            .psc-return-icon {\n                width: 50px;\n                height: 50px;\n                font-size: 1.5rem;\n                margin-bottom: 1rem;\n            }\n        }\n        \n        .psc-return-title {\n            font-family: 'Noto Sans Malayalam', 'Inter', sans-serif;\n            font-size: 1.3rem;\n            font-weight: 600;\n            color: white;\n            margin-bottom: 0.8rem;\n            line-height: 1.4;\n        }\n        \n        @media (min-width: 768px) {\n            .psc-return-title {\n                font-size: 1.2rem;\n                margin-bottom: 0.5rem;\n            }\n        }\n        \n        .psc-return-subtitle {\n            font-size: 1rem;\n            color: rgba(255, 255, 255, 0.9);\n            margin-bottom: 1.5rem;\n            line-height: 1.5;\n        }\n        \n        @media (min-width: 768px) {\n            .psc-return-subtitle {\n                font-size: 0.95rem;\n                margin-bottom: 1.2rem;\n            }\n        }\n        \n        .psc-return-link {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.8rem;\n            background: rgba(255, 255, 255, 0.95);\n            color: #667eea;\n            padding: 1.2rem 2.5rem;\n            border-radius: 25px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.3);\n            width: 100%;\n            max-width: 280px;\n        }\n        \n        @media (min-width: 768px) {\n            .psc-return-link {\n                padding: 1rem 2rem;\n                font-size: 1rem;\n                width: auto;\n                max-width: none;\n            }\n        }\n        \n        .psc-return-link:hover {\n            background: white;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);\n            color: #5a67d8;\n        }\n        \n        .psc-return-arrow {\n            transition: transform 0.3s ease;\n            font-size: 1.2rem;\n        }\n        \n        .psc-return-link:hover .psc-return-arrow {\n            transform: translateX(3px);\n        }\n        \n        .psc-return-container:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 12px 35px rgba(102, 126, 234, 0.3);\n        }\n        \n        \/* Mobile touch improvements *\/\n        @media (hover: none) and (pointer: coarse) {\n            .psc-return-container:hover {\n                transform: none;\n            }\n            \n            .psc-return-container:active {\n                transform: scale(0.98);\n            }\n            \n            .psc-return-link:hover {\n                transform: none;\n                background: rgba(255, 255, 255, 0.95);\n            }\n            \n            .psc-return-link:active {\n                background: white;\n                transform: scale(0.96);\n            }\n        }\n        \n        \/* Accessibility improvements *\/\n        .psc-return-link:focus {\n            outline: 2px solid rgba(255, 255, 255, 0.8);\n            outline-offset: 2px;\n        }\n        \n        \/* Performance optimizations *\/\n        .psc-return-container {\n            will-change: transform;\n            contain: layout style paint;\n        }\n        \n        \/* Reduced motion support *\/\n        @media (prefers-reduced-motion: reduce) {\n            .psc-return-container,\n            .psc-return-link,\n            .psc-return-arrow {\n                transition-duration: 0.01ms !important;\n            }\n            \n            .psc-return-container::before {\n                animation: none !important;\n            }\n        }\n        \n        \/* High contrast mode support *\/\n        @media (prefers-contrast: high) {\n            .psc-return-container {\n                border: 3px solid white;\n            }\n            \n            .psc-return-link {\n                border: 2px solid #667eea;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"psc-return-block\">\n        <div class=\"psc-return-container\">\n            <div class=\"psc-return-content\">\n                <div class=\"psc-return-icon\">\ud83d\udcda<\/div>\n                <h3 class=\"psc-return-title\">\u0d05\u0d27\u0d4d\u0d2f\u0d3e\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02 \u0d06\u0d15\u0d4d\u0d1f\u0d3f\u0d35\u0d3f\u0d31\u0d4d\u0d31\u0d3f\u0d15\u0d33\u0d41\u0d02<\/h3>\n                <p class=\"psc-return-subtitle\">VocabMaster Pro \u0d38\u0d40\u0d30\u0d40\u0d38\u0d3f\u0d32\u0d46 \u0d0e\u0d32\u0d4d\u0d32\u0d3e \u0d05\u0d27\u0d4d\u0d2f\u0d3e\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02 \u0d12\u0d30\u0d41\u0d2e\u0d3f\u0d1a\u0d4d\u0d1a\u0d4d \u0d15\u0d3e\u0d23\u0d42<\/p>\n                <a href=\"https:\/\/windowedu.in\/blog\/?page_id=2504\" class=\"psc-return-link\">\n                    \u0d05\u0d27\u0d4d\u0d2f\u0d3e\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02 \u0d06\u0d15\u0d4d\u0d1f\u0d3f\u0d35\u0d3f\u0d31\u0d4d\u0d31\u0d3f\u0d15\u0d33\u0d41\u0d02 \u0d06\u0d15\u0d4d\u0d38\u0d38\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d42 <span class=\"psc-return-arrow\">\u2192<\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Kerala PSC Animal Collective Nouns Classifier<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .classifier-container {\n            font-family: 'Arial', sans-serif;\n            background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);\n            min-height: 100vh;\n            padding: 15px;\n            color: #333;\n        }\n\n        .classifier-card {\n            background: white;\n            border-radius: 20px;\n            padding: 25px;\n            max-width: 500px;\n            margin: 0 auto;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.2);\n        }\n\n        .classifier-header {\n            text-align: center;\n            margin-bottom: 25px;\n        }\n\n        .classifier-title {\n            font-size: 1.7rem;\n            color: #2c3e50;\n            margin-bottom: 8px;\n            font-weight: bold;\n        }\n\n        .classifier-subtitle {\n            color: #7f8c8d;\n            font-size: 1rem;\n            line-height: 1.4;\n        }\n\n        .progress-section {\n            margin-bottom: 25px;\n        }\n\n        .progress-bar {\n            background: #ecf0f1;\n            height: 12px;\n            border-radius: 6px;\n            margin-bottom: 15px;\n            overflow: hidden;\n        }\n\n        .progress-fill {\n            background: linear-gradient(90deg, #16a085, #2ecc71);\n            height: 100%;\n            border-radius: 6px;\n            transition: width 0.5s ease;\n            width: 0%;\n        }\n\n        .score-stats {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            background: #34495e;\n            color: white;\n            padding: 12px 20px;\n            border-radius: 10px;\n            font-size: 1rem;\n            font-weight: 600;\n        }\n\n        .category-badge {\n            background: #e74c3c;\n            color: white;\n            padding: 4px 12px;\n            border-radius: 15px;\n            font-size: 0.8rem;\n            font-weight: 500;\n        }\n\n        .animal-section {\n            background: #f8f9fa;\n            border-radius: 15px;\n            padding: 25px;\n            margin-bottom: 25px;\n            text-align: center;\n            border-left: 5px solid #e74c3c;\n        }\n\n        .animal-visual {\n            font-size: 4rem;\n            margin-bottom: 15px;\n            display: block;\n        }\n\n        .animal-name {\n            font-size: 1.8rem;\n            color: #2c3e50;\n            font-weight: bold;\n            margin-bottom: 8px;\n        }\n\n        .animal-malayalam {\n            font-size: 1.3rem;\n            color: #16a085;\n            font-weight: 600;\n            margin-bottom: 20px;\n        }\n\n        .context-sentence {\n            background: #fff3cd;\n            border-radius: 12px;\n            padding: 20px;\n            margin-bottom: 25px;\n            border-left: 4px solid #f39c12;\n        }\n\n        .sentence-text {\n            font-size: 1.3rem;\n            color: #664d03;\n            font-weight: 600;\n            text-align: center;\n            line-height: 1.4;\n        }\n\n        .blank-word {\n            color: #e74c3c;\n            text-decoration: underline;\n            text-decoration-style: dashed;\n            text-decoration-thickness: 2px;\n            padding: 2px 4px;\n        }\n\n        .options-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 15px;\n            margin-bottom: 25px;\n        }\n\n        .option-btn {\n            background: #3498db;\n            color: white;\n            border: none;\n            padding: 20px 15px;\n            border-radius: 12px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            text-align: center;\n            min-height: 70px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .option-btn:hover {\n            background: #2980b9;\n            transform: translateY(-2px);\n        }\n\n        .option-btn:active {\n            transform: translateY(0);\n        }\n\n        .option-btn.correct {\n            background: #27ae60;\n            animation: correctPulse 0.6s ease-in-out;\n        }\n\n        .option-btn.incorrect {\n            background: #e74c3c;\n            animation: shake 0.5s ease-in-out;\n        }\n\n        .option-btn.disabled {\n            opacity: 0.6;\n            cursor: not-allowed;\n            pointer-events: none;\n        }\n\n        @keyframes correctPulse {\n            0% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n            100% { transform: scale(1); }\n        }\n\n        @keyframes shake {\n            0%, 100% { transform: translateX(0); }\n            25% { transform: translateX(-5px); }\n            75% { transform: translateX(5px); }\n        }\n\n        .option-english {\n            font-size: 1.1rem;\n            margin-bottom: 5px;\n        }\n\n        .option-malayalam {\n            font-size: 0.9rem;\n            opacity: 0.9;\n        }\n\n        .memory-tip {\n            background: #e8f5e8;\n            border-radius: 12px;\n            padding: 15px;\n            margin-bottom: 20px;\n            border-left: 4px solid #27ae60;\n            display: none;\n        }\n\n        .memory-tip.show {\n            display: block;\n            animation: fadeIn 0.5s ease-in-out;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        .memory-title {\n            color: #155724;\n            font-size: 1rem;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n\n        .memory-text {\n            color: #155724;\n            font-size: 0.95rem;\n            line-height: 1.4;\n        }\n\n        .explanation-section {\n            background: #f8f9fa;\n            border-radius: 12px;\n            padding: 20px;\n            margin-bottom: 20px;\n            border-left: 4px solid #3498db;\n            display: none;\n        }\n\n        .explanation-section.show {\n            display: block;\n            animation: fadeIn 0.5s ease-in-out;\n        }\n\n        .explanation-title {\n            color: #2c3e50;\n            font-size: 1.1rem;\n            font-weight: 600;\n            margin-bottom: 10px;\n        }\n\n        .explanation-text {\n            color: #2c3e50;\n            font-size: 0.95rem;\n            line-height: 1.4;\n            margin-bottom: 10px;\n        }\n\n        .explanation-example {\n            background: rgba(52, 152, 219, 0.1);\n            padding: 10px;\n            border-radius: 8px;\n            color: #2c3e50;\n            font-size: 0.9rem;\n            font-style: italic;\n        }\n\n        .next-btn {\n            background: #27ae60;\n            color: white;\n            border: none;\n            padding: 16px 25px;\n            border-radius: 12px;\n            font-size: 1.2rem;\n            font-weight: 600;\n            cursor: pointer;\n            width: 100%;\n            margin-bottom: 15px;\n            transition: all 0.3s ease;\n            display: none;\n        }\n\n        .next-btn.show {\n            display: block;\n        }\n\n        .next-btn:hover {\n            background: #219a52;\n            transform: translateY(-2px);\n        }\n\n        .completion-section {\n            background: #e8f5e8;\n            border-radius: 15px;\n            padding: 25px;\n            text-align: center;\n            margin-top: 25px;\n            border-left: 5px solid #27ae60;\n            display: none;\n        }\n\n        .completion-section.show {\n            display: block;\n            animation: fadeIn 0.5s ease-in-out;\n        }\n\n        .completion-title {\n            color: #155724;\n            font-size: 1.5rem;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n\n        .completion-text {\n            color: #155724;\n            font-size: 1.1rem;\n            line-height: 1.4;\n            margin-bottom: 20px;\n        }\n\n        .summary-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 15px;\n            margin-bottom: 25px;\n        }\n\n        .summary-item {\n            background: white;\n            padding: 15px;\n            border-radius: 10px;\n            border-left: 4px solid #27ae60;\n            text-align: left;\n        }\n\n        .summary-collective {\n            font-weight: 600;\n            color: #2c3e50;\n            margin-bottom: 5px;\n        }\n\n        .summary-animals {\n            color: #7f8c8d;\n            font-size: 0.9rem;\n        }\n\n        .restart-btn {\n            background: #9b59b6;\n            color: white;\n            border: none;\n            padding: 16px 30px;\n            border-radius: 12px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n\n        .restart-btn:hover {\n            background: #8e44ad;\n            transform: translateY(-2px);\n        }\n\n        \/* Mobile Optimizations *\/\n        @media (max-width: 480px) {\n            .classifier-card {\n                padding: 20px;\n            }\n            \n            .classifier-title {\n                font-size: 1.5rem;\n            }\n            \n            .options-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .option-btn {\n                min-height: 60px;\n                padding: 15px;\n            }\n            \n            .animal-visual {\n                font-size: 3rem;\n            }\n            \n            .animal-name {\n                font-size: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"classifier-container\">\n        <div class=\"classifier-card\">\n            <div class=\"classifier-header\">\n                <h1 class=\"classifier-title\">\ud83d\udc3e Animal Collective Classifier<\/h1>\n                <p class=\"classifier-subtitle\">Match animals with their correct collective nouns<\/p>\n            <\/div>\n\n            <div class=\"progress-section\">\n                <div class=\"progress-bar\">\n                    <div class=\"progress-fill\" id=\"progressBar\"><\/div>\n                <\/div>\n                <div class=\"score-stats\">\n                    <span id=\"scoreDisplay\">Score: 0\/8<\/span>\n                    <span class=\"category-badge\" id=\"categoryBadge\">Predators<\/span>\n                <\/div>\n            <\/div>\n\n            <div class=\"animal-section\">\n                <div class=\"animal-visual\" id=\"animalEmoji\">\ud83d\udc3a<\/div>\n                <div class=\"animal-name\" id=\"animalName\">WOLVES<\/div>\n                <div class=\"animal-malayalam\" id=\"animalMalayalam\">\u0d1a\u0d46\u0d28\u0d4d\u0d28\u0d3e\u0d2f\u0d4d\u0d15\u0d4d\u0d15\u0d7e<\/div>\n            <\/div>\n\n            <div class=\"context-sentence\">\n                <div class=\"sentence-text\" id=\"contextSentence\">\n                    The <span class=\"blank-word\">_____<\/span> of wolves howled at the moon.\n                <\/div>\n            <\/div>\n\n            <div class=\"options-grid\">\n                <button class=\"option-btn\" onclick=\"selectAnswer('PACK')\">\n                    <div class=\"option-english\">PACK<\/div>\n                    <div class=\"option-malayalam\">\u0d15\u0d42\u0d1f\u0d4d\u0d1f\u0d02<\/div>\n                <\/button>\n                <button class=\"option-btn\" onclick=\"selectAnswer('PRIDE')\">\n                    <div class=\"option-english\">PRIDE<\/div>\n                    <div class=\"option-malayalam\">\u0d05\u0d39\u0d19\u0d4d\u0d15\u0d3e\u0d30\u0d02<\/div>\n                <\/button>\n                <button class=\"option-btn\" onclick=\"selectAnswer('FLOCK')\">\n                    <div class=\"option-english\">FLOCK<\/div>\n                    <div class=\"option-malayalam\">\u0d2a\u0d31\u0d4d\u0d31\u0d02<\/div>\n                <\/button>\n                <button class=\"option-btn\" onclick=\"selectAnswer('HERD')\">\n                    <div class=\"option-english\">HERD<\/div>\n                    <div class=\"option-malayalam\">\u0d15\u0d42\u0d1f\u0d4d\u0d1f\u0d02<\/div>\n                <\/button>\n            <\/div>\n\n            <div class=\"memory-tip\" id=\"memoryTip\">\n                <div class=\"memory-title\">\ud83e\udde0 Memory Tip:<\/div>\n                <div class=\"memory-text\" id=\"memoryText\"><\/div>\n            <\/div>\n\n            <div class=\"explanation-section\" id=\"explanationSection\">\n                <div class=\"explanation-title\" id=\"explanationTitle\">\u2705 Correct Answer: PACK<\/div>\n                <div class=\"explanation-text\" id=\"explanationText\"><\/div>\n                <div class=\"explanation-example\" id=\"explanationExample\"><\/div>\n            <\/div>\n\n            <button class=\"next-btn\" id=\"nextBtn\" onclick=\"nextAnimal()\">\n                Next Animal\n            <\/button>\n\n            <div class=\"completion-section\" id=\"completionSection\">\n                <div class=\"completion-title\">\ud83c\udf89 Excellent Work!<\/div>\n                <div class=\"completion-text\" id=\"completionText\"><\/div>\n                \n                <div class=\"summary-grid\">\n                    <div class=\"summary-item\">\n                        <div class=\"summary-collective\">PACK (\u0d15\u0d42\u0d1f\u0d4d\u0d1f\u0d02)<\/div>\n                        <div class=\"summary-animals\">Wolves, Dogs, Hunting Animals<\/div>\n                    <\/div>\n                    <div class=\"summary-item\">\n                        <div class=\"summary-collective\">PRIDE (\u0d05\u0d39\u0d19\u0d4d\u0d15\u0d3e\u0d30\u0d02)<\/div>\n                        <div class=\"summary-animals\">Lions<\/div>\n                    <\/div>\n                    <div class=\"summary-item\">\n                        <div class=\"summary-collective\">FLOCK (\u0d2a\u0d31\u0d4d\u0d31\u0d02)<\/div>\n                        <div class=\"summary-animals\">Birds, Sheep<\/div>\n                    <\/div>\n                    <div class=\"summary-item\">\n                        <div class=\"summary-collective\">HERD (\u0d15\u0d42\u0d1f\u0d4d\u0d1f\u0d02)<\/div>\n                        <div class=\"summary-animals\">Elephants, Cattle, Deer<\/div>\n                    <\/div>\n                <\/div>\n                \n                <button class=\"restart-btn\" onclick=\"restartGame()\">\ud83d\udd04 Practice Again<\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        let currentAnimal = 0;\n        let score = 0;\n        let answered = false;\n\n        const animals = [\n            {\n                name: \"WOLVES\",\n                malayalam: \"\u0d1a\u0d46\u0d28\u0d4d\u0d28\u0d3e\u0d2f\u0d4d\u0d15\u0d4d\u0d15\u0d7e\",\n                emoji: \"\ud83d\udc3a\",\n                sentence: \"The _____ of wolves howled at the moon.\",\n                answer: \"PACK\",\n                category: \"Predators\",\n                memoryTip: \"Wolves hunt in a 'pack' - they work together like a team to catch their prey.\",\n                explanation: \"Wolves are social predators that live and hunt together in family groups called packs.\",\n                example: \"The pack of wolves surrounded the deer before attacking.\"\n            },\n            {\n                name: \"LIONS\",\n                malayalam: \"\u0d38\u0d3f\u0d02\u0d39\u0d19\u0d4d\u0d19\u0d7e\",\n                emoji: \"\ud83e\udd81\",\n                sentence: \"The _____ of lions rested under the tree.\",\n                answer: \"PRIDE\",\n                category: \"Big Cats\",\n                memoryTip: \"Lions are proud and royal - they walk with 'pride' like kings of the jungle.\",\n                explanation: \"Lions live in family groups called prides, showing their royal nature.\",\n                example: \"The pride of lions included several females and cubs.\"\n            },\n            {\n                name: \"BIRDS\",\n                malayalam: \"\u0d2a\u0d15\u0d4d\u0d37\u0d3f\u0d15\u0d7e\",\n                emoji: \"\ud83d\udc26\",\n                sentence: \"The _____ of birds flew south for winter.\",\n                answer: \"FLOCK\",\n                category: \"Flying Animals\",\n                memoryTip: \"Birds 'flock' together when they fly - think of 'fly' and 'flock' together.\",\n                explanation: \"Birds that fly together in groups are called flocks.\",\n                example: \"A flock of geese flew in V-formation across the sky.\"\n            },\n            {\n                name: \"ELEPHANTS\",\n                malayalam: \"\u0d06\u0d28\u0d15\u0d7e\",\n                emoji: \"\ud83d\udc18\",\n                sentence: \"The _____ of elephants walked to the river.\",\n                answer: \"HERD\",\n                category: \"Large Animals\",\n                memoryTip: \"Elephants are huge - you can 'hear' them coming from far away. HERD sounds like HEARD.\",\n                explanation: \"Large animals like elephants travel together in groups called herds.\",\n                example: \"The herd of elephants trumpeted loudly as they approached the waterhole.\"\n            },\n            {\n                name: \"SHEEP\",\n                malayalam: \"\u0d1a\u0d46\u0d2e\u0d4d\u0d2e\u0d30\u0d3f\u0d2f\u0d3e\u0d1f\u0d41\u0d15\u0d7e\",\n                emoji: \"\ud83d\udc11\",\n                sentence: \"The _____ of sheep grazed in the meadow.\",\n                answer: \"FLOCK\",\n                category: \"Grazing Animals\",\n                memoryTip: \"Sheep follow their shepherd in a 'flock' - they stick together like birds.\",\n                explanation: \"Sheep are grazing animals that stay together in groups called flocks.\",\n                example: \"The shepherd guided his flock of sheep across the hill.\"\n            },\n            {\n                name: \"CATTLE\",\n                malayalam: \"\u0d15\u0d28\u0d4d\u0d28\u0d41\u0d15\u0d3e\u0d32\u0d3f\u0d15\u0d7e\",\n                emoji: \"\ud83d\udc04\",\n                sentence: \"The _____ of cattle grazed in the field.\",\n                answer: \"HERD\",\n                category: \"Farm Animals\",\n                memoryTip: \"Cattle are large farm animals - their heavy steps can be 'heard' from distance.\",\n                explanation: \"Cattle and other large grazing animals move together in herds.\",\n                example: \"The rancher counted his herd of cattle before sunset.\"\n            },\n            {\n                name: \"DOGS\",\n                malayalam: \"\u0d28\u0d3e\u0d2f\u0d4d\u0d15\u0d4d\u0d15\u0d7e\",\n                emoji: \"\ud83d\udc15\",\n                sentence: \"The _____ of wild dogs hunted together.\",\n                answer: \"PACK\",\n                category: \"Hunting Animals\",\n                memoryTip: \"Dogs are like wolves - they hunt together in a 'pack' when wild.\",\n                explanation: \"Wild dogs, like wolves, live and hunt together in packs.\",\n                example: \"The pack of wild dogs chased the antelope across the plain.\"\n            },\n            {\n                name: \"DEER\",\n                malayalam: \"\u0d2e\u0d3e\u0d7b\",\n                emoji: \"\ud83e\udd8c\",\n                sentence: \"The _____ of deer ran through the forest.\",\n                answer: \"HERD\",\n                category: \"Forest Animals\",\n                memoryTip: \"Deer are quiet but when they run together, they can be 'heard' - HERD sounds like HEARD.\",\n                explanation: \"Deer live together in family groups called herds for protection.\",\n                example: \"A herd of deer bounded gracefully through the trees.\"\n            }\n        ];\n\n        function loadAnimal() {\n            const animal = animals[currentAnimal];\n            \n            document.getElementById('animalEmoji').textContent = animal.emoji;\n            document.getElementById('animalName').textContent = animal.name;\n            document.getElementById('animalMalayalam').textContent = animal.malayalam;\n            document.getElementById('contextSentence').innerHTML = animal.sentence.replace('_____', '<span class=\"blank-word\">_____<\/span>');\n            document.getElementById('categoryBadge').textContent = animal.category;\n            \n            \/\/ Reset UI\n            document.querySelectorAll('.option-btn').forEach(btn => {\n                btn.classList.remove('correct', 'incorrect', 'disabled');\n            });\n            \n            document.getElementById('memoryTip').classList.remove('show');\n            document.getElementById('explanationSection').classList.remove('show');\n            document.getElementById('nextBtn').classList.remove('show');\n            \n            answered = false;\n        }\n\n        function selectAnswer(selectedAnswer) {\n            if (answered) return;\n            \n            const animal = animals[currentAnimal];\n            const buttons = document.querySelectorAll('.option-btn');\n            \n            \/\/ Disable all buttons\n            buttons.forEach(btn => btn.classList.add('disabled'));\n            \n            \/\/ Find correct and selected buttons\n            let correctBtn = null;\n            let selectedBtn = null;\n            \n            buttons.forEach(btn => {\n                const btnText = btn.querySelector('.option-english').textContent;\n                if (btnText === animal.answer) {\n                    correctBtn = btn;\n                }\n                if (btnText === selectedAnswer) {\n                    selectedBtn = btn;\n                }\n            });\n            \n            \/\/ Apply visual feedback\n            if (selectedAnswer === animal.answer) {\n                selectedBtn.classList.add('correct');\n                score++;\n                showMemoryTip(animal);\n            } else {\n                selectedBtn.classList.add('incorrect');\n                correctBtn.classList.add('correct');\n                showMemoryTip(animal);\n            }\n            \n            \/\/ Show explanation\n            setTimeout(() => {\n                showExplanation(animal);\n            }, 1000);\n            \n            answered = true;\n            updateProgress();\n        }\n\n        function showMemoryTip(animal) {\n            document.getElementById('memoryText').textContent = animal.memoryTip;\n            document.getElementById('memoryTip').classList.add('show');\n        }\n\n        function showExplanation(animal) {\n            document.getElementById('explanationTitle').textContent = `\u2705 Correct Answer: ${animal.answer}`;\n            document.getElementById('explanationText').textContent = animal.explanation;\n            document.getElementById('explanationExample').textContent = `Example: \"${animal.example}\"`;\n            document.getElementById('explanationSection').classList.add('show');\n            document.getElementById('nextBtn').classList.add('show');\n        }\n\n        function nextAnimal() {\n            currentAnimal++;\n            \n            if (currentAnimal < animals.length) {\n                loadAnimal();\n            } else {\n                showCompletion();\n            }\n        }\n\n        function showCompletion() {\n            const percentage = Math.round((score \/ animals.length) * 100);\n            let message = '';\n            \n            if (percentage >= 80) {\n                message = `Outstanding! You scored ${score}\/${animals.length} (${percentage}%). You've mastered collective nouns!`;\n            } else if (percentage >= 60) {\n                message = `Good job! You scored ${score}\/${animals.length} (${percentage}%). Keep practicing to improve!`;\n            } else {\n                message = `Keep learning! You scored ${score}\/${animals.length} (${percentage}%). Review the memory tips and try again!`;\n            }\n            \n            document.getElementById('completionText').textContent = message;\n            document.getElementById('completionSection').classList.add('show');\n        }\n\n        function updateProgress() {\n            const progress = ((currentAnimal + 1) \/ animals.length) * 100;\n            document.getElementById('progressBar').style.width = progress + '%';\n            document.getElementById('scoreDisplay').textContent = `Score: ${score}\/${animals.length}`;\n        }\n\n        function restartGame() {\n            currentAnimal = 0;\n            score = 0;\n            answered = false;\n            \n            document.getElementById('completionSection').classList.remove('show');\n            loadAnimal();\n            updateProgress();\n        }\n\n        \/\/ Initialize\n        loadAnimal();\n        updateProgress();\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Kerala PSC Animal Collective Nouns Classifier \ud83d\udc3e Animal Collective Classifier Match animals with their correct collective nouns Score: 0\/8 Predators \ud83d\udc3a WOLVES \u0d1a\u0d46\u0d28\u0d4d\u0d28\u0d3e\u0d2f\u0d4d\u0d15\u0d4d\u0d15\u0d7e The _____ of wolves howled at the moon. PACK \u0d15\u0d42\u0d1f\u0d4d\u0d1f\u0d02 PRIDE \u0d05\u0d39\u0d19\u0d4d\u0d15\u0d3e\u0d30\u0d02 FLOCK \u0d2a\u0d31\u0d4d\u0d31\u0d02 HERD \u0d15\u0d42\u0d1f\u0d4d\u0d1f\u0d02 \ud83e\udde0 Memory Tip: \u2705 Correct Answer: PACK Next Animal \ud83c\udf89 Excellent Work! PACK (\u0d15\u0d42\u0d1f\u0d4d\u0d1f\u0d02) Wolves, Dogs, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","om_disable_all_campaigns":false,"_uag_custom_page_level_css":"","ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","ocean_post_oembed":"","ocean_post_self_hosted_media":"","ocean_post_video_embed":"","ocean_link_format":"","ocean_link_format_target":"self","ocean_quote_format":"","ocean_quote_format_link":"post","ocean_gallery_link_images":"on","ocean_gallery_id":[],"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2460","post","type-post","status-publish","format-standard","hentry","category-uncategorized","entry"],"aioseo_notices":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"ocean-thumb-m":false,"ocean-thumb-ml":false,"ocean-thumb-l":false},"uagb_author_info":{"display_name":"raghumadambath","author_link":"https:\/\/windowedu.in\/blog\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"Kerala PSC Animal Collective Nouns Classifier \ud83d\udc3e Animal Collective Classifier Match animals with their correct collective nouns Score: 0\/8 Predators \ud83d\udc3a WOLVES \u0d1a\u0d46\u0d28\u0d4d\u0d28\u0d3e\u0d2f\u0d4d\u0d15\u0d4d\u0d15\u0d7e The _____ of wolves howled at the moon. PACK \u0d15\u0d42\u0d1f\u0d4d\u0d1f\u0d02 PRIDE \u0d05\u0d39\u0d19\u0d4d\u0d15\u0d3e\u0d30\u0d02 FLOCK \u0d2a\u0d31\u0d4d\u0d31\u0d02 HERD \u0d15\u0d42\u0d1f\u0d4d\u0d1f\u0d02 \ud83e\udde0 Memory Tip: \u2705 Correct Answer: PACK Next Animal \ud83c\udf89 Excellent Work! PACK (\u0d15\u0d42\u0d1f\u0d4d\u0d1f\u0d02) Wolves, Dogs,&hellip;","_links":{"self":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/posts\/2460","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2460"}],"version-history":[{"count":4,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/posts\/2460\/revisions"}],"predecessor-version":[{"id":2512,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/posts\/2460\/revisions\/2512"}],"wp:attachment":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2460"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2460"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2460"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}