{"id":2464,"date":"2025-07-16T13:25:42","date_gmt":"2025-07-16T09:25:42","guid":{"rendered":"https:\/\/windowedu.in\/blog\/?p=2464"},"modified":"2025-07-17T02:29:45","modified_gmt":"2025-07-16T22:29:45","slug":"vocabulary-6","status":"publish","type":"post","link":"https:\/\/windowedu.in\/blog\/?p=2464","title":{"rendered":"VocabMaster Pro 1.5- LDC Tvm Synonym and Antonym.2"},"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 Deficit Antonym Classifier<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .antonym-container {\n            font-family: 'Arial', sans-serif;\n            background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);\n            min-height: 100vh;\n            padding: 15px;\n            color: #333;\n        }\n\n        .antonym-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.3);\n            min-height: 80vh;\n            display: flex;\n            flex-direction: column;\n        }\n\n        .antonym-header {\n            text-align: center;\n            margin-bottom: 25px;\n        }\n\n        .antonym-title {\n            font-size: 1.6rem;\n            color: #2c3e50;\n            margin-bottom: 8px;\n            font-weight: bold;\n        }\n\n        .antonym-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, #e74c3c, #c0392b);\n            height: 100%;\n            border-radius: 6px;\n            transition: width 0.5s ease;\n            width: 0%;\n        }\n\n        .progress-stats {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            background: #e74c3c;\n            color: white;\n            padding: 12px 20px;\n            border-radius: 10px;\n            font-size: 1rem;\n            font-weight: 600;\n        }\n\n        .word-counter {\n            background: #27ae60;\n            color: white;\n            padding: 4px 12px;\n            border-radius: 15px;\n            font-size: 0.8rem;\n            font-weight: 500;\n        }\n\n        .target-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        .target-label {\n            color: #7f8c8d;\n            font-size: 1rem;\n            font-weight: 600;\n            margin-bottom: 10px;\n        }\n\n        .target-word {\n            font-size: 2.2rem;\n            color: #e74c3c;\n            font-weight: bold;\n            margin-bottom: 8px;\n        }\n\n        .target-meaning {\n            font-size: 1.2rem;\n            color: #16a085;\n            font-weight: 600;\n            margin-bottom: 8px;\n        }\n\n        .target-definition {\n            font-size: 1rem;\n            color: #2c3e50;\n            font-weight: 500;\n        }\n\n        .word-section {\n            background: #e8f6f3;\n            border-radius: 15px;\n            padding: 30px 25px;\n            margin-bottom: 25px;\n            text-align: center;\n            border-left: 5px solid #16a085;\n            flex-grow: 1;\n        }\n\n        .word-label {\n            color: #16a085;\n            font-size: 1.1rem;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n\n        .current-word {\n            font-size: 2.5rem;\n            color: #2c3e50;\n            font-weight: bold;\n            margin-bottom: 12px;\n        }\n\n        .word-meaning {\n            font-size: 1.3rem;\n            color: #16a085;\n            font-weight: 600;\n            margin-bottom: 10px;\n        }\n\n        .word-definition {\n            font-size: 1.1rem;\n            color: #2c3e50;\n            font-weight: 500;\n            margin-bottom: 20px;\n        }\n\n        .question-text {\n            font-size: 1.2rem;\n            color: #2c3e50;\n            font-weight: 600;\n            margin-bottom: 25px;\n            line-height: 1.4;\n        }\n\n        .choice-buttons {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            margin-bottom: 25px;\n        }\n\n        .choice-btn {\n            background: #3498db;\n            color: white;\n            border: none;\n            padding: 22px 20px;\n            border-radius: 15px;\n            font-size: 1.3rem;\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            align-items: center;\n            justify-content: center;\n            line-height: 1.2;\n        }\n\n        .choice-btn:hover {\n            background: #2980b9;\n            transform: translateY(-2px);\n        }\n\n        .choice-btn:active {\n            transform: translateY(0);\n        }\n\n        .choice-btn.correct {\n            background: #27ae60;\n            animation: correctPulse 0.6s ease-in-out;\n        }\n\n        .choice-btn.incorrect {\n            background: #e74c3c;\n            animation: shake 0.5s ease-in-out;\n        }\n\n        .choice-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.03); }\n            100% { transform: scale(1); }\n        }\n\n        @keyframes shake {\n            0%, 100% { transform: translateX(0); }\n            25% { transform: translateX(-8px); }\n            75% { transform: translateX(8px); }\n        }\n\n        .feedback-section {\n            background: #d4edda;\n            border-radius: 15px;\n            padding: 20px;\n            margin-bottom: 20px;\n            border-left: 5px solid #27ae60;\n            display: none;\n        }\n\n        .feedback-section.show {\n            display: block;\n            animation: fadeIn 0.5s ease-in-out;\n        }\n\n        .feedback-section.incorrect {\n            background: #f8d7da;\n            border-left-color: #e74c3c;\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        .feedback-title {\n            color: #155724;\n            font-size: 1.2rem;\n            font-weight: 600;\n            margin-bottom: 12px;\n        }\n\n        .feedback-section.incorrect .feedback-title {\n            color: #721c24;\n        }\n\n        .feedback-text {\n            color: #155724;\n            font-size: 1rem;\n            line-height: 1.5;\n            margin-bottom: 12px;\n        }\n\n        .feedback-section.incorrect .feedback-text {\n            color: #721c24;\n        }\n\n        .feedback-example {\n            background: rgba(255,255,255,0.8);\n            padding: 12px;\n            border-radius: 8px;\n            color: #155724;\n            font-size: 0.95rem;\n            font-style: italic;\n        }\n\n        .feedback-section.incorrect .feedback-example {\n            color: #721c24;\n        }\n\n        .next-btn {\n            background: #27ae60;\n            color: white;\n            border: none;\n            padding: 18px 25px;\n            border-radius: 15px;\n            font-size: 1.2rem;\n            font-weight: 600;\n            cursor: pointer;\n            width: 100%;\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: 30px 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.5;\n            margin-bottom: 25px;\n        }\n\n        .analysis-btn {\n            background: #3498db;\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            margin-bottom: 15px;\n        }\n\n        .analysis-btn:hover {\n            background: #2980b9;\n            transform: translateY(-2px);\n        }\n\n        .restart-btn {\n            background: #e74c3c;\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: #c0392b;\n            transform: translateY(-2px);\n        }\n\n        .analysis-section {\n            background: #f8f9fa;\n            border-radius: 15px;\n            padding: 25px;\n            margin-top: 25px;\n            display: none;\n        }\n\n        .analysis-section.show {\n            display: block;\n            animation: fadeIn 0.5s ease-in-out;\n        }\n\n        .analysis-title {\n            color: #2c3e50;\n            font-size: 1.4rem;\n            font-weight: 600;\n            text-align: center;\n            margin-bottom: 25px;\n        }\n\n        .story-context {\n            background: #e8f5e8;\n            border-radius: 12px;\n            padding: 20px;\n            margin-bottom: 25px;\n            border-left: 4px solid #27ae60;\n        }\n\n        .story-title {\n            color: #155724;\n            font-size: 1.1rem;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n\n        .story-quote {\n            color: #155724;\n            font-size: 1rem;\n            font-style: italic;\n            line-height: 1.5;\n            background: rgba(255,255,255,0.6);\n            padding: 15px;\n            border-radius: 8px;\n        }\n\n        .etymology-section {\n            background: #fff3cd;\n            border-radius: 12px;\n            padding: 20px;\n            margin-bottom: 25px;\n            border-left: 4px solid #f39c12;\n        }\n\n        .etymology-title {\n            color: #664d03;\n            font-size: 1.1rem;\n            font-weight: 600;\n            margin-bottom: 15px;\n        }\n\n        .etymology-content {\n            color: #664d03;\n            font-size: 0.95rem;\n            line-height: 1.5;\n        }\n\n        .etymology-step {\n            margin-bottom: 10px;\n            padding: 8px 12px;\n            background: rgba(255,255,255,0.7);\n            border-radius: 6px;\n        }\n\n        .words-summary {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 15px;\n            margin-bottom: 25px;\n        }\n\n        .word-summary {\n            background: white;\n            border-radius: 12px;\n            padding: 18px;\n            border-left: 4px solid #3498db;\n            box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n        }\n\n        .word-summary.antonym {\n            border-left-color: #27ae60;\n        }\n\n        .word-summary.unrelated {\n            border-left-color: #95a5a6;\n        }\n\n        .summary-word {\n            font-size: 1.2rem;\n            color: #2c3e50;\n            font-weight: 600;\n            margin-bottom: 5px;\n        }\n\n        .summary-meaning {\n            color: #16a085;\n            font-size: 1rem;\n            font-weight: 500;\n            margin-bottom: 8px;\n        }\n\n        .summary-explanation {\n            color: #2c3e50;\n            font-size: 0.9rem;\n            line-height: 1.4;\n        }\n\n        \/* Mobile Optimizations *\/\n        @media (max-width: 480px) {\n            .antonym-card {\n                padding: 20px;\n            }\n            \n            .antonym-title {\n                font-size: 1.4rem;\n            }\n            \n            .current-word {\n                font-size: 2rem;\n            }\n            \n            .choice-btn {\n                padding: 20px 15px;\n                font-size: 1.2rem;\n                min-height: 65px;\n            }\n            \n            .target-word {\n                font-size: 1.8rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"antonym-container\">\n        <div class=\"antonym-card\">\n            <div class=\"antonym-header\">\n                <h1 class=\"antonym-title\">\ud83d\udd04 Antonym Classifier<\/h1>\n                <p class=\"antonym-subtitle\">Find the opposite of DEFICIT<\/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=\"progress-stats\">\n                    <span id=\"scoreDisplay\">Score: 0\/4<\/span>\n                    <span class=\"word-counter\" id=\"wordCounter\">Word 1 of 4<\/span>\n                <\/div>\n            <\/div>\n\n            <div class=\"target-section\">\n                <div class=\"target-label\">\ud83c\udfaf Target Word:<\/div>\n                <div class=\"target-word\">DEFICIT<\/div>\n                <div class=\"target-meaning\">\u0d15\u0d2e\u0d4d\u0d2e\u0d3f, \u0d15\u0d41\u0d31\u0d35\u0d4d<\/div>\n                <div class=\"target-definition\">An amount by which something is too small; shortfall<\/div>\n            <\/div>\n\n            <div class=\"word-section\">\n                <div class=\"word-label\" id=\"wordLabel\">Word 1 of 4:<\/div>\n                <div class=\"current-word\" id=\"currentWord\">SURPLUS<\/div>\n                <div class=\"word-meaning\" id=\"wordMeaning\">\u0d2e\u0d3f\u0d1a\u0d4d\u0d1a\u0d02<\/div>\n                <div class=\"word-definition\" id=\"wordDefinition\">An amount left over; excess<\/div>\n                \n                <div class=\"question-text\">\n                    Is this an <strong>ANTONYM<\/strong> (opposite) of DEFICIT?\n                <\/div>\n                \n                <div class=\"choice-buttons\">\n                    <button class=\"choice-btn\" onclick=\"selectAnswer(true)\">\n                        \u2705 YES &#8211; OPPOSITE\n                    <\/button>\n                    <button class=\"choice-btn\" onclick=\"selectAnswer(false)\">\n                        \u274c NO &#8211; UNRELATED\n                    <\/button>\n                <\/div>\n            <\/div>\n\n            <div class=\"feedback-section\" id=\"feedbackSection\">\n                <div class=\"feedback-title\" id=\"feedbackTitle\">\u2705 Correct!<\/div>\n                <div class=\"feedback-text\" id=\"feedbackText\"><\/div>\n                <div class=\"feedback-example\" id=\"feedbackExample\"><\/div>\n            <\/div>\n\n            <button class=\"next-btn\" id=\"nextBtn\" onclick=\"nextWord()\">\n                Next Word\n            <\/button>\n\n            <div class=\"completion-section\" id=\"completionSection\">\n                <div class=\"completion-title\">\ud83c\udf89 Classification Complete!<\/div>\n                <div class=\"completion-text\" id=\"completionText\"><\/div>\n                <button class=\"analysis-btn\" onclick=\"showAnalysis()\">\ud83d\udcda View Complete Analysis<\/button>\n                <br>\n                <button class=\"restart-btn\" onclick=\"restartGame()\">\ud83d\udd04 Practice Again<\/button>\n            <\/div>\n\n            <div class=\"analysis-section\" id=\"analysisSection\">\n                <div class=\"analysis-title\">\ud83d\udcda Complete Analysis &#038; Etymology<\/div>\n\n                <div class=\"story-context\">\n                    <div class=\"story-title\">\ud83d\udcd6 From Arjun&#8217;s Story &#8211; &#8220;Tavai&#8217;s Guidance&#8221;<\/div>\n                    <div class=\"story-quote\">\n                        &#8220;The financial shortage wasn&#8217;t just numbers\u2014it was the bone of contention that transformed peaceful nights into battlegrounds of anxiety. The <strong>deficit<\/strong> consuming Arjun&#8217;s sleepless mind.&#8221;\n                    <\/div>\n                <\/div>\n\n                <div class=\"etymology-section\">\n                    <div class=\"etymology-title\">\ud83d\udd0d Etymology &#8211; How &#8216;Deficit&#8217; Was Born<\/div>\n                    <div class=\"etymology-content\">\n                        <div class=\"etymology-step\">\n                            <strong>Latin Root:<\/strong> &#8220;deficere&#8221; = de- (away\/down) + facere (to make\/do)\n                        <\/div>\n                        <div class=\"etymology-step\">\n                            <strong>Original Meaning:<\/strong> &#8220;to fail&#8221; or &#8220;to fall short&#8221;\n                        <\/div>\n                        <div class=\"etymology-step\">\n                            <strong>Modern Usage:<\/strong> An amount by which something is insufficient\n                        <\/div>\n                        <div class=\"etymology-step\">\n                            <strong>Memory Tip:<\/strong> DE-FICIT = &#8220;lacking&#8221; (de = without, ficit = made)\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"words-summary\">\n                    <div class=\"word-summary antonym\">\n                        <div class=\"summary-word\">SURPLUS (\u0d2e\u0d3f\u0d1a\u0d4d\u0d1a\u0d02)<\/div>\n                        <div class=\"summary-meaning\">ANTONYM &#8211; Perfect opposite<\/div>\n                        <div class=\"summary-explanation\">Surplus means &#8220;extra amount&#8221; &#8211; exactly opposite of deficit (shortage). Budget surplus vs budget deficit.<\/div>\n                    <\/div>\n                    \n                    <div class=\"word-summary unrelated\">\n                        <div class=\"summary-word\">SMUDGE (\u0d38\u0d4d\u0d2e\u0d21\u0d4d\u0d1c\u0d4d)<\/div>\n                        <div class=\"summary-meaning\">UNRELATED &#8211; Dirty mark<\/div>\n                        <div class=\"summary-explanation\">Smudge means &#8220;a dirty mark or stain&#8221; &#8211; completely unrelated to financial or quantity concepts.<\/div>\n                    <\/div>\n                    \n                    <div class=\"word-summary unrelated\">\n                        <div class=\"summary-word\">REPRISE (\u0d31\u0d3f\u0d2a\u0d4d\u0d30\u0d48\u0d38\u0d4d)<\/div>\n                        <div class=\"summary-meaning\">UNRELATED &#8211; Musical repetition<\/div>\n                        <div class=\"summary-explanation\">Reprise means &#8220;repeated passage in music&#8221; &#8211; has nothing to do with shortage or abundance.<\/div>\n                    <\/div>\n                    \n                    <div class=\"word-summary unrelated\">\n                        <div class=\"summary-word\">SIPPET (\u0d38\u0d3f\u0d2a\u0d4d\u0d2a\u0d46\u0d31\u0d4d\u0d31\u0d4d)<\/div>\n                        <div class=\"summary-meaning\">UNRELATED &#8211; Bread piece<\/div>\n                        <div class=\"summary-explanation\">Sippet means &#8220;small piece of bread for dipping&#8221; &#8211; rare word, completely unrelated to deficit.<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        let currentWordIndex = 0;\n        let score = 0;\n        let answered = false;\n\n        const words = [\n            {\n                word: \"SURPLUS\",\n                malayalam: \"\u0d2e\u0d3f\u0d1a\u0d4d\u0d1a\u0d02\",\n                definition: \"An amount left over; excess\",\n                isAntonym: true,\n                explanation: \"SURPLUS is the perfect antonym of DEFICIT. While deficit means shortage, surplus means extra amount.\",\n                example: \"Government budget surplus vs budget deficit - exact opposites!\"\n            },\n            {\n                word: \"SMUDGE\",\n                malayalam: \"\u0d38\u0d4d\u0d2e\u0d21\u0d4d\u0d1c\u0d4d\",\n                definition: \"A dirty mark or stain\",\n                isAntonym: false,\n                explanation: \"SMUDGE has nothing to do with deficit. It's about dirty marks, not financial shortages.\",\n                example: \"There was a smudge on the document - completely unrelated to money or quantities.\"\n            },\n            {\n                word: \"REPRISE\",\n                malayalam: \"\u0d31\u0d3f\u0d2a\u0d4d\u0d30\u0d48\u0d38\u0d4d\",\n                definition: \"A repeated passage in music\",\n                isAntonym: false,\n                explanation: \"REPRISE is a musical term meaning repetition. It has no connection to deficit or financial concepts.\",\n                example: \"The orchestra played a beautiful reprise - nothing to do with shortage or abundance.\"\n            },\n            {\n                word: \"SIPPET\",\n                malayalam: \"\u0d38\u0d3f\u0d2a\u0d4d\u0d2a\u0d46\u0d31\u0d4d\u0d31\u0d4d\",\n                definition: \"A small piece of bread for dipping\",\n                isAntonym: false,\n                explanation: \"SIPPET is a rare word meaning small bread piece. It's completely unrelated to deficit.\",\n                example: \"He dipped the sippet in soup - has nothing to do with financial shortages.\"\n            }\n        ];\n\n        function loadWord() {\n            const word = words[currentWordIndex];\n            \n            document.getElementById('wordLabel').textContent = `Word ${currentWordIndex + 1} of 4:`;\n            document.getElementById('currentWord').textContent = word.word;\n            document.getElementById('wordMeaning').textContent = word.malayalam;\n            document.getElementById('wordDefinition').textContent = word.definition;\n            document.getElementById('wordCounter').textContent = `Word ${currentWordIndex + 1} of 4`;\n            \n            \/\/ Reset UI\n            document.querySelectorAll('.choice-btn').forEach(btn => {\n                btn.classList.remove('correct', 'incorrect', 'disabled');\n            });\n            \n            document.getElementById('feedbackSection').classList.remove('show', 'incorrect');\n            document.getElementById('nextBtn').classList.remove('show');\n            \n            answered = false;\n        }\n\n        function selectAnswer(userChoice) {\n            if (answered) return;\n            \n            const word = words[currentWordIndex];\n            const buttons = document.querySelectorAll('.choice-btn');\n            \n            \/\/ Disable all buttons\n            buttons.forEach(btn => btn.classList.add('disabled'));\n            \n            \/\/ Apply visual feedback\n            if (userChoice === word.isAntonym) {\n                if (userChoice) {\n                    buttons[0].classList.add('correct'); \/\/ YES button\n                } else {\n                    buttons[1].classList.add('correct'); \/\/ NO button\n                }\n                score++;\n                showFeedback(true, word);\n            } else {\n                if (userChoice) {\n                    buttons[0].classList.add('incorrect'); \/\/ YES button\n                    buttons[1].classList.add('correct'); \/\/ NO button should be highlighted\n                } else {\n                    buttons[1].classList.add('incorrect'); \/\/ NO button\n                    buttons[0].classList.add('correct'); \/\/ YES button should be highlighted\n                }\n                showFeedback(false, word);\n            }\n            \n            answered = true;\n            updateProgress();\n        }\n\n        function showFeedback(isCorrect, word) {\n            const feedbackSection = document.getElementById('feedbackSection');\n            const feedbackTitle = document.getElementById('feedbackTitle');\n            const feedbackText = document.getElementById('feedbackText');\n            const feedbackExample = document.getElementById('feedbackExample');\n            \n            if (isCorrect) {\n                feedbackSection.classList.remove('incorrect');\n                feedbackTitle.textContent = '\u2705 Correct!';\n                feedbackText.textContent = word.explanation;\n                feedbackExample.textContent = `Example: \"${word.example}\"`;\n            } else {\n                feedbackSection.classList.add('incorrect');\n                feedbackTitle.textContent = '\u274c Not Quite Right';\n                feedbackText.textContent = word.explanation;\n                feedbackExample.textContent = `Remember: \"${word.example}\"`;\n            }\n            \n            feedbackSection.classList.add('show');\n            document.getElementById('nextBtn').classList.add('show');\n        }\n\n        function nextWord() {\n            currentWordIndex++;\n            \n            if (currentWordIndex < words.length) {\n                loadWord();\n            } else {\n                showCompletion();\n            }\n        }\n\n        function showCompletion() {\n            const percentage = Math.round((score \/ words.length) * 100);\n            let message = '';\n            \n            if (percentage === 100) {\n                message = `Perfect! You scored ${score}\/${words.length} (${percentage}%). You've mastered antonym recognition!`;\n            } else if (percentage >= 75) {\n                message = `Excellent! You scored ${score}\/${words.length} (${percentage}%). You understand antonyms very well!`;\n            } else if (percentage >= 50) {\n                message = `Good job! You scored ${score}\/${words.length} (${percentage}%). Review the analysis to improve further!`;\n            } else {\n                message = `Keep practicing! You scored ${score}\/${words.length} (${percentage}%). Study the complete analysis below!`;\n            }\n            \n            document.getElementById('completionText').textContent = message;\n            document.getElementById('completionSection').classList.add('show');\n        }\n\n        function showAnalysis() {\n            document.getElementById('analysisSection').classList.add('show');\n            document.getElementById('completionSection').style.display = 'none';\n        }\n\n        function updateProgress() {\n            const progress = ((currentWordIndex + 1) \/ words.length) * 100;\n            document.getElementById('progressBar').style.width = progress + '%';\n            document.getElementById('scoreDisplay').textContent = `Score: ${score}\/${words.length}`;\n        }\n\n        function restartGame() {\n            currentWordIndex = 0;\n            score = 0;\n            answered = false;\n            \n            document.getElementById('completionSection').classList.remove('show');\n            document.getElementById('analysisSection').classList.remove('show');\n            loadWord();\n            updateProgress();\n        }\n\n        \/\/ Initialize\n        loadWord();\n        updateProgress();\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Kerala PSC Deficit Antonym Classifier \ud83d\udd04 Antonym Classifier Find the opposite of DEFICIT Score: 0\/4 Word 1 of 4 \ud83c\udfaf Target Word: DEFICIT \u0d15\u0d2e\u0d4d\u0d2e\u0d3f, \u0d15\u0d41\u0d31\u0d35\u0d4d An amount by which something is too small; shortfall Word 1 of 4: SURPLUS \u0d2e\u0d3f\u0d1a\u0d4d\u0d1a\u0d02 An amount left over; excess Is this an ANTONYM (opposite) of DEFICIT? \u2705 YES &#8211; [&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-2464","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 Deficit Antonym Classifier \ud83d\udd04 Antonym Classifier Find the opposite of DEFICIT Score: 0\/4 Word 1 of 4 \ud83c\udfaf Target Word: DEFICIT \u0d15\u0d2e\u0d4d\u0d2e\u0d3f, \u0d15\u0d41\u0d31\u0d35\u0d4d An amount by which something is too small; shortfall Word 1 of 4: SURPLUS \u0d2e\u0d3f\u0d1a\u0d4d\u0d1a\u0d02 An amount left over; excess Is this an ANTONYM (opposite) of DEFICIT? \u2705 YES &#8211;&hellip;","_links":{"self":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/posts\/2464","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=2464"}],"version-history":[{"count":4,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/posts\/2464\/revisions"}],"predecessor-version":[{"id":2514,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/posts\/2464\/revisions\/2514"}],"wp:attachment":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2464"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2464"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2464"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}