{"id":798,"date":"2025-11-11T08:16:06","date_gmt":"2025-11-11T08:16:06","guid":{"rendered":"https:\/\/skill.jk.gov.in\/cms\/?page_id=798"},"modified":"2025-11-21T12:33:09","modified_gmt":"2025-11-21T12:33:09","slug":"competition","status":"publish","type":"page","link":"https:\/\/skill.jk.gov.in\/cms\/competition\/","title":{"rendered":"India Skills 2025 Screening Test"},"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>IndiaSkills 2025 &#8211; Online Test Instructions<\/title>\n    <!-- Load Tailwind CSS --><script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <!-- Load Inter Font --><link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        \/* Set Inter as the default font *\/\n        body {\n            font-family: 'Inter', sans-serif;\n            scroll-behavior: smooth;\n            \/* New subtle gradient background *\/\n            background-color: #f8fafc;\n            \/* New vibrant background pattern *\/\n            background-image: linear-gradient(180deg, #f0f4f8 0%, #ffffff 30%), url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23dbeafe' fill-opacity='0.4'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n        }\n\n        \/* Upgraded CTA gradient with a pulse animation *\/\n        .cta-gradient {\n            background: linear-gradient(90deg, #ec4899, #f97316); \/* Pink to Orange *\/\n            transition: all 0.3s ease;\n            animation: pulse-shadow 2s infinite;\n        }\n\n        .cta-gradient:hover {\n            background: linear-gradient(90deg, #f97316, #ec4899);\n            transform: scale(1.05);\n            animation-play-state: paused; \/* Pause animation on hover *\/\n        }\n        \n        \/* Pulse animation for the CTA button *\/\n        @keyframes pulse-shadow {\n            0% {\n                box-shadow: 0 10px 20px -5px rgba(236, 72, 153, 0.0);\n            }\n            50% {\n                box-shadow: 0 10px 20px -5px rgba(236, 72, 153, 0.4);\n            }\n            100% {\n                box-shadow: 0 10px 20px -5px rgba(236, 72, 153, 0.0);\n            }\n        }\n\n        \/* Styling for the important instruction points *\/\n        .important-instruction {\n            \/* Now has a light red background and border *\/\n            background-color: #fff1f2; \/* pink-50 *\/\n            border-left: 4px solid #ef4444; \/* red-500 *\/\n            padding: 12px;\n            border-radius: 8px;\n            color: #b91c1c; \/* red-800 *\/\n            font-weight: 600; \/* semibold *\/\n        }\n        \n        .important-instruction strong {\n            color: #991b1b; \/* red-900 *\/\n        }\n\n        \/* Custom list number styling *\/\n        .custom-list {\n            list-style: none;\n            padding-left: 0;\n        }\n        .custom-list li {\n            display: flex;\n            align-items: start;\n            gap: 16px; \/* Space between number and text *\/\n            position: relative;\n        }\n        \/* Style for the list number *\/\n        .custom-list li::before {\n            content: counter(list-item);\n            counter-increment: list-item;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            font-size: 0.875rem; \/* 14px *\/\n            color: #1d4ed8; \/* blue-700 *\/\n            background-color: #dbeafe; \/* blue-100 *\/\n            border-radius: 50%;\n            width: 28px;\n            height: 28px;\n            flex-shrink: 0;\n            margin-top: 2px;\n        }\n        \n        \/* Special style for the important list items' numbers *\/\n        .custom-list li.important-instruction {\n            padding-left: 0; \/* Override padding from base class *\/\n        }\n        .custom-list li.important-instruction::before {\n            color: #dc2626; \/* red-600 *\/\n            background-color: #fee2e2; \/* red-100 *\/\n            border: 1px solid #fca5a5; \/* red-300 *\/\n        }\n\n        \/* --- NEW STYLES FOR TIMER & MARQUEE --- *\/\n\n        \/* Timer Box Style (from original reg page) *\/\n        .timer-box {\n            background: rgba(255, 255, 255, 0.1);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n        }\n\n        \/* Marquee Animation (from original reg page) *\/\n        @keyframes marquee {\n            from { transform: translateX(0); }\n            to { transform: translateX(-50%); }\n        }\n        .marquee-container {\n            \/* Hide initially to prevent FOUC *\/\n            visibility: hidden;\n        }\n        .marquee-content {\n            \/* Start animation via JS to prevent FOUC *\/\n            animation: none;\n        }\n\n    <\/style>\n<\/head>\n<body class=\"text-gray-800 antialiased\">\n\n    <!-- HEADER REMOVED -->\n\n    <!-- Main Content -->\n    <!-- The surrounding padding (py-12) will act as the top\/bottom space now -->\n    <main class=\"container mx-auto px-4 py-12 md:py-16\">\n\n        <!-- NEW: Top Title Section (from registration page) -->\n        <section class=\"text-center py-4 mb-4 bg-slate-100 rounded-lg shadow\">\n            <h1 class=\"text-xl sm:text-2xl md:text-3xl lg:text-4xl font-extrabold text-transparent bg-clip-text bg-gradient-to-r from-blue-700 to-slate-800 px-2\">\n                IndiaSkills2025 \u2013 Nation\u2019s Largest Skill Competition!\n            <\/h1>\n        <\/section>\n\n        <!-- NEW: Marquee Section -->\n        <section class=\"marquee-container bg-gradient-to-r from-slate-800 to-blue-700 text-white py-3 mb-12 rounded-lg overflow-hidden flex whitespace-nowrap\">\n            <div class=\"marquee-content flex\">\n                <!-- Content is duplicated for seamless loop -->\n                <div class=\"flex-shrink-0 flex items-center px-8\">\n                    <!-- CHANGED: Updated marquee text -->\n                    <span class=\"font-semibold tracking-wider text-lg\">Last date to take the online screening test is 18 November 2025.<\/span>\n                    <span class=\"mx-8 opacity-50 text-xl\">\u2022<\/span>\n                <\/div>\n                <div class=\"flex-shrink-0 flex items-center px-8\">\n                    <!-- CHANGED: Updated marquee text -->\n                    <span class=\"font-semibold tracking-wider text-lg\">Last date to take the online screeing test is 18 November 2025.<\/span>\n                    <span class=\"mx-8 opacity-50 text-xl\">\u2022<\/span>\n                <\/div>\n            <\/div>\n        <\/section>\n        \n        <!-- FIXED: Hero Banner Section with Image and Overlay -->\n        <section class=\"mb-16\">\n            <!-- This container just holds the image and the button overlay -->\n            <div class=\"relative shadow-2xl rounded-2xl overflow-hidden border border-gray-100\">\n                <!-- The image is now the only content, displayed cleanly -->\n                <img decoding=\"async\" src=\"https:\/\/skill.jk.gov.in\/cms\/wp-content\/uploads\/2025\/08\/Poster_IndiaskillsJK_11zon.png\" \n                     alt=\"IndiaSkills 2025 Competition\" \n                     class=\"w-full h-auto block\"\n                     loading=\"eager\"\n                     fetchpriority=\"high\">\n                \n                <!-- NEW: Full Gradient Overlay for Text and Button -->\n                <div class=\"absolute inset-0 flex flex-col justify-between p-6 md:p-12 text-center md:text-left bg-gradient-to-r from-black\/70 via-black\/50 to-transparent\">\n                    \n                    <!-- Top-left text content -->\n                    <div>\n                        <h2 class=\"text-4xl md:text-6xl font-extrabold text-white mb-4\" style=\"text-shadow: 2px 2px 4px rgba(0,0,0,0.7);\">\n                            Online Screening Test\n                        <\/h2>\n                        <p class=\"text-lg md:text-xl text-white max-w-lg\" style=\"text-shadow: 1px 1px 3px rgba(0,0,0,0.6);\">\n                            Welcome, applicant! You are one step away. Please read the instructions carefully before you begin.\n                        <\/p>\n                    <\/div>\n\n                    <!-- Bottom-center button -->\n                    <div class=\"text-center w-full\">\n                        <a href=\"https:\/\/script.google.com\/macros\/s\/AKfycbzZ_ze6UAoEfwymJVa9BnYHX_b8Jo9AWGcGMfruU2Jw0Vvw49peVBO0qPdh_5KaDD7p\/exec\"\n                           target=\"_blank\" \n                           class=\"inline-block cta-gradient text-white font-bold text-lg md:text-xl py-4 px-12 rounded-lg shadow-lg transition-transform transform\">\n                            \ud83d\ude80 Proceed for test now\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- NEW: Countdown Timer Section -->\n        <section class=\"bg-blue-800 text-white py-8 rounded-lg mb-16 shadow-xl\">\n            <div class=\"px-6\">\n                <h3 class=\"text-center text-2xl font-bold mb-6\" style=\"color: white;\">Test Deadline Closes In<\/h3>\n                <div id=\"countdown-timer\" class=\"flex justify-center items-center space-x-2 md:space-x-6 text-center\">\n                    <div class=\"timer-box p-4 rounded-lg w-20 md:w-24\">\n                        <span id=\"days\" class=\"text-3xl md:text-4xl font-bold\">00<\/span>\n                        <span class=\"block text-xs md:text-sm\">Days<\/span>\n                    <\/div>\n                    <div class=\"timer-box p-4 rounded-lg w-20 md:w-24\">\n                        <span id=\"hours\" class=\"text-3xl md:text-4xl font-bold\">00<\/span>\n                        <span class=\"block text-xs md:text-sm\">Hours<\/span>\n                    <\/div>\n                    <div class=\"timer-box p-4 rounded-lg w-20 md:w-24\">\n                        <span id=\"minutes\" class=\"text-3xl md:text-4xl font-bold\">00<\/span>\n                        <span class=\"block text-xs md:text-sm\">Minutes<\/span>\n                    <\/div>\n                    <div class=\"timer-box p-4 rounded-lg w-20 md:w-24\">\n                        <span id=\"seconds\" class=\"text-3xl md:text-4xl font-bold\">00<\/span>\n                        <span class=\"block text-xs md:text-sm\">Seconds<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- Instructions Card -->\n        <section class=\"max-w-4xl mx-auto bg-white shadow-2xl rounded-2xl overflow-hidden border border-gray-100\">\n            <!-- New Gradient Header for the Card -->\n            <div class=\"bg-gradient-to-r from-blue-700 to-slate-800 p-6 shadow-inner\">\n                <h3 class=\"text-2xl font-bold text-center text-white flex items-center justify-center gap-3\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-8 w-8\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" \/>\n                    <\/svg>\n                    Instructions and Terms\n                <\/h3>\n            <\/div>\n            \n            <!-- Custom-styled List -->\n            <div class=\"p-6 md:p-10\">\n                <ol class=\"custom-list space-y-6 text-gray-700\" style=\"counter-reset: list-item;\">\n                    <li>The test will consist of 30 Multiple Choice Questions (MCQs) to be attempted online.<\/li>\n                    <li>Each question will have four options. Select the correct answer and click the corresponding answer button.<\/li>\n                    <li>After answering a question, click on the &#8220;Next&#8221; button to move to the next question.<\/li>\n                    <li>If you wish to revisit a previous question, click on the &#8220;Back&#8221; button.<\/li>\n                    <li>Each MCQ carries 1 mark. There will be no negative marking for incorrect answers.<\/li>\n                    <li>You must submit the test after completion by clicking on the &#8220;Submit&#8221; button.<\/li>\n                    \n                    <!-- Upgraded Important Instruction -->\n                    <li class=\"important-instruction\">\n                        <div class=\"flex-1\">\n                            <strong>You will have 30 minutes to complete the test.<\/strong> The test will be auto-submitted once the allotted time expires, even if the &#8220;Submit&#8221; button is not clicked.\n                        <\/div>\n                    <\/li>\n                    \n                    <!-- Upgraded Important Instruction -->\n                    <li class=\"important-instruction\">\n                         <div class=\"flex-1\">\n                            <strong>You must keep your camera ON throughout the test<\/strong> by allowing access to your device&#8217;s camera (computer\/laptop\/mobile). (In case you stop the camera access, the test link will not work and you may have to refresh your browser and start all over again.)\n                        <\/div>\n                    <\/li>\n                    \n                    <li>You are expected to maintain the highest standards of integrity and behavior. Any form of seeking help, malpractice, or cheating (including online assistance) will result in disqualification.<\/li>\n                    \n                    <!-- FIX: Wrapped content in a div to fix flexbox wrapping bug -->\n                    <li>\n                        <div class=\"flex-1\">\n                            In case you face any technical issues during the test (e.g., system failure or submission error), please email your concern to <a href=\"mailto:indiaskillsjk1@gmail.com\" class=\"text-blue-600 hover:underline font-bold\">indiaskillsjk1@gmail.com<\/a>, mentioning your Candidate ID and Skill Category.\n                        <\/div>\n                    <\/li>\n                    \n                    <li>The test can be attempted only once. Re-attempts are not allowed.<\/li>\n                    \n                    <li class=\"font-medium text-gray-800 bg-gray-50 p-4 rounded-lg border border-gray-200\">\n                        <div class=\"flex-1\">\n                            <strong>Next Step:<\/strong> After the online screening, selected candidates will be notified via email to submit a 2-3 minute video showcasing their skill. The video should feature any project or activity related to your skill category. Please note that if the submitted video does not meet the evaluation standards, your candidature may be rejected, even if you were shortlisted from the online test.\n                        <\/div>\n                    <\/li>\n                <\/ol>\n            <\/div>\n\n            <!-- Call to Action Button Area -->\n            <div class=\"bg-gray-50 p-6 md:p-8 text-center border-t border-gray-100\">\n                <p class=\"text-gray-600 mb-5 max-w-lg mx-auto\">\n                    By clicking the button below, you acknowledge that you have read, understood, and agree to all instructions and terms.\n                <\/p>\n                <a href=\"https:\/\/script.google.com\/macros\/s\/AKfycbzZ_ze6UAoEfwymJVa9BnYHX_b8Jo9AWGcGMfruU2Jw0Vvw49peVBO0qPdh_5KaDD7p\/exec\"\n                   target=\"_blank\" \n                   class=\"inline-block cta-gradient text-white font-bold text-lg md:text-xl py-4 px-12 rounded-lg shadow-lg transition-transform transform\">\n                    \ud83d\ude80 Proceed for test now\n                <\/a>\n                <p class=\"text-sm text-gray-500 mt-5\">\n                    Good luck!\n                <\/p>\n            <\/div>\n        <\/section>\n\n    <\/main>\n\n    <!-- FOOTER REMOVED -->\n\n    <!-- NEW: JavaScript for Timer and Marquee -->\n    <script>\n    document.addEventListener('DOMContentLoaded', function() {\n        \n        \/\/ --- Marquee FOUC Prevention ---\n        const marquee = document.querySelector('.marquee-container');\n        if (marquee) {\n            marquee.style.visibility = 'visible';\n            marquee.querySelector('.marquee-content').style.animation = 'marquee 30s linear infinite';\n        }\n\n        \/\/ --- Countdown Timer ---\n        \/\/ NEW DEADLINE: November 18, 2025\n        const countDownDate = new Date(\"Nov 18, 2025 23:59:59\").getTime();\n        const timer = setInterval(function() {\n            const now = new Date().getTime();\n            const distance = countDownDate - now;\n\n            const days = Math.floor(distance \/ (1000 * 60 * 60 * 24));\n            const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n            const minutes = Math.floor((distance % (1000 * 60 * 60)) \/ (1000 * 60));\n            const seconds = Math.floor((distance % (1000 * 60)) \/ 1000);\n\n            const daysEl = document.getElementById(\"days\");\n            const hoursEl = document.getElementById(\"hours\");\n            const minutesEl = document.getElementById(\"minutes\");\n            const secondsEl = document.getElementById(\"seconds\");\n\n            if (daysEl && hoursEl && minutesEl && secondsEl) {\n                daysEl.innerText = String(days).padStart(2, '0');\n                hoursEl.innerText = String(hours).padStart(2, '0');\n                minutesEl.innerText = String(minutes).padStart(2, '0');\n                secondsEl.innerText = String(seconds).padStart(2, '0');\n            }\n\n            if (distance < 0) {\n                clearInterval(timer);\n                const countdownTimerEl = document.getElementById(\"countdown-timer\");\n                if (countdownTimerEl) {\n                    countdownTimerEl.innerHTML = \"<div class='text-2xl font-bold text-center w-full'>The Test Deadline has passed.<\/div>\";\n                    \/\/ Optionally disable the start button\n                    const startButton = document.querySelectorAll('.cta-gradient');\n                    if(startButton && startButton.length > 0) {\n                        startButton.forEach(button => {\n                            button.href = \"#\";\n                            button.style.background = \"gray\";\n                            button.style.animation = \"none\";\n                            button.innerText = \"Test Closed\";\n                            button.style.pointerEvents = \"none\";\n                        });\n                    }\n                }\n            }\n        }, 1000);\n\n    });\n    <\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>IndiaSkills 2025 &#8211; Online Test Instructions IndiaSkills2025 \u2013 Nation\u2019s Largest Skill Competition! Last date to take the online screening test is 18 November 2025. \u2022 Last date to take the online screeing test is 18 November 2025. \u2022 Online Screening Test Welcome, applicant! You are one step away. Please read the instructions carefully before you [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-798","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/skill.jk.gov.in\/cms\/wp-json\/wp\/v2\/pages\/798","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skill.jk.gov.in\/cms\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/skill.jk.gov.in\/cms\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/skill.jk.gov.in\/cms\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/skill.jk.gov.in\/cms\/wp-json\/wp\/v2\/comments?post=798"}],"version-history":[{"count":5,"href":"https:\/\/skill.jk.gov.in\/cms\/wp-json\/wp\/v2\/pages\/798\/revisions"}],"predecessor-version":[{"id":819,"href":"https:\/\/skill.jk.gov.in\/cms\/wp-json\/wp\/v2\/pages\/798\/revisions\/819"}],"wp:attachment":[{"href":"https:\/\/skill.jk.gov.in\/cms\/wp-json\/wp\/v2\/media?parent=798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}