{"id":6715,"date":"2026-09-10T14:12:57","date_gmt":"2026-09-10T10:42:57","guid":{"rendered":"https:\/\/mozabrizan.com\/?page_id=6715"},"modified":"2026-09-10T14:14:50","modified_gmt":"2026-09-10T10:44:50","slug":"survey","status":"publish","type":"page","link":"https:\/\/mozabrizan.com\/en\/survey\/","title":{"rendered":"\u0633\u0627\u0645\u0627\u0646\u0647 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"fa\" dir=\"rtl\"><\/p>\n<p><head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>\u0633\u0627\u0645\u0627\u0646\u0647 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc \u067e\u0631\u0633\u0646\u0644 | \u0634\u0631\u06a9\u062a \u0645\u0630\u0627\u0628 \u0631\u06cc\u0632\u0627\u0646 \u0633\u067e\u0627\u0647\u0627\u0646<\/title><br \/>\n    <!-- Vazirmatn Font -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/vazirmatn@33.0.3\/Vazirmatn-font-face.css\">\n    <!-- SheetJS Library for Excel Export --><br \/>\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/xlsx@0.18.5\/dist\/xlsx.full.min.js\"><\/script><\/p>\n<style>\n        :root {\n            --bg-color: #f8fafc;\n            --card-bg: #ffffff;\n            --primary-color: #0f172a;\n            --accent-color: #c59b27;\n            --accent-hover: #a37f1e;\n            --text-main: #1e293b;\n            --text-muted: #64748b;\n            --border-color: #e2e8f0;\n            --danger-color: #ef4444;\n            --success-color: #10b981;\n            --radius: 16px;\n            --shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.05);\n        }<\/p>\n<p>        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            font-family: 'Vazirmatn', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n        }<\/p>\n<p>        body {\n            background-color: var(--bg-color);\n            color: var(--text-main);\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px 15px;\n            direction: rtl;\n        }<\/p>\n<p>        .app-container {\n            width: 100%;\n            max-width: 600px;\n            margin: auto;\n        }<\/p>\n<p>        .brand-header {\n            text-align: center;\n            margin-bottom: 24px;\n        }<\/p>\n<p>        .brand-badge {\n            display: inline-block;\n            font-size: 0.75rem;\n            font-weight: 600;\n            color: var(--accent-color);\n            background: rgba(197, 155, 39, 0.1);\n            padding: 4px 12px;\n            border-radius: 20px;\n            margin-bottom: 8px;\n        }<\/p>\n<p>        .brand-title {\n            font-size: 1.35rem;\n            font-weight: 700;\n            color: var(--primary-color);\n        }<\/p>\n<p>        .card {\n            background: var(--card-bg);\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius);\n            padding: 24px;\n            box-shadow: var(--shadow);\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .card-header {\n            margin-bottom: 20px;\n            padding-bottom: 12px;\n            border-bottom: 1px solid var(--border-color);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }<\/p>\n<p>        .card-header h2 {\n            font-size: 1.15rem;\n            font-weight: 600;\n            color: var(--primary-color);\n        }<\/p>\n<p>        .card-header p {\n            font-size: 0.85rem;\n            color: var(--text-muted);\n            margin-top: 4px;\n        }<\/p>\n<p>        .form-group {\n            margin-bottom: 20px;\n        }<\/p>\n<p>        label {\n            display: block;\n            font-size: 0.875rem;\n            font-weight: 600;\n            color: var(--text-main);\n            margin-bottom: 8px;\n        }<\/p>\n<p>        .optional-tag {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            font-weight: 400;\n        }<\/p>\n<p>        .required-tag {\n            font-size: 0.75rem;\n            color: var(--danger-color);\n            font-weight: 400;\n        }<\/p>\n<p>        input[type=\"text\"],\n        input[type=\"password\"],\n        textarea {\n            width: 100%;\n            padding: 12px 14px;\n            font-size: 0.95rem;\n            border: 1px solid var(--border-color);\n            border-radius: 10px;\n            background-color: #fafafa;\n            color: var(--text-main);\n            outline: none;\n            transition: border-color 0.2s;\n        }<\/p>\n<p>        input[type=\"text\"]:focus,\n        input[type=\"password\"]:focus,\n        textarea:focus {\n            border-color: var(--accent-color);\n            background-color: #ffffff;\n        }<\/p>\n<p>        textarea {\n            resize: vertical;\n            min-height: 110px;\n        }<\/p>\n<p>        .question-item {\n            background: #fafafa;\n            border: 1px solid var(--border-color);\n            border-radius: 12px;\n            padding: 16px;\n            margin-bottom: 16px;\n        }<\/p>\n<p>        .question-title {\n            font-size: 0.95rem;\n            font-weight: 600;\n            color: var(--primary-color);\n            margin-bottom: 12px;\n        }<\/p>\n<p>        .options-grid {\n            display: flex;\n            flex-direction: column;\n            gap: 8px;\n        }<\/p>\n<p>        .option-card {\n            display: flex;\n            align-items: center;\n            padding: 10px 14px;\n            border: 1px solid var(--border-color);\n            border-radius: 8px;\n            cursor: pointer;\n            background: #fff;\n            transition: all 0.2s;\n        }<\/p>\n<p>        .option-card:hover {\n            border-color: var(--accent-color);\n        }<\/p>\n<p>        .option-card input[type=\"radio\"] {\n            width: 16px;\n            height: 16px;\n            margin-left: 10px;\n            accent-color: var(--accent-color);\n        }<\/p>\n<p>        .btn {\n            width: 100%;\n            padding: 13px;\n            font-size: 0.95rem;\n            font-weight: 600;\n            color: #ffffff;\n            background-color: var(--primary-color);\n            border: none;\n            border-radius: 10px;\n            cursor: pointer;\n        }<\/p>\n<p>        .btn-accent {\n            background-color: var(--accent-color);\n        }<\/p>\n<p>        .btn-accent:hover {\n            background-color: var(--accent-hover);\n        }<\/p>\n<p>        .btn-outline {\n            background: transparent;\n            color: var(--text-muted);\n            border: 1px solid var(--border-color);\n        }<\/p>\n<p>        .btn-danger-sm {\n            padding: 6px 12px;\n            font-size: 0.8rem;\n            background: rgba(239, 68, 68, 0.1);\n            color: var(--danger-color);\n            border: none;\n            border-radius: 6px;\n            cursor: pointer;\n        }<\/p>\n<p>        .btn-secondary-sm {\n            padding: 6px 12px;\n            font-size: 0.8rem;\n            background: rgba(15, 23, 42, 0.08);\n            color: var(--primary-color);\n            border: none;\n            border-radius: 6px;\n            cursor: pointer;\n        }<\/p>\n<p>        .btn-excel {\n            background-color: #107c41;\n            color: white;\n            border: none;\n            padding: 8px 16px;\n            border-radius: 8px;\n            font-size: 0.85rem;\n            font-weight: 600;\n            cursor: pointer;\n        }<\/p>\n<p>        .mode-switcher {\n            display: flex;\n            background: #e2e8f0;\n            padding: 3px;\n            border-radius: 10px;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .mode-btn {\n            flex: 1;\n            padding: 8px;\n            font-size: 0.85rem;\n            font-weight: 600;\n            border: none;\n            background: transparent;\n            color: var(--text-muted);\n            border-radius: 8px;\n            cursor: pointer;\n        }<\/p>\n<p>        .mode-btn.active {\n            background: #ffffff;\n            color: var(--primary-color);\n            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);\n        }<\/p>\n<p>        .admin-q-card {\n            border: 1px solid var(--border-color);\n            border-radius: 10px;\n            padding: 14px;\n            margin-bottom: 12px;\n            background: #fff;\n        }<\/p>\n<p>        .admin-q-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 8px;\n        }<\/p>\n<p>        .device-badge {\n            font-size: 0.75rem;\n            font-weight: 600;\n            color: #2563eb;\n            background: rgba(37, 99, 235, 0.1);\n            padding: 3px 8px;\n            border-radius: 6px;\n        }<\/p>\n<p>        .response-card {\n            background: #ffffff;\n            border: 1px solid var(--border-color);\n            border-radius: 10px;\n            padding: 16px;\n            margin-bottom: 12px;\n        }<\/p>\n<p>        .response-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            margin-bottom: 10px;\n            padding-bottom: 6px;\n            border-bottom: 1px dashed var(--border-color);\n        }<\/p>\n<p>        .user-id-badge {\n            font-size: 0.75rem;\n            font-weight: 700;\n            color: var(--accent-color);\n            background: rgba(197, 155, 39, 0.1);\n            padding: 2px 8px;\n            border-radius: 4px;\n        }<\/p>\n<p>        .response-answers {\n            font-size: 0.85rem;\n            margin-bottom: 10px;\n            background: #fafafa;\n            padding: 10px;\n            border-radius: 8px;\n        }<\/p>\n<p>        .response-answers div {\n            margin-bottom: 4px;\n        }<\/p>\n<p>        .response-text {\n            font-size: 0.875rem;\n            color: var(--text-main);\n            line-height: 1.6;\n            background: #f8fafc;\n            padding: 10px;\n            border-radius: 8px;\n            border-right: 3px solid var(--accent-color);\n        }<\/p>\n<p>        .error-msg {\n            color: var(--danger-color);\n            font-size: 0.8rem;\n            margin-top: 6px;\n            display: none;\n        }<\/p>\n<p>        .hidden {\n            display: none !important;\n        }<\/p>\n<p>        footer {\n            text-align: center;\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-top: 24px;\n        }\n    <\/style>\n<p><\/head><\/p>\n<p><body><\/p>\n<div class=\"app-container\">\n        <!-- Switcher --><\/p>\n<div class=\"mode-switcher\">\n            <button class=\"mode-btn active\" id=\"btn-user-mode\" onclick=\"switchView('user')\">\u0646\u0645\u0627\u06cc\u0634 \u06a9\u0627\u0631\u0628\u0631<\/button><br \/>\n            <button class=\"mode-btn\" id=\"btn-admin-mode\" onclick=\"switchView('admin')\">\u067e\u0646\u0644 \u0645\u062f\u06cc\u0631\u06cc\u062a<\/button>\n        <\/div>\n<p>        <!-- Header --><\/p>\n<header class=\"brand-header\">\n            <span class=\"brand-badge\">\u0633\u0627\u0645\u0627\u0646\u0647 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc \u067e\u0631\u0633\u0646\u0644<\/span><\/p>\n<h1 class=\"brand-title\">\u0634\u0631\u06a9\u062a \u0645\u0630\u0627\u0628 \u0631\u06cc\u0632\u0627\u0646 \u0633\u067e\u0627\u0647\u0627\u0646<\/h1>\n<\/header>\n<p>        <!-- USER VIEW --><\/p>\n<div id=\"user-view\">\n<div id=\"user-step-1\" class=\"card\">\n<div class=\"card-header\">\n<div>\n<h2>\u062e\u0648\u0634 \u0622\u0645\u062f\u06cc\u062f<\/h2>\n<p>\u0644\u0637\u0641\u0627\u064b \u062c\u0647\u062a \u0634\u0631\u0648\u0639 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc \u0627\u0637\u0644\u0627\u0639\u0627\u062a \u0632\u06cc\u0631 \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"form-group\">\n                    <label for=\"input-name\">\u0646\u0627\u0645 \u0648 \u0646\u0627\u0645 \u062e\u0627\u0646\u0648\u0627\u062f\u06af\u06cc <span class=\"optional-tag\">(\u0627\u062e\u062a\u06cc\u0627\u0631\u06cc)<\/span><\/label><br \/>\n                    <input type=\"text\" id=\"input-name\" placeholder=\"\u0645\u062b\u0627\u0644: \u0639\u0644\u06cc \u0645\u062d\u0645\u062f\u06cc\">\n                <\/div>\n<p>                <button class=\"btn btn-accent\" onclick=\"startSurvey()\">\u0648\u0631\u0648\u062f \u0628\u0647 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc<\/button>\n            <\/div>\n<div id=\"user-step-2\" class=\"card hidden\">\n<div class=\"card-header\">\n<div>\n<h2>\u0641\u0631\u0645 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc \u0627\u0645\u06a9\u0627\u0646\u06cc \u0648 \u0631\u0641\u0627\u0647\u06cc \u067e\u0631\u0633\u0646\u0644<\/h2>\n<p>\u067e\u0627\u0633\u062e\u200c\u0647\u0627\u06cc \u0634\u0645\u0627 \u0628\u0647 \u0628\u0647\u0628\u0648\u062f \u0634\u0631\u0627\u06cc\u0637 \u06a9\u0627\u0631\u06cc \u0648 \u062e\u062f\u0645\u0627\u062a \u0634\u0631\u06a9\u062a \u06a9\u0645\u06a9 \u0645\u06cc\u200c\u06a9\u0646\u062f.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<form id=\"survey-form\" onsubmit=\"submitSurvey(event)\">\n<div id=\"user-questions-container\"><\/div>\n<div class=\"form-group\" style=\"margin-top: 20px;\">\n                        <label for=\"input-feedback\">\u062a\u0648\u0636\u06cc\u062d\u0627\u062a \u0648 \u067e\u06cc\u0634\u0646\u0647\u0627\u062f\u0647\u0627\u06cc \u062a\u06a9\u0645\u06cc\u0644\u06cc <span\n                                class=\"required-tag\">(\u0627\u0644\u0632\u0627\u0645\u06cc)<\/span><\/label><br \/>\n                        <textarea id=\"input-feedback\" required\n                            placeholder=\"\u0644\u0637\u0641\u0627\u064b \u0646\u0638\u0631\u0627\u062a\u060c \u0627\u0646\u062a\u0642\u0627\u062f\u0627\u062a \u06cc\u0627 \u067e\u06cc\u0634\u0646\u0647\u0627\u062f\u0627\u062a \u062e\u0648\u062f \u0631\u0627 \u0628\u0646\u0648\u06cc\u0633\u06cc\u062f...\"><\/textarea>\n                    <\/div>\n<p>                    <button type=\"submit\" class=\"btn btn-accent\">\u062b\u0628\u062a \u0648 \u0627\u0631\u0633\u0627\u0644 \u0646\u0647\u0627\u06cc\u06cc<\/button><br \/>\n                <\/form>\n<\/p><\/div>\n<div id=\"user-step-3\" class=\"card hidden\" style=\"text-align: center;\">\n<div style=\"font-size: 2.5rem; color: var(--success-color); margin-bottom: 12px;\">\u2713<\/div>\n<h2 style=\"font-size: 1.2rem; color: var(--primary-color); margin-bottom: 8px;\">\u0646\u0638\u0631 \u0634\u0645\u0627 \u0628\u0627 \u0645\u0648\u0641\u0642\u06cc\u062a \u062b\u0628\u062a \u0634\u062f<br \/>\n                <\/h2>\n<p style=\"font-size: 0.875rem; color: var(--text-muted); margin-bottom: 20px;\">\u0627\u0632 \u0627\u06cc\u0646\u06a9\u0647 \u0645\u0627 \u0631\u0627 \u062f\u0631 \u0627\u0631\u0627\u0626\u0647<br \/>\n                    \u062e\u062f\u0645\u0627\u062a \u0628\u0647\u062a\u0631 \u06cc\u0627\u0631\u06cc \u0646\u0645\u0648\u062f\u06cc\u062f \u0633\u067e\u0627\u0633\u06af\u0632\u0627\u0631\u06cc\u0645.<\/p>\n<p>                <button class=\"btn btn-outline\" onclick=\"resetSurvey()\">\u062b\u0628\u062a \u0646\u0638\u0631 \u062c\u062f\u06cc\u062f<\/button>\n            <\/div>\n<\/p><\/div>\n<p>        <!-- ADMIN VIEW --><\/p>\n<div id=\"admin-view\" class=\"hidden\">\n            <!-- Login Card --><\/p>\n<div id=\"admin-login-card\" class=\"card\">\n<div class=\"card-header\">\n<div>\n<h2>\u0648\u0631\u0648\u062f \u0628\u0647 \u067e\u0646\u0644 \u0645\u062f\u06cc\u0631\u06cc\u062a<\/h2>\n<p>\u062c\u0647\u062a \u062f\u0633\u062a\u0631\u0633\u06cc \u0631\u0645\u0632 \u0639\u0628\u0648\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"form-group\">\n                    <label for=\"admin-pass-input\">\u0631\u0645\u0632 \u0639\u0628\u0648\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a:<\/label><br \/>\n                    <input type=\"password\" id=\"admin-pass-input\" placeholder=\"\u0631\u0645\u0632 \u0639\u0628\u0648\u0631...\"><\/p>\n<div id=\"login-error\" class=\"error-msg\">\u0631\u0645\u0632 \u0639\u0628\u0648\u0631 \u0627\u0634\u062a\u0628\u0627\u0647 \u0627\u0633\u062a!<\/div>\n<\/p><\/div>\n<p>                <button class=\"btn btn-accent\" onclick=\"adminLogin()\">\u0648\u0631\u0648\u062f \u0628\u0647 \u0633\u06cc\u0633\u062a\u0645<\/button>\n            <\/div>\n<p>            <!-- Dashboard Content --><\/p>\n<div id=\"admin-dashboard\" class=\"hidden\">\n                <!-- Questions Management --><\/p>\n<div class=\"card\">\n<div class=\"card-header\">\n<h2>\u0645\u062f\u06cc\u0631\u06cc\u062a \u0633\u0648\u0627\u0644\u0627\u062a \u0646\u0638\u0631\u0633\u0646\u062c\u06cc<\/h2>\n<p>                        <button class=\"btn-danger-sm\" onclick=\"adminLogout()\">\u062e\u0631\u0648\u062c<\/button>\n                    <\/div>\n<div style=\"margin-bottom: 16px;\">\n                        <button class=\"btn btn-accent\" onclick=\"addNewQuestionPrompt()\">+ \u0627\u0641\u0632\u0648\u062f\u0646 \u0633\u0648\u0627\u0644 \u062c\u062f\u06cc\u062f<\/button>\n                    <\/div>\n<div id=\"admin-questions-list\"><\/div>\n<\/p><\/div>\n<p>                <!-- View Responses --><\/p>\n<div class=\"card\">\n<div class=\"card-header\">\n<h2>\u0646\u0638\u0631\u0627\u062a \u0648 \u067e\u0627\u0633\u062e\u200c\u0647\u0627\u06cc \u067e\u0631\u0633\u0646\u0644<\/h2>\n<p>                        <button class=\"btn-excel\" onclick=\"exportToExcel()\">\ud83d\udcca \u062f\u0627\u0646\u0644\u0648\u062f \u062e\u0631\u0648\u062c\u06cc \u0627\u06a9\u0633\u0644<\/button>\n                    <\/div>\n<div id=\"admin-responses-container\"><\/div>\n<\/p><\/div>\n<p>                <!-- Change Password --><\/p>\n<div class=\"card\">\n<div class=\"card-header\">\n<h2>\u062a\u063a\u06cc\u06cc\u0631 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a<\/h2>\n<\/p><\/div>\n<div class=\"form-group\">\n                        <input type=\"password\" id=\"new-pass-input\" placeholder=\"\u0631\u0645\u0632 \u0639\u0628\u0648\u0631 \u062c\u062f\u06cc\u062f...\">\n                    <\/div>\n<p>                    <button class=\"btn btn-outline\" onclick=\"changePassword()\">\u062a\u063a\u06cc\u06cc\u0631 \u0631\u0645\u0632 \u0639\u0628\u0648\u0631<\/button>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<footer>\n            \u06a9\u0644\u06cc\u0647 \u062d\u0642\u0648\u0642 \u0628\u0631\u0627\u06cc \u0634\u0631\u06a9\u062a \u0645\u0630\u0627\u0628 \u0631\u06cc\u0632\u0627\u0646 \u0633\u067e\u0627\u0647\u0627\u0646 \u0645\u062d\u0641\u0648\u0638 \u0627\u0633\u062a.<br \/>\n        <\/footer>\n<\/p><\/div>\n<p>    <script>\n        function detectDevice() {\n            const ua = navigator.userAgent;\n            if (\/iPhone\/i.test(ua)) return 'iPhone';\n            if (\/iPad\/i.test(ua)) return 'iPad';\n            if (\/Android\/i.test(ua)) return 'Android Device';\n            if (\/Windows\/i.test(ua)) return 'Windows PC';\n            if (\/Macintosh\/i.test(ua)) return 'Mac';\n            if (\/Linux\/i.test(ua)) return 'Linux';\n            return '\u0646\u0627\u0634\u0646\u0627\u062e\u062a\u0647 \/ \u0633\u0627\u06cc\u0631 \u062f\u0633\u062a\u06af\u0627\u0647\u200c\u0647\u0627';\n        }<\/p>\n<p>        \/\/ \u0633\u0648\u0627\u0644\u0627\u062a \u0627\u062e\u062a\u0635\u0627\u0635\u06cc \u067e\u0631\u0633\u0646\u0644\n        let defaultQuestions = [\n            { id: 1, text: '\u06f1. \u0645\u06cc\u0632\u0627\u0646 \u0631\u0636\u0627\u06cc\u062a \u0634\u0645\u0627 \u0627\u0632 \u0633\u0637\u062d \u062d\u0642\u0648\u0642 \u0648 \u0645\u0632\u0627\u06cc\u0627\u06cc \u062f\u0631\u06cc\u0627\u0641\u062a\u06cc:', options: ['\u0639\u0627\u0644\u06cc', '\u062e\u0648\u0628', '\u0645\u062a\u0648\u0633\u0637', '\u0636\u0639\u06cc\u0641'] },\n            { id: 2, text: '\u06f2. \u0646\u0638\u0645 \u0648 \u0632\u0645\u0627\u0646\u200c\u0628\u0646\u062f\u06cc \u067e\u0631\u062f\u0627\u062e\u062a \u062d\u0642\u0648\u0642 \u0648 \u067e\u0627\u062f\u0627\u0634\u200c\u0647\u0627:', options: ['\u0639\u0627\u0644\u06cc', '\u062e\u0648\u0628', '\u0645\u062a\u0648\u0633\u0637', '\u0636\u0639\u06cc\u0641'] },\n            { id: 3, text: '\u06f3. \u06a9\u06cc\u0641\u06cc\u062a \u0648 \u0632\u0645\u0627\u0646\u200c\u0628\u0646\u062f\u06cc \u0633\u0631\u0648\u06cc\u0633 \u0627\u06cc\u0627\u0628 \u0648 \u0630\u0647\u0627\u0628:', options: ['\u0639\u0627\u0644\u06cc', '\u062e\u0648\u0628', '\u0645\u062a\u0648\u0633\u0637', '\u0636\u0639\u06cc\u0641'] },\n            { id: 4, text: '\u06f4. \u06a9\u06cc\u0641\u06cc\u062a \u0648 \u062a\u0646\u0648\u0639 \u0648\u0639\u062f\u0647\u200c\u0647\u0627\u06cc \u063a\u0630\u0627\u06cc\u06cc \u0648 \u0645\u06cc\u0627\u0646\u200c\u0648\u0639\u062f\u0647\u200c\u0647\u0627:', options: ['\u0639\u0627\u0644\u06cc', '\u062e\u0648\u0628', '\u0645\u062a\u0648\u0633\u0637', '\u0636\u0639\u06cc\u0641'] },\n            { id: 5, text: '\u06f5. \u067e\u0648\u0634\u0634 \u0628\u06cc\u0645\u0647 \u062a\u06a9\u0645\u06cc\u0644\u06cc \u0648 \u062e\u062f\u0645\u0627\u062a \u062f\u0631\u0645\u0627\u0646\u06cc \u067e\u0631\u0633\u0646\u0644:', options: ['\u0639\u0627\u0644\u06cc', '\u062e\u0648\u0628', '\u0645\u062a\u0648\u0633\u0637', '\u0636\u0639\u06cc\u0641'] },\n            { id: 6, text: '\u06f6. \u06a9\u06cc\u0641\u06cc\u062a \u062a\u062c\u0647\u06cc\u0632\u0627\u062a \u0627\u06cc\u0645\u0646\u06cc \u0648 \u0644\u0628\u0627\u0633 \u06a9\u0627\u0631 \u0641\u0631\u062f\u06cc (HSE):', options: ['\u0639\u0627\u0644\u06cc', '\u062e\u0648\u0628', '\u0645\u062a\u0648\u0633\u0637', '\u0636\u0639\u06cc\u0641'] },\n            { id: 7, text: '\u06f7. \u0627\u0645\u06a9\u0627\u0646\u0627\u062a \u062d\u0648\u0632\u0647 \u0631\u0641\u0627\u0647\u06cc\u060c \u062a\u0641\u0631\u06cc\u062d\u06cc \u0648 \u0648\u0627\u0645\u200c\u0647\u0627\u06cc \u067e\u0631\u0633\u0646\u0644\u06cc:', options: ['\u0639\u0627\u0644\u06cc', '\u062e\u0648\u0628', '\u0645\u062a\u0648\u0633\u0637', '\u0636\u0639\u06cc\u0641'] },\n            { id: 8, text: '\u06f8. \u06a9\u06cc\u0641\u06cc\u062a \u062a\u0647\u0648\u06cc\u0647\u060c \u0633\u0631\u0645\u0627\u06cc\u0634\/\u06af\u0631\u0645\u0627\u06cc\u0634 \u0648 \u0628\u0647\u062f\u0627\u0634\u062a \u0645\u062d\u06cc\u0637 \u06a9\u0627\u0631\u062e\u0627\u0646\u0647:', options: ['\u0639\u0627\u0644\u06cc', '\u062e\u0648\u0628', '\u0645\u062a\u0648\u0633\u0637', '\u0636\u0639\u06cc\u0641'] },\n            { id: 9, text: '\u06f9. \u0646\u062d\u0648\u0647 \u0628\u0631\u062e\u0648\u0631\u062f \u0648 \u067e\u0627\u0633\u062e\u06af\u0648\u06cc\u06cc \u0648\u0627\u062d\u062f \u0645\u0646\u0627\u0628\u0639 \u0627\u0646\u0633\u0627\u0646\u06cc \u0648 \u0627\u062f\u0627\u0631\u06cc:', options: ['\u0639\u0627\u0644\u06cc', '\u062e\u0648\u0628', '\u0645\u062a\u0648\u0633\u0637', '\u0636\u0639\u06cc\u0641'] },\n            { id: 10, text: '\u06f1\u06f0. \u0627\u0645\u0646\u06cc\u062a \u0634\u063a\u0644\u06cc \u0648 \u0641\u0631\u0635\u062a\u200c\u0647\u0627\u06cc \u0631\u0634\u062f \u0648 \u0627\u0631\u062a\u0642\u0627 \u062f\u0631 \u0634\u0631\u06a9\u062a:', options: ['\u0639\u0627\u0644\u06cc', '\u062e\u0648\u0628', '\u0645\u062a\u0648\u0633\u0637', '\u0636\u0639\u06cc\u0641'] }\n        ];<\/p>\n<p>        let questions = JSON.parse(localStorage.getItem('mrs_questions')) || defaultQuestions;<\/p>\n<p>        let responses = JSON.parse(localStorage.getItem('mrs_responses')) || [\n            {\n                id: 101,\n                name: '\u0645\u062d\u0645\u062f \u062d\u0633\u06cc\u0646\u06cc',\n                device: 'Android Device',\n                answers: {\n                    '\u06f1. \u0645\u06cc\u0632\u0627\u0646 \u0631\u0636\u0627\u06cc\u062a \u0634\u0645\u0627 \u0627\u0632 \u0633\u0637\u062d \u062d\u0642\u0648\u0642 \u0648 \u0645\u0632\u0627\u06cc\u0627\u06cc \u062f\u0631\u06cc\u0627\u0641\u062a\u06cc:': '\u0645\u062a\u0648\u0633\u0637',\n                    '\u06f3. \u06a9\u06cc\u0641\u06cc\u062a \u0648 \u0632\u0645\u0627\u0646\u200c\u0628\u0646\u062f\u06cc \u0633\u0631\u0648\u06cc\u0633 \u0627\u06cc\u0627\u0628 \u0648 \u0630\u0647\u0627\u0628:': '\u062e\u0648\u0628',\n                    '\u06f4. \u06a9\u06cc\u0641\u06cc\u062a \u0648 \u062a\u0646\u0648\u0639 \u0648\u0639\u062f\u0647\u200c\u0647\u0627\u06cc \u063a\u0630\u0627\u06cc\u06cc \u0648 \u0645\u06cc\u0627\u0646\u200c\u0648\u0639\u062f\u0647\u200c\u0647\u0627:': '\u0636\u0639\u06cc\u0641'\n                },\n                feedback: '\u06a9\u06cc\u0641\u06cc\u062a \u063a\u0630\u0627 \u0646\u06cc\u0627\u0632 \u0628\u0647 \u0628\u0647\u0628\u0648\u062f \u062f\u0627\u0631\u062f. \u0633\u0631\u0648\u06cc\u0633 \u0627\u06cc\u0627\u0628 \u0648 \u0630\u0647\u0627\u0628 \u0645\u0646\u0638\u0645 \u0627\u0633\u062a.'\n            }\n        ];<\/p>\n<p>        let adminPassword = localStorage.getItem('mrs_admin_pass') || 'admin123';\n        let isAdminLoggedIn = false;\n        let currentUserName = '';<\/p>\n<p>        function saveState() {\n            localStorage.setItem('mrs_questions', JSON.stringify(questions));\n            localStorage.setItem('mrs_responses', JSON.stringify(responses));\n            localStorage.setItem('mrs_admin_pass', adminPassword);\n        }<\/p>\n<p>        function switchView(view) {\n            document.getElementById('btn-user-mode').classList.toggle('active', view === 'user');\n            document.getElementById('btn-admin-mode').classList.toggle('active', view === 'admin');\n            document.getElementById('user-view').classList.toggle('hidden', view !== 'user');\n            document.getElementById('admin-view').classList.toggle('hidden', view !== 'admin');<\/p>\n<p>            if (view === 'admin') {\n                if (isAdminLoggedIn) {\n                    document.getElementById('admin-login-card').classList.add('hidden');\n                    document.getElementById('admin-dashboard').classList.remove('hidden');\n                    renderAdminView();\n                } else {\n                    document.getElementById('admin-login-card').classList.remove('hidden');\n                    document.getElementById('admin-dashboard').classList.add('hidden');\n                }\n            }\n        }<\/p>\n<p>        function adminLogin() {\n            const pass = document.getElementById('admin-pass-input').value;\n            const errDiv = document.getElementById('login-error');\n            if (pass === adminPassword) {\n                isAdminLoggedIn = true;\n                errDiv.style.display = 'none';\n                document.getElementById('admin-pass-input').value = '';\n                switchView('admin');\n            } else {\n                errDiv.style.display = 'block';\n            }\n        }<\/p>\n<p>        function adminLogout() {\n            isAdminLoggedIn = false;\n            switchView('admin');\n        }<\/p>\n<p>        function changePassword() {\n            const newPass = document.getElementById('new-pass-input').value.trim();\n            if (newPass.length < 4) {\n                alert('\u0631\u0645\u0632 \u0639\u0628\u0648\u0631 \u0628\u0627\u06cc\u062f \u062d\u062f\u0627\u0642\u0644 \u06f4 \u06a9\u0627\u0631\u0627\u06a9\u062a\u0631 \u0628\u0627\u0634\u062f.');\n                return;\n            }\n            adminPassword = newPass;\n            saveState();\n            document.getElementById('new-pass-input').value = '';\n            alert('\u0631\u0645\u0632 \u0639\u0628\u0648\u0631 \u0645\u062f\u06cc\u0631\u06cc\u062a \u0628\u0627 \u0645\u0648\u0641\u0642\u06cc\u062a \u062a\u063a\u06cc\u06cc\u0631 \u06cc\u0627\u0641\u062a.');\n        }\n\n        function startSurvey() {\n            const nameInput = document.getElementById('input-name').value.trim();\n            currentUserName = nameInput !== '' ? nameInput : '\u06a9\u0627\u0631\u0628\u0631 \u0646\u0627\u0634\u0646\u0627\u0633';\n            document.getElementById('user-step-1').classList.add('hidden');\n            document.getElementById('user-step-2').classList.remove('hidden');\n            renderUserQuestions();\n        }\n\n        function renderUserQuestions() {\n            const container = document.getElementById('user-questions-container');\n            container.innerHTML = '';\n\n            questions.forEach((q, idx) => {\n                const qDiv = document.createElement('div');\n                qDiv.className = 'question-item';<\/p>\n<p>                let optionsHtml = '';\n                q.options.forEach((opt, oIdx) => {\n                    optionsHtml += `\n                    <label class=\"option-card\">\n                        <input type=\"radio\" name=\"q_${q.id}\" value=\"${opt}\" ${oIdx === 0 ? 'checked' : ''}>\n                        <span>${opt}<\/span>\n                    <\/label>\n                `;\n                });<\/p>\n<p>                qDiv.innerHTML = `<\/p>\n<div class=\"question-title\">${q.text}<\/div>\n<div class=\"options-grid\">${optionsHtml}<\/div>\n<p>            `;\n                container.appendChild(qDiv);\n            });\n        }<\/p>\n<p>        function submitSurvey(e) {\n            e.preventDefault();\n            const feedbackText = document.getElementById('input-feedback').value.trim();\n            if (!feedbackText) return;<\/p>\n<p>            let userAnswers = {};\n            questions.forEach(q => {\n                const selected = document.querySelector(`input[name=\"q_${q.id}\"]:checked`);\n                userAnswers[q.text] = selected ? selected.value : '\u067e\u0627\u0633\u062e \u062f\u0627\u062f\u0647 \u0646\u0634\u062f';\n            });<\/p>\n<p>            const newResponse = {\n                id: Math.floor(100 + Math.random() * 900),\n                name: currentUserName,\n                device: detectDevice(),\n                answers: userAnswers,\n                feedback: feedbackText\n            };<\/p>\n<p>            responses.unshift(newResponse);\n            saveState();<\/p>\n<p>            document.getElementById('user-step-2').classList.add('hidden');\n            document.getElementById('user-step-3').classList.remove('hidden');\n        }<\/p>\n<p>        function resetSurvey() {\n            document.getElementById('input-name').value = '';\n            document.getElementById('input-feedback').value = '';\n            document.getElementById('user-step-3').classList.add('hidden');\n            document.getElementById('user-step-1').classList.remove('hidden');\n        }<\/p>\n<p>        function renderAdminView() {\n            const qContainer = document.getElementById('admin-questions-list');\n            qContainer.innerHTML = '';<\/p>\n<p>            questions.forEach((q, index) => {\n                const qCard = document.createElement('div');\n                qCard.className = 'admin-q-card';\n                qCard.innerHTML = `<\/p>\n<div class=\"admin-q-header\">\n                    <strong>\u0633\u0648\u0627\u0644 ${index + 1}<\/strong><\/p>\n<div>\n                        <button class=\"btn-secondary-sm\" onclick=\"editQuestion(${q.id})\">\u0648\u06cc\u0631\u0627\u06cc\u0634<\/button>\n                        <button class=\"btn-danger-sm\" onclick=\"deleteQuestion(${q.id})\">\u062d\u0630\u0641<\/button>\n                    <\/div>\n<\/p><\/div>\n<div style=\"font-size:0.9rem; font-weight:600; margin-bottom:6px;\">${q.text}<\/div>\n<div style=\"font-size:0.8rem; color:var(--text-muted);\">\u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627: ${q.options.join(' | ')}<\/div>\n<p>            `;\n                qContainer.appendChild(qCard);\n            });<\/p>\n<p>            const respContainer = document.getElementById('admin-responses-container');\n            respContainer.innerHTML = '';<\/p>\n<p>            if (responses.length === 0) {\n                respContainer.innerHTML = '<\/p>\n<p style=\"text-align:center; color:var(--text-muted); font-size:0.85rem;\">\u0647\u06cc\u0686 \u0646\u0638\u0631\u06cc \u062b\u0628\u062a \u0646\u0634\u062f\u0647 \u0627\u0633\u062a.<\/p>\n<p>';\n                return;\n            }<\/p>\n<p>            responses.forEach(resp => {\n                let answersSummary = '';\n                for (const [qText, ans] of Object.entries(resp.answers || {})) {\n                    answersSummary += `<\/p>\n<div><strong>\u2022 ${qText}<\/strong> <span style=\"color:var(--accent-color); font-weight:600;\">[ ${ans} ]<\/span><\/div>\n<p>`;\n                }<\/p>\n<p>                const card = document.createElement('div');\n                card.className = 'response-card';\n                card.innerHTML = `<\/p>\n<div class=\"response-header\">\n<div>\n                        <strong style=\"font-size:0.95rem;\">${resp.name}<\/strong>\n                        <span class=\"device-badge\" style=\"margin-right: 6px;\">\u062f\u0633\u062a\u06af\u0627\u0647: ${resp.device || '\u0646\u0627\u0634\u0646\u0627\u062e\u062a\u0647'}<\/span>\n                    <\/div>\n<p>                    <span class=\"user-id-badge\">\u0622\u06cc\u062f\u06cc: #${resp.id}<\/span>\n                <\/div>\n<div class=\"response-answers\">${answersSummary}<\/div>\n<div class=\"response-text\"><strong>\u062a\u0648\u0636\u06cc\u062d\u0627\u062a:<\/strong> ${resp.feedback}<\/div>\n<p>            `;\n                respContainer.appendChild(card);\n            });\n        }<\/p>\n<p>        function addNewQuestionPrompt() {\n            const text = prompt('\u0645\u062a\u0646 \u0633\u0648\u0627\u0644 \u062c\u062f\u06cc\u062f \u0631\u0627 \u0648\u0627\u0631\u062f \u06a9\u0646\u06cc\u062f:');\n            if (!text) return;\n            const optionsStr = prompt('\u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627 \u0631\u0627 \u0628\u0627 \u0639\u0644\u0627\u0645\u062a | \u0627\u0632 \u0647\u0645 \u062c\u062f\u0627 \u06a9\u0646\u06cc\u062f (\u0645\u062b\u0627\u0644: \u0639\u0627\u0644\u06cc|\u062e\u0648\u0628|\u0645\u062a\u0648\u0633\u0637|\u0636\u0639\u06cc\u0641):', '\u0639\u0627\u0644\u06cc|\u062e\u0648\u0628|\u0645\u062a\u0648\u0633\u0637|\u0636\u0639\u06cc\u0641');\n            const optionsArr = optionsStr ? optionsStr.split('|').map(s => s.trim()) : ['\u0639\u0627\u0644\u06cc', '\u062e\u0648\u0628', '\u0636\u0639\u06cc\u0641'];<\/p>\n<p>            questions.push({\n                id: Date.now(),\n                text: text,\n                options: optionsArr\n            });\n            saveState();\n            renderAdminView();\n        }<\/p>\n<p>        function editQuestion(id) {\n            const q = questions.find(item => item.id === id);\n            if (!q) return;<\/p>\n<p>            const newText = prompt('\u0645\u062a\u0646 \u062c\u062f\u06cc\u062f \u0633\u0648\u0627\u0644:', q.text);\n            if (newText !== null && newText.trim() !== '') {\n                q.text = newText.trim();\n            }<\/p>\n<p>            const newOptionsStr = prompt('\u06af\u0632\u06cc\u0646\u0647\u200c\u0647\u0627\u06cc \u062c\u062f\u06cc\u062f (\u062c\u062f\u0627\u0634\u062f\u0647 \u0628\u0627 |):', q.options.join('|'));\n            if (newOptionsStr !== null && newOptionsStr.trim() !== '') {\n                q.options = newOptionsStr.split('|').map(s => s.trim());\n            }<\/p>\n<p>            saveState();\n            renderAdminView();\n        }<\/p>\n<p>        function deleteQuestion(id) {\n            if (confirm('\u0622\u06cc\u0627 \u0627\u0632 \u062d\u0630\u0641 \u0627\u06cc\u0646 \u0633\u0648\u0627\u0644 \u0627\u0637\u0645\u06cc\u0646\u0627\u0646 \u062f\u0627\u0631\u06cc\u062f\u061f')) {\n                questions = questions.filter(q => q.id !== id);\n                saveState();\n                renderAdminView();\n            }\n        }<\/p>\n<p>        \/\/ \u062a\u0627\u0628\u0639 \u062e\u0631\u0648\u062c\u06cc \u06af\u0631\u0641\u062a\u0646 \u0627\u06a9\u0633\u0644\n        function exportToExcel() {\n            if (responses.length === 0) {\n                alert('\u0647\u06cc\u0686 \u067e\u0627\u0633\u062e\u06cc \u0628\u0631\u0627\u06cc \u062e\u0631\u0648\u062c\u06cc \u0627\u06a9\u0633\u0644 \u0648\u062c\u0648\u062f \u0646\u062f\u0627\u0631\u062f.');\n                return;\n            }<\/p>\n<p>            const excelData = responses.map(resp => {\n                const row = {\n                    '\u0634\u0646\u0627\u0633\u0647': resp.id,\n                    '\u0646\u0627\u0645 \u0648 \u0646\u0627\u0645 \u062e\u0627\u0646\u0648\u0627\u062f\u06af\u06cc': resp.name,\n                    '\u062f\u0633\u062a\u06af\u0627\u0647': resp.device,\n                    '\u062a\u0648\u0636\u06cc\u062d\u0627\u062a \u0648 \u067e\u06cc\u0634\u0646\u0647\u0627\u062f\u0627\u062a': resp.feedback\n                };<\/p>\n<p>                \/\/ \u0627\u0636\u0627\u0641\u0647 \u06a9\u0631\u062f\u0646 \u067e\u0627\u0633\u062e \u0628\u0647 \u0647\u0631 \u0633\u0648\u0627\u0644 \u062f\u0631 \u06cc\u06a9 \u0633\u062a\u0648\u0646 \u0645\u062c\u0632\u0627\n                questions.forEach(q => {\n                    row[q.text] = resp.answers[q.text] || '\u067e\u0627\u0633\u062e \u062f\u0627\u062f\u0647 \u0646\u0634\u062f';\n                });<\/p>\n<p>                return row;\n            });<\/p>\n<p>            const worksheet = XLSX.utils.json_to_sheet(excelData);\n            const workbook = XLSX.utils.book_new();\n            XLSX.utils.book_append_sheet(workbook, worksheet, '\u067e\u0627\u0633\u062e\u200c\u0647\u0627\u06cc \u067e\u0631\u0633\u0646\u0644');\n            XLSX.writeFile(workbook, 'MRS_Personnel_Survey_Results.xlsx');\n        }\n    <\/script><br \/>\n<\/body><\/p>\n<p><\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0633\u0627\u0645\u0627\u0646\u0647 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc \u067e\u0631\u0633\u0646\u0644 | \u0634\u0631\u06a9\u062a \u0645\u0630\u0627\u0628 \u0631\u06cc\u0632\u0627\u0646 \u0633\u067e\u0627\u0647\u0627\u0646 \u0646\u0645\u0627\u06cc\u0634 \u06a9\u0627\u0631\u0628\u0631 \u067e\u0646\u0644 &#8230; <\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6715","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>\u0633\u0627\u0645\u0627\u0646\u0647 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc - \u0645\u0630\u0627\u0628 \u0631\u06cc\u0632\u0627\u0646 \u0633\u067e\u0627\u0647\u0627\u0646<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mozabrizan.com\/en\/survey\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0633\u0627\u0645\u0627\u0646\u0647 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc\" \/>\n<meta property=\"og:description\" content=\"\u0633\u0627\u0645\u0627\u0646\u0647 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc \u067e\u0631\u0633\u0646\u0644 | \u0634\u0631\u06a9\u062a \u0645\u0630\u0627\u0628 \u0631\u06cc\u0632\u0627\u0646 \u0633\u067e\u0627\u0647\u0627\u0646 \u0646\u0645\u0627\u06cc\u0634 \u06a9\u0627\u0631\u0628\u0631 \u067e\u0646\u0644 ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mozabrizan.com\/en\/survey\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0645\u0630\u0627\u0628 \u0631\u06cc\u0632\u0627\u0646 \u0633\u067e\u0627\u0647\u0627\u0646\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-10T10:44:50+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mozabrizan.com\\\/survey\\\/\",\"url\":\"https:\\\/\\\/mozabrizan.com\\\/survey\\\/\",\"name\":\"\u0633\u0627\u0645\u0627\u0646\u0647 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc - \u0645\u0630\u0627\u0628 \u0631\u06cc\u0632\u0627\u0646 \u0633\u067e\u0627\u0647\u0627\u0646\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mozabrizan.com\\\/#website\"},\"datePublished\":\"2026-09-10T10:42:57+00:00\",\"dateModified\":\"2026-09-10T10:44:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mozabrizan.com\\\/survey\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mozabrizan.com\\\/survey\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mozabrizan.com\\\/survey\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u062e\u0627\u0646\u0647\",\"item\":\"https:\\\/\\\/mozabrizan.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u0633\u0627\u0645\u0627\u0646\u0647 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mozabrizan.com\\\/#website\",\"url\":\"https:\\\/\\\/mozabrizan.com\\\/\",\"name\":\"\u0645\u0630\u0627\u0628 \u0631\u06cc\u0632\u0627\u0646 \u0633\u067e\u0627\u0647\u0627\u0646\",\"description\":\"\u0631\u06cc\u062e\u062a\u0647 \u06af\u0631\u06cc \u0627\u0646\u0648\u0627\u0639 \u0622\u0644\u06cc\u0627\u0698\u0647\u0627\u06cc \u0641\u0648\u0644\u0627\u062f \u0648 \u0686\u062f\u0646\",\"publisher\":{\"@id\":\"https:\\\/\\\/mozabrizan.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mozabrizan.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mozabrizan.com\\\/#organization\",\"name\":\"\u0645\u0630\u0627\u0628 \u0631\u06cc\u0632\u0627\u0646 \u0633\u067e\u0627\u0647\u0627\u0646\",\"url\":\"https:\\\/\\\/mozabrizan.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mozabrizan.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mozabrizan.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/cropped-Logo-27.png\",\"contentUrl\":\"https:\\\/\\\/mozabrizan.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/cropped-Logo-27.png\",\"width\":512,\"height\":512,\"caption\":\"\u0645\u0630\u0627\u0628 \u0631\u06cc\u0632\u0627\u0646 \u0633\u067e\u0627\u0647\u0627\u0646\"},\"image\":{\"@id\":\"https:\\\/\\\/mozabrizan.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/instagram.com\\\/mozabrizan\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u0633\u0627\u0645\u0627\u0646\u0647 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc - \u0645\u0630\u0627\u0628 \u0631\u06cc\u0632\u0627\u0646 \u0633\u067e\u0627\u0647\u0627\u0646","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mozabrizan.com\/en\/survey\/","og_locale":"en_US","og_type":"article","og_title":"\u0633\u0627\u0645\u0627\u0646\u0647 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc","og_description":"\u0633\u0627\u0645\u0627\u0646\u0647 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc \u067e\u0631\u0633\u0646\u0644 | \u0634\u0631\u06a9\u062a \u0645\u0630\u0627\u0628 \u0631\u06cc\u0632\u0627\u0646 \u0633\u067e\u0627\u0647\u0627\u0646 \u0646\u0645\u0627\u06cc\u0634 \u06a9\u0627\u0631\u0628\u0631 \u067e\u0646\u0644 ...","og_url":"https:\/\/mozabrizan.com\/en\/survey\/","og_site_name":"\u0645\u0630\u0627\u0628 \u0631\u06cc\u0632\u0627\u0646 \u0633\u067e\u0627\u0647\u0627\u0646","article_modified_time":"2026-09-10T10:44:50+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mozabrizan.com\/survey\/","url":"https:\/\/mozabrizan.com\/survey\/","name":"\u0633\u0627\u0645\u0627\u0646\u0647 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc - \u0645\u0630\u0627\u0628 \u0631\u06cc\u0632\u0627\u0646 \u0633\u067e\u0627\u0647\u0627\u0646","isPartOf":{"@id":"https:\/\/mozabrizan.com\/#website"},"datePublished":"2026-09-10T10:42:57+00:00","dateModified":"2026-09-10T10:44:50+00:00","breadcrumb":{"@id":"https:\/\/mozabrizan.com\/survey\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mozabrizan.com\/survey\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mozabrizan.com\/survey\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u062e\u0627\u0646\u0647","item":"https:\/\/mozabrizan.com\/"},{"@type":"ListItem","position":2,"name":"\u0633\u0627\u0645\u0627\u0646\u0647 \u0646\u0638\u0631\u0633\u0646\u062c\u06cc"}]},{"@type":"WebSite","@id":"https:\/\/mozabrizan.com\/#website","url":"https:\/\/mozabrizan.com\/","name":"MozabRizan Sepahan Co.","description":"Casting of various steel and cast iron alloys","publisher":{"@id":"https:\/\/mozabrizan.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mozabrizan.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mozabrizan.com\/#organization","name":"MozabRizan Sepahan Co.","url":"https:\/\/mozabrizan.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mozabrizan.com\/#\/schema\/logo\/image\/","url":"https:\/\/mozabrizan.com\/wp-content\/uploads\/2025\/02\/cropped-Logo-27.png","contentUrl":"https:\/\/mozabrizan.com\/wp-content\/uploads\/2025\/02\/cropped-Logo-27.png","width":512,"height":512,"caption":"\u0645\u0630\u0627\u0628 \u0631\u06cc\u0632\u0627\u0646 \u0633\u067e\u0627\u0647\u0627\u0646"},"image":{"@id":"https:\/\/mozabrizan.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/instagram.com\/mozabrizan"]}]}},"_links":{"self":[{"href":"https:\/\/mozabrizan.com\/en\/wp-json\/wp\/v2\/pages\/6715","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mozabrizan.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mozabrizan.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mozabrizan.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mozabrizan.com\/en\/wp-json\/wp\/v2\/comments?post=6715"}],"version-history":[{"count":3,"href":"https:\/\/mozabrizan.com\/en\/wp-json\/wp\/v2\/pages\/6715\/revisions"}],"predecessor-version":[{"id":6720,"href":"https:\/\/mozabrizan.com\/en\/wp-json\/wp\/v2\/pages\/6715\/revisions\/6720"}],"wp:attachment":[{"href":"https:\/\/mozabrizan.com\/en\/wp-json\/wp\/v2\/media?parent=6715"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}