{"id":256,"date":"2025-05-11T07:13:26","date_gmt":"2025-05-11T07:13:26","guid":{"rendered":"https:\/\/majhinaukri.in\/tools\/?page_id=256"},"modified":"2026-02-06T08:25:48","modified_gmt":"2026-02-06T08:25:48","slug":"marathi-typing-test","status":"publish","type":"page","link":"https:\/\/majhinaukri.in\/tools\/marathi-typing-test\/","title":{"rendered":"Marathi Typing Test"},"content":{"rendered":"<div class='code-block code-block-42' style='margin: 20px auto; text-align: center; display: block; clear: both;'>\n<style>\n\/* ===============================\n   MODERN TYPING TEST TOGGLE\n   =============================== *\/\n\n.typing-toggle {\n  display: inline-flex;\n  padding: 6px;\n  border-radius: 999px;\n  background: rgba(240, 245, 255, 0.9);\n  backdrop-filter: blur(10px);\n  box-shadow: inset 0 0 0 1px #e2e8f0,\n              0 6px 16px rgba(0,0,0,0.08);\n  gap: 6px;\n}\n\n.typing-toggle a {\n  padding: 10px 20px;\n  border-radius: 999px;\n  font-size: 14px;\n  font-weight: 500;\n  text-decoration: none !important;\n  color: #334155;\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  transition: all 0.25s ease;\n  white-space: nowrap;\n}\n\n\/* Active *\/\n.typing-toggle a.active {\n  background: linear-gradient(135deg, #3d85c6, #2563eb);\n  color: #ffffff;\n  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);\n}\n\n\/* Hover *\/\n.typing-toggle a:not(.active):hover {\n  background: rgba(255,255,255,0.8);\n  color: #2563eb;\n}\n\n\/* Mobile *\/\n@media (max-width: 480px) {\n  .typing-toggle a {\n    padding: 9px 16px;\n    font-size: 13px;\n  }\n}\n<\/style>\n\n<div class=\"typing-toggle\" id=\"typingToggle\">\n  <a href=\"https:\/\/majhinaukri.in\/tools\/marathi-typing-test\/\">\n    \u2328\ufe0f Marathi Typing Test\n  <\/a>\n\n  <a href=\"https:\/\/majhinaukri.in\/tools\/english-typing-test\/\">\n    \u2328\ufe0f English Typing Test\n  <\/a>\n<\/div>\n\n<script>\n\/* ===============================\n   AUTO-DETECT ACTIVE TAB\n   =============================== *\/\n\n(function () {\n  const currentURL = window.location.href;\n  const links = document.querySelectorAll('#typingToggle a');\n\n  links.forEach(link => {\n    if (currentURL.includes(link.getAttribute('href'))) {\n      link.classList.add('active');\n    }\n  });\n})();\n<\/script>\n<\/div>\n\n<div class='code-block code-block-4' style='margin: 8px 0; clear: both;'>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+Devanagari:wght@400;700&display=swap\" rel=\"stylesheet\">\n    <!-- WP Coder CSS -->\n    <style>\n        body, .typing-test-container, .typing-test-display, .typing-test-input, .typing-test-preview, .typing-test-stat-value, .typing-test-stat-label {\n            font-family: 'Mangal', 'Noto Sans Devanagari', 'Lohit Devanagari', sans-serif !important;\n        }\n        \/* WordPress-friendly styles *\/\n        .typing-test-container {\n            max-width: 900px;\n            margin: 0 auto 30px;\n            background: #fff;\n            padding: 20px;\n            border-radius: 12px;\n            box-shadow: 0 2px 15px rgba(0,0,0,0.1);\n        }\n\n        .typing-test-header {\n            text-align: center;\n            margin-bottom: 15px;\n        }\n\n        .typing-test-title {\n            color: #3d85c6;\n            font-size: 24px;\n            margin-bottom: 10px;\n        }\n\n        .typing-test-controls {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 10px;\n            margin-bottom: 15px;\n            background: #f8f9fa;\n            padding: 15px;\n            border-radius: 8px;\n        }\n\n        .typing-test-preview {\n            grid-column: 1 \/ -1;\n            background: white;\n            padding: 10px;\n            border-radius: 8px;\n            border: 2px solid #ddd;\n            margin-top: 5px;\n            font-size: 14px;\n            line-height: 1.5;\n            color: #666;\n            max-height: 80px;\n            overflow-y: auto;\n        }\n\n        .typing-test-preview-title {\n            font-weight: 600;\n            color: #3d85c6;\n            margin-bottom: 5px;\n        }\n\n        .typing-test-control-group {\n            display: flex;\n            flex-direction: column;\n            gap: 5px;\n        }\n\n        .typing-test-label {\n            font-size: 13px;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .typing-test-select {\n            padding: 8px;\n            border: 2px solid #ddd;\n            border-radius: 6px;\n            font-size: 14px;\n            background: white;\n            cursor: pointer;\n            transition: all 0.3s;\n            width: 100%;\n        }\n\n        .typing-test-select:focus {\n            outline: none;\n            border-color: #1a73e8;\n        }\n\n        .typing-test-buttons {\n            display: flex;\n            gap: 10px;\n            justify-content: center;\n            margin: 15px 0;\n        }\n\n        .typing-test-btn {\n            padding: 10px 20px;\n            border: none;\n            border-radius: 6px;\n            cursor: pointer;\n            font-size: 14px;\n            font-weight: 500;\n            transition: all 0.3s;\n        }\n\n        .typing-test-start {\n            background: #3d85c6;\n            color: white;\n        }\n\n        .typing-test-start:hover {\n            background: #2c6396;\n        }\n\n        .typing-test-restart {\n            background: #34a853;\n            color: white;\n        }\n\n        .typing-test-restart:hover {\n            background: #2d8a46;\n        }\n\n        .typing-test-timer {\n            text-align: center;\n            font-size: 24px;\n            margin: 15px 0;\n            color: #3d85c6;\n            font-weight: 600;\n        }\n\n        .typing-test-progress {\n            width: 100%;\n            height: 8px;\n            background: #e8f0fe;\n            border-radius: 4px;\n            margin: 10px 0 15px;\n            overflow: hidden;\n        }\n\n        .typing-test-progress-bar {\n            height: 100%;\n            background: #3d85c6;\n            width: 0%;\n            transition: width 0.3s ease;\n        }\n\n        .typing-test-display {\n            background: #f8f9fa;\n            padding: 15px;\n            border-radius: 8px;\n            margin: 15px 0;\n            font-size: 16px;\n            line-height: 1.6;\n            min-height: 80px;\n            border: 2px solid #ddd;\n            white-space: pre-wrap;\n        }\n\n        .typing-test-char {\n            display: inline-block;\n            transition: all 0.2s;\n        }\n\n        .typing-test-char.correct {\n            color: #34a853;\n        }\n\n        .typing-test-char.incorrect {\n            color: #ea4335;\n            text-decoration: underline;\n        }\n\n        .typing-test-char.current {\n            border-left: 2px solid #1a73e8;\n        }\n\n        .typing-test-input {\n            width: 100%;\n            height: 80px;\n            padding: 12px;\n            font-size: 16px;\n            border: 2px solid #ddd;\n            border-radius: 8px;\n            margin: 15px 0;\n            resize: none;\n            transition: all 0.3s;\n        }\n\n        .typing-test-input:focus {\n            outline: none;\n            border-color: #1a73e8;\n        }\n\n        .typing-test-stats {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 10px;\n            margin: 15px 0;\n        }\n\n        .typing-test-stat {\n            background: #f8f9fa;\n            padding: 12px;\n            border-radius: 8px;\n            text-align: center;\n            border: 2px solid #ddd;\n            transition: all 0.3s;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .typing-test-stat-icon {\n            font-size: 18px;\n            margin-bottom: 5px;\n        }\n\n        .typing-test-stat-value {\n            font-size: 22px;\n            font-weight: bold;\n            color: #3d85c6;\n            margin: 3px 0;\n        }\n\n        .typing-test-stat-label {\n            color: #666;\n            font-size: 13px;\n            font-weight: 500;\n        }\n\n        .typing-test-history {\n            margin-top: 15px;\n            padding: 15px;\n            background: #f8f9fa;\n            border-radius: 8px;\n            border: 2px solid #ddd;\n        }\n\n        .typing-test-history-title {\n            margin-bottom: 10px;\n            color: #3d85c6;\n            font-size: 16px;\n            font-weight: 600;\n        }\n\n        .typing-test-history-item {\n            padding: 8px;\n            border-bottom: 1px solid #ddd;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-size: 13px;\n        }\n\n        .typing-test-history-item:last-child {\n            border-bottom: none;\n        }\n\n        .typing-test-theme-toggle {\n            position: fixed;\n            top: 20px;\n            right: 20px;\n            background: white;\n            border: none;\n            padding: 12px;\n            border-radius: 50%;\n            cursor: pointer;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.2);\n            transition: all 0.3s;\n            z-index: 9999;\n        }\n\n        .typing-test-theme-toggle:hover {\n            transform: scale(1.1);\n            color: #3d85c6;\n        }\n\n        .typing-test-dark-mode {\n            background: #1a1a1a;\n            color: #fff;\n        }\n\n        .typing-test-dark-mode .typing-test-container {\n            background: #2d2d2d;\n        }\n\n        .typing-test-dark-mode .typing-test-display,\n        .typing-test-dark-mode .typing-test-stat,\n        .typing-test-dark-mode .typing-test-history,\n        .typing-test-dark-mode .typing-test-input,\n        .typing-test-dark-mode .typing-test-controls {\n            background: #333;\n            border-color: #444;\n        }\n\n        .typing-test-dark-mode .typing-test-select {\n            background: #333;\n            color: #fff;\n            border-color: #444;\n        }\n\n        .typing-test-dark-mode .typing-test-label {\n            color: #ccc;\n        }\n\n        .typing-test-dark-mode .typing-test-history-item {\n            border-bottom-color: #444;\n        }\n\n        .typing-test-dark-mode .typing-test-progress {\n            background: #333;\n        }\n\n        .typing-test-dark-mode .typing-test-progress-bar {\n            background: #4285f4;\n        }\n\n        #_mn {\n            text-align: center;\n            margin-top: 20px;\n            padding: 10px;\n            font-size: 14px;\n            color: #666;\n        }\n\n        #_mn a {\n            color: #3d85c6;\n            text-decoration: none;\n            transition: color 0.3s;\n        }\n\n        #_mn a:hover {\n            color: #2c6396;\n        }\n\n        .typing-test-dark-mode #_mn {\n            color: #aaa;\n        }\n\n        .typing-test-dark-mode #_mn a {\n            color: #4285f4;\n        }\n\n        @media (max-width: 600px) {\n            .typing-test-container {\n                padding: 15px;\n            }\n\n            .typing-test-stats {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .typing-test-controls {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 500px) {\n            #typingTestShareModal > div {\n                max-width: 95vw !important;\n                width: 100% !important;\n                padding: 12px 4vw !important;\n                font-size: 15px !important;\n            }\n            #typingTestShareText {\n                font-size: 13px !important;\n                height: 60px !important;\n            }\n            #typingTestShareModal button, #typingTestShareModal a {\n                font-size: 13px !important;\n                padding: 5px 8px !important;\n            }\n        }\n\n        .typing-test-username-group {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 12px;\n            margin-top: 12px;\n        }\n    <\/style>\n    <div class=\"typing-test-container\">\n        <div class=\"typing-test-header\">\n            <h1 class=\"typing-test-title\">Marathi Typing Test<\/h1>\n        <\/div>\n\n        <!-- User Name Input -->\n        <div class=\"typing-test-username-group\">\n            <label for=\"typingTestUserName\" style=\"font-size: 15px; color: #3d85c6; font-weight: 500;\">Your Name:<\/label>\n            <input type=\"text\" id=\"typingTestUserName\" class=\"typing-test-input\" style=\"height: 28px; margin-top: 4px; font-size: 14px; padding: 2px 8px; max-width: 220px;\" placeholder=\"Enter your name...\" \/>\n            <div id=\"typingTestNameError\" style=\"color: #ea4335; font-size: 13px; margin-top: 4px; display: none;\"><\/div>\n        <\/div>\n\n        <div class=\"typing-test-controls\">\n            <div class=\"typing-test-control-group\">\n                <label class=\"typing-test-label\">\u23f1\ufe0f Select Time<\/label>\n                <select id=\"typingTestTimeSelect\" class=\"typing-test-select\" onchange=\"typingTestSetTime(this.value)\">\n                    <option value=\"1\">1 Minute<\/option>\n                    <option value=\"2\">2 Minutes<\/option>\n                    <option value=\"3\">3 Minutes<\/option>\n                    <option value=\"5\">5 Minutes<\/option>\n                    <option value=\"10\">10 Minutes<\/option>\n                <\/select>\n            <\/div>\n\n            <div class=\"typing-test-control-group\">\n                <label class=\"typing-test-label\">\ud83d\udcda Select Lesson<\/label>\n                <select id=\"typingTestLessonSelect\" class=\"typing-test-select\" onchange=\"typingTestSetLesson(this.value)\">\n                    <option value=\"1\">Lesson 1 <\/option>\n                    <option value=\"2\">Lesson 2 <\/option>\n                    <option value=\"3\">Lesson 3 <\/option>\n                    <option value=\"4\">Lesson 4 <\/option>\n                    <option value=\"5\">Lesson 5<\/option>\n                    <option value=\"6\">Lesson 6 <\/option>\n                    <option value=\"7\">Lesson 7 <\/option>\n                    <option value=\"8\">Lesson 8 <\/option>\n                    <option value=\"9\">Lesson 9 <\/option>\n                    <option value=\"10\">Lesson 10 <\/option>\n                    <option value=\"11\">Lesson 11 <\/option>\n                    <option value=\"12\">Lesson 12 <\/option>\n                    <option value=\"13\">Lesson 13 <\/option>\n                    <option value=\"14\">Lesson 14 <\/option>\n                    <option value=\"15\">Lesson 15 <\/option>\n                <\/select>\n            <\/div>\n\n            <div class=\"typing-test-preview\">\n                <div class=\"typing-test-preview-title\">\ud83d\udc41\ufe0f Lesson Preview:<\/div>\n                <div id=\"typingTestLessonPreviewText\"><\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"typing-test-buttons\">\n            <button class=\"typing-test-btn typing-test-start\" onclick=\"typingTestStart()\">\u25b6\ufe0f Start Test<\/button>\n            <button class=\"typing-test-btn typing-test-restart\" onclick=\"typingTestRestart()\">\ud83d\udd04 Restart Test<\/button>\n        <\/div>\n\n        <div class=\"typing-test-timer\">Time: <span id=\"typingTestTime\">60<\/span>s<\/div>\n\n        <div class=\"typing-test-progress\">\n            <div class=\"typing-test-progress-bar\" id=\"typingTestProgressBar\"><\/div>\n        <\/div>\n\n        <div style=\"color: #3d85c6; margin-bottom: 8px; font-size: 15px;\">\n            <b>Tip:<\/b> This test works best with the <b>Mangal Devanagari font<\/b> and the <b>Marathi Inscript Keyboard Layout<\/b> (Direct Marathi Typing).<br>\n            <span style=\"font-size: 13px; color: #666;\">\n                On Windows: Add the Marathi Inscript keyboard in Settings, then press <b>Windows + Space<\/b> to switch layouts.<br>\n                On Mac: Add \"Devanagari - INSCRIPT\" in Keyboard settings, then use the input menu at the top right to switch.\n            <\/span>\n        <\/div>\n\n        <div class=\"typing-test-display\" id=\"typingTestDisplay\"><\/div>\n        <textarea class=\"typing-test-input\" id=\"typingTestInput\" disabled placeholder=\"Click 'Start Test' to begin...\"><\/textarea>\n\n        <div class=\"typing-test-stats\">\n            <div class=\"typing-test-stat\">\n                <div class=\"typing-test-stat-icon\">\u26a1<\/div>\n                <div class=\"typing-test-stat-value\" id=\"typingTestWpm\">0<\/div>\n                <div class=\"typing-test-stat-label\">\u0936\u092c\u094d\u0926 \u092a\u094d\u0930\u0924\u093f \u092e\u093f\u0928\u093f\u091f<\/div>\n            <\/div>\n            <div class=\"typing-test-stat\">\n                <div class=\"typing-test-stat-icon\">\ud83c\udfaf<\/div>\n                <div class=\"typing-test-stat-value\" id=\"typingTestAccuracy\">0%<\/div>\n                <div class=\"typing-test-stat-label\">\u0905\u091a\u0942\u0915\u0924\u093e<\/div>\n            <\/div>\n            <div class=\"typing-test-stat\">\n                <div class=\"typing-test-stat-icon\">\u2328\ufe0f<\/div>\n                <div class=\"typing-test-stat-value\" id=\"typingTestCharacters\">0<\/div>\n                <div class=\"typing-test-stat-label\">\u0905\u0915\u094d\u0937\u0930\u0947<\/div>\n            <\/div>\n            <div class=\"typing-test-stat\">\n                <div class=\"typing-test-stat-icon\">\u274c<\/div>\n                <div class=\"typing-test-stat-value\" id=\"typingTestMistakes\">0<\/div>\n                <div class=\"typing-test-stat-label\">\u091a\u0941\u0915\u093e<\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"typing-test-history\">\n            <h2 class=\"typing-test-history-title\">Recent Tests<\/h2>\n            <div id=\"typingTestHistoryList\"><\/div>\n        <\/div>\n\n        <div id=\"_mn\">\n            <small>Powered by <a href=\"https:\/\/majhinaukri.in\" target=\"_blank\" rel=\"noopener noreferrer\">Majhi Naukri<\/a><\/small>\n        <\/div>\n    <\/div>\n\n    <!-- Add modal for sharing results -->\n    <div id=\"typingTestShareModal\" style=\"display:none; position:fixed; top:0; left:0; width:100vw; height:100vh; background:rgba(0,0,0,0.4); z-index:9999; align-items:center; justify-content:center;\">\n      <div style=\"background:#fff; padding:24px 20px; border-radius:10px; max-width:350px; margin:auto; box-shadow:0 2px 12px rgba(0,0,0,0.2); text-align:center;\">\n        <div style=\"font-size:18px; color:#3d85c6; font-weight:600; margin-bottom:10px;\">Share Your Result<\/div>\n        <textarea id=\"typingTestShareText\" style=\"width:100%; height:70px; font-size:15px; margin-bottom:10px; border-radius:6px; border:1px solid #ccc; padding:6px;\" readonly><\/textarea>\n        <div style=\"display:flex; gap:8px; justify-content:center; margin-bottom:10px;\">\n          <button id=\"typingTestCopyBtn\" style=\"padding:6px 12px; border:none; border-radius:5px; background:#3d85c6; color:#fff; cursor:pointer;\">Copy to Clipboard<\/button>\n          <a id=\"typingTestWhatsAppShare\" target=\"_blank\" style=\"padding:6px 12px; border:none; border-radius:5px; background:#25D366; color:#fff; text-decoration:none;\">WhatsApp<\/a>\n          <a id=\"typingTestTwitterShare\" target=\"_blank\" style=\"padding:6px 12px; border:none; border-radius:5px; background:#1da1f2; color:#fff; text-decoration:none;\">Twitter<\/a>\n          <a id=\"typingTestFacebookShare\" target=\"_blank\" style=\"padding:6px 12px; border:none; border-radius:5px; background:#4267B2; color:#fff; text-decoration:none;\">Facebook<\/a>\n        <\/div>\n        <button onclick=\"document.getElementById('typingTestShareModal').style.display='none'\" style=\"padding:6px 18px; border:none; border-radius:5px; background:#ccc; color:#333; cursor:pointer;\">Close<\/button>\n      <\/div>\n    <\/div>\n\n    <!-- WP Coder JavaScript -->\n    <script>\n        \/\/ Add this function at the top of the script\n        function getGraphemes(str) {\n            if (window.Intl && Intl.Segmenter) {\n                const segmenter = new Intl.Segmenter('mr', { granularity: 'grapheme' });\n                return Array.from(segmenter.segment(str), s => s.segment);\n            } else {\n                return Array.from(str);\n            }\n        }\n\n        \/\/ WP Coder JavaScript - WordPress-friendly version\n        (function() {\n            \/\/ Create a namespace to avoid conflicts with WordPress\n            window.typingTest = {\n                \/\/ Protection logic\n                _v: function() {\n                    const _m = document.getElementById('_mn');\n                    if (!_m || \n                        !_m.innerHTML.includes('Powered by') || \n                        !_m.innerHTML.includes('Majhi Naukri') || \n                        !_m.innerHTML.includes('majhinaukri.in') ||\n                        _m.style.display === 'none' ||\n                        _m.style.visibility === 'hidden' ||\n                        window.getComputedStyle(_m).display === 'none' ||\n                        window.getComputedStyle(_m).visibility === 'hidden' ||\n                        _m.offsetParent === null) {\n                        return false;\n                    }\n                    const _l = _m.querySelector('a');\n                    return _l && _l.href === 'https:\/\/majhinaukri.in\/' && _l.getAttribute('href') === 'https:\/\/majhinaukri.in';\n                },\n\n                lessons: {\n                    1: \"\u0938\u093e\u0930\u094d\u0935\u091c\u0928\u093f\u0915 \u0906\u0930\u094b\u0917\u094d\u092f \u0938\u0947\u0935\u093e \u0939\u0940 \u0928\u093e\u0917\u0930\u093f\u0915\u093e\u0902\u091a\u094d\u092f\u093e \u092e\u0942\u0932\u092d\u0942\u0924 \u0917\u0930\u091c\u093e\u0902\u092a\u0948\u0915\u0940 \u090f\u0915 \u0906\u0939\u0947. \u0936\u093e\u0938\u0915\u0940\u092f \u0930\u0941\u0917\u094d\u0923\u093e\u0932\u092f\u0947, \u092a\u094d\u0930\u093e\u0925\u092e\u093f\u0915 \u0906\u0930\u094b\u0917\u094d\u092f \u0915\u0947\u0902\u0926\u094d\u0930\u0947 \u0906\u0923\u093f \u0905\u0902\u0917\u0923\u0935\u093e\u0921\u0940 \u0915\u0947\u0902\u0926\u094d\u0930\u093e\u0902\u091a\u094d\u092f\u093e \u092e\u093e\u0927\u094d\u092f\u092e\u093e\u0924\u0942\u0928 \u0917\u094d\u0930\u093e\u092e\u0940\u0923 \u0935 \u0936\u0939\u0930\u0940 \u092d\u093e\u0917\u093e\u0924 \u092e\u094b\u092b\u0924 \u0915\u093f\u0902\u0935\u093e \u0938\u0935\u0932\u0924\u0940\u091a\u094d\u092f\u093e \u0926\u0930\u093e\u0924 \u0906\u0930\u094b\u0917\u094d\u092f\u0938\u0947\u0935\u093e \u092a\u0941\u0930\u0935\u0932\u0940 \u091c\u093e\u0924\u0947. \u092e\u093e\u0924\u0943 \u0906\u0923\u093f \u092c\u093e\u0932 \u092e\u0943\u0924\u094d\u092f\u0942 \u0926\u0930 \u0915\u092e\u0940 \u0915\u0930\u0923\u0947, \u0932\u0938\u0940\u0915\u0930\u0923 \u092e\u094b\u0939\u093f\u092e\u093e, \u0935 \u0938\u093e\u0915\u094d\u0937\u0930\u0924\u0947\u091a\u094d\u092f\u093e \u092e\u093e\u0927\u094d\u092f\u092e\u093e\u0924\u0942\u0928 \u0906\u0930\u094b\u0917\u094d\u092f\u093e\u0935\u093f\u0937\u092f\u0940 \u091c\u0928\u091c\u093e\u0917\u0943\u0924\u0940 \u0915\u0930\u0923\u0947 \u0939\u0940 \u0936\u093e\u0938\u0928\u093e\u091a\u0940 \u092a\u094d\u0930\u093e\u0925\u092e\u093f\u0915 \u0909\u0926\u094d\u0926\u093f\u0937\u094d\u091f\u0947 \u0906\u0939\u0947\u0924.\",\n                    2: \"\u092e\u0939\u093f\u0932\u093e \u0938\u0915\u094d\u0937\u092e\u0940\u0915\u0930\u0923\u093e\u0938\u093e\u0920\u0940 \u0936\u093e\u0938\u0928 \u0935\u093f\u0935\u093f\u0927 \u092f\u094b\u091c\u0928\u093e \u0930\u093e\u092c\u0935\u093f\u0924 \u0906\u0939\u0947. \u0924\u094d\u092f\u093e\u092e\u0927\u094d\u092f\u0947 \u0938\u0941\u0915\u0928\u094d\u092f\u093e \u0938\u092e\u0943\u0926\u094d\u0927\u0940 \u092f\u094b\u091c\u0928\u093e, \u092e\u0939\u093f\u0932\u093e \u092c\u091a\u0924 \u0917\u091f\u093e\u0902\u0928\u093e \u0905\u0928\u0941\u0926\u093e\u0928, \u0906\u0923\u093f \u0938\u094d\u0935\u092f\u0902\u0938\u0939\u093e\u092f\u0924\u093e \u0917\u091f\u093e\u0902\u092e\u093e\u0930\u094d\u092b\u0924 \u0935\u094d\u092f\u0935\u0938\u093e\u092f \u092a\u094d\u0930\u0936\u093f\u0915\u094d\u0937\u0923\u093e\u091a\u093e \u0938\u092e\u093e\u0935\u0947\u0936 \u0906\u0939\u0947. \u0936\u093f\u0915\u094d\u0937\u0923, \u0906\u0930\u094b\u0917\u094d\u092f, \u0906\u0930\u094d\u0925\u093f\u0915 \u0938\u094d\u0935\u093e\u0935\u0932\u0902\u092c\u0928 \u0906\u0923\u093f \u0938\u093e\u092e\u093e\u091c\u093f\u0915 \u0938\u0941\u0930\u0915\u094d\u0937\u093f\u0924\u0924\u093e \u092f\u093e \u0938\u0930\u094d\u0935 \u0915\u094d\u0937\u0947\u0924\u094d\u0930\u093e\u0902\u092e\u0927\u094d\u092f\u0947 \u092e\u0939\u093f\u0932\u093e\u0902\u0928\u0940 \u0938\u0915\u094d\u0937\u092e \u0939\u094b\u0923\u0947 \u0906\u0935\u0936\u094d\u092f\u0915 \u0906\u0939\u0947. \u092e\u0939\u093f\u0932\u093e\u0902\u091a\u093e \u0938\u0930\u094d\u0935\u093e\u0902\u0917\u0940\u0923 \u0935\u093f\u0915\u093e\u0938 \u0939\u093e \u0938\u092e\u093e\u091c\u093e\u091a\u094d\u092f\u093e \u092a\u094d\u0930\u0917\u0924\u0940\u0938\u093e\u0920\u0940 \u0905\u0924\u094d\u092f\u093e\u0935\u0936\u094d\u092f\u0915 \u0918\u091f\u0915 \u0906\u0939\u0947.\",\n                    3: \"\u0917\u094d\u0930\u093e\u092e\u0935\u093f\u0915\u093e\u0938 \u0939\u0940 \u0926\u0947\u0936\u093e\u091a\u094d\u092f\u093e \u0906\u0930\u094d\u0925\u093f\u0915 \u0935 \u0938\u093e\u092e\u093e\u091c\u093f\u0915 \u0935\u093f\u0915\u093e\u0938\u093e\u091a\u0940 \u092e\u0942\u0932\u092d\u0942\u0924 \u092a\u093e\u092f\u0930\u0940 \u0906\u0939\u0947. \u0917\u093e\u0935\u093e\u0902\u092e\u0927\u094d\u092f\u0947 \u0930\u0938\u094d\u0924\u0947, \u092a\u093e\u0923\u0940\u092a\u0941\u0930\u0935\u0920\u093e, \u0938\u094d\u0935\u091a\u094d\u091b\u0924\u093e, \u0935\u0940\u091c\u092a\u0941\u0930\u0935\u0920\u093e \u0906\u0923\u093f \u0906\u0930\u094b\u0917\u094d\u092f \u092f\u093e\u0902\u0938\u093e\u0930\u0916\u094d\u092f\u093e \u0938\u0947\u0935\u093e \u092a\u0941\u0930\u0935\u093f\u0923\u0947 \u092e\u0939\u0924\u094d\u0924\u094d\u0935\u093e\u091a\u0947 \u0906\u0939\u0947. '\u0938\u094d\u092e\u093e\u0930\u094d\u091f \u0917\u094d\u0930\u093e\u092e' \u0938\u0902\u0915\u0932\u094d\u092a\u0928\u0947\u0905\u0902\u0924\u0930\u094d\u0917\u0924 \u0924\u0902\u0924\u094d\u0930\u091c\u094d\u091e\u093e\u0928\u093e\u091a\u094d\u092f\u093e \u0938\u0939\u093e\u092f\u094d\u092f\u093e\u0928\u0947 \u0936\u093e\u0936\u094d\u0935\u0924 \u0935\u093f\u0915\u093e\u0938 \u0938\u093e\u0927\u0932\u093e \u091c\u093e\u0924 \u0906\u0939\u0947. \u0917\u094d\u0930\u093e\u092e\u092a\u0902\u091a\u093e\u092f\u0924\u0940\u0902\u0928\u093e \u0938\u0915\u094d\u0937\u092e \u0915\u0930\u0942\u0928 \u0938\u094d\u0925\u093e\u0928\u093f\u0915 \u0938\u094d\u0935\u0930\u093e\u091c\u094d\u092f \u0938\u0902\u0938\u094d\u0925\u093e\u0902\u091a\u0940 \u092d\u0942\u092e\u093f\u0915\u093e \u0905\u0927\u093f\u0915 \u092c\u0933\u0915\u091f \u0915\u0947\u0932\u0940 \u091c\u093e\u0924 \u0906\u0939\u0947.\",\n                    4: \"\u0935\u093f\u0926\u094d\u092f\u093e\u0930\u094d\u0925\u094d\u092f\u093e\u0902\u0928\u0940 \u0936\u093e\u0933\u093e-\u0915\u0949\u0932\u0947\u091c\u092e\u0927\u0940\u0932 \u0936\u093f\u0915\u094d\u0937\u0923\u093e\u092c\u0930\u094b\u092c\u0930\u091a \u0938\u093e\u092e\u093e\u091c\u093f\u0915 \u091c\u093e\u0923\u0940\u0935\u0938\u0941\u0926\u094d\u0927\u093e \u092c\u093e\u0933\u0917\u0923\u0947 \u0917\u0930\u091c\u0947\u091a\u0947 \u0906\u0939\u0947. \u0936\u093f\u0938\u094d\u0924, \u092a\u094d\u0930\u093e\u092e\u093e\u0923\u093f\u0915\u092a\u0923\u093e, \u0915\u0937\u094d\u091f \u0915\u0930\u0923\u094d\u092f\u093e\u091a\u0940 \u0924\u092f\u093e\u0930\u0940, \u0906\u0923\u093f \u0935\u0947\u0933\u0947\u091a\u0947 \u0928\u093f\u092f\u094b\u091c\u0928 \u0939\u0947 \u0924\u094d\u092f\u093e\u0902\u091a\u094d\u092f\u093e \u092f\u0936\u093e\u091a\u0947 \u092e\u0941\u0916\u094d\u092f \u0918\u091f\u0915 \u0905\u0938\u0924\u093e\u0924. \u092a\u0930\u0940\u0915\u094d\u0937\u0947\u091a\u093e \u0924\u093e\u0923 \u0928 \u0918\u0947\u0924\u093e \u092f\u094b\u0917\u094d\u092f \u0928\u093f\u092f\u094b\u091c\u0928\u093e\u0928\u0947 \u0905\u092d\u094d\u092f\u093e\u0938 \u0915\u0947\u0932\u093e \u0924\u0930 \u092f\u0936 \u0928\u0915\u094d\u0915\u0940\u091a \u092e\u093f\u0933\u0924\u0947. \u0935\u093f\u0926\u094d\u092f\u093e\u0930\u094d\u0925\u0940 \u0939\u0947 \u0909\u0926\u094d\u092f\u093e\u091a\u0947 \u0928\u093e\u0917\u0930\u093f\u0915 \u0905\u0938\u0932\u094d\u092f\u093e\u092e\u0941\u0933\u0947 \u0924\u094d\u092f\u093e\u0902\u091a\u094d\u092f\u093e\u0935\u0930 \u0938\u092e\u093e\u091c\u093e\u091a\u094d\u092f\u093e \u092c\u0926\u0932\u093e\u091a\u0940 \u092e\u094b\u0920\u0940 \u091c\u092c\u093e\u092c\u0926\u093e\u0930\u0940 \u0905\u0938\u0924\u0947.\",\n                    5: \"\u0938\u0927\u094d\u092f\u093e \u0926\u0947\u0936\u093e\u0924 \u092c\u0947\u0930\u094b\u091c\u0917\u093e\u0930\u0940 \u0939\u0940 \u090f\u0915 \u092e\u094b\u0920\u0940 \u0938\u092e\u0938\u094d\u092f\u093e \u0906\u0939\u0947. \u0936\u093e\u0938\u0915\u0940\u092f \u0924\u0938\u0947\u091a \u0916\u093e\u0938\u0917\u0940 \u0915\u094d\u0937\u0947\u0924\u094d\u0930\u093e\u0924 \u0928\u094b\u0915\u0931\u094d\u092f\u093e\u0902\u091a\u094d\u092f\u093e \u0938\u0902\u0927\u0940 \u0928\u093f\u0930\u094d\u092e\u093e\u0923 \u0939\u094b\u0923\u094d\u092f\u093e\u0938\u093e\u0920\u0940 \u0935\u093f\u0935\u093f\u0927 \u092a\u093e\u0935\u0932\u0947 \u0909\u091a\u0932\u0932\u0940 \u091c\u093e\u0924 \u0906\u0939\u0947\u0924. '\u0938\u094d\u091f\u093e\u0930\u094d\u091f\u0905\u092a \u0907\u0902\u0921\u093f\u092f\u093e' \u0906\u0923\u093f '\u092e\u0941\u0926\u094d\u0930\u093e \u092f\u094b\u091c\u0928\u093e' \u092f\u093e\u0902\u0938\u093e\u0930\u0916\u094d\u092f\u093e \u092f\u094b\u091c\u0928\u093e\u0902\u0928\u0940 \u0924\u0930\u0941\u0923\u093e\u0902\u0928\u093e \u0938\u094d\u0935\u0924\u0903\u091a\u093e \u0935\u094d\u092f\u0935\u0938\u093e\u092f \u0938\u0941\u0930\u0942 \u0915\u0930\u0923\u094d\u092f\u093e\u0938\u093e\u0920\u0940 \u092a\u094d\u0930\u094b\u0924\u094d\u0938\u093e\u0939\u0928 \u0926\u093f\u0932\u0947 \u0906\u0939\u0947. \u0928\u0935\u0909\u0926\u094d\u092f\u094b\u091c\u0915\u093e\u0902\u0928\u0940 \u0938\u094d\u0925\u093e\u0928\u093f\u0915 \u0938\u0902\u0938\u093e\u0927\u0928\u093e\u0902\u091a\u093e \u0935\u093e\u092a\u0930 \u0915\u0930\u0942\u0928 \u0909\u0924\u094d\u092a\u093e\u0926\u0928\u0915\u094d\u0937\u092e\u0924\u0947\u0924 \u0935\u093e\u0922 \u0918\u0921\u0935\u093e\u0935\u0940.\",\n                    6: \"\u0921\u093f\u091c\u093f\u091f\u0932 \u0907\u0902\u0921\u093f\u092f\u093e \u0939\u0940 \u092d\u093e\u0930\u0924 \u0938\u0930\u0915\u093e\u0930\u091a\u0940 \u092e\u0939\u0924\u094d\u0924\u094d\u0935\u093e\u0915\u093e\u0902\u0915\u094d\u0937\u0940 \u092f\u094b\u091c\u0928\u093e \u0906\u0939\u0947, \u091c\u094d\u092f\u093e\u092e\u0927\u094d\u092f\u0947 \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u0917\u093e\u0935\u093e\u0932\u093e \u0907\u0902\u091f\u0930\u0928\u0947\u091f \u0938\u0941\u0935\u093f\u0927\u093e \u092a\u0941\u0930\u0935\u0923\u0947, \u0911\u0928\u0932\u093e\u0908\u0928 \u0938\u0947\u0935\u093e \u0938\u0939\u091c \u0909\u092a\u0932\u092c\u094d\u0927 \u0915\u0930\u0923\u0947 \u0906\u0923\u093f \u0921\u093f\u091c\u093f\u091f\u0932 \u0938\u093e\u0915\u094d\u0937\u0930\u0924\u093e \u0935\u093e\u0922\u0935\u0923\u0947 \u0939\u0947 \u0909\u0926\u094d\u0926\u093f\u0937\u094d\u091f \u0906\u0939\u0947. \u0928\u093e\u0917\u0930\u093f\u0915 \u0938\u0947\u0935\u093e \u0915\u0947\u0902\u0926\u094d\u0930\u0947 (CSC), \u0921\u093f\u091c\u093f\u091f\u0932 \u092a\u0947\u092e\u0947\u0902\u091f\u094d\u0938, \u0906\u0923\u093f \u092e\u094b\u092c\u093e\u0908\u0932 \u0905\u200d\u0945\u092a\u094d\u0938 \u092f\u093e\u092e\u0941\u0933\u0947 \u0935\u094d\u092f\u0935\u0939\u093e\u0930 \u0938\u0941\u0932\u092d \u0906\u0923\u093f \u092a\u093e\u0930\u0926\u0930\u094d\u0936\u0915 \u091d\u093e\u0932\u0947 \u0906\u0939\u0947\u0924. \u092f\u093e\u092e\u0941\u0933\u0947 \u0917\u094d\u0930\u093e\u092e\u0940\u0923 \u092d\u093e\u0917\u093e\u0924\u0940\u0932 \u0928\u093e\u0917\u0930\u093f\u0915\u093e\u0902\u0928\u093e\u0939\u0940 \u092e\u093e\u0939\u093f\u0924\u0940 \u0924\u0902\u0924\u094d\u0930\u091c\u094d\u091e\u093e\u0928\u093e\u091a\u0940 \u091c\u094b\u0921 \u092e\u093f\u0933\u093e\u0932\u0940 \u0906\u0939\u0947.\",\n                    7: \"\u092a\u093e\u0923\u094d\u092f\u093e\u091a\u0947 \u0926\u0941\u0930\u094d\u092d\u093f\u0915\u094d\u0937\u094d\u092f \u0939\u0947 \u0917\u094d\u0930\u093e\u092e\u0940\u0923 \u092d\u093e\u0917\u093e\u0924\u0940\u0932 \u090f\u0915 \u0917\u0902\u092d\u0940\u0930 \u092a\u094d\u0930\u0936\u094d\u0928 \u0906\u0939\u0947. \u0936\u093e\u0938\u0928\u093e\u0928\u0947 '\u091c\u0932\u092f\u0941\u0915\u094d\u0924 \u0936\u093f\u0935\u093e\u0930' \u0938\u093e\u0930\u0916\u094d\u092f\u093e \u092f\u094b\u091c\u0928\u093e\u0902\u091a\u094d\u092f\u093e \u092e\u093e\u0927\u094d\u092f\u092e\u093e\u0924\u0942\u0928 \u091c\u0932\u0938\u0902\u0927\u093e\u0930\u0923\u093e\u091a\u0947 \u092e\u0939\u0924\u094d\u0935 \u092a\u091f\u0935\u0942\u0928 \u0926\u093f\u0932\u0947 \u0906\u0939\u0947. \u0935\u093f\u0939\u093f\u0930\u0940\u0902\u091a\u0947 \u092a\u0941\u0928\u0930\u094d\u092d\u0930\u0923, \u0917\u093e\u0935\u0924\u0932\u093e\u0935\u093e\u0902\u091a\u0947 \u092a\u0941\u0928\u0930\u0941\u091c\u094d\u091c\u0940\u0935\u0928, \u0906\u0923\u093f \u0935\u0930\u094d\u0937\u093e \u091c\u0932\u0938\u0902\u091a\u092f \u0939\u0940 \u0909\u092a\u092f\u0941\u0915\u094d\u0924 \u0938\u093e\u0927\u0928\u0947 \u0906\u0939\u0947\u0924. \u0936\u093e\u0936\u094d\u0935\u0924 \u091c\u0932\u0935\u094d\u092f\u0935\u0938\u094d\u0925\u093e\u092a\u0928\u093e\u0936\u093f\u0935\u093e\u092f \u0917\u094d\u0930\u093e\u092e\u0940\u0923 \u0935\u093f\u0915\u093e\u0938 \u0936\u0915\u094d\u092f \u0928\u093e\u0939\u0940.\",\n                    8: \"\u0935\u093f\u0926\u094d\u092f\u093e\u0930\u094d\u0925\u094d\u092f\u093e\u0902\u0928\u093e \u092a\u0930\u0940\u0915\u094d\u0937\u093e \u0939\u0940 \u0915\u0947\u0935\u0933 \u091c\u094d\u091e\u093e\u0928 \u092e\u094b\u091c\u0923\u094d\u092f\u093e\u091a\u0947 \u092e\u093e\u0927\u094d\u092f\u092e \u0906\u0939\u0947 \u0939\u0947 \u0938\u092e\u091c\u0942\u0928 \u0918\u0947\u0923\u0947 \u0906\u0935\u0936\u094d\u092f\u0915 \u0906\u0939\u0947. \u0905\u092d\u094d\u092f\u093e\u0938 \u0915\u0930\u0924\u093e\u0928\u093e \u0938\u0924\u0924 \u0924\u0923\u093e\u0935 \u0918\u0947\u0923\u0947 \u091f\u093e\u0933\u093e\u0935\u0947 \u0906\u0923\u093f \u092a\u0941\u0930\u0947\u0936\u0940 \u091d\u094b\u092a \u0935 \u0935\u093f\u0936\u094d\u0930\u093e\u0902\u0924\u0940 \u0918\u094d\u092f\u093e\u0935\u0940. \u092a\u093e\u0932\u0915\u093e\u0902\u0928\u0940 \u092e\u0941\u0932\u093e\u0902\u0928\u093e \u092e\u093e\u0928\u0938\u093f\u0915 \u0906\u0927\u093e\u0930 \u0926\u094d\u092f\u093e\u0935\u093e \u0935 \u0924\u094d\u092f\u093e\u0902\u091a\u094d\u092f\u093e\u0936\u0940 \u0938\u0915\u093e\u0930\u093e\u0924\u094d\u092e\u0915 \u0938\u0902\u0935\u093e\u0926 \u0920\u0947\u0935\u093e\u0935\u093e. \u092a\u0930\u0940\u0915\u094d\u0937\u0947\u0924 \u092f\u0936\u0938\u094d\u0935\u0940 \u0939\u094b\u0923\u094d\u092f\u093e\u0938\u093e\u0920\u0940 \u0915\u0947\u0935\u0933 \u092e\u0947\u0939\u0928\u0924 \u0928\u0935\u094d\u0939\u0947 \u0924\u0930 \u0936\u093e\u0902\u0924 \u092e\u0928 \u0906\u0923\u093f \u0906\u0924\u094d\u092e\u0935\u093f\u0936\u094d\u0935\u093e\u0938\u0938\u0941\u0926\u094d\u0927\u093e \u0906\u0935\u0936\u094d\u092f\u0915 \u0905\u0938\u0924\u094b.\",\n                    9: \"\u0936\u0939\u0930\u093e\u0902\u0924\u0940\u0932 \u0935\u093e\u0922\u0924\u094d\u092f\u093e \u0932\u094b\u0915\u0938\u0902\u0916\u094d\u092f\u0947\u092e\u0941\u0933\u0947 \u0935\u093e\u0939\u0924\u0942\u0915 \u0915\u094b\u0902\u0921\u0940 \u0939\u0940 \u0938\u093e\u092e\u093e\u0928\u094d\u092f \u092c\u093e\u092c \u091d\u093e\u0932\u0940 \u0906\u0939\u0947. \u0924\u094d\u092f\u093e\u092e\u0941\u0933\u0947 \u0938\u093e\u0930\u094d\u0935\u091c\u0928\u093f\u0915 \u0935\u093e\u0939\u0924\u0942\u0915 \u0938\u0947\u0935\u093e \u0938\u0915\u094d\u0937\u092e \u0915\u0930\u0923\u0947 \u0905\u0924\u094d\u092f\u0902\u0924 \u0917\u0930\u091c\u0947\u091a\u0947 \u0906\u0939\u0947. \u092c\u0938 \u0938\u0947\u0935\u093e, \u092e\u0947\u091f\u094d\u0930\u094b \u0930\u0947\u0932\u094d\u0935\u0947, \u0906\u0923\u093f \u0930\u093f\u0915\u094d\u0937\u093e-\u091f\u0945\u0915\u094d\u0938\u0940 \u092f\u093e\u0902\u091a\u093e \u092a\u094d\u0930\u092d\u093e\u0935\u0940 \u0938\u092e\u0928\u094d\u0935\u092f \u0939\u094b\u0923\u0947 \u0906\u0935\u0936\u094d\u092f\u0915 \u0906\u0939\u0947. \u0935\u093e\u0939\u0924\u0942\u0915 \u0935\u094d\u092f\u0935\u0938\u094d\u0925\u093e \u0938\u0941\u0930\u0915\u094d\u0937\u093f\u0924, \u0935\u0947\u0933\u0947\u0935\u0930 \u0906\u0923\u093f \u092a\u0930\u094d\u092f\u093e\u0935\u0930\u0923\u092a\u0942\u0930\u0915 \u091d\u093e\u0932\u094d\u092f\u093e\u0938 \u0928\u093e\u0917\u0930\u093f\u0915\u093e\u0902\u091a\u093e \u0935\u0947\u0933 \u0906\u0923\u093f \u092a\u0948\u0938\u093e \u0926\u094b\u0928\u094d\u0939\u0940 \u0935\u093e\u091a\u0924\u094b.\",\n                    10: \"\u0932\u094b\u0915\u0936\u093e\u0939\u0940 \u091f\u093f\u0915\u0935\u0923\u094d\u092f\u093e\u0938\u093e\u0920\u0940 \u0928\u093e\u0917\u0930\u093f\u0915\u093e\u0902\u0928\u0940 \u092e\u0924\u0926\u093e\u0928 \u092a\u094d\u0930\u0915\u094d\u0930\u093f\u092f\u0947\u0924 \u0938\u0915\u094d\u0930\u093f\u092f \u0938\u0939\u092d\u093e\u0917 \u0918\u0947\u0924\u0932\u093e \u092a\u093e\u0939\u093f\u091c\u0947. \u0928\u093f\u0935\u0921\u0923\u0941\u0915\u093e \u092e\u094d\u0939\u0923\u091c\u0947 \u0915\u0947\u0935\u0933 \u0930\u093e\u091c\u0915\u093e\u0930\u0923 \u0928\u093e\u0939\u0940 \u0924\u0930 \u0906\u092a\u0932\u094d\u092f\u093e \u092d\u0935\u093f\u0937\u094d\u092f\u093e\u091a\u093e \u0928\u093f\u0930\u094d\u0923\u092f \u0906\u0939\u0947. \u0938\u0941\u0936\u093f\u0915\u094d\u0937\u093f\u0924 \u0928\u093e\u0917\u0930\u093f\u0915\u093e\u0902\u0928\u0940 \u092b\u0915\u094d\u0924 \u092e\u0924 \u0926\u0947\u0923\u0947 \u0928\u0935\u094d\u0939\u0947 \u0924\u0930 \u092f\u094b\u0917\u094d\u092f \u0909\u092e\u0947\u0926\u0935\u093e\u0930\u093e\u0902\u091a\u0940 \u0928\u093f\u0935\u0921 \u0915\u0930\u0923\u094d\u092f\u093e\u091a\u0940 \u091c\u092c\u093e\u092c\u0926\u093e\u0930\u0940\u0939\u0940 \u092a\u093e\u0930 \u092a\u093e\u0921\u093e\u0935\u0940. \u092e\u0924 \u0928\u094b\u0902\u0926\u0923\u0940, \u092e\u0924\u0926\u093e\u0928 \u0913\u0933\u0916\u092a\u0924\u094d\u0930 \u0906\u0923\u093f \u092e\u0924\u093e\u0927\u093f\u0915\u093e\u0930 \u092f\u093e\u091a\u0940 \u091c\u093e\u0923\u0940\u0935 \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915\u093e\u0928\u0947 \u0920\u0947\u0935\u0932\u0940 \u092a\u093e\u0939\u093f\u091c\u0947.\",\n                    11: \"\u0928\u0948\u0924\u093f\u0915 \u092e\u0942\u0932\u094d\u092f\u0947 \u0939\u0940 \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u0935\u094d\u092f\u0915\u094d\u0924\u0940\u091a\u094d\u092f\u093e \u0935\u094d\u092f\u0915\u094d\u0924\u093f\u092e\u0924\u094d\u0924\u094d\u0935\u093e\u091a\u0947 \u0906\u0927\u093e\u0930\u0938\u094d\u0924\u0902\u092d \u0905\u0938\u0924\u093e\u0924. \u0938\u092e\u093e\u091c\u093e\u0924 \u091a\u093e\u0902\u0917\u0932\u0947 \u0928\u093e\u0917\u0930\u093f\u0915 \u0918\u0921\u0935\u0923\u094d\u092f\u093e\u0938\u093e\u0920\u0940 \u092c\u093e\u0932\u092a\u0923\u093e\u092a\u093e\u0938\u0942\u0928\u091a \u092e\u0942\u0932\u094d\u092f\u0936\u093f\u0915\u094d\u0937\u0923 \u0926\u0947\u0923\u0947 \u0906\u0935\u0936\u094d\u092f\u0915 \u0906\u0939\u0947. \u092a\u094d\u0930\u093e\u092e\u093e\u0923\u093f\u0915\u092a\u0923\u093e, \u0938\u0939\u0915\u093e\u0930\u094d\u092f, \u0938\u0939\u0928\u0936\u0940\u0932\u0924\u093e, \u091c\u092c\u093e\u092c\u0926\u093e\u0930\u0940, \u0906\u0923\u093f \u0935\u091a\u0928\u092c\u0926\u094d\u0927\u0924\u093e \u0939\u0940 \u092e\u0942\u0932\u094d\u092f\u0947 \u0935\u093f\u0926\u094d\u092f\u093e\u0930\u094d\u0925\u094d\u092f\u093e\u0902\u091a\u094d\u092f\u093e \u092e\u0928\u093e\u092e\u0927\u094d\u092f\u0947 \u0930\u0941\u091c\u0935\u093f\u0923\u0947 \u0939\u0940 \u0915\u093e\u0933\u093e\u091a\u0940 \u0917\u0930\u091c \u0906\u0939\u0947. \u0906\u091c\u091a\u094d\u092f\u093e \u0938\u094d\u092a\u0930\u094d\u0927\u093e\u0924\u094d\u092e\u0915 \u0906\u0923\u093f \u0924\u0902\u0924\u094d\u0930\u091c\u094d\u091e\u093e\u0928\u093e\u0927\u093e\u0930\u093f\u0924 \u092f\u0941\u0917\u093e\u0924 \u0915\u0947\u0935\u0933 \u091c\u094d\u091e\u093e\u0928 \u0905\u0938\u0923\u0947 \u092a\u0941\u0930\u0947\u0938\u0947 \u0928\u093e\u0939\u0940, \u0924\u0930 \u092e\u0942\u0932\u094d\u092f\u093e\u0927\u093f\u0937\u094d\u0920\u093f\u0924 \u0935\u093e\u0917\u0923\u0942\u0915 \u0939\u0940 \u0905\u0927\u093f\u0915 \u092e\u0939\u0924\u094d\u0924\u094d\u0935\u093e\u091a\u0940 \u0906\u0939\u0947. \u0932\u0939\u093e\u0928-\u0932\u0939\u093e\u0928 \u091a\u0941\u0915\u0940\u091a\u094d\u092f\u093e \u0938\u0935\u092f\u0940 \u091c\u0930 \u0926\u0941\u0930\u0941\u0938\u094d\u0924 \u0915\u0947\u0932\u094d\u092f\u093e \u0928\u093e\u0939\u0940\u0924, \u0924\u0930 \u092e\u094b\u0920\u094d\u092f\u093e \u0938\u094d\u0935\u0930\u0942\u092a\u093e\u091a\u0947 \u0938\u093e\u092e\u093e\u091c\u093f\u0915 \u092a\u094d\u0930\u0936\u094d\u0928 \u0928\u093f\u0930\u094d\u092e\u093e\u0923 \u0939\u094b\u0924\u093e\u0924. \u0924\u094d\u092f\u093e\u092e\u0941\u0933\u0947 \u0928\u0948\u0924\u093f\u0915\u0924\u0947\u0932\u093e \u0936\u093e\u0933\u093e, \u0915\u0941\u091f\u0941\u0902\u092c, \u0938\u092e\u093e\u091c \u0906\u0923\u093f \u0936\u093e\u0938\u0928 \u092f\u093e\u0902\u091a\u094d\u092f\u093e \u092e\u093e\u0927\u094d\u092f\u092e\u093e\u0924\u0942\u0928 \u092a\u093e\u0920\u093f\u0902\u092c\u093e \u092e\u093f\u0933\u0923\u0947 \u0906\u0935\u0936\u094d\u092f\u0915 \u0906\u0939\u0947.\",\n                    12: \"\u0938\u0927\u094d\u092f\u093e \u091c\u093e\u0917\u0924\u093f\u0915 \u0924\u093e\u092a\u092e\u093e\u0928\u0935\u093e\u0922, \u0935\u093e\u092f\u0942 \u0906\u0923\u093f \u091c\u0932\u092a\u094d\u0930\u0926\u0942\u0937\u0923, \u092a\u094d\u0932\u093e\u0938\u094d\u091f\u093f\u0915\u091a\u093e \u092c\u0947\u0938\u0941\u092e\u093e\u0930 \u0935\u093e\u092a\u0930, \u0906\u0923\u093f \u091c\u0902\u0917\u0932\u0924\u094b\u0921 \u092f\u093e\u092e\u0941\u0933\u0947 \u092a\u0930\u094d\u092f\u093e\u0935\u0930\u0923\u093e\u091a\u094d\u092f\u093e \u0938\u092e\u0938\u094d\u092f\u093e \u0926\u093f\u0935\u0938\u0947\u0902\u0926\u093f\u0935\u0938 \u0917\u0902\u092d\u0940\u0930 \u0939\u094b\u0924 \u0906\u0939\u0947\u0924. \u0924\u094d\u092f\u093e\u092e\u0941\u0933\u0947 \u092a\u0930\u094d\u092f\u093e\u0935\u0930\u0923\u092a\u0942\u0930\u0915 \u091c\u0940\u0935\u0928\u0936\u0948\u0932\u0940\u091a\u093e \u0938\u094d\u0935\u0940\u0915\u093e\u0930 \u0939\u0940 \u0935\u0947\u0933\u0947\u091a\u0940 \u0917\u0930\u091c \u092c\u0928\u0932\u0940 \u0906\u0939\u0947. \u0906\u092a\u0923 \u0935\u093e\u092a\u0930\u0924 \u0905\u0938\u0932\u0947\u0932\u0940 \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u0935\u0938\u094d\u0924\u0942, \u0938\u093e\u0927\u0928, \u0915\u093f\u0902\u0935\u093e \u090a\u0930\u094d\u091c\u093e \u0938\u094d\u0924\u094d\u0930\u094b\u0924 \u0939\u093e \u0928\u093f\u0938\u0930\u094d\u0917\u093e\u0935\u0930 \u092a\u0930\u093f\u0923\u093e\u092e \u0915\u0930\u0923\u093e\u0930\u093e \u0905\u0938\u0924\u094b, \u0924\u094d\u092f\u093e\u092e\u0941\u0933\u0947 \u0936\u0915\u094d\u092f\u0924\u094b \u092a\u0941\u0928\u0930\u094d\u0935\u093e\u092a\u0930 \u0915\u0930\u0924\u093e \u092f\u0947\u0923\u093e\u0931\u094d\u092f\u093e \u0935\u0938\u094d\u0924\u0942\u0902\u091a\u093e \u0935\u093e\u092a\u0930 \u0915\u0930\u093e\u0935\u093e. \u0918\u0930\u093e\u0918\u0930\u093e\u0924 \u0913\u0932\u093e \u0935 \u0938\u0941\u0915\u093e \u0915\u091a\u0930\u093e \u0935\u0947\u0917\u0933\u093e \u0915\u0930\u0942\u0928 \u091f\u093e\u0915\u0923\u0947, \u0938\u094c\u0930\u090a\u0930\u094d\u091c\u0947\u091a\u093e \u0935\u093e\u092a\u0930 \u0915\u0930\u0923\u0947, \u0906\u0923\u093f \u0938\u093e\u0930\u094d\u0935\u091c\u0928\u093f\u0915 \u0935\u093e\u0939\u0924\u0942\u0915 \u0935\u093e\u092a\u0930\u0923\u0947 \u092f\u093e\u0902\u0938\u093e\u0930\u0916\u094d\u092f\u093e \u091b\u094b\u091f\u094d\u092f\u093e \u0915\u0943\u0924\u0940\u0902\u092a\u093e\u0938\u0942\u0928 \u0938\u0941\u0930\u0941\u0935\u093e\u0924 \u0915\u0947\u0932\u0940 \u092a\u093e\u0939\u093f\u091c\u0947. \u0935\u093f\u0926\u094d\u092f\u093e\u0930\u094d\u0925\u094d\u092f\u093e\u0902\u0928\u093e \u0936\u093e\u0933\u0947\u092a\u093e\u0938\u0942\u0928\u091a \u092a\u0930\u094d\u092f\u093e\u0935\u0930\u0923 \u0936\u093f\u0915\u094d\u0937\u0923 \u0926\u093f\u0932\u094d\u092f\u093e\u0938 \u0924\u094d\u092f\u093e\u0902\u091a\u094d\u092f\u093e\u0924 \u091c\u093e\u0923\u0940\u0935\u092a\u0942\u0930\u094d\u0935\u0915 \u0938\u0935\u092f\u0940 \u0924\u092f\u093e\u0930 \u0939\u094b\u090a \u0936\u0915\u0924\u093e\u0924. \u092a\u0941\u0922\u0940\u0932 \u092a\u093f\u0922\u094d\u092f\u093e\u0902\u0928\u093e \u0936\u0941\u0926\u094d\u0927 \u0935 \u0938\u0941\u0930\u0915\u094d\u0937\u093f\u0924 \u092a\u0930\u094d\u092f\u093e\u0935\u0930\u0923 \u092e\u093f\u0933\u093e\u0935\u0947, \u092f\u093e\u0938\u093e\u0920\u0940 \u0906\u091c\u091a \u092c\u0926\u0932 \u0915\u0930\u0923\u0947 \u0906\u0935\u0936\u094d\u092f\u0915 \u0906\u0939\u0947.\",\n                    13: \"\u0926\u0947\u0936\u093e\u091a\u093e \u0906\u0930\u094d\u0925\u093f\u0915 \u0935\u093f\u0915\u093e\u0938 \u0906\u0923\u093f \u0938\u093e\u0930\u094d\u0935\u091c\u0928\u093f\u0915 \u0938\u0947\u0935\u093e \u0935\u094d\u092f\u0935\u0938\u094d\u0925\u093e \u0938\u0941\u0930\u0933\u0940\u0924 \u0930\u093e\u0939\u0923\u094d\u092f\u093e\u0938\u093e\u0920\u0940 \u0938\u0930\u0915\u093e\u0930\u0915\u0921\u0947 \u0928\u093f\u0927\u0940 \u0905\u0938\u0923\u0947 \u0906\u0935\u0936\u094d\u092f\u0915 \u0906\u0939\u0947, \u0906\u0923\u093f \u0939\u093e \u0928\u093f\u0927\u0940 \u092a\u094d\u0930\u093e\u092e\u0941\u0916\u094d\u092f\u093e\u0928\u0947 \u0915\u0930\u0930\u0942\u092a\u093e\u0928\u0947 \u0928\u093e\u0917\u0930\u093f\u0915\u093e\u0902\u0915\u0921\u0942\u0928 \u092e\u093f\u0933\u0924\u094b. \u0909\u0924\u094d\u092a\u0928\u094d\u0928 \u0915\u0930, \u0935\u0938\u094d\u0924\u0942 \u0906\u0923\u093f \u0938\u0947\u0935\u093e \u0915\u0930 (GST), \u092e\u093e\u0932\u092e\u0924\u094d\u0924\u093e \u0915\u0930, \u0935\u093e\u0939\u0928 \u0915\u0930, \u0906\u0923\u093f \u0935\u0940\u091c \u0936\u0941\u0932\u094d\u0915 \u0939\u0947 \u0935\u093f\u0935\u093f\u0927 \u0938\u094d\u0935\u0930\u0942\u092a\u093e\u0924 \u0918\u0947\u0924\u0932\u0947 \u091c\u093e\u0923\u093e\u0930\u0947 \u0915\u0930 \u0906\u0939\u0947\u0924. \u0915\u0930 \u092a\u094d\u0930\u0923\u093e\u0932\u0940 \u0939\u0940 \u092a\u093e\u0930\u0926\u0930\u094d\u0936\u0915 \u0906\u0923\u093f \u0938\u0941\u091f\u0938\u0941\u091f\u0940\u0924 \u0905\u0938\u093e\u0935\u0940 \u092f\u093e\u0938\u093e\u0920\u0940 \u0936\u093e\u0938\u0928\u093e\u0928\u0947 \u0911\u0928\u0932\u093e\u0908\u0928 \u0915\u0930 \u092d\u0930\u0923\u093e \u0938\u0941\u0932\u092d \u0915\u0947\u0932\u093e \u0906\u0939\u0947. \u0905\u0928\u0947\u0915\u0926\u093e \u0928\u093e\u0917\u0930\u093f\u0915 \u0915\u0930 \u091a\u0941\u0915\u0935\u0923\u094d\u092f\u093e\u091a\u093e \u092a\u094d\u0930\u092f\u0924\u094d\u0928 \u0915\u0930\u0924\u093e\u0924, \u092a\u0930\u0902\u0924\u0941 \u0939\u0940 \u0915\u0943\u0924\u0940 \u0936\u093e\u0938\u0928 \u0906\u0923\u093f \u0926\u0947\u0936 \u0926\u094b\u0918\u093e\u0902\u0928\u093e\u0939\u0940 \u0928\u0941\u0915\u0938\u093e\u0928 \u0915\u0930\u0923\u093e\u0930\u0940 \u0905\u0938\u0924\u0947. \u0915\u0930 \u0928 \u092d\u0930\u0932\u094d\u092f\u093e\u0938 \u0930\u0938\u094d\u0924\u0947, \u0935\u0940\u091c, \u0936\u093f\u0915\u094d\u0937\u0923, \u0906\u0930\u094b\u0917\u094d\u092f \u0935 \u0938\u0941\u0930\u0915\u094d\u0937\u093e \u092f\u093e\u0902\u0938\u093e\u0930\u0916\u094d\u092f\u093e \u092e\u0942\u0932\u092d\u0942\u0924 \u0938\u0947\u0935\u093e\u0902\u092e\u0927\u094d\u092f\u0947 \u0905\u0921\u091a\u0923\u0940 \u0928\u093f\u0930\u094d\u092e\u093e\u0923 \u0939\u094b\u0924\u093e\u0924. \u0924\u094d\u092f\u093e\u092e\u0941\u0933\u0947 \u092a\u094d\u0930\u093e\u092e\u093e\u0923\u093f\u0915\u092a\u0923\u0947 \u0906\u0923\u093f \u0935\u0947\u0933\u0947\u0935\u0930 \u0915\u0930 \u092d\u0930\u0923\u0947 \u0939\u0940 \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u091c\u092c\u093e\u092c\u0926\u093e\u0930 \u0928\u093e\u0917\u0930\u093f\u0915\u093e\u091a\u0940 \u0915\u0930\u094d\u0924\u0935\u094d\u092f\u092d\u093e\u0935\u0928\u093e \u0905\u0938\u0932\u0940 \u092a\u093e\u0939\u093f\u091c\u0947.\",\n                    14: \"\u092d\u093e\u0930\u0924\u093e\u0938\u093e\u0930\u0916\u094d\u092f\u093e \u0932\u094b\u0915\u0938\u0902\u0916\u094d\u092f\u0947\u091a\u094d\u092f\u093e \u0926\u0947\u0936\u093e\u0924 \u0906\u0930\u094b\u0917\u094d\u092f\u0938\u0947\u0935\u093e \u0939\u0940 \u0938\u0930\u094d\u0935\u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0932\u094b\u0915\u093e\u0902\u0938\u093e\u0920\u0940 \u0915\u0927\u0940\u0939\u0940 \u0916\u0930\u094d\u091a\u093f\u0915 \u0920\u0930\u0942 \u0936\u0915\u0924\u0947. \u0935\u093f\u0936\u0947\u0937\u0924\u0903 \u0905\u092a\u0918\u093e\u0924, \u0917\u0902\u092d\u0940\u0930 \u0906\u091c\u093e\u0930 \u0915\u093f\u0902\u0935\u093e \u0906\u092a\u0924\u094d\u0915\u093e\u0932\u0940\u0928 \u092a\u0930\u093f\u0938\u094d\u0925\u093f\u0924\u0940\u0924 \u0909\u092a\u091a\u093e\u0930\u093e\u0902\u091a\u093e \u0916\u0930\u094d\u091a \u0938\u093e\u092e\u093e\u0928\u094d\u092f \u0928\u093e\u0917\u0930\u093f\u0915\u093e\u0902\u091a\u094d\u092f\u093e \u0906\u0935\u093e\u0915\u094d\u092f\u093e\u092c\u093e\u0939\u0947\u0930 \u091c\u093e\u0924\u094b. \u0905\u0936\u093e \u092a\u0930\u093f\u0938\u094d\u0925\u093f\u0924\u0940\u0924 \u0906\u0930\u094b\u0917\u094d\u092f \u0935\u093f\u092e\u093e \u0939\u093e \u0905\u0924\u094d\u092f\u0902\u0924 \u0909\u092a\u092f\u0941\u0915\u094d\u0924 \u0920\u0930\u0924\u094b. \u0915\u0947\u0902\u0926\u094d\u0930 \u0936\u093e\u0938\u0928\u093e\u091a\u0940 '\u0906\u092f\u0941\u0937\u094d\u092e\u093e\u0928 \u092d\u093e\u0930\u0924 - \u091c\u0928 \u0906\u0930\u094b\u0917\u094d\u092f \u092f\u094b\u091c\u0928\u093e' \u0939\u0940 \u096b \u0932\u093e\u0916 \u0930\u0941\u092a\u092f\u093e\u0902\u092a\u0930\u094d\u092f\u0902\u0924\u091a\u093e \u092e\u094b\u092b\u0924 \u0909\u092a\u091a\u093e\u0930 \u0926\u0947\u0923\u093e\u0930\u0940 \u092f\u094b\u091c\u0928\u093e \u0906\u0939\u0947. \u0924\u094d\u092f\u093e\u091a\u092c\u0930\u094b\u092c\u0930 \u0935\u093f\u0935\u093f\u0927 \u0930\u093e\u091c\u094d\u092f\u0936\u093e\u0938\u0928\u093e\u0902\u0928\u0940 \u0938\u094d\u0925\u093e\u0928\u093f\u0915 \u0935\u093f\u092e\u093e \u092f\u094b\u091c\u0928\u093e \u0932\u093e\u0917\u0942 \u0915\u0947\u0932\u094d\u092f\u093e \u0906\u0939\u0947\u0924. \u092f\u093e \u092f\u094b\u091c\u0928\u093e\u0902\u092e\u0927\u094d\u092f\u0947 \u0930\u0941\u0917\u094d\u0923\u093e\u0932\u092f\u093e\u0924 \u0926\u093e\u0916\u0932 \u091d\u093e\u0932\u094d\u092f\u093e\u0928\u0902\u0924\u0930 \u0932\u093e\u0917\u0923\u093e\u0931\u094d\u092f\u093e \u0914\u0937\u0927\u093e\u0902\u091a\u093e, \u0936\u0938\u094d\u0924\u094d\u0930\u0915\u094d\u0930\u093f\u092f\u0947\u091a\u093e, \u0906\u0923\u093f \u0939\u0949\u0938\u094d\u092a\u093f\u091f\u0932\u092e\u0927\u094d\u092f\u0947 \u0930\u093e\u0939\u0923\u094d\u092f\u093e\u091a\u093e \u0916\u0930\u094d\u091a \u0936\u093e\u0938\u0928\u093e\u0915\u0921\u0942\u0928 \u0926\u093f\u0932\u093e \u091c\u093e\u0924\u094b. \u0935\u093f\u092e\u093e \u0905\u0938\u0932\u094d\u092f\u093e\u0928\u0947 \u0928\u093e\u0917\u0930\u093f\u0915\u093e\u0902\u0928\u093e \u0906\u0930\u094d\u0925\u093f\u0915 \u0926\u0921\u092a\u0923 \u092f\u0947\u0924 \u0928\u093e\u0939\u0940 \u0906\u0923\u093f \u0924\u0947 \u0935\u0947\u0933\u0947\u0935\u0930 \u0909\u092a\u091a\u093e\u0930 \u0918\u0947\u0923\u094d\u092f\u093e\u0938 \u0938\u0915\u094d\u0937\u092e \u0939\u094b\u0924\u093e\u0924. \u0906\u091c\u091a\u094d\u092f\u093e \u0915\u093e\u0933\u093e\u0924 \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u0915\u0941\u091f\u0941\u0902\u092c\u093e\u0928\u0947 \u0915\u093f\u092e\u093e\u0928 \u090f\u0915 \u0906\u0930\u094b\u0917\u094d\u092f \u0935\u093f\u092e\u093e \u092f\u094b\u091c\u0928\u093e \u0938\u094d\u0935\u0940\u0915\u093e\u0930\u0932\u0940 \u092a\u093e\u0939\u093f\u091c\u0947.\",\n                    15: \"\u0936\u093e\u0930\u0940\u0930\u093f\u0915, \u092e\u093e\u0928\u0938\u093f\u0915 \u0915\u093f\u0902\u0935\u093e \u0926\u0943\u0937\u094d\u091f\u093f\u0939\u0940\u0928 \u0935\u094d\u092f\u0915\u094d\u0924\u0940\u0902\u0928\u093e \u091c\u0940\u0935\u0928\u093e\u0924 \u0905\u0928\u0947\u0915 \u0905\u0921\u0925\u0933\u094d\u092f\u093e\u0902\u0928\u093e \u0938\u093e\u092e\u094b\u0930\u0947 \u091c\u093e\u0935\u0947 \u0932\u093e\u0917\u0924\u0947. \u0905\u0936\u093e \u0928\u093e\u0917\u0930\u093f\u0915\u093e\u0902\u0938\u093e\u0920\u0940 \u0936\u093e\u0938\u0928\u093e\u0928\u0947 \u0935\u093f\u0935\u093f\u0927 \u0915\u0932\u094d\u092f\u093e\u0923\u0915\u093e\u0930\u0940 \u092f\u094b\u091c\u0928\u093e \u0930\u093e\u092c\u0935\u093f\u0932\u094d\u092f\u093e \u0906\u0939\u0947\u0924. \u0924\u094d\u092f\u093e\u092e\u0927\u094d\u092f\u0947 \u0905\u092a\u0902\u0917\u0924\u094d\u0935 \u092a\u094d\u0930\u092e\u093e\u0923\u092a\u0924\u094d\u0930 \u092e\u093f\u0933\u0935\u0942\u0928 \u0906\u0930\u0915\u094d\u0937\u0923 \u0905\u0902\u0924\u0930\u094d\u0917\u0924 \u0936\u093f\u0915\u094d\u0937\u0923 \u0935 \u0928\u094b\u0915\u0930\u0940 \u0938\u0902\u0927\u0940 \u092e\u093f\u0933\u0935\u0924\u093e \u092f\u0947\u0924\u0947. \u0924\u094d\u092f\u093e\u0902\u091a\u094d\u092f\u093e\u0938\u093e\u0920\u0940 \u0916\u093e\u0938 \u0905\u0928\u0941\u0926\u093e\u0928\u093f\u0924 \u0938\u093e\u0927\u0928\u0902 \u091c\u0938\u0947 \u0915\u0940 \u0935\u094d\u0939\u0940\u0932\u091a\u0947\u0905\u0930, \u0936\u094d\u0930\u0935\u0923\u092f\u0902\u0924\u094d\u0930, \u091a\u093e\u0932\u0923\u094d\u092f\u093e\u091a\u0940 \u0915\u093e\u0920\u0940 \u092f\u093e\u091a\u0947 \u0935\u093f\u0924\u0930\u0923 \u0915\u0947\u0932\u0947 \u091c\u093e\u0924\u0947. \u0936\u093f\u0915\u094d\u0937\u0923\u093e\u0938\u093e\u0920\u0940 \u0935\u093f\u0936\u0947\u0937 \u0936\u093f\u0937\u094d\u092f\u0935\u0943\u0924\u094d\u0924\u0940, \u0906\u0923\u093f \u0938\u094d\u092a\u0930\u094d\u0927\u093e \u092a\u0930\u0940\u0915\u094d\u0937\u093e\u0902\u0938\u093e\u0920\u0940 \u092a\u094d\u0930\u0936\u093f\u0915\u094d\u0937\u0923 \u0915\u0947\u0902\u0926\u094d\u0930\u0947 \u0909\u092a\u0932\u092c\u094d\u0927 \u0906\u0939\u0947\u0924. \u0924\u0938\u0947\u091a, \u0915\u093e\u0939\u0940 \u0936\u0939\u0930\u093e\u0902\u092e\u0927\u094d\u092f\u0947 \u0905\u092a\u0902\u0917 \u0935\u094d\u092f\u0915\u094d\u0924\u0940\u0902\u0938\u093e\u0920\u0940 \u0935\u093f\u0936\u0947\u0937 \u092c\u0938 \u0938\u0947\u0935\u093e \u0935 \u0936\u093e\u0938\u0915\u0940\u092f \u0915\u093e\u0930\u094d\u092f\u093e\u0932\u092f\u093e\u0924 \u0938\u0941\u0932\u092d \u0930\u0945\u092e\u094d\u092a\u091a\u0940 \u0935\u094d\u092f\u0935\u0938\u094d\u0925\u093e \u0906\u0939\u0947. \u092f\u093e \u0938\u0930\u094d\u0935 \u0938\u0941\u0935\u093f\u0927\u093e\u0902\u091a\u093e \u0909\u0926\u094d\u0926\u0947\u0936 \u092e\u094d\u0939\u0923\u091c\u0947 \u0905\u092a\u0902\u0917 \u0935\u094d\u092f\u0915\u094d\u0924\u0940\u0902\u091a\u094d\u092f\u093e \u091c\u0940\u0935\u0928\u093e\u0924 \u0938\u094d\u0935\u093e\u0935\u0932\u0902\u092c\u0928, \u0906\u0924\u094d\u092e\u0938\u0928\u094d\u092e\u093e\u0928, \u0906\u0923\u093f \u0938\u093e\u092e\u093e\u091c\u093f\u0915 \u0938\u092e\u093e\u0928\u0924\u093e \u0928\u093f\u0930\u094d\u092e\u093e\u0923 \u0915\u0930\u0923\u0947. \u0938\u092e\u093e\u091c\u093e\u0924\u0940\u0932 \u092a\u094d\u0930\u0924\u094d\u092f\u0947\u0915 \u0918\u091f\u0915\u093e\u0928\u0947 \u0905\u0936\u093e \u0935\u094d\u092f\u0915\u094d\u0924\u0940\u0902\u0928\u093e \u092a\u094d\u0930\u094b\u0924\u094d\u0938\u093e\u0939\u0928 \u0935 \u0938\u0939\u0915\u093e\u0930\u094d\u092f \u0926\u093f\u0932\u0947 \u092a\u093e\u0939\u093f\u091c\u0947, \u0915\u093e\u0930\u0923 \u0924\u0947\u0939\u0940 \u0906\u092a\u0932\u094d\u092f\u093e \u0938\u092e\u093e\u091c\u093e\u091a\u093e \u0905\u092d\u093f\u0928\u094d\u0928 \u092d\u093e\u0917 \u0906\u0939\u0947\u0924.\"\n                },\n                \n                timeLeft: 60,\n                timer: null,\n                mistakes: 0,\n                totalChars: 0,\n                currentText: \"\",\n                isTestActive: false,\n                currentLesson: 1,\n                typingHistory: [],\n                totalTime: 60,\n                currentIndex: 0,\n                charStates: [],\n                graphemes: [],\n                \n                setTime: function(minutes) {\n                    this.totalTime = minutes * 60;\n                    this.timeLeft = this.totalTime;\n                    document.getElementById('typingTestTime').textContent = this.timeLeft;\n                },\n                \n                setLesson: function(lessonNumber) {\n                    this.currentLesson = parseInt(lessonNumber);\n                    this.updateLessonPreview();\n                },\n                \n                updateLessonPreview: function() {\n                    const previewText = this.lessons[this.currentLesson];\n                    const previewWords = previewText.split(' ');\n                    document.getElementById('typingTestLessonPreviewText').innerHTML = previewWords\n                        .map(word => `<span class=\"word\">${word}<\/span>`)\n                        .join(' ');\n                },\n                \n                startTest: function() {\n                    if (!this._v()) {\n                        alert('This tool requires proper attribution to function.');\n                        return;\n                    }\n                    var userName = document.getElementById('typingTestUserName').value.trim();\n                    var nameError = document.getElementById('typingTestNameError');\n                    if (!userName) {\n                        nameError.textContent = 'Please enter your name before starting the test.';\n                        nameError.style.display = 'block';\n                        document.getElementById('typingTestUserName').focus();\n                        alert('Please enter your name before starting the test.');\n                        return;\n                    } else {\n                        nameError.textContent = '';\n                        nameError.style.display = 'none';\n                    }\n                    if (this.timer) {\n                        clearInterval(this.timer);\n                    }\n                    this.resetStats();\n                    this.isTestActive = true;\n                    this.timeLeft = this.totalTime;\n                    document.getElementById('typingTestProgressBar').style.width = '0%';\n                    this.currentText = this.lessons[this.currentLesson];\n                    this.graphemes = getGraphemes(this.currentText);\n                    this.charStates = new Array(this.graphemes.length).fill('untyped');\n                    this.currentIndex = 0;\n                    this.displayText();\n                    document.getElementById('typingTestInput').value = '';\n                    document.getElementById('typingTestInput').disabled = false;\n                    document.getElementById('typingTestInput').focus();\n                    this.timer = setInterval(this.updateTimer.bind(this), 1000);\n                    const inputArea = document.getElementById('typingTestInput');\n                    inputArea.removeEventListener('input', this.checkInput.bind(this));\n                    inputArea.addEventListener('input', this.checkInput.bind(this));\n                },\n                \n                restartTest: function() {\n                    var userName = document.getElementById('typingTestUserName').value.trim();\n                    var nameError = document.getElementById('typingTestNameError');\n                    if (!userName) {\n                        \/\/ Do not show error, do nothing\n                        return;\n                    }\n                    nameError.textContent = '';\n                    nameError.style.display = 'none';\n                    this.startTest();\n                },\n                \n                displayText: function() {\n                    const textDisplay = document.getElementById('typingTestDisplay');\n                    textDisplay.innerHTML = this.graphemes.map((char, index) => {\n                        let className = 'typing-test-char';\n                        if (index === this.currentIndex) {\n                            className += ' current';\n                        }\n                        if (this.charStates[index] === 'correct') {\n                            className += ' correct';\n                        } else if (this.charStates[index] === 'incorrect') {\n                            className += ' incorrect';\n                        }\n                        return `<span class=\"${className}\">${char}<\/span>`;\n                    }).join('');\n                },\n                \n                checkInput: function(e) {\n                    if (!this.isTestActive) return;\n                    const inputText = getGraphemes(e.target.value);\n                    this.currentIndex = inputText.length;\n                    \/\/ Compare the entire input so far to the lesson\n                    for (let i = 0; i < this.graphemes.length; i++) {\n                        if (i < inputText.length) {\n                            if (inputText[i] === this.graphemes[i]) {\n                                this.charStates[i] = 'correct';\n                            } else {\n                                this.charStates[i] = 'incorrect';\n                            }\n                        } else {\n                            this.charStates[i] = 'untyped';\n                        }\n                    }\n                    \/\/ Count mistakes\n                    this.mistakes = 0;\n                    for (let i = 0; i < this.currentIndex; i++) {\n                        if (this.charStates[i] === 'incorrect') this.mistakes++;\n                    }\n                    this.displayText();\n                    if (this.currentIndex >= this.graphemes.length) {\n                        this.endTest();\n                        return;\n                    }\n                    this.totalChars = this.currentIndex;\n                    this.updateStats();\n                },\n                \n                resetStats: function() {\n                    this.mistakes = 0;\n                    this.totalChars = 0;\n                    this.currentIndex = 0;\n                    this.charStates = [];\n                    this.updateStats();\n                },\n                \n                updateTimer: function() {\n                    if (this.timeLeft > 0) {\n                        this.timeLeft--;\n                        document.getElementById('typingTestTime').textContent = this.timeLeft;\n                        \n                        \/\/ Update progress bar\n                        const progressPercent = ((this.totalTime - this.timeLeft) \/ this.totalTime) * 100;\n                        document.getElementById('typingTestProgressBar').style.width = progressPercent + '%';\n                    } else {\n                        this.endTest();\n                    }\n                },\n                \n                updateStats: function() {\n                    const timeSpent = this.totalTime - this.timeLeft;\n                    const wpm = Math.round((this.currentIndex \/ 5) \/ (timeSpent \/ 60)) || 0;\n                    const accuracy = Math.round((this.currentIndex - this.mistakes) * 100 \/ this.currentIndex) || 0;\n                    \n                    document.getElementById('typingTestWpm').textContent = wpm;\n                    document.getElementById('typingTestAccuracy').textContent = accuracy + '%';\n                    document.getElementById('typingTestCharacters').textContent = this.currentIndex;\n                    document.getElementById('typingTestMistakes').textContent = this.mistakes;\n                },\n                \n                endTest: function() {\n                    this.isTestActive = false;\n                    clearInterval(this.timer);\n                    document.getElementById('typingTestInput').disabled = true;\n                    \/\/ Get user name from input if not already set\n                    var userName = window.typingTestUserName || document.getElementById('typingTestUserName').value.trim();\n                    window.typingTestUserName = userName;\n                    const finalStats = {\n                        wpm: document.getElementById('typingTestWpm').textContent,\n                        accuracy: document.getElementById('typingTestAccuracy').textContent,\n                        characters: this.currentIndex,\n                        mistakes: this.mistakes,\n                        date: new Date().toLocaleString(),\n                        lesson: `Lesson ${this.currentLesson}`,\n                        user: userName\n                    };\n                    this.typingHistory.unshift(finalStats);\n                    if (this.typingHistory.length > 5) this.typingHistory.pop();\n                    this.updateHistoryDisplay();\n                    \/\/ Show share modal\n                    var shareMsg = `${finalStats.user} scored ${finalStats.wpm} WPM with ${finalStats.accuracy} accuracy in the Marathi Typing Test! (${finalStats.lesson})\\nTry Marathi Typing Test Free > https:\/\/majhinaukri.in\/tools\/marathi-typing-test\/`;\n                    document.getElementById('typingTestShareText').value = shareMsg;\n                    document.getElementById('typingTestWhatsAppShare').href = `https:\/\/wa.me\/?text=${encodeURIComponent(shareMsg)}`;\n                    document.getElementById('typingTestTwitterShare').href = `https:\/\/twitter.com\/intent\/tweet?text=${encodeURIComponent(shareMsg)}`;\n                    document.getElementById('typingTestFacebookShare').href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=&quote=${encodeURIComponent(shareMsg)}`;\n                    document.getElementById('typingTestShareModal').style.display = 'flex';\n                    \/\/ Copy to clipboard logic\n                    document.getElementById('typingTestCopyBtn').onclick = function() {\n                        navigator.clipboard.writeText(shareMsg).then(function() {\n                            document.getElementById('typingTestCopyBtn').textContent = 'Copied!';\n                            setTimeout(function(){ document.getElementById('typingTestCopyBtn').textContent = 'Copy to Clipboard'; }, 1500);\n                        });\n                    };\n                    alert(`Test Complete!\\nName: ${finalStats.user}\\nWPM: ${finalStats.wpm}\\nAccuracy: ${finalStats.accuracy}\\nCharacters: ${finalStats.characters}\\nMistakes: ${finalStats.mistakes}\\n${finalStats.lesson}\\n\\nTry Marathi Typing Test Free > https:\/\/majhinaukri.in\/tools\/marathi-typing-test\/`);\n                },\n                \n                updateHistoryDisplay: function() {\n                    const historyList = document.getElementById('typingTestHistoryList');\n                    historyList.innerHTML = this.typingHistory.map((stat, idx) => {\n                        const shareMsg = `${stat.user || ''} scored ${stat.wpm} WPM with ${stat.accuracy} accuracy in the Marathi Typing Test! (${stat.lesson})\\nTry Marathi Typing Test Free > https:\/\/majhinaukri.in\/tools\/marathi-typing-test\/`;\n                        return `\n                            <div class=\"typing-test-history-item\">\n                                <div>\n                                    <strong>WPM: ${stat.wpm}<\/strong> | Accuracy: ${stat.accuracy}\n                                <\/div>\n                                <div>\n                                    ${stat.date} | ${stat.lesson} | <button onclick=\"window.showShareModalFromHistory('${encodeURIComponent(shareMsg)}')\" style=\"padding:2px 10px; background:#3d85c6; color:#fff; border:none; border-radius:4px; cursor:pointer; font-size:13px;\">Share<\/button>\n                                <\/div>\n                            <\/div>\n                        `;\n                    }).join('');\n                },\n                \n                toggleTheme: function() {\n                    \/\/ Removed dark mode toggle function\n                },\n                \n                init: function() {\n                    if (!this._v()) {\n                        document.getElementById('typingTestInput').disabled = true;\n                        document.querySelector('.typing-test-start').disabled = true;\n                        document.querySelector('.typing-test-restart').disabled = true;\n                        alert('This tool requires proper attribution to function.');\n                        return;\n                    }\n\n                    \/\/ Initialize lesson preview\n                    this.updateLessonPreview();\n                    \n                    \/\/ Add event listeners\n                    document.getElementById('typingTestTimeSelect').addEventListener('change', function(e) {\n                        window.typingTest.setTime(e.target.value);\n                    });\n                    \n                    document.getElementById('typingTestLessonSelect').addEventListener('change', function(e) {\n                        window.typingTest.setLesson(e.target.value);\n                    });\n                    \n                    document.querySelector('.typing-test-start').addEventListener('click', function() {\n                        window.typingTest.startTest();\n                    });\n                    \n                    document.querySelector('.typing-test-restart').addEventListener('click', function() {\n                        window.typingTest.restartTest();\n                    });\n\n                    \/\/ Add periodic verification\n                    setInterval(() => {\n                        if (!this._v()) {\n                            document.getElementById('typingTestInput').disabled = true;\n                            document.querySelector('.typing-test-start').disabled = true;\n                            document.querySelector('.typing-test-restart').disabled = true;\n                            if (this.timer) {\n                                clearInterval(this.timer);\n                                this.timer = null;\n                            }\n                            this.isTestActive = false;\n                            alert('This tool requires proper attribution to function.');\n                        }\n                    }, 1000);\n                }\n            };\n            \n            \/\/ Initialize when DOM is loaded\n            if (document.readyState === 'loading') {\n                document.addEventListener('DOMContentLoaded', function() {\n                    window.typingTest.init();\n                });\n            } else {\n                window.typingTest.init();\n            }\n        })();\n\n        \/\/ Expose control functions globally for HTML event handlers\n        window.typingTestStart = function() { window.typingTest.startTest(); }\n        window.typingTestSetLesson = function(val) { window.typingTest.setLesson(val); }\n        window.typingTestSetTime = function(val) { window.typingTest.setTime(val); }\n        window.typingTestRestart = function() { window.typingTest.restartTest(); }\n\n        \/\/ Add at the top of the script, after window.typingTest = { ... }\n        window.typingTestUserName = '';\n\n        \/\/ Disable Start Test button if no name\n        \/\/ Add after DOMContentLoaded\/init\n        var userNameInput = document.getElementById('typingTestUserName');\n        var startBtn = document.querySelector('.typing-test-start');\n        function checkUserNameInput() {\n            var nameError = document.getElementById('typingTestNameError');\n            if (userNameInput.value.trim()) {\n                \/\/ Always enable Start Test button\n                startBtn.disabled = false;\n                nameError.textContent = '';\n                nameError.style.display = 'none';\n            } else {\n                \/\/ Always enable Start Test button\n                startBtn.disabled = false;\n                nameError.textContent = '';\n                nameError.style.display = 'none';\n            }\n        }\n        userNameInput.addEventListener('input', checkUserNameInput);\n        checkUserNameInput();\n\n        \/\/ Add a global function to show the share modal from history\n        window.showShareModalFromHistory = function(encodedMsg) {\n            var shareMsg = decodeURIComponent(encodedMsg);\n            document.getElementById('typingTestShareText').value = shareMsg;\n            document.getElementById('typingTestWhatsAppShare').href = `https:\/\/wa.me\/?text=${encodeURIComponent(shareMsg)}`;\n            document.getElementById('typingTestTwitterShare').href = `https:\/\/twitter.com\/intent\/tweet?text=${encodeURIComponent(shareMsg)}`;\n            document.getElementById('typingTestFacebookShare').href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=&quote=${encodeURIComponent(shareMsg)}`;\n            document.getElementById('typingTestShareModal').style.display = 'flex';\n            document.getElementById('typingTestCopyBtn').onclick = function() {\n                navigator.clipboard.writeText(shareMsg).then(function() {\n                    document.getElementById('typingTestCopyBtn').textContent = 'Copied!';\n                    setTimeout(function(){ document.getElementById('typingTestCopyBtn').textContent = 'Copy to Clipboard'; }, 1500);\n                });\n            };\n        };\n    <\/script>\n<\/div>\n\n<div class='code-block code-block-43' style='margin: 8px 0; clear: both;'>\n<style>\n\/* ===============================\n   COMPACT OTHER TOOLS PANEL\n   =============================== *\/\n\n.mn-other-tools {\n  margin-top: 24px;\n}\n\n.mn-other-tools h3 {\n  font-size: 16px;\n  font-weight: 600;\n  color: #111827;\n  margin-bottom: 10px;\n}\n\n\/* Compact Grid *\/\n.mn-tools-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));\n  gap: 10px;\n}\n\n\/* Compact Card *\/\n.mn-tool-item {\n  background: #ffffff;\n  border-radius: 10px;\n  padding: 10px 12px;\n  text-decoration: none !important;\n  border: 1px solid #e5e7eb;\n  transition: all 0.2s ease;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.mn-tool-item:hover {\n  background: #f8fafc;\n  border-color: #3d85c6;\n}\n\n\/* Smaller Icon *\/\n.mn-tool-icon {\n  width: 34px;\n  height: 34px;\n  border-radius: 8px;\n  background: #eef5ff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 16px;\n}\n\n\/* Text *\/\n.mn-tool-text span {\n  font-size: 13px;\n  font-weight: 500;\n  color: #111827;\n  line-height: 1.2;\n}\n\n.mn-tool-text small {\n  display: none; \/* remove subtitle for compact UI *\/\n}\n\n\/* Mobile *\/\n@media (max-width: 600px) {\n  .mn-tools-grid {\n    grid-template-columns: 1fr 1fr;\n  }\n}\n<\/style>\n\n<div class=\"mn-other-tools\">\n  <h3>\ud83d\udd27 Other Tools<\/h3>\n\n  <div class=\"mn-tools-grid\" id=\"mnToolsGrid\">\n\n    <a href=\"\/tools\/image-resizer\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\ud83d\uddbc\ufe0f<\/div>\n      <div class=\"mn-tool-text\"><span>Image Resizer<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/photo-signature-joiner\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\u270d\ufe0f<\/div>\n      <div class=\"mn-tool-text\"><span>Photo & Sign Joiner<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/image-to-pdf\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\ud83d\udcc4<\/div>\n      <div class=\"mn-tool-text\"><span>Image to PDF<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/marathi-typing-test\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\u2328\ufe0f<\/div>\n      <div class=\"mn-tool-text\"><span>Marathi Typing Test<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/english-typing-test\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\u2328\ufe0f<\/div>\n      <div class=\"mn-tool-text\"><span>English Typing Test<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/pdf-merger\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\ud83d\udcd1<\/div>\n      <div class=\"mn-tool-text\"><span>PDF Merger<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/pdf-splitter\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\u2702\ufe0f<\/div>\n      <div class=\"mn-tool-text\"><span>PDF Splitter<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/pdf-arranger\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\ud83d\uddc2\ufe0f<\/div>\n      <div class=\"mn-tool-text\"><span>PDF Arranger<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/age-calculator\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\ud83d\udcc5<\/div>\n      <div class=\"mn-tool-text\"><span>Age Calculator<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/emi-calculator\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\ud83d\udcb0<\/div>\n      <div class=\"mn-tool-text\"><span>EMI Calculator<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/bmi-calculator\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\u2696\ufe0f<\/div>\n      <div class=\"mn-tool-text\"><span>BMI Calculator<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/gst-calculator\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\ud83e\uddfe<\/div>\n      <div class=\"mn-tool-text\"><span>GST Calculator<\/span><\/div>\n    <\/a>\n\n    <a href=\"\/tools\/percentage-calculator\/\" class=\"mn-tool-item\">\n      <div class=\"mn-tool-icon\">\ud83d\udcca<\/div>\n      <div class=\"mn-tool-text\"><span>Percentage Calculator<\/span><\/div>\n    <\/a>\n\n  <\/div>\n<\/div>\n\n<script>\n\/* ===============================\n   AUTO-HIDE CURRENT TOOL\n   =============================== *\/\n(function () {\n  const currentPath = window.location.pathname.replace(\/\\\/$\/, \"\");\n  const tools = document.querySelectorAll(\"#mnToolsGrid a\");\n\n  tools.forEach(tool => {\n    const toolPath = tool.getAttribute(\"href\").replace(\/\\\/$\/, \"\");\n    if (currentPath === toolPath) {\n      tool.style.display = \"none\";\n    }\n  });\n})();\n<\/script>\n<\/div>\n\n<h2 class=\"\" data-start=\"211\" data-end=\"291\">\ud83e\udde0 Marathi Typing Test \u2013 Free Online Practice for Government Exam Preparation<\/h2>\n<p class=\"\" data-start=\"293\" data-end=\"587\">Typing in Marathi is essential for many <strong data-start=\"333\" data-end=\"357\">government job exams<\/strong> in Maharashtra- including <strong data-start=\"385\" data-end=\"417\">MPSC, Talathi, Police Bharti<\/strong>, and more. Our <strong data-start=\"433\" data-end=\"461\">Marathi Typing Test tool<\/strong> is designed to help you <strong data-start=\"486\" data-end=\"516\">improve speed and accuracy<\/strong> through regular practice. It\u2019s free, simple, and works on all devices.<\/p>\n<h3 class=\"\" data-start=\"589\" data-end=\"618\">\ud83c\udfaf What This Tool Offers:<\/h3>\n<ul>\n<li data-start=\"622\" data-end=\"681\">Inscript \/ Remington Keyboard Layout (based on requirement)<\/li>\n<li data-start=\"684\" data-end=\"728\">Live speed tracking (WPM &#8211; Words Per Minute)<\/li>\n<li data-start=\"731\" data-end=\"766\">Mistake counter and accuracy report<\/li>\n<li data-start=\"769\" data-end=\"811\">Timer-based tests (1 min \/ 5 min \/ 10 min)<\/li>\n<li data-start=\"814\" data-end=\"870\">Ready-made practice lessons with real-world Marathi text<\/li>\n<\/ul>\n<h3 class=\"\" data-start=\"872\" data-end=\"891\">\ud83d\udee0\ufe0f How to Use:<\/h3>\n<ol>\n<li data-start=\"896\" data-end=\"952\">Choose your <strong data-start=\"908\" data-end=\"927\">keyboard layout<\/strong> (Inscript or Remington).<\/li>\n<li data-start=\"956\" data-end=\"985\">Select the <strong data-start=\"967\" data-end=\"984\">test duration<\/strong>.<\/li>\n<li data-start=\"989\" data-end=\"1028\">Start typing the given Marathi passage.<\/li>\n<li data-start=\"1032\" data-end=\"1093\">At the end, view your <strong data-start=\"1054\" data-end=\"1080\">typing speed, accuracy<\/strong>, and errors.<\/li>\n<\/ol>\n<h3 class=\"\" data-start=\"1095\" data-end=\"1113\">\ud83d\udd21 Fonts Used:<\/h3>\n<ol>\n<li data-start=\"1117\" data-end=\"1168\">Uses <strong data-start=\"1122\" data-end=\"1132\">Mangal<\/strong> font \u2013 accepted in most govt exams.<\/li>\n<li data-start=\"1171\" data-end=\"1208\">Supports Unicode and easy copy-paste.<\/li>\n<\/ol>\n<h3 class=\"\" data-start=\"1210\" data-end=\"1227\">\ud83d\udc65 Ideal For:<\/h3>\n<ol>\n<li data-start=\"1231\" data-end=\"1275\">Students preparing for Maharashtra govt jobs<\/li>\n<li data-start=\"1278\" data-end=\"1316\">Typing institutes and coaching centers<\/li>\n<li data-start=\"1319\" data-end=\"1366\">Anyone wanting to improve Marathi typing skills<\/li>\n<\/ol>\n<hr class=\"\" data-start=\"1368\" data-end=\"1371\" \/>\n<p class=\"\" data-start=\"1373\" data-end=\"1569\">\ud83d\udca1 <strong data-start=\"1376\" data-end=\"1384\">Tip:<\/strong> Practicing daily with correct hand positioning improves both speed and confidence. You can also switch to <a href=\"https:\/\/majhinaukri.in\/tools\/english-typing-test\/\">English Typing Test<\/a> here.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud83e\udde0 Marathi Typing Test \u2013 Free Online Practice for Government Exam Preparation Typing in Marathi is essential for many government job exams in Maharashtra- including MPSC, Talathi, Police Bharti, and more. Our Marathi Typing Test tool is designed to help you improve speed and accuracy through regular practice. It\u2019s free, simple, and works on all [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":447,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-256","page","type-page","status-publish","has-post-thumbnail"],"_links":{"self":[{"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/pages\/256","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/comments?post=256"}],"version-history":[{"count":4,"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/pages\/256\/revisions"}],"predecessor-version":[{"id":547,"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/pages\/256\/revisions\/547"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/media\/447"}],"wp:attachment":[{"href":"https:\/\/majhinaukri.in\/tools\/wp-json\/wp\/v2\/media?parent=256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}