{"id":2531,"date":"2025-07-20T16:48:23","date_gmt":"2025-07-20T12:48:23","guid":{"rendered":"https:\/\/windowedu.in\/blog\/?p=2531"},"modified":"2025-07-20T16:58:33","modified_gmt":"2025-07-20T12:58:33","slug":"kerala-psc-english-grammar-complete-guide-sentence-types-subject-predicate-previous-year-questions-with-video-tutorial","status":"publish","type":"post","link":"https:\/\/windowedu.in\/blog\/?p=2531","title":{"rendered":"Kerala PSC English Grammar Complete Guide | Sentence Types, Subject-Predicate &amp; Previous Year Questions with Video Tutorial"},"content":{"rendered":"\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 English Grammar Complete Study Package | Windowedu<\/title>\n    <style>\n        \/* CSS Reset and Override *\/\n        .psc-english-page * {\n            margin: 0 !important;\n            padding: 0 !important;\n            box-sizing: border-box !important;\n            font-family: 'Arial', 'Helvetica', sans-serif !important;\n        }\n        \n        \/* Mobile-First Base Styles *\/\n        .psc-english-page {\n            font-size: 18px !important;\n            line-height: 1.6 !important;\n            color: #2c3e50 !important;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;\n            min-height: 100vh !important;\n            padding: 10px !important;\n            width: 100% !important;\n            max-width: 100% !important;\n            overflow-x: hidden !important;\n        }\n        \n        .psc-container {\n            max-width: 100% !important;\n            width: 100% !important;\n            margin: 0 auto !important;\n            background: white !important;\n            border-radius: 15px !important;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;\n            overflow: hidden !important;\n        }\n        \n        \/* Header Section *\/\n        .psc-header {\n            background: linear-gradient(135deg, #2c3e50, #34495e) !important;\n            color: white !important;\n            padding: 30px 20px !important;\n            text-align: center !important;\n        }\n        \n        .psc-header h1 {\n            font-size: 28px !important;\n            font-weight: bold !important;\n            margin-bottom: 15px !important;\n            line-height: 1.3 !important;\n            color: white !important;\n        }\n        \n        .psc-header p {\n            font-size: 16px !important;\n            color: rgba(255,255,255,0.9) !important;\n            line-height: 1.4 !important;\n        }\n        \n        \/* Video Section *\/\n        .psc-video-section {\n            padding: 30px 20px !important;\n            text-align: center !important;\n            background: #f8f9ff !important;\n        }\n        \n        .psc-video-title {\n            font-size: 24px !important;\n            color: #2c3e50 !important;\n            margin-bottom: 25px !important;\n            font-weight: bold !important;\n            line-height: 1.3 !important;\n        }\n        \n        .psc-youtube-button {\n            display: inline-block !important;\n            background: #FF0000 !important;\n            color: white !important;\n            padding: 18px 30px !important;\n            text-decoration: none !important;\n            border-radius: 25px !important;\n            font-size: 18px !important;\n            font-weight: bold !important;\n            margin-bottom: 20px !important;\n            width: 100% !important;\n            max-width: 300px !important;\n            transition: all 0.3s ease !important;\n        }\n        \n        .psc-youtube-button:hover {\n            background: #CC0000 !important;\n            transform: scale(1.02) !important;\n        }\n        \n        .psc-watch-note {\n            font-size: 16px !important;\n            color: #34495e !important;\n            background: white !important;\n            padding: 20px !important;\n            border-radius: 10px !important;\n            border-left: 4px solid #e74c3c !important;\n            margin: 0 10px !important;\n            line-height: 1.5 !important;\n        }\n        \n        \/* Notes Section *\/\n        .psc-notes-section {\n            padding: 30px 20px !important;\n            background: #f8f9fa !important;\n        }\n        \n        .psc-section-title {\n            font-size: 26px !important;\n            color: #2c3e50 !important;\n            margin-bottom: 30px !important;\n            text-align: center !important;\n            font-weight: bold !important;\n            line-height: 1.3 !important;\n        }\n        \n        .psc-notes-grid {\n            display: flex !important;\n            flex-direction: column !important;\n            gap: 20px !important;\n        }\n        \n        .psc-note-card {\n            background: white !important;\n            border-radius: 15px !important;\n            padding: 25px 20px !important;\n            box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;\n            border-top: 4px solid #667eea !important;\n            transition: all 0.3s ease !important;\n        }\n        \n        .psc-note-card:hover {\n            transform: translateY(-3px) !important;\n            box-shadow: 0 12px 25px rgba(0,0,0,0.15) !important;\n        }\n        \n        .psc-note-card h3 {\n            font-size: 20px !important;\n            color: #2c3e50 !important;\n            margin-bottom: 15px !important;\n            font-weight: bold !important;\n            line-height: 1.3 !important;\n        }\n        \n        .psc-note-card p {\n            font-size: 16px !important;\n            color: #5a6c7d !important;\n            margin-bottom: 20px !important;\n            line-height: 1.5 !important;\n        }\n        \n        .psc-note-link {\n            display: inline-block !important;\n            background: linear-gradient(135deg, #667eea, #764ba2) !important;\n            color: white !important;\n            padding: 15px 25px !important;\n            text-decoration: none !important;\n            border-radius: 25px !important;\n            font-size: 16px !important;\n            font-weight: bold !important;\n            width: 100% !important;\n            text-align: center !important;\n            transition: all 0.3s ease !important;\n        }\n        \n        .psc-note-link:hover {\n            transform: scale(1.02) !important;\n            opacity: 0.9 !important;\n        }\n        \n        \/* CTA Section *\/\n        .psc-cta-section {\n            background: linear-gradient(135deg, #667eea, #764ba2) !important;\n            color: white !important;\n            padding: 30px 20px !important;\n            text-align: center !important;\n        }\n        \n        .psc-cta-title {\n            font-size: 24px !important;\n            margin-bottom: 15px !important;\n            font-weight: bold !important;\n            line-height: 1.3 !important;\n        }\n        \n        .psc-cta-text {\n            font-size: 16px !important;\n            margin-bottom: 25px !important;\n            line-height: 1.5 !important;\n        }\n        \n        .psc-telegram-link {\n            display: inline-block !important;\n            background: #0088cc !important;\n            color: white !important;\n            padding: 18px 30px !important;\n            text-decoration: none !important;\n            border-radius: 25px !important;\n            font-size: 18px !important;\n            font-weight: bold !important;\n            width: 100% !important;\n            max-width: 280px !important;\n            transition: all 0.3s ease !important;\n        }\n        \n        .psc-telegram-link:hover {\n            background: #0077bb !important;\n            transform: scale(1.02) !important;\n        }\n        \n        \/* Footer *\/\n        .psc-footer {\n            background: #2c3e50 !important;\n            color: white !important;\n            padding: 25px 20px !important;\n            text-align: center !important;\n        }\n        \n        .psc-footer p {\n            font-size: 16px !important;\n            margin-bottom: 10px !important;\n            line-height: 1.5 !important;\n        }\n        \n        .psc-footer a {\n            color: #667eea !important;\n            text-decoration: none !important;\n        }\n        \n        \/* Tablet Styles - 768px and up *\/\n        @media (min-width: 768px) {\n            .psc-english-page {\n                padding: 20px !important;\n                font-size: 20px !important;\n            }\n            \n            .psc-container {\n                border-radius: 20px !important;\n            }\n            \n            .psc-header {\n                padding: 40px 30px !important;\n            }\n            \n            .psc-header h1 {\n                font-size: 36px !important;\n            }\n            \n            .psc-header p {\n                font-size: 18px !important;\n            }\n            \n            .psc-video-section,\n            .psc-notes-section,\n            .psc-cta-section {\n                padding: 40px 30px !important;\n            }\n            \n            .psc-video-title {\n                font-size: 28px !important;\n            }\n            \n            .psc-youtube-button {\n                font-size: 20px !important;\n                padding: 20px 40px !important;\n                width: auto !important;\n            }\n            \n            .psc-watch-note {\n                font-size: 18px !important;\n                margin: 0 20px !important;\n            }\n            \n            .psc-section-title {\n                font-size: 32px !important;\n            }\n            \n            .psc-notes-grid {\n                display: grid !important;\n                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;\n                gap: 25px !important;\n            }\n            \n            .psc-note-card {\n                padding: 30px 25px !important;\n            }\n            \n            .psc-note-card h3 {\n                font-size: 22px !important;\n            }\n            \n            .psc-note-card p {\n                font-size: 18px !important;\n            }\n            \n            .psc-note-link {\n                font-size: 18px !important;\n                width: auto !important;\n                padding: 16px 30px !important;\n            }\n            \n            .psc-cta-title {\n                font-size: 28px !important;\n            }\n            \n            .psc-cta-text {\n                font-size: 18px !important;\n            }\n            \n            .psc-telegram-link {\n                font-size: 20px !important;\n                width: auto !important;\n            }\n            \n            .psc-footer p {\n                font-size: 18px !important;\n            }\n        }\n        \n        \/* Desktop Styles - 1024px and up *\/\n        @media (min-width: 1024px) {\n            .psc-english-page {\n                padding: 30px !important;\n                font-size: 22px !important;\n            }\n            \n            .psc-container {\n                max-width: 1200px !important;\n                border-radius: 25px !important;\n            }\n            \n            .psc-header {\n                padding: 50px 40px !important;\n            }\n            \n            .psc-header h1 {\n                font-size: 42px !important;\n            }\n            \n            .psc-header p {\n                font-size: 20px !important;\n            }\n            \n            .psc-video-section,\n            .psc-notes-section,\n            .psc-cta-section {\n                padding: 50px 40px !important;\n            }\n            \n            .psc-video-title {\n                font-size: 32px !important;\n            }\n            \n            .psc-youtube-button {\n                font-size: 22px !important;\n                padding: 22px 45px !important;\n            }\n            \n            .psc-watch-note {\n                font-size: 20px !important;\n                max-width: 800px !important;\n                margin: 0 auto !important;\n            }\n            \n            .psc-section-title {\n                font-size: 36px !important;\n            }\n            \n            .psc-notes-grid {\n                gap: 30px !important;\n            }\n            \n            .psc-note-card {\n                padding: 35px 30px !important;\n            }\n            \n            .psc-note-card h3 {\n                font-size: 24px !important;\n            }\n            \n            .psc-note-card p {\n                font-size: 20px !important;\n            }\n            \n            .psc-note-link {\n                font-size: 20px !important;\n                padding: 18px 35px !important;\n            }\n            \n            .psc-cta-title {\n                font-size: 32px !important;\n            }\n            \n            .psc-cta-text {\n                font-size: 20px !important;\n            }\n            \n            .psc-telegram-link {\n                font-size: 22px !important;\n                padding: 20px 40px !important;\n            }\n            \n            .psc-footer p {\n                font-size: 20px !important;\n            }\n        }\n        \n        \/* Force override any theme conflicts *\/\n        .psc-english-page h1,\n        .psc-english-page h2,\n        .psc-english-page h3,\n        .psc-english-page p,\n        .psc-english-page a,\n        .psc-english-page div {\n            font-family: 'Arial', 'Helvetica', sans-serif !important;\n        }\n        \n        .psc-english-page a {\n            color: inherit !important;\n        }\n        \n        .psc-english-page a:visited {\n            color: inherit !important;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"psc-english-page\">\n        <div class=\"psc-container\">\n            <!-- Header Section -->\n            <div class=\"psc-header\">\n                <h1>\ud83c\udfaf Kerala PSC English Grammar<\/h1>\n                <p>Complete Study Guide | Quick Tips &#038; Most Expected Questions<\/p>\n            <\/div>\n            \n            <!-- Video Section -->\n            <div class=\"psc-video-section\">\n                <h2 class=\"psc-video-title\">\ud83d\udcfa Watch Complete Video Tutorial<\/h2>\n                <a href=\"https:\/\/youtu.be\/qacWoWuhqkw\" \n                   target=\"_blank\" \n                   class=\"psc-youtube-button\">\n                   \u25b6\ufe0f Watch on YouTube\n                <\/a>\n                <div class=\"psc-watch-note\">\n                    \ud83d\udca1 <strong>\u0d35\u0d40\u0d21\u0d3f\u0d2f\u0d4b \u0d15\u0d23\u0d4d\u0d1f\u0d24\u0d3f\u0d28\u0d41 \u0d36\u0d47\u0d37\u0d02 \u0d08 Notes \u0d2a\u0d20\u0d3f\u0d1a\u0d4d\u0d1a\u0d3e\u0d7d \u0d15\u0d42\u0d1f\u0d41\u0d24\u0d7d effective \u0d06\u0d2f\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d02!<\/strong>\n                <\/div>\n            <\/div>\n            \n            <!-- Study Notes Section -->\n            <div class=\"psc-notes-section\">\n                <h2 class=\"psc-section-title\">\ud83d\udcda Complete Study Notes<\/h2>\n                <div class=\"psc-notes-grid\">\n                    \n                    <div class=\"psc-note-card\">\n                        <h3>\ud83d\udcd6 Subject and Predicate &#8211; Quick Guide<\/h3>\n                        <p>\u0d15\u0d7c\u0d24\u0d4d\u0d24\u0d43-\u0d15\u0d7c\u0d2e\u0d4d\u0d2e\u0d02 \u0d0e\u0d19\u0d4d\u0d19\u0d28\u0d46 \u0d15\u0d23\u0d4d\u0d1f\u0d46\u0d24\u0d4d\u0d24\u0d3e\u0d02? Easy tricks and instant identification methods. Previous year questions \u0d7d \u0d0e\u0d19\u0d4d\u0d19\u0d28\u0d46 \u0d35\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d41 \u0d0e\u0d28\u0d4d\u0d28\u0d4d \u0d35\u0d3f\u0d36\u0d26\u0d2e\u0d3e\u0d2f\u0d3f.<\/p>\n                        <a href=\"https:\/\/windowedu.in\/blog\/?p=2521\" class=\"psc-note-link\" target=\"_blank\">\ud83d\udcd6 Read Notes<\/a>\n                    <\/div>\n                    \n                    <div class=\"psc-note-card\">\n                        <h3>\ud83d\udd0d Sentence Types &#8211; Quick Identification Guide<\/h3>\n                        <p>Assertive, Interrogative, Exclamatory, Imperative sentences \u0d0e\u0d19\u0d4d\u0d19\u0d28\u0d46 \u0d35\u0d47\u0d17\u0d24\u0d4d\u0d24\u0d3f\u0d7d identify \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d3e\u0d02? Quick recognition tricks with examples.<\/p>\n                        <a href=\"https:\/\/windowedu.in\/blog\/?p=2523\" class=\"psc-note-link\" target=\"_blank\">\ud83d\udd0d Read Notes<\/a>\n                    <\/div>\n                    \n                    <div class=\"psc-note-card\">\n                        <h3>\u2705 Previous Year Questions with Complete Solutions<\/h3>\n                        <p>2020-2025 \u0d35\u0d30\u0d46\u0d2f\u0d41\u0d33\u0d4d\u0d33 \u0d0e\u0d32\u0d4d\u0d32\u0d3e important PSC questions \u0d09\u0d02 detailed solutions \u0d09\u0d02 tricks \u0d09\u0d02. Pattern analysis \u0d35\u0d41\u0d02 \u0d09\u0d7e\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d41\u0d24\u0d4d\u0d24\u0d3f\u0d2f\u0d3f\u0d1f\u0d4d\u0d1f\u0d41\u0d23\u0d4d\u0d1f\u0d4d.<\/p>\n                        <a href=\"https:\/\/windowedu.in\/blog\/?p=2525\" class=\"psc-note-link\" target=\"_blank\">\u2705 Read Notes<\/a>\n                    <\/div>\n                    \n                    <div class=\"psc-note-card\">\n                        <h3>\ud83c\udfd7\ufe0f Sentence Structures &#8211; Quick Tricks Guide<\/h3>\n                        <p>Simple, Compound, Complex, Compound-Complex sentences \u0d28\u0d4d\u0d31\u0d46 \u0d35\u0d4d\u0d2f\u0d24\u0d4d\u0d2f\u0d3e\u0d38\u0d02 \u0d2e\u0d28\u0d38\u0d4d\u0d38\u0d3f\u0d32\u0d3e\u0d15\u0d4d\u0d15\u0d3e\u0d02. Quick identification methods \u0d35\u0d41\u0d02 tricks \u0d09\u0d02.<\/p>\n                        <a href=\"https:\/\/windowedu.in\/blog\/?p=2527\" class=\"psc-note-link\" target=\"_blank\">\ud83c\udfd7\ufe0f Read Notes<\/a>\n                    <\/div>\n                    \n                    <div class=\"psc-note-card\">\n                        <h3>\u26a1 Finite &#038; Non-Finite Verbs + Clauses &#038; Phrases<\/h3>\n                        <p>Advanced grammar topics simplified! Finite\/Non-finite verbs, Independent\/Dependent clauses, Phrases \u0d0e\u0d32\u0d4d\u0d32\u0d3e\u0d02 easy method \u0d7d \u0d2a\u0d20\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d02.<\/p>\n                        <a href=\"https:\/\/windowedu.in\/blog\/?p=2529\" class=\"psc-note-link\" target=\"_blank\">\u26a1 Read Notes<\/a>\n                    <\/div>\n                    \n                <\/div>\n            <\/div>\n            \n            <!-- Call to Action Section -->\n            <div class=\"psc-cta-section\">\n                <h2 class=\"psc-cta-title\">\ud83d\ude80 Join Our Community!<\/h2>\n                <p class=\"psc-cta-text\">Daily PSC Updates, Mock Tests, Current Affairs \u0d0e\u0d32\u0d4d\u0d32\u0d3e\u0d02 \u0d12\u0d30\u0d47 \u0d38\u0d4d\u0d25\u0d32\u0d24\u0d4d\u0d24\u0d4d!<\/p>\n                <a href=\"https:\/\/t.me\/windowedu\" class=\"psc-telegram-link\" target=\"_blank\">\ud83d\udcf1 Join Telegram Channel<\/a>\n            <\/div>\n            \n            <!-- Footer -->\n            <div class=\"psc-footer\">\n                <p><strong>Windowedu &#8211; Your PSC Success Partner<\/strong><\/p>\n                <p>\ud83c\udf10 <a href=\"https:\/\/windowedu.in\">www.windowedu.in<\/a> | \ud83d\udce7 hello@windowedu.in<\/p>\n                <p>\ud83d\udca1 Subscribe to our YouTube channel for more PSC content!<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Kerala PSC English Grammar Complete Study Package | Windowedu \ud83c\udfaf Kerala PSC English Grammar Complete Study Guide | Quick Tips &#038; Most Expected Questions \ud83d\udcfa Watch Complete Video Tutorial \u25b6\ufe0f Watch on YouTube \ud83d\udca1 \u0d35\u0d40\u0d21\u0d3f\u0d2f\u0d4b \u0d15\u0d23\u0d4d\u0d1f\u0d24\u0d3f\u0d28\u0d41 \u0d36\u0d47\u0d37\u0d02 \u0d08 Notes \u0d2a\u0d20\u0d3f\u0d1a\u0d4d\u0d1a\u0d3e\u0d7d \u0d15\u0d42\u0d1f\u0d41\u0d24\u0d7d effective \u0d06\u0d2f\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d02! \ud83d\udcda Complete Study Notes \ud83d\udcd6 Subject and Predicate &#8211; Quick Guide \u0d15\u0d7c\u0d24\u0d4d\u0d24\u0d43-\u0d15\u0d7c\u0d2e\u0d4d\u0d2e\u0d02 [&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-2531","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":4,"uagb_excerpt":"Kerala PSC English Grammar Complete Study Package | Windowedu \ud83c\udfaf Kerala PSC English Grammar Complete Study Guide | Quick Tips &#038; Most Expected Questions \ud83d\udcfa Watch Complete Video Tutorial \u25b6\ufe0f Watch on YouTube \ud83d\udca1 \u0d35\u0d40\u0d21\u0d3f\u0d2f\u0d4b \u0d15\u0d23\u0d4d\u0d1f\u0d24\u0d3f\u0d28\u0d41 \u0d36\u0d47\u0d37\u0d02 \u0d08 Notes \u0d2a\u0d20\u0d3f\u0d1a\u0d4d\u0d1a\u0d3e\u0d7d \u0d15\u0d42\u0d1f\u0d41\u0d24\u0d7d effective \u0d06\u0d2f\u0d3f\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d02! \ud83d\udcda Complete Study Notes \ud83d\udcd6 Subject and Predicate &#8211; Quick Guide \u0d15\u0d7c\u0d24\u0d4d\u0d24\u0d43-\u0d15\u0d7c\u0d2e\u0d4d\u0d2e\u0d02&hellip;","_links":{"self":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/posts\/2531","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=2531"}],"version-history":[{"count":3,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/posts\/2531\/revisions"}],"predecessor-version":[{"id":2534,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/posts\/2531\/revisions\/2534"}],"wp:attachment":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2531"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2531"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2531"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}