{"id":17975,"date":"2026-04-02T13:05:38","date_gmt":"2026-04-02T10:05:38","guid":{"rendered":"https:\/\/smartedujo.com\/?page_id=17975"},"modified":"2026-04-02T13:06:32","modified_gmt":"2026-04-02T10:06:32","slug":"%d8%a7%d9%84%d8%af%d8%b1%d8%b3-%d8%a7%d9%84%d8%ab%d8%a7%d9%86%d9%8a_%d9%82%d9%88%d8%a7%d9%86%d9%8a%d9%86-%d8%b3%d8%b1%d8%b9%d8%a9%d8%a7%d9%84%d8%aa%d9%81%d8%a7%d8%b9%d9%84%d8%a7%d8%aa_quiz","status":"publish","type":"page","link":"https:\/\/smartedujo.com\/ar\/%d8%a7%d9%84%d8%af%d8%b1%d8%b3-%d8%a7%d9%84%d8%ab%d8%a7%d9%86%d9%8a_%d9%82%d9%88%d8%a7%d9%86%d9%8a%d9%86-%d8%b3%d8%b1%d8%b9%d8%a9%d8%a7%d9%84%d8%aa%d9%81%d8%a7%d8%b9%d9%84%d8%a7%d8%aa_quiz\/","title":{"rendered":"\u0627\u0644\u062f\u0631\u0633 \u0627\u0644\u062b\u0627\u0646\u064a_\u0642\u0648\u0627\u0646\u064a\u0646 \u0633\u0631\u0639\u0629\u0627\u0644\u062a\u0641\u0627\u0639\u0644\u0627\u062a_quiz"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ar\" dir=\"rtl\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\">\n  <title>\u0627\u062e\u062a\u0628\u0627\u0631 \u062a\u0641\u0627\u0639\u0644\u064a: \u0642\u0648\u0627\u0646\u064a\u0646 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u0627\u062a<\/title>\n  <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n  <style>\n      body {\n          background: linear-gradient(135deg, #1e1a3a, #2d2a5e);\n          font-family: 'Cairo', sans-serif;\n          min-height: 100vh;\n          padding: 1.5rem;\n      }\n      .glass-card {\n          background: rgba(15, 23, 42, 0.65);\n          backdrop-filter: blur(14px);\n          border: 1px solid rgba(255,255,255,0.15);\n          border-radius: 1.75rem;\n          box-shadow: 0 20px 35px -12px rgba(0,0,0,0.4);\n      }\n      .option-btn {\n          transition: all 0.2s ease;\n          background: rgba(255,255,255,0.05);\n          border: 1.5px solid transparent;\n          border-radius: 1rem;\n          padding: 0.9rem 1.2rem;\n          margin-bottom: 0.7rem;\n          cursor: pointer;\n          display: flex;\n          align-items: center;\n          gap: 0.75rem;\n      }\n      .option-btn:hover:not(.disabled-opt) {\n          background: rgba(139, 92, 246, 0.2);\n          border-color: #a78bfa;\n      }\n      .option-radio {\n          width: 1.2rem;\n          height: 1.2rem;\n          accent-color: #8b5cf6;\n          margin-left: 0.5rem;\n          cursor: pointer;\n      }\n      .option-text {\n          flex: 1;\n          font-weight: 500;\n      }\n      .correct-highlight {\n          background: rgba(34, 197, 94, 0.25);\n          border-color: #4ade80;\n      }\n      .incorrect-highlight {\n          background: rgba(239, 68, 68, 0.25);\n          border-color: #f87171;\n      }\n      .explanation-box {\n          background: rgba(0, 0, 0, 0.35);\n          border-right: 4px solid #818cf8;\n          padding: 1rem;\n          border-radius: 1rem;\n          margin-top: 1.2rem;\n          font-size: 1rem;\n          line-height: 1.6;\n      }\n      .nav-btn {\n          background: #2d2b55;\n          transition: 0.2s;\n          font-weight: 600;\n          padding: 0.5rem 1rem;\n          border-radius: 2rem;\n      }\n      .nav-btn:hover:not(:disabled) {\n          background: #5b21b6;\n          transform: scale(0.97);\n      }\n      .nav-btn:disabled {\n          opacity: 0.4;\n          cursor: not-allowed;\n      }\n      .progress-step {\n          background: #2d2a5e;\n          border-radius: 2rem;\n          height: 8px;\n          transition: width 0.2s ease;\n      }\n      .badge-difficulty {\n          font-size: 0.7rem;\n          background: rgba(0,0,0,0.4);\n          padding: 0.2rem 0.7rem;\n          border-radius: 2rem;\n      }\n      .result-panel {\n          background: linear-gradient(95deg, #1e1b4b, #2e2a6e);\n          border-radius: 1.5rem;\n          padding: 1rem 1.5rem;\n          margin-top: 1.5rem;\n          text-align: center;\n      }\n      button:active {\n          transform: scale(0.98);\n      }\n      @media (max-width: 640px) {\n          body { padding: 1rem; }\n          .option-btn { padding: 0.7rem 0.9rem; }\n          .explanation-box { font-size: 0.95rem; }\n      }\n      .wide-container {\n          max-width: 90rem;\n          margin-left: auto;\n          margin-right: auto;\n          width: 100%;\n      }\n      .inline-svg {\n          display: inline-block;\n          vertical-align: middle;\n          margin: 0.5rem 0;\n      }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"wide-container\">\n      <div class=\"glass-card p-5 md:p-6 mb-6 text-center\">\n          <h1 class=\"text-2xl md:text-3xl font-extrabold text-white tracking-tight\">&#x26a1; \u0627\u062e\u062a\u0628\u0627\u0631: \u0642\u0648\u0627\u0646\u064a\u0646 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u0627\u062a<\/h1>\n          <p class=\"text-indigo-200 text-md mt-1\">\u0627\u0644\u062b\u0627\u0646\u0648\u064a &#8211; \u0627\u0644\u0635\u0641 \u0627\u0644\u062b\u0627\u0646\u064a \u0639\u0634\u0631 &#8211; \u0627\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a | \u0627\u0644\u062f\u0631\u0633 \u0627\u0644\u062b\u0627\u0646\u064a<\/p>\n      <\/div>\n\n      <div class=\"glass-card p-5 md:p-7\">\n          <div class=\"flex flex-wrap justify-between items-center gap-3 mb-5 pb-2 border-b border-white\/20\">\n              <div class=\"flex items-center gap-3\">\n                  <span class=\"bg-purple-700\/60 text-white text-l font-bold px-3 py-1 rounded-full\">&#x1f4cb; \u0627\u0644\u0633\u0624\u0627\u0644 <span id=\"current-q-num\">1<\/span> \/ <span id=\"total-q-count\">0<\/span><\/span>\n                  <span id=\"difficulty-badge\" class=\"badge-difficulty text-white\/80\"><\/span>\n              <\/div>\n              <div class=\"flex items-center gap-2 text-l bg-black\/20 px-3 py-1 rounded-full\">\n                  <span class=\"text-indigo-300\">\u2713 \u0627\u0644\u0645\u062c\u0627\u0628 \u0639\u0646\u0647:<\/span>\n                  <span id=\"answered-count\" class=\"font-bold text-white\">0<\/span>\n                  <span class=\"text-indigo-300\">\u0645\u0646<\/span>\n                  <span id=\"total-answered-base\" class=\"font-bold text-white\">0<\/span>\n              <\/div>\n          <\/div>\n          \n          <div class=\"mb-5\">\n              <div class=\"flex justify-between text-xs text-indigo-200 mb-1\">\n                  <span>\u0627\u0644\u062a\u0642\u062f\u0645 \u0641\u064a \u0627\u0644\u0623\u0633\u0626\u0644\u0629<\/span>\n                  <span id=\"progress-percent\">0%<\/span>\n              <\/div>\n              <div class=\"w-full bg-gray-800\/60 rounded-full h-2.5\">\n                  <div id=\"progress-bar\" class=\"progress-step bg-gradient-to-r from-purple-500 to-indigo-500 h-2.5 rounded-full\" style=\"width: 0%\"><\/div>\n              <\/div>\n          <\/div>\n\n          <div id=\"dynamic-question-area\"><\/div>\n\n          <div class=\"flex flex-wrap justify-center gap-3 mt-8 pt-3 border-t border-white\/20\">\n              <button id=\"first-btn\" class=\"nav-btn text-white px-4 py-2 text-l md:text-base\">&#x23ee;&#xfe0f; \u0627\u0644\u0623\u0648\u0644<\/button>\n              <button id=\"prev-btn\" class=\"nav-btn text-white px-5 py-2\">&#x25b6;&#xfe0f; \u0627\u0644\u0633\u0627\u0628\u0642<\/button>\n              <button id=\"next-btn\" class=\"nav-btn text-white px-5 py-2\">\u0627\u0644\u062a\u0627\u0644\u064a &#x25c0;&#xfe0f;<\/button>\n              <button id=\"last-btn\" class=\"nav-btn text-white px-4 py-2 text-l md:text-base\">\u0627\u0644\u0623\u062e\u064a\u0631 &#x23ed;&#xfe0f;<\/button>\n          <\/div>\n\n          <div class=\"mt-6 text-center\">\n              <button id=\"submit-final-btn\" class=\"bg-gradient-to-r from-purple-600 to-indigo-600 hover:from-purple-700 hover:to-indigo-700 text-white font-bold py-3 px-8 rounded-full shadow-lg transition text-lg\">&#x2728; \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 &#x2728;<\/button>\n          <\/div>\n\n          <div id=\"result-panel\" class=\"result-panel hidden\">\n              <h2 class=\"text-2xl font-bold text-white mb-2\">&#x1f4ca; \u0646\u062a\u064a\u062c\u062a\u0643 \u0627\u0644\u0646\u0647\u0627\u0626\u064a\u0629<\/h2>\n              <p id=\"final-score-text\" class=\"text-4xl font-extrabold text-purple-300 mb-2\">0 \/ 0<\/p>\n              <p id=\"result-message\" class=\"text-indigo-200 text-l\"><\/p>\n              <button id=\"reset-exam-btn\" class=\"mt-4 bg-white\/20 hover:bg-white\/30 text-white px-6 py-2 rounded-full font-semibold transition\">&#x1f504; \u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631<\/button>\n          <\/div>\n      <\/div>\n  <\/div>\n\n  <script>\n      const quizData = [{\"question\":\"\u0645\u0627 \u0647\u0648 \u0627\u0644\u063a\u0631\u0636 \u0627\u0644\u0623\u0633\u0627\u0633\u064a \u0645\u0646 \u0642\u0627\u0646\u0648\u0646 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u061f\",\"options\":[\"\u062a\u062d\u062f\u064a\u062f \u0637\u0627\u0642\u0629 \u0627\u0644\u062a\u0646\u0634\u064a\u0637 \u0644\u0644\u062a\u0641\u0627\u0639\u0644\",\"\u0648\u0635\u0641 \u0627\u0644\u0639\u0644\u0627\u0642\u0629 \u0628\u064a\u0646 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0648\u062a\u0631\u0627\u0643\u064a\u0632 \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0646\u0627\u062a\u062c\u0629\",\"\u0627\u0644\u062a\u0639\u0628\u064a\u0631 \u0639\u0646 \u0627\u0644\u0639\u0644\u0627\u0642\u0629 \u0628\u064a\u0646 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0648\u062a\u0631\u0627\u0643\u064a\u0632 \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0629\",\"\u0642\u064a\u0627\u0633 \u062f\u0631\u062c\u0629 \u062d\u0631\u0627\u0631\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\"],\"correctAnswer\":\"\u0627\u0644\u062a\u0639\u0628\u064a\u0631 \u0639\u0646 \u0627\u0644\u0639\u0644\u0627\u0642\u0629 \u0628\u064a\u0646 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0648\u062a\u0631\u0627\u0643\u064a\u0632 \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0629\",\"difficulty\":\"\u0633\u0647\u0644\",\"explanation\":\"\u0642\u0627\u0646\u0648\u0646 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0647\u0648 \u0645\u0639\u0627\u062f\u0644\u0629 \u0631\u064a\u0627\u0636\u064a\u0629 \u062a\u064f\u0639\u0628\u0631 \u0639\u0646 \u0627\u0644\u0639\u0644\u0627\u0642\u0629 \u0628\u064a\u0646 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0648\u062a\u0631\u0627\u0643\u064a\u0632 \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0629.\"},{\"question\":\"\u0641\u064a \u0627\u0644\u0635\u064a\u063a\u0629 \u0627\u0644\u0639\u0627\u0645\u0629 \u0644\u0642\u0627\u0646\u0648\u0646 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u060c R = k [A]\u02e3 [B]\u02b8\u060c \u0645\u0627\u0630\u0627 \u064a\u0645\u062b\u0644 \u0627\u0644\u0631\u0645\u0632 'k'\u061f\",\"options\":[\"\u0627\u0644\u0633\u0631\u0639\u0629 \u0627\u0644\u0627\u0628\u062a\u062f\u0627\u0626\u064a\u0629 \u0644\u0644\u062a\u0641\u0627\u0639\u0644\",\"\u062a\u0631\u0643\u064a\u0632 \u0627\u0644\u0645\u0627\u062f\u0629 \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0629 A\",\"\u062b\u0627\u0628\u062a \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\",\"\u0631\u062a\u0628\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0627\u0644\u0643\u0644\u064a\u0629\"],\"correctAnswer\":\"\u062b\u0627\u0628\u062a \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\",\"difficulty\":\"\u0633\u0647\u0644\",\"explanation\":\"\u0627\u0644\u0631\u0645\u0632 'k' \u064a\u0645\u062b\u0644 \u062b\u0627\u0628\u062a \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u060c \u0648\u0647\u0648 \u0642\u064a\u0645\u0629 \u062b\u0627\u0628\u062a\u0629 \u0644\u0644\u062a\u0641\u0627\u0639\u0644 \u0627\u0644\u0648\u0627\u062d\u062f \u0639\u0646\u062f \u062f\u0631\u062c\u0629 \u062d\u0631\u0627\u0631\u0629 \u0645\u0639\u064a\u0646\u0629.\"},{\"question\":\"\u0645\u0627 \u0627\u0644\u0630\u064a \u064a\u062d\u062f\u062f \u0642\u064a\u0645 \u0631\u062a\u0628 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 (x \u0648 y) \u0641\u064a \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629 R = k [A]\u02e3 [B]\u02b8\u061f\",\"options\":[\"\u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a \u0627\u0644\u0643\u064a\u0645\u064a\u0627\u0626\u064a\u0629 \u0641\u064a \u0627\u0644\u0645\u0639\u0627\u062f\u0644\u0629 \u0627\u0644\u0645\u0648\u0632\u0648\u0646\u0629\",\"\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629 \u0641\u0642\u0637\",\"\u062f\u0631\u062c\u0629 \u062d\u0631\u0627\u0631\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\",\"\u062d\u0627\u0644\u0629 \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0629 (\u0635\u0644\u0628\u0629\u060c \u0633\u0627\u0626\u0644\u0629\u060c \u063a\u0627\u0632\u064a\u0629)\"],\"correctAnswer\":\"\u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629 \u0641\u0642\u0637\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u0631\u062a\u0628 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 (x \u0648 y) \u062a\u062d\u062f\u062f \u0639\u0645\u0644\u064a\u0627\u064b \u0628\u0627\u0644\u062a\u062c\u0631\u0628\u0629\u060c \u0648\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u0646\u062a\u0627\u062c\u0647\u0627 \u0645\u0646 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a \u0627\u0644\u0643\u064a\u0645\u064a\u0627\u0626\u064a\u0629 \u0644\u0644\u0645\u0639\u0627\u062f\u0644\u0629 \u0627\u0644\u0645\u0648\u0632\u0648\u0646\u0629.\"},{\"question\":\"\u0645\u0627 \u0647\u064a \u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0643\u0644\u064a\u0629 \u0644\u0644\u062a\u0641\u0627\u0639\u0644\u061f\",\"options\":[\"\u0631\u062a\u0628\u0629 \u0627\u0644\u0645\u0627\u062f\u0629 \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0629 \u0630\u0627\u062a \u0627\u0644\u062a\u0631\u0643\u064a\u0632 \u0627\u0644\u0623\u0639\u0644\u0649\",\"\u0627\u0644\u0623\u0633 \u0627\u0644\u0630\u064a \u064a\u0631\u0641\u0639 \u0625\u0644\u064a\u0647 \u062a\u0631\u0643\u064a\u0632 \u0627\u0644\u0645\u0627\u062f\u0629 \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0629\",\"\u0645\u062c\u0645\u0648\u0639 \u0631\u062a\u0628 \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0629 \u0641\u064a \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629\",\"\u0639\u062f\u062f \u062e\u0637\u0648\u0627\u062a \u0627\u0644\u062a\u0641\u0627\u0639\u0644\"],\"correctAnswer\":\"\u0645\u062c\u0645\u0648\u0639 \u0631\u062a\u0628 \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0629 \u0641\u064a \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629\",\"difficulty\":\"\u0633\u0647\u0644\",\"explanation\":\"\u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0643\u0644\u064a\u0629 \u0644\u0644\u062a\u0641\u0627\u0639\u0644 \u0647\u064a \u0645\u062c\u0645\u0648\u0639 \u0627\u0644\u0623\u0633\u0633 (\u0627\u0644\u0631\u062a\u0628) \u0627\u0644\u062a\u064a \u062a\u064f\u0631\u0641\u0639 \u0625\u0644\u064a\u0647\u0627 \u062a\u0631\u0627\u0643\u064a\u0632 \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0629 \u0641\u064a \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.\"},{\"question\":\"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629 \u0644\u062a\u0641\u0627\u0639\u0644 \u0645\u0627 \u0647\u0648 R = k [X]\u00b2 [Y]\u00b9\u060c \u0641\u0645\u0627 \u0647\u064a \u0631\u062a\u0628\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0644\u0645\u0627\u062f\u0629 X\u061f\",\"options\":[\"0\",\"1\",\"2\",\"3\"],\"correctAnswer\":\"2\",\"difficulty\":\"\u0633\u0647\u0644\",\"explanation\":\"\u0631\u062a\u0628\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0645\u0627\u062f\u0629 \u0645\u0639\u064a\u0646\u0629 \u0647\u064a \u0627\u0644\u0623\u0633 \u0627\u0644\u0630\u064a \u064a\u0631\u0641\u0639 \u0625\u0644\u064a\u0647 \u062a\u0631\u0643\u064a\u0632 \u0647\u0630\u0647 \u0627\u0644\u0645\u0627\u062f\u0629 \u0641\u064a \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629\u060c \u0648\u0647\u0648 2 \u0644\u0640 X.\"},{\"question\":\"\u0628\u0627\u0644\u0631\u062c\u0648\u0639 \u0625\u0644\u0649 \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629 R = k [X]\u00b2 [Y]\u00b9\u060c \u0645\u0627 \u0647\u064a \u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0643\u0644\u064a\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u061f\",\"options\":[\"1\",\"2\",\"3\",\"4\"],\"correctAnswer\":\"3\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0643\u0644\u064a\u0629 \u0647\u064a \u0645\u062c\u0645\u0648\u0639 \u0631\u062a\u0628 \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0627\u062a: 2 (\u0644\u0640 X) + 1 (\u0644\u0640 Y) = 3.\"},{\"question\":\"\u0645\u0627 \u0647\u064a \u0648\u062d\u062f\u0629 \u062b\u0627\u0628\u062a \u0627\u0644\u0633\u0631\u0639\u0629 (k) \u0644\u062a\u0641\u0627\u0639\u0644 \u0645\u0646 \u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0635\u0641\u0631\u064a\u0629\u061f\",\"options\":[\"s\u207b\u00b9\",\"M\u22c5s\u207b\u00b9\",\"M\u207b\u00b9\u22c5s\u207b\u00b9\",\"M\u207b\u00b2\u22c5s\u207b\u00b9\"],\"correctAnswer\":\"M\u22c5s\u207b\u00b9\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u0644\u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629 R = k [A]\u2070 = k\u060c \u0648\u0648\u062d\u062f\u0629 R \u0647\u064a M\/s. \u0644\u0630\u0627\u060c \u0648\u062d\u062f\u0629 k \u0644\u062a\u0641\u0627\u0639\u0644 \u0645\u0646 \u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0635\u0641\u0631\u064a\u0629 \u0647\u064a M\u22c5s\u207b\u00b9.\"},{\"question\":\"\u0645\u0627 \u0647\u064a \u0648\u062d\u062f\u0629 \u062b\u0627\u0628\u062a \u0627\u0644\u0633\u0631\u0639\u0629 (k) \u0644\u062a\u0641\u0627\u0639\u0644 \u0645\u0646 \u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0623\u0648\u0644\u0649\u061f\",\"options\":[\"M\u22c5s\u207b\u00b9\",\"s\u207b\u00b9\",\"M\u207b\u00b9\u22c5s\u207b\u00b9\",\"M\u207b\u00b2\u22c5s\u207b\u00b9\"],\"correctAnswer\":\"s\u207b\u00b9\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u0644\u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629 R = k [A]\u00b9\u060c \u0648\u0648\u062d\u062f\u0629 R \u0647\u064a M\/s \u0648\u0648\u062d\u062f\u0629 [A] \u0647\u064a M. \u0625\u0630\u0646\u060c k = R\/[A] = (M\/s)\/M = s\u207b\u00b9.\"},{\"question\":\"\u0645\u0627 \u0647\u064a \u0648\u062d\u062f\u0629 \u062b\u0627\u0628\u062a \u0627\u0644\u0633\u0631\u0639\u0629 (k) \u0644\u062a\u0641\u0627\u0639\u0644 \u0645\u0646 \u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u062b\u0627\u0646\u064a\u0629\u061f\",\"options\":[\"M\u22c5s\u207b\u00b9\",\"s\u207b\u00b9\",\"M\u207b\u00b9\u22c5s\u207b\u00b9\",\"M\u207b\u00b2\u22c5s\u207b\u00b9\"],\"correctAnswer\":\"M\u207b\u00b9\u22c5s\u207b\u00b9\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u0644\u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629 R = k [A]\u00b2\u060c \u0648\u0648\u062d\u062f\u0629 R \u0647\u064a M\/s \u0648\u0648\u062d\u062f\u0629 [A] \u0647\u064a M. \u0625\u0630\u0646\u060c k = R\/[A]\u00b2 = (M\/s)\/M\u00b2 = M\u207b\u00b9\u22c5s\u207b\u00b9.\"},{\"question\":\"\u062a\u0641\u0627\u0639\u0644 \u0645\u0627 \u0644\u0647 \u0642\u0627\u0646\u0648\u0646 \u0633\u0631\u0639\u0629 R = k [P]\u00b3. \u0645\u0627 \u0627\u0644\u0630\u064a \u064a\u062d\u062f\u062b \u0644\u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0625\u0630\u0627 \u062a\u0636\u0627\u0639\u0641 \u062a\u0631\u0643\u064a\u0632 \u0627\u0644\u0645\u0627\u062f\u0629 P \u062b\u0644\u0627\u062b \u0645\u0631\u0627\u062a\u061f\",\"options\":[\"\u062a\u0632\u062f\u0627\u062f \u0627\u0644\u0633\u0631\u0639\u0629 \u0628\u0645\u0642\u062f\u0627\u0631 3 \u0645\u0631\u0627\u062a\",\"\u062a\u0632\u062f\u0627\u062f \u0627\u0644\u0633\u0631\u0639\u0629 \u0628\u0645\u0642\u062f\u0627\u0631 6 \u0645\u0631\u0627\u062a\",\"\u062a\u0632\u062f\u0627\u062f \u0627\u0644\u0633\u0631\u0639\u0629 \u0628\u0645\u0642\u062f\u0627\u0631 9 \u0645\u0631\u0627\u062a\",\"\u062a\u0632\u062f\u0627\u062f \u0627\u0644\u0633\u0631\u0639\u0629 \u0628\u0645\u0642\u062f\u0627\u0631 27 \u0645\u0631\u0629\"],\"correctAnswer\":\"\u062a\u0632\u062f\u0627\u062f \u0627\u0644\u0633\u0631\u0639\u0629 \u0628\u0645\u0642\u062f\u0627\u0631 27 \u0645\u0631\u0629\",\"difficulty\":\"\u0635\u0639\u0628\",\"explanation\":\"\u0644\u0623\u0646 \u0631\u062a\u0628\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0640 P \u0647\u064a 3\u060c \u0641\u0625\u0646 \u0645\u0636\u0627\u0639\u0641\u0629 \u0627\u0644\u062a\u0631\u0643\u064a\u0632 \u0628\u062b\u0644\u0627\u062b \u0645\u0631\u0627\u062a \u064a\u0624\u062f\u064a \u0625\u0644\u0649 \u0632\u064a\u0627\u062f\u0629 \u0627\u0644\u0633\u0631\u0639\u0629 \u0628\u0645\u0642\u062f\u0627\u0631 (3)\u00b3 = 27 \u0645\u0631\u0629.\"},{\"question\":\"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0645\u0646 \u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0635\u0641\u0631\u064a\u0629 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0644\u0645\u0627\u062f\u0629 A\u060c \u0641\u0645\u0627\u0630\u0627 \u064a\u062d\u062f\u062b \u0644\u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0639\u0646\u062f \u0645\u0636\u0627\u0639\u0641\u0629 \u062a\u0631\u0643\u064a\u0632 \u0627\u0644\u0645\u0627\u062f\u0629 A\u061f\",\"options\":[\"\u062a\u062a\u0636\u0627\u0639\u0641 \u0627\u0644\u0633\u0631\u0639\u0629\",\"\u062a\u0632\u062f\u0627\u062f \u0627\u0644\u0633\u0631\u0639\u0629 4 \u0645\u0631\u0627\u062a\",\"\u0644\u0627 \u062a\u062a\u063a\u064a\u0631 \u0627\u0644\u0633\u0631\u0639\u0629\",\"\u062a\u0642\u0644 \u0627\u0644\u0633\u0631\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635\u0641\"],\"correctAnswer\":\"\u0644\u0627 \u062a\u062a\u063a\u064a\u0631 \u0627\u0644\u0633\u0631\u0639\u0629\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u0641\u064a \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0645\u0646 \u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0635\u0641\u0631\u064a\u0629\u060c \u0644\u0627 \u062a\u062a\u0623\u062b\u0631 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0628\u062a\u063a\u064a\u0631 \u062a\u0631\u0643\u064a\u0632 \u0627\u0644\u0645\u0627\u062f\u0629 \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0629\u060c \u0644\u0623\u0646 [A]\u2070 = 1.\"},{\"question\":\"\u0641\u064a \u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0633\u0631\u0639\u0629 \u0627\u0644\u0627\u0628\u062a\u062f\u0627\u0626\u064a\u0629 \u0644\u062a\u062d\u062f\u064a\u062f \u0631\u062a\u0628\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u060c \u0645\u0627 \u0647\u0648 \u0627\u0644\u0634\u0631\u0637 \u0627\u0644\u0623\u0633\u0627\u0633\u064a \u0644\u0645\u0642\u0627\u0631\u0646\u0629 \u062a\u062c\u0631\u0628\u062a\u064a\u0646 \u0644\u062a\u062d\u062f\u064a\u062f \u0631\u062a\u0628\u0629 \u0645\u0627\u062f\u0629 \u0645\u062a\u0641\u0627\u0639\u0644\u0629 \u0645\u0639\u064a\u0646\u0629\u061f\",\"options\":[\"\u0623\u0646 \u062a\u0643\u0648\u0646 \u062c\u0645\u064a\u0639 \u062a\u0631\u0627\u0643\u064a\u0632 \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0629 \u0645\u062a\u0633\u0627\u0648\u064a\u0629\",\"\u0623\u0646 \u062a\u0643\u0648\u0646 \u062f\u0631\u062c\u0629 \u0627\u0644\u062d\u0631\u0627\u0631\u0629 \u0645\u062e\u062a\u0644\u0641\u0629 \u0628\u064a\u0646 \u0627\u0644\u062a\u062c\u0631\u0628\u062a\u064a\u0646\",\"\u0623\u0646 \u064a\u0643\u0648\u0646 \u062a\u0631\u0643\u064a\u0632 \u0627\u0644\u0645\u0627\u062f\u0629 \u0627\u0644\u0645\u0631\u0627\u062f \u062a\u062d\u062f\u064a\u062f \u0631\u062a\u0628\u062a\u0647\u0627 \u0647\u0648 \u0627\u0644\u0648\u062d\u064a\u062f \u0627\u0644\u0645\u062a\u063a\u064a\u0631 \u0628\u064a\u0646 \u0627\u0644\u062a\u062c\u0631\u0628\u062a\u064a\u0646\",\"\u0623\u0646 \u062a\u0643\u0648\u0646 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0627\u0644\u0627\u0628\u062a\u062f\u0627\u0626\u064a\u0629 \u0645\u062a\u0637\u0627\u0628\u0642\u0629\"],\"correctAnswer\":\"\u0623\u0646 \u064a\u0643\u0648\u0646 \u062a\u0631\u0643\u064a\u0632 \u0627\u0644\u0645\u0627\u062f\u0629 \u0627\u0644\u0645\u0631\u0627\u062f \u062a\u062d\u062f\u064a\u062f \u0631\u062a\u0628\u062a\u0647\u0627 \u0647\u0648 \u0627\u0644\u0648\u062d\u064a\u062f \u0627\u0644\u0645\u062a\u063a\u064a\u0631 \u0628\u064a\u0646 \u0627\u0644\u062a\u062c\u0631\u0628\u062a\u064a\u0646\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u0644\u062a\u062d\u062f\u064a\u062f \u0631\u062a\u0628\u0629 \u0645\u0627\u062f\u0629 \u0645\u0639\u064a\u0646\u0629\u060c \u064a\u062c\u0628 \u062a\u062b\u0628\u064a\u062a \u062a\u0631\u0627\u0643\u064a\u0632 \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0629 \u0627\u0644\u0623\u062e\u0631\u0649 \u0648\u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u062a\u063a\u064a\u0631 \u0641\u064a \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0639\u0646\u062f \u062a\u063a\u064a\u064a\u0631 \u062a\u0631\u0643\u064a\u0632 \u062a\u0644\u0643 \u0627\u0644\u0645\u0627\u062f\u0629 \u0641\u0642\u0637.\"},{\"question\":\"\u0644\u0644\u062a\u0641\u0627\u0639\u0644 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a: A + B \u2192 C. \u062a\u0645 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629: <br\/> <svg width='300' height='120' style='background:#1f2937; border-radius:8px;'><rect x='0' y='0' width='300' height='120' fill='#1f2937'\/><text x='150' y='20' font-family='Arial' font-size='12' fill='#e5e7eb' text-anchor='middle'>Experiment | [A] (M) | [B] (M) | Rate (M\/s)<\/text><line x1='10' y1='30' x2='290' y2='30' stroke='#374151' stroke-width='1'\/><text x='150' y='45' font-family='Arial' font-size='12' fill='#d1d5db' text-anchor='middle'>1 | 0.10 | 0.10 | 2.0 x 10\u207b\u2074<\/text><line x1='10' y1='55' x2='290' y2='55' stroke='#374151' stroke-width='1'\/><text x='150' y='70' font-family='Arial' font-size='12' fill='#d1d5db' text-anchor='middle'>2 | 0.20 | 0.10 | 4.0 x 10\u207b\u2074<\/text><line x1='10' y1='80' x2='290' y2='80' stroke='#374151' stroke-width='1'\/><text x='150' y='95' font-family='Arial' font-size='12' fill='#d1d5db' text-anchor='middle'>3 | 0.20 | 0.20 | 8.0 x 10\u207b\u2074<\/text><\/svg> <br\/> \u0645\u0627 \u0647\u064a \u0631\u062a\u0628\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0644\u0645\u0627\u062f\u0629 A\u061f\",\"options\":[\"0\",\"1\",\"2\",\"3\"],\"correctAnswer\":\"1\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u0628\u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u062a\u062c\u0631\u0628\u062a\u064a\u0646 1 \u0648 2 (\u062d\u064a\u062b [B] \u062b\u0627\u0628\u062a): \u062a\u0636\u0627\u0639\u0641 [A] \u0645\u0646 0.10 \u0625\u0644\u0649 0.20 (\u00d72). \u062a\u0636\u0627\u0639\u0641\u062a \u0627\u0644\u0633\u0631\u0639\u0629 \u0645\u0646 2.0 x 10\u207b\u2074 \u0625\u0644\u0649 4.0 x 10\u207b\u2074 (\u00d72). \u0628\u0645\u0627 \u0623\u0646 2\u00b9 = 2\u060c \u0641\u0631\u062a\u0628\u0629 A \u0647\u064a 1.\"},{\"question\":\"\u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0646\u0641\u0633 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0646 \u0627\u0644\u0633\u0624\u0627\u0644 \u0627\u0644\u0633\u0627\u0628\u0642\u060c \u0645\u0627 \u0647\u064a \u0631\u062a\u0628\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0644\u0645\u0627\u062f\u0629 B\u061f\",\"options\":[\"0\",\"1\",\"2\",\"3\"],\"correctAnswer\":\"1\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u0628\u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u062a\u062c\u0631\u0628\u062a\u064a\u0646 2 \u0648 3 (\u062d\u064a\u062b [A] \u062b\u0627\u0628\u062a): \u062a\u0636\u0627\u0639\u0641 [B] \u0645\u0646 0.10 \u0625\u0644\u0649 0.20 (\u00d72). \u062a\u0636\u0627\u0639\u0641\u062a \u0627\u0644\u0633\u0631\u0639\u0629 \u0645\u0646 4.0 x 10\u207b\u2074 \u0625\u0644\u0649 8.0 x 10\u207b\u2074 (\u00d72). \u0628\u0645\u0627 \u0623\u0646 2\u00b9 = 2\u060c \u0641\u0631\u062a\u0628\u0629 B \u0647\u064a 1.\"},{\"question\":\"\u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0646\u0641\u0633 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0645\u0646 \u0627\u0644\u0633\u0624\u0627\u0644 \u0627\u0644\u0633\u0627\u0628\u0642\u060c \u0645\u0627 \u0647\u0648 \u0642\u0627\u0646\u0648\u0646 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0627\u0644\u0646\u0647\u0627\u0626\u064a\u061f\",\"options\":[\"Rate = k [A] [B]\",\"Rate = k [A]\u00b2 [B]\",\"Rate = k [A] [B]\u00b2\",\"Rate = k [A]\u00b2 [B]\u00b2\"],\"correctAnswer\":\"Rate = k [A] [B]\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u0645\u0646 \u0627\u0644\u0633\u0624\u0627\u0644\u064a\u0646 \u0627\u0644\u0633\u0627\u0628\u0642\u064a\u0646\u060c \u0648\u062c\u062f\u0646\u0627 \u0623\u0646 \u0631\u062a\u0628\u0629 A \u0647\u064a 1 \u0648\u0631\u062a\u0628\u0629 B \u0647\u064a 1. \u0644\u0630\u0627\u060c \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629 \u0647\u0648 Rate = k [A]\u00b9 [B]\u00b9 \u0623\u0648 \u0628\u0628\u0633\u0627\u0637\u0629 Rate = k [A] [B].\"},{\"question\":\"\u062a\u0641\u0627\u0639\u0644 \u0645\u0627 \u0644\u0647 \u0642\u0627\u0646\u0648\u0646 \u0633\u0631\u0639\u0629 R = k [P]\u00b9 [Q]\u00b2. \u0625\u0630\u0627 \u0642\u0645\u0646\u0627 \u0628\u062a\u0642\u0644\u064a\u0644 \u062a\u0631\u0643\u064a\u0632 P \u0625\u0644\u0649 \u0627\u0644\u0646\u0635\u0641 \u0648\u0632\u064a\u0627\u062f\u0629 \u062a\u0631\u0643\u064a\u0632 Q \u0625\u0644\u0649 \u0627\u0644\u0636\u0639\u0641\u060c \u0641\u0645\u0627\u0630\u0627 \u064a\u062d\u062f\u062b \u0644\u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u061f\",\"options\":[\"\u062a\u0638\u0644 \u0627\u0644\u0633\u0631\u0639\u0629 \u062b\u0627\u0628\u062a\u0629\",\"\u062a\u062a\u0636\u0627\u0639\u0641 \u0627\u0644\u0633\u0631\u0639\u0629 \u0645\u0631\u062a\u064a\u0646\",\"\u062a\u0632\u062f\u0627\u062f \u0627\u0644\u0633\u0631\u0639\u0629 4 \u0645\u0631\u0627\u062a\",\"\u062a\u0642\u0644 \u0627\u0644\u0633\u0631\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u0646\u0635\u0641\"],\"correctAnswer\":\"\u062a\u062a\u0636\u0627\u0639\u0641 \u0627\u0644\u0633\u0631\u0639\u0629 \u0645\u0631\u062a\u064a\u0646\",\"difficulty\":\"\u0635\u0639\u0628\",\"explanation\":\"\u062a\u0623\u062b\u064a\u0631 [P]\u00b9: \u062a\u0642\u0644\u064a\u0644 [P] \u0625\u0644\u0649 \u0627\u0644\u0646\u0635\u0641 \u064a\u062c\u0639\u0644 \u0627\u0644\u0633\u0631\u0639\u0629 (\u00bd)\u00b9 = \u00bd \u0645\u0646 \u0642\u064a\u0645\u062a\u0647\u0627 \u0627\u0644\u0623\u0635\u0644\u064a\u0629. \u062a\u0623\u062b\u064a\u0631 [Q]\u00b2: \u0632\u064a\u0627\u062f\u0629 [Q] \u0625\u0644\u0649 \u0627\u0644\u0636\u0639\u0641 \u064a\u062c\u0639\u0644 \u0627\u0644\u0633\u0631\u0639\u0629 (2)\u00b2 = 4 \u0623\u0636\u0639\u0627\u0641 \u0642\u064a\u0645\u062a\u0647\u0627 \u0627\u0644\u0623\u0635\u0644\u064a\u0629. \u0627\u0644\u062a\u0623\u062b\u064a\u0631 \u0627\u0644\u0643\u0644\u064a = (\u00bd) \u00d7 4 = 2. \u0625\u0630\u0646 \u0627\u0644\u0633\u0631\u0639\u0629 \u062a\u062a\u0636\u0627\u0639\u0641 \u0645\u0631\u062a\u064a\u0646.\"},{\"question\":\"\u0623\u064a \u0645\u0646 \u0627\u0644\u0639\u0628\u0627\u0631\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0635\u062d\u064a\u062d\u0629 \u062d\u0648\u0644 \u062b\u0627\u0628\u062a \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 (k)\u061f\",\"options\":[\"\u064a\u062a\u063a\u064a\u0631 \u0628\u062a\u063a\u064a\u0631 \u062a\u0631\u0627\u0643\u064a\u0632 \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0629\",\"\u064a\u062a\u063a\u064a\u0631 \u0628\u062a\u063a\u064a\u0631 \u062f\u0631\u062c\u0629 \u0627\u0644\u062d\u0631\u0627\u0631\u0629\",\"\u064a\u0632\u062f\u0627\u062f \u0628\u0632\u064a\u0627\u062f\u0629 \u0627\u0644\u0632\u0645\u0646\",\"\u064a\u0633\u0627\u0648\u064a \u062f\u0627\u0626\u0645\u0627\u064b 1\"],\"correctAnswer\":\"\u064a\u062a\u063a\u064a\u0631 \u0628\u062a\u063a\u064a\u0631 \u062f\u0631\u062c\u0629 \u0627\u0644\u062d\u0631\u0627\u0631\u0629\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u062b\u0627\u0628\u062a \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 (k) \u0642\u064a\u0645\u0629 \u062b\u0627\u0628\u062a\u0629 \u0644\u062a\u0641\u0627\u0639\u0644 \u0645\u0639\u064a\u0646 \u0639\u0646\u062f \u062f\u0631\u062c\u0629 \u062d\u0631\u0627\u0631\u0629 \u0645\u0639\u064a\u0646\u0629\u060c \u0648\u064a\u062a\u063a\u064a\u0631 \u0641\u0642\u0637 \u0628\u062a\u063a\u064a\u0631 \u062f\u0631\u062c\u0629 \u0627\u0644\u062d\u0631\u0627\u0631\u0629.\"},{\"question\":\"\u0623\u064a \u0645\u0646 \u0627\u0644\u0639\u0628\u0627\u0631\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u062a\u0635\u0641 \u0627\u0644\u0639\u0644\u0627\u0642\u0629 \u0627\u0644\u0635\u062d\u064a\u062d\u0629 \u0628\u064a\u0646 \u0627\u0644\u0631\u062a\u0628\u0629 \u0648\u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a \u0627\u0644\u0643\u064a\u0645\u064a\u0627\u0626\u064a\u0629 \u0641\u064a \u0627\u0644\u0645\u0639\u0627\u062f\u0644\u0629 \u0627\u0644\u0645\u0648\u0632\u0648\u0646\u0629\u061f\",\"options\":[\"\u0627\u0644\u0631\u062a\u0628\u0629 \u062f\u0627\u0626\u0645\u0627\u064b \u062a\u0633\u0627\u0648\u064a \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a \u0627\u0644\u0643\u064a\u0645\u064a\u0627\u0626\u064a\u0629\",\"\u0644\u0627 \u062a\u0648\u062c\u062f \u0639\u0644\u0627\u0642\u0629 \u0628\u064a\u0646 \u0627\u0644\u0631\u062a\u0628\u0629 \u0648\u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a \u0627\u0644\u0643\u064a\u0645\u064a\u0627\u0626\u064a\u0629\u060c \u0641\u0627\u0644\u0631\u062a\u0628\u0629 \u062a\u062d\u062f\u062f \u062a\u062c\u0631\u064a\u0628\u064a\u0627\u064b\",\"\u0627\u0644\u0631\u062a\u0628\u0629 \u0647\u064a \u0646\u0635\u0641 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a \u0627\u0644\u0643\u064a\u0645\u064a\u0627\u0626\u064a\u0629\",\"\u0627\u0644\u0631\u062a\u0628\u0629 \u0647\u064a \u0636\u0639\u0641 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a \u0627\u0644\u0643\u064a\u0645\u064a\u0627\u0626\u064a\u0629\"],\"correctAnswer\":\"\u0644\u0627 \u062a\u0648\u062c\u062f \u0639\u0644\u0627\u0642\u0629 \u0628\u064a\u0646 \u0627\u0644\u0631\u062a\u0628\u0629 \u0648\u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a \u0627\u0644\u0643\u064a\u0645\u064a\u0627\u0626\u064a\u0629\u060c \u0641\u0627\u0644\u0631\u062a\u0628\u0629 \u062a\u062d\u062f\u062f \u062a\u062c\u0631\u064a\u0628\u064a\u0627\u064b\",\"difficulty\":\"\u0633\u0647\u0644\",\"explanation\":\"\u062a\u062d\u062f\u064a\u062f \u0631\u062a\u0628 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u064a\u0639\u062a\u0645\u062f \u0643\u0644\u064a\u0627\u064b \u0639\u0644\u0649 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062a\u062c\u0631\u064a\u0628\u064a\u0629 \u0648\u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u0646\u062a\u0627\u062c\u0647\u0627 \u0645\u0646 \u0627\u0644\u0645\u0639\u0627\u0645\u0644\u0627\u062a \u0627\u0644\u0643\u064a\u0645\u064a\u0627\u0626\u064a\u0629 \u0641\u064a \u0627\u0644\u0645\u0639\u0627\u062f\u0644\u0629 \u0627\u0644\u0645\u0648\u0632\u0648\u0646\u0629.\"},{\"question\":\"\u0644\u0644\u062a\u0641\u0627\u0639\u0644: A + B \u2192 C. \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u062a\u0645 \u062c\u0645\u0639\u0647\u0627: <br\/> <svg width='300' height='120' style='background:#1f2937; border-radius:8px;'><rect x='0' y='0' width='300' height='120' fill='#1f2937'\/><text x='150' y='20' font-family='Arial' font-size='12' fill='#e5e7eb' text-anchor='middle'>Experiment | [A] (M) | [B] (M) | Rate (M\/s)<\/text><line x1='10' y1='30' x2='290' y2='30' stroke='#374151' stroke-width='1'\/><text x='150' y='45' font-family='Arial' font-size='12' fill='#d1d5db' text-anchor='middle'>1 | 0.10 | 0.10 | 1.0 x 10\u207b\u00b3<\/text><line x1='10' y1='55' x2='290' y2='55' stroke='#374151' stroke-width='1'\/><text x='150' y='70' font-family='Arial' font-size='12' fill='#d1d5db' text-anchor='middle'>2 | 0.20 | 0.10 | 2.0 x 10\u207b\u00b3<\/text><line x1='10' y1='80' x2='290' y2='80' stroke='#374151' stroke-width='1'\/><text x='150' y='95' font-family='Arial' font-size='12' fill='#d1d5db' text-anchor='middle'>3 | 0.10 | 0.20 | 4.0 x 10\u207b\u00b3<\/text><\/svg> <br\/> \u0645\u0627 \u0647\u064a \u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0643\u0644\u064a\u0629 \u0644\u0644\u062a\u0641\u0627\u0639\u0644\u061f\",\"options\":[\"1\",\"2\",\"3\",\"4\"],\"correctAnswer\":\"3\",\"difficulty\":\"\u0635\u0639\u0628\",\"explanation\":\"\u0644\u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u062a\u062c\u0631\u0628\u062a\u064a\u0646 1 \u0648 2 ([B] \u062b\u0627\u0628\u062a): \u062a\u0636\u0627\u0639\u0641 [A] (\u00d72)\u060c \u062a\u0636\u0627\u0639\u0641\u062a \u0627\u0644\u0633\u0631\u0639\u0629 (\u00d72). \u0625\u0630\u0646 \u0631\u062a\u0628\u0629 A \u0647\u064a 1.\u0644\u0645\u0642\u0627\u0631\u0646\u0629 \u0627\u0644\u062a\u062c\u0631\u0628\u062a\u064a\u0646 1 \u0648 3 ([A] \u062b\u0627\u0628\u062a): \u062a\u0636\u0627\u0639\u0641 [B] (\u00d72)\u060c \u062a\u0636\u0627\u0639\u0641\u062a \u0627\u0644\u0633\u0631\u0639\u0629 4 \u0645\u0631\u0627\u062a (\u00d74). \u0625\u0630\u0646 \u0631\u062a\u0628\u0629 B \u0647\u064a 2.\u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0643\u0644\u064a\u0629 = \u0631\u062a\u0628\u0629 A + \u0631\u062a\u0628\u0629 B = 1 + 2 = 3.\"},{\"question\":\"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0642\u0627\u0646\u0648\u0646 \u0633\u0631\u0639\u0629 \u062a\u0641\u0627\u0639\u0644 \u0645\u0627 \u0647\u0648 R = k [X]\u00b2 [Y]\u2070\u060c \u0645\u0627\u0630\u0627 \u064a\u0639\u0646\u064a \u0648\u062c\u0648\u062f [Y]\u2070 \u0641\u064a \u0627\u0644\u0642\u0627\u0646\u0648\u0646\u061f\",\"options\":[\"\u0623\u0646 \u062a\u0631\u0643\u064a\u0632 Y \u0639\u0627\u0644\u064d \u062c\u062f\u0627\u064b\",\"\u0623\u0646 Y \u0647\u064a \u0627\u0644\u0639\u0627\u0645\u0644 \u0627\u0644\u0645\u062d\u062f\u062f \u0644\u0644\u062a\u0641\u0627\u0639\u0644\",\"\u0623\u0646 \u062a\u063a\u064a\u064a\u0631 \u062a\u0631\u0643\u064a\u0632 Y \u0644\u0627 \u064a\u0624\u062b\u0631 \u0639\u0644\u0649 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\",\"\u0623\u0646 Y \u0645\u0627\u062f\u0629 \u0646\u0627\u062a\u062c\u0629 \u0648\u0644\u064a\u0633\u062a \u0645\u062a\u0641\u0627\u0639\u0644\u0629\"],\"correctAnswer\":\"\u0623\u0646 \u062a\u063a\u064a\u064a\u0631 \u062a\u0631\u0643\u064a\u0632 Y \u0644\u0627 \u064a\u0624\u062b\u0631 \u0639\u0644\u0649 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u0623\u064a \u0645\u0627\u062f\u0629 \u0645\u0631\u0641\u0648\u0639\u0629 \u0644\u0644\u0623\u0633 \u0635\u0641\u0631 \u0641\u064a \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629 ([Y]\u2070) \u062a\u0639\u0646\u064a \u0623\u0646 \u062a\u063a\u064a\u064a\u0631 \u062a\u0631\u0643\u064a\u0632 \u0647\u0630\u0647 \u0627\u0644\u0645\u0627\u062f\u0629 \u0644\u0627 \u064a\u0624\u062b\u0631 \u0639\u0644\u0649 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u060c \u0644\u0623\u0646 [Y]\u2070 = 1.\"},{\"question\":\"\u0623\u064a \u0645\u0646 \u0627\u0644\u0631\u0633\u0648\u0645 \u0627\u0644\u0628\u064a\u0627\u0646\u064a\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u064a\u0634\u064a\u0631 \u0625\u0644\u0649 \u062a\u0641\u0627\u0639\u0644 \u0645\u0646 \u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0623\u0648\u0644\u0649\u061f\",\"options\":[\"<svg width='200' height='100' style='background:#1f2937; border-radius:8px;'><rect x='0' y='0' width='200' height='100' fill='#1f2937'\/><line x1='10' y1='90' x2='190' y2='90' stroke='#d1d5db' stroke-width='1'\/><line x1='10' y1='10' x2='10' y2='90' stroke='#d1d5db' stroke-width='1'\/><polyline points='10,90 50,70 90,50 130,30 170,10' stroke='#a78bfa' fill='none' stroke-width='2'\/><text x='100' y='85' font-family='Arial' font-size='10' fill='#d1d5db' text-anchor='middle'>\u0627\u0644\u0632\u0645\u0646<\/text><text x='5' y='50' font-family='Arial' font-size='10' fill='#d1d5db' text-anchor='start' transform='rotate(-90 5 50)'>[A]<\/text><\/svg>\",\"<svg width='200' height='100' style='background:#1f2937; border-radius:8px;'><rect x='0' y='0' width='200' height='100' fill='#1f2937'\/><line x1='10' y1='90' x2='190' y2='90' stroke='#d1d5db' stroke-width='1'\/><line x1='10' y1='10' x2='10' y2='90' stroke='#d1d5db' stroke-width='1'\/><polyline points='10,90 50,80 90,70 130,60 170,50' stroke='#a78bfa' fill='none' stroke-width='2'\/><text x='100' y='85' font-family='Arial' font-size='10' fill='#d1d5db' text-anchor='middle'>\u0627\u0644\u0632\u0645\u0646<\/text><text x='5' y='50' font-family='Arial' font-size='10' fill='#d1d5db' text-anchor='start' transform='rotate(-90 5 50)'>[A]<\/text><\/svg>\",\"<svg width='200' height='100' style='background:#1f2937; border-radius:8px;'><rect x='0' y='0' width='200' height='100' fill='#1f2937'\/><line x1='10' y1='90' x2='190' y2='90' stroke='#d1d5db' stroke-width='1'\/><line x1='10' y1='10' x2='10' y2='90' stroke='#d1d5db' stroke-width='1'\/><polyline points='10,90 50,75 90,60 130,45 170,30' stroke='#a78bfa' fill='none' stroke-width='2'\/><text x='100' y='85' font-family='Arial' font-size='10' fill='#d1d5db' text-anchor='middle'>\u0627\u0644\u0632\u0645\u0646<\/text><text x='5' y='50' font-family='Arial' font-size='10' fill='#d1d5db' text-anchor='start' transform='rotate(-90 5 50)'>ln[A]<\/text><\/svg>\",\"<svg width='200' height='100' style='background:#1f2937; border-radius:8px;'><rect x='0' y='0' width='200' height='100' fill='#1f2937'\/><line x1='10' y1='90' x2='190' y2='90' stroke='#d1d5db' stroke-width='1'\/><line x1='10' y1='10' x2='10' y2='90' stroke='#d1d5db' stroke-width='1'\/><polyline points='10,90 50,60 90,40 130,25 170,15' stroke='#a78bfa' fill='none' stroke-width='2'\/><text x='100' y='85' font-family='Arial' font-size='10' fill='#d1d5db' text-anchor='middle'>\u0627\u0644\u0632\u0645\u0646<\/text><text x='5' y='50' font-family='Arial' font-size='10' fill='#d1d5db' text-anchor='start' transform='rotate(-90 5 50)'>1\/[A]<\/text><\/svg>\"],\"correctAnswer\":\"<svg width='200' height='100' style='background:#1f2937; border-radius:8px;'><rect x='0' y='0' width='200' height='100' fill='#1f2937'\/><line x1='10' y1='90' x2='190' y2='90' stroke='#d1d5db' stroke-width='1'\/><line x1='10' y1='10' x2='10' y2='90' stroke='#d1d5db' stroke-width='1'\/><polyline points='10,90 50,75 90,60 130,45 170,30' stroke='#a78bfa' fill='none' stroke-width='2'\/><text x='100' y='85' font-family='Arial' font-size='10' fill='#d1d5db' text-anchor='middle'>\u0627\u0644\u0632\u0645\u0646<\/text><text x='5' y='50' font-family='Arial' font-size='10' fill='#d1d5db' text-anchor='start' transform='rotate(-90 5 50)'>ln[A]<\/text><\/svg>\",\"difficulty\":\"\u0635\u0639\u0628\",\"explanation\":\"\u0627\u0644\u0631\u0633\u0645 \u0627\u0644\u0628\u064a\u0627\u0646\u064a \u0627\u0644\u0630\u064a \u064a\u0645\u062b\u0644 \u0639\u0644\u0627\u0642\u0629 \u062e\u0637\u064a\u0629 (\u0645\u0633\u062a\u0642\u064a\u0645) \u0628\u064a\u0646 ln[A] \u0648\u0627\u0644\u0632\u0645\u0646 \u0647\u0648 \u0644\u062a\u0641\u0627\u0639\u0644 \u0645\u0646 \u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0623\u0648\u0644\u0649. \u0628\u064a\u0646\u0645\u0627 [A] \u0645\u0642\u0627\u0628\u0644 \u0627\u0644\u0632\u0645\u0646 \u0644\u0644\u062a\u0641\u0627\u0639\u0644 \u0627\u0644\u0635\u0641\u0631\u064a\u060c \u06481\/[A] \u0645\u0642\u0627\u0628\u0644 \u0627\u0644\u0632\u0645\u0646 \u0644\u0644\u062a\u0641\u0627\u0639\u0644 \u0645\u0646 \u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u062b\u0627\u0646\u064a\u0629.\"},{\"question\":\"\u0644\u0644\u062a\u0641\u0627\u0639\u0644 2NO(g) + 2H\u2082(g) \u2192 N\u2082(g) + 2H\u2082O(g)\u060c \u0625\u0630\u0627 \u0643\u0627\u0646 \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629 \u0647\u0648 Rate = k [NO]\u00b2 [H\u2082]\u00b9\u060c \u0645\u0627 \u0647\u064a \u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0643\u0644\u064a\u0629 \u0644\u0644\u062a\u0641\u0627\u0639\u0644\u061f\",\"options\":[\"1\",\"2\",\"3\",\"4\"],\"correctAnswer\":\"3\",\"difficulty\":\"\u0633\u0647\u0644\",\"explanation\":\"\u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0643\u0644\u064a\u0629 \u0647\u064a \u0645\u062c\u0645\u0648\u0639 \u0631\u062a\u0628 \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0627\u062a: 2 (\u0644\u0640 NO) + 1 (\u0644\u0640 H\u2082) = 3.\"},{\"question\":\"\u062a\u0641\u0627\u0639\u0644 \u0643\u064a\u0645\u064a\u0627\u0626\u064a \u0643\u0627\u0646\u062a \u0633\u0631\u0639\u062a\u0647 \u0627\u0644\u0627\u0628\u062a\u062f\u0627\u0626\u064a\u0629 5.0 \u00d7 10\u207b\u2074 M\/s \u0639\u0646\u062f\u0645\u0627 \u0643\u0627\u0646 \u062a\u0631\u0643\u064a\u0632 \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0629 A \u0647\u0648 0.10 M. \u0625\u0630\u0627 \u062a\u0636\u0627\u0639\u0641 \u062a\u0631\u0643\u064a\u0632 A \u0625\u0644\u0649 0.20 M \u0648\u062a\u0636\u0627\u0639\u0641\u062a \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 4 \u0645\u0631\u0627\u062a\u060c \u0641\u0645\u0627 \u0647\u064a \u0631\u062a\u0628\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0640 A\u061f\",\"options\":[\"0\",\"1\",\"2\",\"3\"],\"correctAnswer\":\"2\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u0625\u0630\u0627 \u062a\u0636\u0627\u0639\u0641 \u0627\u0644\u062a\u0631\u0643\u064a\u0632 (\u00d72) \u0648\u062a\u0636\u0627\u0639\u0641\u062a \u0627\u0644\u0633\u0631\u0639\u0629 4 \u0645\u0631\u0627\u062a (\u00d74)\u060c \u0641\u0625\u0646 \u0627\u0644\u0631\u062a\u0628\u0629 \u0647\u064a 2 (\u0644\u0623\u0646 2\u00b2 = 4).\"},{\"question\":\"\u0644\u0644\u062a\u0641\u0627\u0639\u0644 X + Y \u2192 Z\u060c \u0648\u062c\u062f \u0623\u0646 \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629 \u0647\u0648 Rate = k [X]\u00b9 [Y]\u00b2. \u0625\u0630\u0627 \u0643\u0627\u0646 \u062b\u0627\u0628\u062a \u0627\u0644\u0633\u0631\u0639\u0629 k = 0.05 M\u207b\u00b2\u22c5s\u207b\u00b9\u060c \u0648\u0643\u0627\u0646 [X] = 0.2 M \u0648 [Y] = 0.3 M\u060c \u0641\u0645\u0627 \u0647\u064a \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0627\u0644\u0627\u0628\u062a\u062f\u0627\u0626\u064a\u0629\u061f\",\"options\":[\"9.0 x 10\u207b\u2074 M\/s\",\"1.8 x 10\u207b\u00b3 M\/s\",\"3.0 x 10\u207b\u00b3 M\/s\",\"4.5 x 10\u207b\u00b3 M\/s\"],\"correctAnswer\":\"9.0 x 10\u207b\u2074 M\/s\",\"difficulty\":\"\u0635\u0639\u0628\",\"explanation\":\"Rate = k [X]\u00b9 [Y]\u00b2 = (0.05 M\u207b\u00b2\u22c5s\u207b\u00b9) (0.2 M)\u00b9 (0.3 M)\u00b2 = 0.05 \u00d7 0.2 \u00d7 0.09 = 0.0009 M\/s = 9.0 x 10\u207b\u2074 M\/s.\"},{\"question\":\"\u0645\u0627 \u0647\u0648 \u0627\u0644\u0645\u0635\u0637\u0644\u062d \u0627\u0644\u0630\u064a \u064a\u0635\u0641 \u0627\u0644\u0623\u0633 \u0627\u0644\u0630\u064a \u064a\u0631\u0641\u0639 \u0625\u0644\u064a\u0647 \u062a\u0631\u0643\u064a\u0632 \u0645\u0627\u062f\u0629 \u0645\u062a\u0641\u0627\u0639\u0644\u0629 \u0648\u0627\u062d\u062f\u0629 \u0641\u064a \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629\u061f\",\"options\":[\"\u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0643\u0644\u064a\u0629 \u0644\u0644\u062a\u0641\u0627\u0639\u0644\",\"\u0645\u0639\u0627\u0645\u0644 \u0627\u0644\u062a\u0643\u0627\u0641\u0624\",\"\u0637\u0627\u0642\u0629 \u0627\u0644\u062a\u0646\u0634\u064a\u0637\",\"\u0631\u062a\u0628\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0645\u0627\u062f\u0629 \u0648\u0627\u062d\u062f\u0629\"],\"correctAnswer\":\"\u0631\u062a\u0628\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0645\u0627\u062f\u0629 \u0648\u0627\u062d\u062f\u0629\",\"difficulty\":\"\u0633\u0647\u0644\",\"explanation\":\"\u0631\u062a\u0628\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0645\u0627\u062f\u0629 \u0648\u0627\u062d\u062f\u0629 \u0647\u064a \u0627\u0644\u0623\u0633 \u0627\u0644\u0630\u064a \u064a\u0631\u0641\u0639 \u0625\u0644\u064a\u0647 \u062a\u0631\u0643\u064a\u0632 \u062a\u0644\u0643 \u0627\u0644\u0645\u0627\u062f\u0629 \u0641\u064a \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629.\"},{\"question\":\"\u0644\u0644\u062a\u0641\u0627\u0639\u0644 A + B \u2192 C\u060c \u0625\u0630\u0627 \u0623\u062f\u062a \u0645\u0636\u0627\u0639\u0641\u0629 \u062a\u0631\u0643\u064a\u0632 A \u0625\u0644\u0649 \u0645\u0636\u0627\u0639\u0641\u0629 \u0627\u0644\u0633\u0631\u0639\u0629\u060c \u0648\u0639\u062f\u0645 \u062a\u063a\u064a\u0631 \u0627\u0644\u0633\u0631\u0639\u0629 \u0639\u0646\u062f \u0645\u0636\u0627\u0639\u0641\u0629 \u062a\u0631\u0643\u064a\u0632 B\u060c \u0641\u0645\u0627 \u0647\u0648 \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629\u061f\",\"options\":[\"Rate = k [A] [B]\",\"Rate = k [A]\",\"Rate = k [B]\",\"Rate = k [A]\u00b2\"],\"correctAnswer\":\"Rate = k [A]\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u0645\u0636\u0627\u0639\u0641\u0629 [A] \u0648\u0645\u0636\u0627\u0639\u0641\u0629 \u0627\u0644\u0633\u0631\u0639\u0629 \u064a\u0639\u0646\u064a \u0631\u062a\u0628\u0629 A \u0647\u064a 1. \u0639\u062f\u0645 \u062a\u063a\u064a\u0631 \u0627\u0644\u0633\u0631\u0639\u0629 \u0639\u0646\u062f \u0645\u0636\u0627\u0639\u0641\u0629 [B] \u064a\u0639\u0646\u064a \u0631\u062a\u0628\u0629 B \u0647\u064a 0. \u0644\u0630\u0627 \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629 \u0647\u0648 Rate = k [A]\u00b9 [B]\u2070 = k [A].\"},{\"question\":\"\u062a\u0641\u0627\u0639\u0644 \u0645\u0646 \u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u062b\u0627\u0646\u064a\u0629 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0644\u0645\u0627\u062f\u0629 A. \u0625\u0630\u0627 \u062a\u0645 \u062a\u0642\u0644\u064a\u0644 \u062a\u0631\u0643\u064a\u0632 A \u0625\u0644\u0649 \u0627\u0644\u062b\u0644\u062b (1\/3)\u060c \u0641\u0645\u0627\u0630\u0627 \u064a\u062d\u062f\u062b \u0644\u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u061f\",\"options\":[\"\u062a\u0642\u0644 \u0627\u0644\u0633\u0631\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u062b\u0644\u062b\",\"\u062a\u0642\u0644 \u0627\u0644\u0633\u0631\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u062a\u0633\u0639\",\"\u062a\u0632\u062f\u0627\u062f \u0627\u0644\u0633\u0631\u0639\u0629 \u062b\u0644\u0627\u062b \u0645\u0631\u0627\u062a\",\"\u0644\u0627 \u062a\u062a\u063a\u064a\u0631 \u0627\u0644\u0633\u0631\u0639\u0629\"],\"correctAnswer\":\"\u062a\u0642\u0644 \u0627\u0644\u0633\u0631\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u062a\u0633\u0639\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u0628\u0645\u0627 \u0623\u0646 \u0627\u0644\u0631\u062a\u0628\u0629 \u0647\u064a 2\u060c \u0641\u0625\u0646 \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u062a\u0631\u0643\u064a\u0632 \u064a\u0624\u062b\u0631 \u0639\u0644\u0649 \u0627\u0644\u0633\u0631\u0639\u0629 \u0628\u0645\u0642\u062f\u0627\u0631 \u0645\u0631\u0628\u0639 \u0627\u0644\u062a\u063a\u064a\u064a\u0631. \u062a\u0642\u0644\u064a\u0644 \u0627\u0644\u062a\u0631\u0643\u064a\u0632 \u0625\u0644\u0649 \u0627\u0644\u062b\u0644\u062b \u064a\u0639\u0646\u064a (1\/3)\u00b2 = 1\/9. \u0625\u0630\u0646 \u062a\u0642\u0644 \u0627\u0644\u0633\u0631\u0639\u0629 \u0625\u0644\u0649 \u0627\u0644\u062a\u0633\u0639.\"},{\"question\":\"\u0641\u064a \u0627\u0644\u0645\u062b\u0627\u0644 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u064a 2 (\u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u062d\u0633\u0627\u0628\u064a\u0629 \u0628\u0627\u0644\u0645\u0639\u0627\u062f\u0644\u0627\u062a) \u0644\u0644\u062a\u0641\u0627\u0639\u0644 A + 2B \u2192 C\u060c \u0625\u0630\u0627 \u0642\u0645\u0646\u0627 \u0628\u0642\u0633\u0645\u0629 Rate\u2083 \u0639\u0644\u0649 Rate\u2082\u060c \u0648\u062a\u0631\u0643\u064a\u0632 [A] \u062b\u0627\u0628\u062a\u060c \u0641\u0645\u0627\u0630\u0627 \u0633\u0646\u062d\u0633\u0628\u061f\",\"options\":[\"\u0631\u062a\u0628\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0640 A\",\"\u0631\u062a\u0628\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0640 B\",\"\u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0643\u0644\u064a\u0629 \u0644\u0644\u062a\u0641\u0627\u0639\u0644\",\"\u062b\u0627\u0628\u062a \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\"],\"correctAnswer\":\"\u0631\u062a\u0628\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0640 B\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u0639\u0646\u062f \u0627\u062e\u062a\u064a\u0627\u0631 \u062a\u062c\u0631\u0628\u062a\u064a\u0646 \u064a\u0643\u0648\u0646 \u0641\u064a\u0647\u0645\u0627 \u062a\u0631\u0643\u064a\u0632 [A] \u062b\u0627\u0628\u062a\u0627\u064b (\u0645\u062b\u0644 \u0627\u0644\u062a\u062c\u0631\u0628\u062a\u064a\u0646 2 \u0648 3 \u0641\u064a \u0627\u0644\u0645\u062b\u0627\u0644)\u060c \u0641\u0625\u0646 \u0642\u0633\u0645\u0629 \u0627\u0644\u0633\u0631\u0639\u0627\u062a \u0633\u062a\u0633\u0645\u062d \u0628\u062d\u0633\u0627\u0628 \u0631\u062a\u0628\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0628\u0627\u0644\u0646\u0633\u0628\u0629 \u0644\u0640 B.\"},{\"question\":\"\u0625\u0630\u0627 \u0643\u0627\u0646 \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0631\u0639\u0629 Rate = k [M]\u00b9 [N]\u2070\u060c \u0641\u0645\u0627 \u0647\u064a \u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0643\u0644\u064a\u0629 \u0644\u0647\u0630\u0627 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u061f\",\"options\":[\"0\",\"1\",\"2\",\"3\"],\"correctAnswer\":\"1\",\"difficulty\":\"\u0633\u0647\u0644\",\"explanation\":\"\u0627\u0644\u0631\u062a\u0628\u0629 \u0627\u0644\u0643\u0644\u064a\u0629 \u0647\u064a \u0645\u062c\u0645\u0648\u0639 \u0631\u062a\u0628 \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0627\u062a: 1 (\u0644\u0640 M) + 0 (\u0644\u0640 N) = 1.\"},{\"question\":\"\u0623\u064a \u0645\u0646 \u0627\u0644\u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u064a\u0624\u062b\u0631 \u0639\u0644\u0649 \u0642\u064a\u0645\u0629 \u062b\u0627\u0628\u062a \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 (k)\u061f\",\"options\":[\"\u062a\u0631\u0643\u064a\u0632 \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u0645\u062a\u0641\u0627\u0639\u0644\u0629\",\"\u0627\u0644\u0636\u063a\u0637\",\"\u062f\u0631\u062c\u0629 \u0627\u0644\u062d\u0631\u0627\u0631\u0629\",\"\u0648\u062c\u0648\u062f \u0639\u0627\u0645\u0644 \u062d\u0641\u0627\u0632\"],\"correctAnswer\":\"\u062f\u0631\u062c\u0629 \u0627\u0644\u062d\u0631\u0627\u0631\u0629\",\"difficulty\":\"\u0645\u062a\u0648\u0633\u0637\",\"explanation\":\"\u062b\u0627\u0628\u062a \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 (k) \u064a\u0639\u062a\u0645\u062f \u0639\u0644\u0649 \u062f\u0631\u062c\u0629 \u0627\u0644\u062d\u0631\u0627\u0631\u0629\u060c \u062d\u064a\u062b \u062a\u0632\u064a\u062f \u0642\u064a\u0645\u062a\u0647 \u0639\u0627\u062f\u0629\u064b \u0645\u0639 \u0632\u064a\u0627\u062f\u0629 \u062f\u0631\u062c\u0629 \u0627\u0644\u062d\u0631\u0627\u0631\u0629. \u0627\u0644\u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u0623\u062e\u0631\u0649 \u0642\u062f \u062a\u0624\u062b\u0631 \u0639\u0644\u0649 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644 \u0648\u0644\u0643\u0646 \u0644\u064a\u0633 \u0639\u0644\u0649 \u062b\u0627\u0628\u062a \u0627\u0644\u0633\u0631\u0639\u0629 \u0646\u0641\u0633\u0647 \u0628\u0647\u0630\u0647 \u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0645\u0628\u0627\u0634\u0631\u0629 (\u0627\u0644\u0639\u0627\u0645\u0644 \u0627\u0644\u062d\u0641\u0627\u0632 \u064a\u0632\u064a\u062f \u0645\u0646 k \u0644\u0643\u0646\u0647 \u0644\u0627 \u064a\u063a\u064a\u0631 \u0645\u0646 \u0637\u0628\u064a\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644).\"}];\n      \n      const totalQuestions = quizData.length;\n      let userAnswers = new Array(totalQuestions).fill(\"\");\n      let currentIndex = 0;\n      let isSubmitted = false;\n      \n      const dynamicArea = document.getElementById(\"dynamic-question-area\");\n      const currentQSpan = document.getElementById(\"current-q-num\");\n      const totalQSpan = document.getElementById(\"total-q-count\");\n      const difficultyBadge = document.getElementById(\"difficulty-badge\");\n      const answeredCountSpan = document.getElementById(\"answered-count\");\n      const progressPercentSpan = document.getElementById(\"progress-percent\");\n      const progressBar = document.getElementById(\"progress-bar\");\n      const resultPanel = document.getElementById(\"result-panel\");\n      const finalScoreSpan = document.getElementById(\"final-score-text\");\n      const resultMsgSpan = document.getElementById(\"result-message\");\n      \n      const firstBtn = document.getElementById(\"first-btn\");\n      const prevBtn = document.getElementById(\"prev-btn\");\n      const nextBtn = document.getElementById(\"next-btn\");\n      const lastBtn = document.getElementById(\"last-btn\");\n      const submitBtn = document.getElementById(\"submit-final-btn\");\n      const resetBtn = document.getElementById(\"reset-exam-btn\");\n      \n      totalQSpan.textContent = totalQuestions;\n      \n      function updateProgressStats() {\n          const answered = userAnswers.filter(a => a !== \"\").length;\n          answeredCountSpan.textContent = answered;\n          const percent = Math.round((answered \/ totalQuestions) * 100);\n          progressPercentSpan.textContent = `${percent}%`;\n          progressBar.style.width = `${percent}%`;\n      }\n      \n      function saveCurrentSelected() {\n          const selectedRadio = document.querySelector(`input[name=\"current-question-radio\"]:checked`);\n          if (selectedRadio) {\n              userAnswers[currentIndex] = selectedRadio.value;\n          }\n          updateProgressStats();\n      }\n      \n      function escapeHtml(str) {\n          if(!str) return \"\";\n          return str.replace(\/[&<>]\/g, function(m) {\n              if (m === '&') return '&amp;';\n              if (m === '<') return '&lt;';\n              if (m === '>') return '&gt;';\n              return m;\n          });\n      }\n      \n      function renderCurrentQuestion() {\n          const q = quizData[currentIndex];\n          const selectedAns = userAnswers[currentIndex];\n          const isCorrectMode = isSubmitted;\n          let optionsHtml = \"\";\n          q.options.forEach((opt, idx) => {\n              const isSelected = (selectedAns === opt);\n              let additionalClasses = \"\";\n              let disabledAttr = isCorrectMode ? \"disabled\" : \"\";\n              let radioChecked = isSelected ? \"checked\" : \"\";\n              if (isCorrectMode) {\n                  const isCorrectAnswer = (opt === q.correctAnswer);\n                  if (isCorrectAnswer) additionalClasses = \"correct-highlight\";\n                  else if (isSelected && !isCorrectAnswer) additionalClasses = \"incorrect-highlight\";\n              }\n              optionsHtml += `\n                  <div class=\"option-btn ${additionalClasses} ${isCorrectMode ? 'disabled-opt' : ''}\">\n                      <input type=\"radio\" name=\"current-question-radio\" value=\"${escapeHtml(opt)}\" id=\"opt_${idx}\" ${radioChecked} ${disabledAttr} class=\"option-radio\">\n                      <label for=\"opt_${idx}\" class=\"option-text cursor-pointer flex-1\">${opt}<\/label>\n                  <\/div>\n              `;\n          });\n          let explanationHtml = \"\";\n          if (isCorrectMode) {\n              explanationHtml = `<div class=\"explanation-box\"><span class=\"font-bold text-indigo-300\">&#x1f4d6; \u0627\u0644\u062a\u0648\u0636\u064a\u062d:<\/span><br>${q.explanation || (\"\u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0627\u0644\u0635\u062d\u064a\u062d\u0629: \" + q.correctAnswer)}<\/div>`;\n          }\n          const difficultyColor = q.difficulty === '\u0633\u0647\u0644' ? 'text-green-300' : q.difficulty === '\u0645\u062a\u0648\u0633\u0637' ? 'text-yellow-300' : 'text-rose-300';\n          const fullHtml = `\n              <div class=\"mb-2\">\n                  <div class=\"flex justify-between items-start flex-wrap gap-2\">\n                      <h2 class=\"text-xl md:text-2xl font-semibold text-white leading-tight\">${q.question}<\/h2>\n                      <span class=\"badge-difficulty ${difficultyColor} border border-white\/20\">&#x2b50; ${q.difficulty || '\u0645\u062a\u0648\u0633\u0637'}<\/span>\n                  <\/div>\n              <\/div>\n              <div class=\"mt-4 space-y-2\">${optionsHtml}<\/div>\n              ${explanationHtml}\n          `;\n          dynamicArea.innerHTML = fullHtml;\n          if (!isCorrectMode) {\n              const radioInputs = document.querySelectorAll(`input[name=\"current-question-radio\"]`);\n              radioInputs.forEach(radio => {\n                  radio.addEventListener(\"change\", () => {\n                      userAnswers[currentIndex] = radio.value;\n                      updateProgressStats();\n                  });\n              });\n          }\n          currentQSpan.textContent = currentIndex + 1;\n          difficultyBadge.innerHTML = `<span class=\"text-indigo-200\">\u0627\u0644\u0635\u0639\u0648\u0628\u0629:<\/span> <strong class=\"${difficultyColor}\">${q.difficulty || '\u0645\u062a\u0648\u0633\u0637'}<\/strong>`;\n          updateProgressStats();\n      }\n      \n      function goToQuestion(newIndex) {\n          if (!isSubmitted) saveCurrentSelected();\n          currentIndex = Math.min(totalQuestions - 1, Math.max(0, newIndex));\n          renderCurrentQuestion();\n          updateNavButtonsState();\n      }\n      \n      function updateNavButtonsState() {\n          firstBtn.disabled = (currentIndex === 0);\n          prevBtn.disabled = (currentIndex === 0);\n          nextBtn.disabled = (currentIndex === totalQuestions - 1);\n          lastBtn.disabled = (currentIndex === totalQuestions - 1);\n      }\n      \n      function calculateAndShowResult() {\n          if (isSubmitted) return;\n          saveCurrentSelected();\n          let score = 0;\n          for (let i = 0; i < totalQuestions; i++) {\n              if (userAnswers[i] === quizData[i].correctAnswer) score++;\n          }\n          isSubmitted = true;\n          resultPanel.classList.remove(\"hidden\");\n          finalScoreSpan.innerText = `${score} \/ ${totalQuestions}`;\n          let percentVal = Math.round((score \/ totalQuestions) * 100);\n          resultMsgSpan.innerText = percentVal >= 70 ? \"&#x1f3c6; \u0623\u062f\u0627\u0621 \u0631\u0627\u0626\u0639! &#x1f389;\" : (percentVal >= 50 ? \"&#x1f4d8; \u062c\u064a\u062f\u060c \u064a\u0645\u0643\u0646\u0643 \u0645\u0631\u0627\u062c\u0639\u0629 \u0628\u0639\u0636 \u0627\u0644\u0645\u0641\u0627\u0647\u064a\u0645.\" : \"&#x1f4da; \u062a\u062d\u062a\u0627\u062c \u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0642\u0648\u0627\u0646\u064a\u0646 \u0648\u0627\u0644\u0646\u0638\u0631\u064a\u0629.\");\n          renderCurrentQuestion();\n          submitBtn.disabled = true;\n          submitBtn.classList.add(\"opacity-50\", \"cursor-not-allowed\");\n      }\n      \n      function resetExam() {\n          isSubmitted = false;\n          userAnswers = new Array(totalQuestions).fill(\"\");\n          currentIndex = 0;\n          resultPanel.classList.add(\"hidden\");\n          submitBtn.disabled = false;\n          submitBtn.classList.remove(\"opacity-50\", \"cursor-not-allowed\");\n          renderCurrentQuestion();\n          updateProgressStats();\n          updateNavButtonsState();\n      }\n      \n      firstBtn.addEventListener(\"click\", () => goToQuestion(0));\n      prevBtn.addEventListener(\"click\", () => goToQuestion(currentIndex - 1));\n      nextBtn.addEventListener(\"click\", () => goToQuestion(currentIndex + 1));\n      lastBtn.addEventListener(\"click\", () => goToQuestion(totalQuestions - 1));\n      submitBtn.addEventListener(\"click\", calculateAndShowResult);\n      resetBtn.addEventListener(\"click\", resetExam);\n      \n      renderCurrentQuestion();\n      updateNavButtonsState();\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u0627\u062e\u062a\u0628\u0627\u0631 \u062a\u0641\u0627\u0639\u0644\u064a: \u0642\u0648\u0627\u0646\u064a\u0646 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u0627\u062a &#x26a1; \u0627\u062e\u062a\u0628\u0627\u0631: \u0642\u0648\u0627\u0646\u064a\u0646 \u0633\u0631\u0639\u0629 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u0627\u062a \u0627\u0644\u062b\u0627\u0646\u0648\u064a &#8211; \u0627\u0644\u0635\u0641 \u0627\u0644\u062b\u0627\u0646\u064a \u0639\u0634\u0631 &#8211; \u0627\u0644\u0645\u0633\u0627\u0631 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a | \u0627\u0644\u062f\u0631\u0633 \u0627\u0644\u062b\u0627\u0646\u064a &#x1f4cb; \u0627\u0644\u0633\u0624\u0627\u0644 1 \/ 0 \u2713 \u0627\u0644\u0645\u062c\u0627\u0628 \u0639\u0646\u0647: 0 \u0645\u0646 0 \u0627\u0644\u062a\u0642\u062f\u0645 \u0641\u064a \u0627\u0644\u0623\u0633\u0626\u0644\u0629 0% &#x23ee;&#xfe0f; \u0627\u0644\u0623\u0648\u0644 &#x25b6;&#xfe0f; \u0627\u0644\u0633\u0627\u0628\u0642 \u0627\u0644\u062a\u0627\u0644\u064a &#x25c0;&#xfe0f; \u0627\u0644\u0623\u062e\u064a\u0631 &#x23ed;&#xfe0f; &#x2728; \u0625\u0638\u0647\u0627\u0631 \u0627\u0644\u0646\u062a\u064a\u062c\u0629 &#x2728; &#x1f4ca; \u0646\u062a\u064a\u062c\u062a\u0643 \u0627\u0644\u0646\u0647\u0627\u0626\u064a\u0629 0 \/ 0 &#x1f504; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-17975","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/smartedujo.com\/ar\/wp-json\/wp\/v2\/pages\/17975","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/smartedujo.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/smartedujo.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/smartedujo.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/smartedujo.com\/ar\/wp-json\/wp\/v2\/comments?post=17975"}],"version-history":[{"count":2,"href":"https:\/\/smartedujo.com\/ar\/wp-json\/wp\/v2\/pages\/17975\/revisions"}],"predecessor-version":[{"id":17980,"href":"https:\/\/smartedujo.com\/ar\/wp-json\/wp\/v2\/pages\/17975\/revisions\/17980"}],"wp:attachment":[{"href":"https:\/\/smartedujo.com\/ar\/wp-json\/wp\/v2\/media?parent=17975"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}