{"id":5034,"date":"2025-08-31T19:22:17","date_gmt":"2025-08-31T19:22:17","guid":{"rendered":"https:\/\/tawjihy.com\/?p=5034"},"modified":"2025-10-17T13:28:33","modified_gmt":"2025-10-17T13:28:33","slug":"%d8%a7%d9%85%d8%aa%d8%ad%d8%a7%d9%86-%d9%85%d8%ad%d9%88%d8%b3%d8%a8-%d9%84%d9%82%d8%a7%d8%b9%d8%af%d8%a9-%d8%a7%d9%81%d8%b9%d8%a7%d9%84-%d8%a7%d9%84%d8%b1%d8%a8%d8%b7-%d8%a7%d9%84%d9%84%d8%ba%d8%a9","status":"publish","type":"post","link":"https:\/\/tawjihy.com\/?p=5034","title":{"rendered":"\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u062d\u0648\u0633\u0628 \u0644\u0642\u0627\u0639\u062f\u0629 \u0627\u0641\u0639\u0627\u0644 \u0627\u0644\u0631\u0628\u0637 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u062c\u064a\u0644 2009 \u0627\u0648\u0644 \u062b\u0627\u0646\u0648\u064a"},"content":{"rendered":"\n\n\n\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\">\n    <title>Modal and related verbs \u2013 \u0639\u0631\u0628\u064a<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        :root {\n            --primary-color: #007bff;\n            --secondary-color: #6c757d;\n            --success-color: #28a745;\n            --danger-color: #dc3545;\n            --light-color: #f8f9fa;\n            --dark-color: #343a40;\n            --background-color: #eef2f7;\n            --text-color: #333;\n            --border-radius: 8px;\n        }\n        html { box-sizing: border-box; }\n        *, *:before, *:after { box-sizing: inherit; }\n        body {\n            font-family: 'Tajawal', sans-serif;\n            background-color: var(--background-color);\n            color: var(--text-color);\n            margin: 0;\n            padding: 15px;\n            display: flex;\n            justify-content: center;\n            align-items: flex-start;\n            min-height: 100vh;\n            line-height: 1.6;\n        }\n        .quiz-container {\n            background-color: #fff;\n            padding: 25px;\n            border-radius: var(--border-radius);\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n            width: 100%;\n            max-width: 800px;\n            text-align: center;\n            margin-top: 20px;\n            margin-bottom: 20px;\n        }\n        h1, h2 { color: var(--primary-color); margin-bottom: 15px; font-size: 1.8em; }\n        h2 { font-size: 1.5em; }\n        #mdl-tr-start-screen, #mdl-tr-results-screen { display: flex; flex-direction: column; align-items: center; }\n        #mdl-tr-start-screen p { font-size: 1.1em; margin-bottom: 25px; }\n        #mdl-tr-quiz-screen { display: none; }\n        .question-header { margin-bottom: 15px; font-size: 1em; color: var(--secondary-color); }\n        #mdl-tr-question-text { font-size: 1.3em; font-weight: bold; margin-bottom: 25px; min-height: 50px; direction: ltr; text-align: left; }\n        #mdl-tr-options-container { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 20px; }\n        @media (min-width: 600px) { #mdl-tr-options-container { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 15px; } }\n        .option-btn { background-color: var(--light-color); border: 1px solid #ddd; color: var(--text-color); padding: 10px 12px; border-radius: var(--border-radius); cursor: pointer; transition: all 0.3s ease; font-size: 1em; text-align: left; width: 100%; word-wrap: break-word; direction: ltr; }\n        .option-btn:hover:not(:disabled) { background-color: #e2e6ea; border-color: #adb5bd; }\n        .option-btn:disabled { cursor: not-allowed; opacity: 0.8; }\n        .option-btn.correct { background-color: var(--success-color); border-color: var(--success-color); color: white; font-weight: bold; }\n        .option-btn.incorrect { background-color: var(--danger-color); border-color: var(--danger-color); color: white; }\n        .navigation-buttons { display: flex; justify-content: space-between; margin-top: 25px; }\n        .nav-btn, #mdl-tr-start-btn, #mdl-tr-restart-btn { background-color: var(--primary-color); color: white; border: none; padding: 10px 20px; border-radius: var(--border-radius); cursor: pointer; font-size: 1em; transition: background-color 0.3s ease; }\n        #mdl-tr-start-btn { padding: 12px 35px; font-size: 1.2em; margin-top: 20px; }\n        .nav-btn:hover, #mdl-tr-start-btn:hover, #mdl-tr-restart-btn:hover { background-color: #0056b3; }\n        .nav-btn:disabled { background-color: var(--secondary-color); cursor: not-allowed; opacity: 0.7; }\n        .progress-container { width: 100%; background-color: #e9ecef; border-radius: var(--border-radius); margin-top: 25px; overflow: hidden; }\n        #mdl-tr-progress-bar { height: 12px; width: 0%; background-color: var(--primary-color); border-radius: var(--border-radius); transition: width 0.4s ease-in-out; }\n        #mdl-tr-progress-text { margin-top: 6px; font-size: 0.9em; color: var(--secondary-color); }\n        #mdl-tr-results-screen h2 { margin-bottom: 15px; font-size: 1.6em; }\n        #mdl-tr-score { font-size: 1.6em; font-weight: bold; color: var(--dark-color); margin-bottom: 25px; }\n        #mdl-tr-review-container { margin-top: 20px; text-align: right; max-height: 350px; overflow-y: auto; border: 1px solid #ddd; padding: 10px; border-radius: var(--border-radius); }\n        .review-item { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px dashed #ccc; font-size: 0.95em; direction: ltr; text-align: left;}\n        #mdl-tr-feedback { min-height: 20px; margin-top: 10px; font-weight: bold; font-size: 1em; }\n        #mdl-tr-feedback.correct { color: var(--success-color); }\n        #mdl-tr-feedback.incorrect { color: var(--danger-color); }\n        #mdl-tr-restart-btn { margin-top: 20px; background-color: var(--secondary-color); }\n        #mdl-tr-restart-btn:hover { background-color: #5a6268; }\n        .translation {\n            display: block;\n            font-size: 0.8em;\n            color: var(--secondary-color);\n            direction: rtl;\n            text-align: right;\n            margin-top: 4px;\n            font-weight: normal;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"quiz-container\">\n        <div id=\"mdl-tr-start-screen\">\n            <h1>\u0627\u062e\u062a\u0628\u0627\u0631: Modal and related verbs \u2013 \u0639\u0631\u0628\u064a<\/h1>\n            <h2>Modal and Related Verbs Test &#8211; Arabic<\/h2>\n            <p>\u0647\u0630\u0627 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 **26 \u0633\u0624\u0627\u0644** \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a.<\/p>\n            <button id=\"mdl-tr-start-btn\">\u0627\u0628\u062f\u0623 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631<\/button>\n        <\/div>\n\n        <div id=\"mdl-tr-quiz-screen\" style=\"display: none;\">\n            <div class=\"question-header\">\n                <span id=\"mdl-tr-question-number\"><\/span>\n            <\/div>\n            <div id=\"mdl-tr-question-text\"><\/div>\n            <div id=\"mdl-tr-options-container\" class=\"options-container\">\n            <\/div>\n            <div id=\"mdl-tr-feedback\"><\/div>\n            <div class=\"navigation-buttons\">\n                <button id=\"mdl-tr-prev-btn\" class=\"nav-btn\" onclick=\"mdl_tr_prevQuestion()\">\u0627\u0644\u0633\u0627\u0628\u0642<\/button>\n                <button id=\"mdl-tr-next-btn\" class=\"nav-btn\" onclick=\"mdl_tr_nextQuestion()\">\u0627\u0644\u062a\u0627\u0644\u064a<\/button>\n            <\/div>\n            <div class=\"progress-container\">\n                <div id=\"mdl-tr-progress-bar\"><\/div>\n            <\/div>\n            <div id=\"mdl-tr-progress-text\">0 \/ **26**<\/div>\n        <\/div>\n\n        <div id=\"mdl-tr-results-screen\" style=\"display: none;\">\n            <h2>\u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631<\/h2>\n            <div id=\"mdl-tr-score\"><\/div>\n            <h3>\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0623\u0633\u0626\u0644\u0629:<\/h3>\n            <div id=\"mdl-tr-review-container\" class=\"review-container\">\n            <\/div>\n            <button id=\"mdl-tr-restart-btn\" onclick=\"mdl_tr_restartQuiz()\">\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631<\/button>\n        <\/div>\n    <\/div>\n\n    <script>\n        const mdl_tr_englishQuizQuestions = [\n            \/\/ \u0627\u0644\u0633\u0624\u0627\u0644 1 \u0625\u0644\u0649 6 \u062a\u0645 \u062d\u0630\u0641\u0647\u0627 \u0628\u0646\u0627\u0621\u064b \u0639\u0644\u0649 \u0637\u0644\u0628\u0643\n            \n            { question: \"Littering is ________ everywhere, and if you're caught dropping even the tiniest bit, you will have to pay a fine.\", question_ar: \"\u0625\u0644\u0642\u0627\u0621 \u0627\u0644\u0642\u0645\u0627\u0645\u0629 ________ \u0641\u064a \u0643\u0644 \u0645\u0643\u0627\u0646\u060c \u0648\u0625\u0630\u0627 \u062a\u0645 \u0636\u0628\u0637\u0643 \u0633\u062a\u0631\u063a\u0645 \u0639\u0644\u0649 \u062f\u0641\u0639 \u063a\u0631\u0627\u0645\u0629.\", options: [\"forbidden\", \"succeeded\", \"managed\", \"allowed\"], options_ar: [\"\u0645\u0645\u0646\u0648\u0639\", \"\u0646\u062c\u062d\", \"\u0645\u0645\u0643\u0646\", \"\u0645\u0633\u0645\u0648\u062d\"], correctAnswer: \"forbidden\" },\n            { question: \"You are also ________ by law to sort out your recycling.\", question_ar: \"\u0623\u0646\u062a \u0623\u064a\u0636\u0627 ________ \u0628\u0645\u0648\u062c\u0628 \u0627\u0644\u0642\u0627\u0646\u0648\u0646 \u0627\u0646 \u062a\u0641\u0631\u0632 \u0646\u0641\u0627\u064a\u0627\u062a\u0643.\", options: [\"required\", \"managed\", \"obliged\", \"forbidden\"], options_ar: [\"\u0645\u0637\u0644\u0648\u0628\", \"\u0645\u0645\u0643\u0646\", \"\u0645\u064f\u0644\u0632\u0645\", \"\u0645\u0645\u0646\u0648\u0639\"], correctAnswer: \"obliged\" },\n            { question: \"We only moved in a week ago and we've already ________ to get to know the neighbours.\", question_ar: \"\u0627\u0646\u062a\u0642\u0644\u0646\u0627 \u0645\u0646\u0630 \u0623\u0633\u0628\u0648\u0639 \u0641\u0642\u0637 \u0648\u0628\u0627\u0644\u0641\u0639\u0644 ________ \u0627\u0646 \u0646\u062a\u0639\u0631\u0641 \u0625\u0644\u0649 \u0627\u0644\u062c\u064a\u0631\u0627\u0646.\", options: [\"managed\", \"permitted\", \"forbidden\", \"supposed\"], options_ar: [\"\u062a\u0645\u0643\u0646\u0627\", \"\u0633\u0645\u062d \u0644\u0646\u0627\", \"\u0645\u0645\u0646\u0648\u0639\", \"\u0645\u0646 \u0627\u0644\u0645\u0641\u062a\u0631\u0636\"], correctAnswer: \"managed\" },\n            { question: \"Only local residents are ________ to park in the streets here.\", question_ar: \"\u0641\u0642\u0637 \u0627\u0644\u0633\u0643\u0627\u0646 \u0627\u0644\u0645\u062d\u0644\u064a\u0648\u0646 ________ \u0627\u0646 \u064a\u0631\u0643\u0646\u0648\u0646 \u0633\u064a\u0627\u0631\u0627\u062a\u0647\u0645 \u0641\u064a \u0627\u0644\u0634\u0648\u0627\u0631\u0639 \u0647\u0646\u0627.\", options: [\"succeeded\", \"managed\", \"permitted\", \"forbidden\"], options_ar: [\"\u0646\u062c\u062d\u0648\u0627\", \"\u062a\u0645\u0643\u0646\u0648\u0627\", \"\u0645\u0633\u0645\u0648\u062d\", \"\u0645\u0645\u0646\u0648\u0639\"], correctAnswer: \"permitted\" },\n            { question: \"You are ________ to sort your recycling carefully.\", question_ar: \"\u0623\u0646\u062a ________ \u0627\u0646 \u062a\u0641\u0631\u0632 \u0646\u0641\u0627\u064a\u0627\u062a\u0643 \u0628\u0639\u0646\u0627\u064a\u0629.\", options: [\"succeeded\", \"supposed\", \"managed\", \"permitted\"], options_ar: [\"\u062a\u0645\u0643\u0646\u062a\", \"\u0645\u0646 \u0627\u0644\u0645\u0641\u062a\u0631\u0636\", \"\u062a\u0645\u0643\u0646\u062a\", \"\u0645\u0633\u0645\u0648\u062d\"], correctAnswer: \"supposed\" },\n            { question: \"The city has ________ in reducing the traffic significantly.\", question_ar: \"\u0627\u0644\u0645\u062f\u064a\u0646\u0629 ________ \u0641\u064a \u062a\u0642\u0644\u064a\u0644 \u062d\u0631\u0643\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0628\u0634\u0643\u0644 \u0643\u0628\u064a\u0631.\", options: [\"succeeded\", \"supposed\", \"managed\", \"forbidden\"], options_ar: [\"\u0646\u062c\u062d\u062a\", \"\u0645\u0646 \u0627\u0644\u0645\u0641\u062a\u0631\u0636\", \"\u062a\u0645\u0643\u0646\u062a\", \"\u0645\u0645\u0646\u0648\u0639\"], correctAnswer: \"succeeded\" },\n            { question: \"Glass is strictly ________ in the swimming pool area.\", question_ar: \"\u0627\u0644\u0632\u062c\u0627\u062c \u0628\u0634\u0643\u0644 \u0635\u0627\u0631\u0645 ________ \u0641\u064a \u0645\u0646\u0637\u0642\u0629 \u0627\u0644\u0645\u0633\u0628\u062d.\", options: [\"forbidden\", \"managed\", \"permitted\", \"succeeded\"], options_ar: [\"\u0645\u0645\u0646\u0648\u0639\", \"\u062a\u0645\u0643\u0646\", \"\u0645\u0633\u0645\u0648\u062d\", \"\u0646\u062c\u062d\"], correctAnswer: \"forbidden\" },\n            { question: \"Finally, remember that it is ________ to touch any exhibit in historical museums.\", question_ar: \"\u0648\u0623\u062e\u064a\u0631\u0627\u060c \u062a\u0630\u0643\u0631 \u0623\u0646\u0647 ________ \u0627\u0646 \u064a\u0644\u0645\u0633 \u0623\u064a \u0645\u0639\u0631\u0648\u0636 \u0641\u064a \u0627\u0644\u0645\u062a\u0627\u062d\u0641 \u0627\u0644\u062a\u0627\u0631\u064a\u062e\u064a\u0629.\", options: [\"forbidden\", \"managed\", \"permitted\", \"succeeded\"], options_ar: [\"\u0645\u0645\u0646\u0648\u0639\", \"\u062a\u0645\u0643\u0646\", \"\u0645\u0633\u0645\u0648\u062d\", \"\u0646\u062c\u062d\"], correctAnswer: \"forbidden\" },\n            { question: \"We ________ call the plumber. I can't fix this leaking pipe myself.\", question_ar: \"\u0646\u062d\u0646 ________ \u0646\u0633\u062a\u062f\u0639\u064a \u0627\u0644\u0633\u0628\u0627\u0643. \u0644\u0627 \u0623\u0633\u062a\u0637\u064a\u0639 \u0625\u0635\u0644\u0627\u062d \u0647\u0630\u0627 \u0627\u0644\u0623\u0646\u0628\u0648\u0628 \u0627\u0644\u0645\u062a\u0633\u0631\u0628 \u0628\u0646\u0641\u0633\u064a.\", options: [\"forbidden\", \"have to\", \"permitted\", \"succeeded\"], options_ar: [\"\u0645\u0645\u0646\u0648\u0639\", \"\u0639\u0644\u064a\u0646\u0627 \u0623\u0646\", \"\u0627\u062a\u064a\u062d \u0644\u0646\u0627\", \"\u0646\u062c\u062d\u0646\u0627\"], correctAnswer: \"have to\" },\n            { question: \"Luckily, I ________ make new friends quickly at university.\", question_ar: \"\u0644\u062d\u0633\u0646 \u0627\u0644\u062d\u0638\u060c \u0627\u0646\u0627 ________ \u0627\u0643\u0648\u0646 \u0635\u062f\u0627\u0642\u0627\u062a \u062c\u062f\u064a\u062f\u0629 \u0628\u0633\u0631\u0639\u0629 \u0641\u064a \u0627\u0644\u062c\u0627\u0645\u0639\u0629.\", options: [\"was able to\", \"succeeded\", \"permitted\", \"could\"], options_ar: [\"\u0627\u0633\u062a\u0637\u0639\u062a \u0627\u0646\", \"\u0646\u062c\u062d\u062a\", \"\u0627\u062a\u064a\u062d \u0644\u064a\", \"\u0627\u0633\u062a\u0637\u0639\u062a\"], correctAnswer: \"was able to\" },\n            { question: \"You ________ repair the flat tyre today. We can do it tomorrow.\", question_ar: \"\u0623\u0646\u062a ________ \u0625\u0635\u0644\u0627\u062d \u0627\u0644\u0625\u0637\u0627\u0631 \u0627\u0644\u0645\u062b\u0642\u0648\u0628 \u0627\u0644\u064a\u0648\u0645. \u064a\u0645\u0643\u0646\u0646\u0627 \u0641\u0639\u0644 \u0630\u0644\u0643 \u063a\u062f\u064b\u0627.\", options: [\"was able to\", \"needn't\", \"allowed\", \"can't\"], options_ar: [\"\u0627\u0633\u062a\u0637\u0639\u062a \u0627\u0646\", \"\u0644\u0633\u062a \u0645\u0636\u0637\u0631\u064b\u0627\", \"\u0645\u0633\u0645\u0648\u062d\", \"\u0644\u0627 \u062a\u0633\u062a\u0637\u064a\u0639\"], correctAnswer: \"needn't\" },\n            { question: \"The shop ________ remove the scratches from your smartphone screen free of charge, but you can ask.\", question_ar: \"\u0627\u0644\u0645\u062a\u062c\u0631 ________ \u064a\u0632\u064a\u0644 \u0627\u0644\u062e\u062f\u0648\u0634 \u0645\u0646 \u0634\u0627\u0634\u0629 \u0647\u0627\u062a\u0641\u0643 \u0645\u062c\u0627\u0646\u0627 \u060c \u0648\u0644\u0643\u0646 \u064a\u0645\u0643\u0646\u0643 \u0623\u0646 \u062a\u0633\u0623\u0644.\", options: [\"isn't obliged to\", \"mustn't\", \"could\", \"ought to\"], options_ar: [\"\u063a\u064a\u0631 \u0645\u0644\u0632\u0645 \u0627\u0646\", \"\u064a\u062c\u0628 \u0623\u0644\u0627\", \"\u064a\u0633\u062a\u0637\u064a\u0639\", \"\u064a\u0646\u0628\u063a\u064a \u0627\u0646\"], correctAnswer: \"isn't obliged to\" },\n            { question: \"You are not ________ to work unless you have a visa.\", question_ar: \"\u0623\u0646\u062a \u0644\u0633\u062a ________ \u0627\u0646 \u062a\u0639\u0645\u0644 \u0625\u0644\u0627 \u0625\u0630\u0627 \u0643\u0627\u0646 \u0644\u062f\u064a\u0643 \u062a\u0623\u0634\u064a\u0631\u0629.\", options: [\"succeeded\", \"allowed\", \"forbidden\", \"obliged\"], options_ar: [\"\u0646\u062c\u062d\u062a\", \"\u0645\u0633\u0645\u0648\u062d\", \"\u0645\u0645\u0646\u0648\u0639\", \"\u0645\u0644\u0632\u0645\"], correctAnswer: \"allowed\" },\n            { question: \"People driving a car ________ carry a driving licence.\", question_ar: \"\u0627\u0644\u0623\u0634\u062e\u0627\u0635 \u0627\u0644\u0630\u064a\u0646 \u064a\u0642\u0648\u062f\u0648\u0646 \u0633\u064a\u0627\u0631\u0629 ________ \u064a\u062d\u0645\u0644\u0648\u0627 \u0631\u062e\u0635\u0629 \u0642\u064a\u0627\u062f\u0629.\", options: [\"don't have to\", \"are required to\", \"are forbidden to\", \"need not\"], options_ar: [\"\u0644\u064a\u0633 \u0639\u0644\u064a\u0647\u0645 \u0627\u0646\", \"\u0645\u0637\u0644\u0648\u0628 \u0627\u0646\", \"\u0645\u0645\u0646\u0648\u0639 \u0627\u0646\", \"\u0644\u064a\u0633\u0648\u0627 \u0645\u0636\u0637\u0631\u064a\u0646\"], correctAnswer: \"are required to\" },\n            { question: \"Alia ________ pass her driving test.\", question_ar: \"\u0639\u0644\u064a\u0627\u0621 ________ \u062a\u062c\u062a\u0627\u0632 \u0627\u062e\u062a\u0628\u0627\u0631 \u0627\u0644\u0642\u064a\u0627\u062f\u0629.\", options: [\"was able to\", \"succeeded\", \"managed to\", \"could\"], options_ar: [\"\u0627\u0633\u062a\u0637\u0627\u0639\u062a \u0627\u0646\", \"\u0646\u062c\u062d\u062a\", \"\u062a\u0645\u0643\u0646\u062a \u0627\u0646\", \"\u0627\u0633\u062a\u0637\u0627\u0639\u062a\"], correctAnswer: \"was able to\" },\n            { question: \"My cousin didn't want to move to Germany at first, but his parents ________ persuade him.\", question_ar: \"\u0627\u0628\u0646 \u0639\u0645\u064a \u0644\u0645 \u064a\u0631\u063a\u0628 \u0628\u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u0623\u0644\u0645\u0627\u0646\u064a\u0627 \u0641\u064a \u0627\u0644\u0628\u062f\u0627\u064a\u0629\u060c \u0644\u0643\u0646 \u0648\u0627\u0644\u062f\u064a\u0647 ________ \u064a\u0642\u0646\u0639\u0648\u0647.\", options: [\"are required to\", \"needn't\", \"don't have to\", \"managed to\"], options_ar: [\"\u0645\u0637\u0644\u0648\u0628 \u0627\u0646\", \"\u0644\u064a\u0633\u0648\u0627 \u0645\u0636\u0637\u0631\u064a\u0646\", \"\u0644\u064a\u0633 \u0639\u0644\u064a\u0647\u0645 \u0627\u0646\", \"\u062a\u0645\u0643\u0646\u0648\u0627 \u0627\u0646\"], correctAnswer: \"managed to\" },\n            { question: \"I somehow ________ make him believe me.\", question_ar: \"\u0628\u0637\u0631\u064a\u0642\u0629 \u0645\u0627 ________ \u0623\u062c\u0639\u0644\u0647 \u064a\u0635\u062f\u0642\u0646\u064a.\", options: [\"isn't obliged to\", \"managed to\", \"doesn't have to\", \"ought to\"], options_ar: [\"\u063a\u064a\u0631 \u0645\u0644\u0632\u0645 \u0627\u0646\", \"\u062a\u0645\u0643\u0646\u062a \u0627\u0646\", \"\u0644\u064a\u0633 \u0639\u0644\u064a\u0647 \u0627\u0646\", \"\u064a\u0646\u0628\u063a\u064a \u0627\u0646\"], correctAnswer: \"managed to\" },\n            { question: \"In some other ways they're quite informal: at school, you ________ call your teacher Professor or Mr or Mrs as they prefer to be called by their first names.\", question_ar: \"\u0645\u0646 \u0646\u0648\u0627\u062d \u0623\u062e\u0631\u0649 \u0647\u0645 \u063a\u064a\u0631 \u0631\u0633\u0645\u064a\u064a\u0646 \u0641\u064a \u0627\u0644\u0645\u062f\u0631\u0633\u0629\u060c \u0623\u0646\u062a ________ \u062a\u0646\u0627\u062f\u064a \u0645\u0639\u0644\u0645\u0643 \u0628\u0640 \u0627\u0644\u0623\u0633\u062a\u0627\u0630 \u0623\u0648 \u0627\u0644\u0633\u064a\u062f \/ \u0627\u0644\u0633\u064a\u062f\u0629 \u0644\u0623\u0646\u0647\u0645 \u064a\u0641\u0636\u0644\u0648\u0646 \u0623\u0633\u0645\u0627\u0621\u0647\u0645 \u0627\u0644\u0623\u0648\u0644\u0649.\", options: [\"managed to\", \"don't have to\", \"are forbidden to\", \"need not\"], options_ar: [\"\u062a\u0645\u0643\u0646\u062a \u0627\u0646\", \"\u0644\u064a\u0633 \u0639\u0644\u064a\u0643\", \"\u0645\u0645\u0646\u0648\u0639 \u0627\u0646\", \"\u0644\u0633\u062a \u0645\u0636\u0637\u0631\u0627\"], correctAnswer: \"don't have to\" },\n            { question: \"There are some things you ________ know before visiting Thailand.\", question_ar: \"\u0647\u0646\u0627\u0643 \u0628\u0639\u0636 \u0627\u0644\u0623\u0634\u064a\u0627\u0621 \u0627\u0644\u062a\u064a ________ \u062a\u0639\u0631\u0641\u0647\u0627 \u0642\u0628\u0644 \u0632\u064a\u0627\u0631\u0629 \u062a\u0627\u064a\u0644\u0627\u0646\u062f.\", options: [\"are able to\", \"required\", \"ought to\", \"don't have to\"], options_ar: [\"\u062a\u0633\u062a\u0637\u064a\u0639 \u0627\u0646\", \"\u0645\u0637\u0644\u0648\u0628\", \"\u064a\u0646\u0628\u063a\u064a \u0627\u0646\", \"\u0644\u064a\u0633 \u0639\u0644\u064a\u0643 \u0627\u0646\"], correctAnswer: \"ought to\" },\n            { question: \"Thai people are more laid back than the average tourist, so you ________ lose your temper and you shouldn't raise your voice at anyone in public.\", question_ar: \"\u0627\u0644\u0634\u0639\u0628 \u0627\u0644\u062a\u0627\u064a\u0644\u0627\u0646\u062f\u064a \u0623\u0643\u062b\u0631 \u0647\u062f\u0648\u0621\u064b\u0627 \u0645\u0646 \u0627\u0644\u0633\u0627\u0626\u062d \u0627\u0644\u0639\u0627\u062f\u064a\u060c \u0644\u0630\u0627 \u0627\u0646\u062a ________ \u062a\u0641\u0642\u062f \u0623\u0639\u0635\u0627\u0628\u0643\u060c \u0648\u0644\u0627 \u064a\u062c\u0628 \u0623\u0646 \u062a\u0631\u0641\u0639 \u0635\u0648\u062a\u0643 \u0639\u0644\u0649 \u0623\u062d\u062f \u0641\u064a \u0627\u0644\u0623\u0645\u0627\u0643\u0646 \u0627\u0644\u0639\u0627\u0645\u0629.\", options: [\"couldn't\", \"mustn't\", \"don't have\", \"forbidden\"], options_ar: [\"\u0644\u0645 \u062a\u0633\u062a\u0637\u0639\", \"\u064a\u062c\u0628 \u0623\u0644\u0627\", \"\u0644\u064a\u0633 \u0644\u062f\u064a\u0643\", \"\u0645\u0645\u0646\u0648\u0639\"], correctAnswer: \"mustn't\" },\n            { question: \"Thai people never point the soles of their feet at anyone or anything, so you ________ never sit with your feet up on a table, for example.\", question_ar: \"\u0627\u0644\u0634\u0639\u0628 \u0627\u0644\u062a\u0627\u064a\u0644\u0627\u0646\u062f\u064a \u0644\u0627 \u064a\u0634\u064a\u0631 \u0623\u0628\u062f\u064b\u0627 \u0628\u0628\u0627\u0637\u0646 \u0642\u062f\u0645\u064a\u0647 \u0646\u062d\u0648 \u0623\u064a \u0634\u062e\u0635 \u0623\u0648 \u0634\u064a\u0621\u060c \u0644\u0630\u0627 ________ \u062a\u062c\u0644\u0633 \u0648\u0642\u062f\u0645\u0627\u0643 \u0639\u0644\u0649 \u0627\u0644\u0637\u0627\u0648\u0644\u0629 \u0645\u062b\u0644\u0627\u064b.\", options: [\"have to\", \"should\", \"could\", \"allowed\"], options_ar: [\"\u064a\u062c\u0628 \u0627\u0646\", \"\u064a\u0646\u0628\u063a\u064a \u0627\u0646\", \"\u062a\u0633\u062a\u0637\u064a\u0639 \u0627\u0646\", \"\u0645\u0633\u0645\u0648\u062d\"], correctAnswer: \"should\" },\n            { question: \"Thai people are more laid back than the average tourist, so you mustn't lose your temper and you ________ raise your voice at anyone in public.\", question_ar: \"\u0627\u0644\u0634\u0639\u0628 \u0627\u0644\u062a\u0627\u064a\u0644\u0627\u0646\u062f\u064a \u0623\u0643\u062b\u0631 \u0647\u062f\u0648\u0621\u064b\u0627 \u0645\u0646 \u0627\u0644\u0633\u0627\u0626\u062d \u0627\u0644\u0639\u0627\u062f\u064a\u060c \u0644\u0630\u0627 \u064a\u062c\u0628 \u0623\u0644\u0627 \u062a\u0641\u0642\u062f \u0623\u0639\u0635\u0627\u0628\u0643 \u0648 ________ \u062a\u0631\u0641\u0639 \u0635\u0648\u062a\u0643 \u0639\u0644\u0649 \u0623\u062d\u062f \u0641\u064a \u0627\u0644\u0623\u0645\u0627\u0643\u0646 \u0627\u0644\u0639\u0627\u0645\u0629.\", options: [\"couldn't\", \"mustn't\", \"don't have\", \"shouldn't\"], options_ar: [\"\u0644\u0645 \u062a\u0633\u062a\u0637\u0639\", \"\u064a\u062c\u0628 \u0623\u0644\u0627\", \"\u0644\u064a\u0633 \u0639\u0644\u064a\u0643\", \"\u0644\u0627 \u064a\u0646\u0628\u063a\u064a \u0627\u0646\"], correctAnswer: \"shouldn't\" },\n            { question: \"Only paying guests are ________ to stay in the hostel.\", question_ar: \"\u0641\u0642\u0637 \u0627\u0644\u0646\u0632\u0644\u0627\u0621 \u0627\u0644\u0630\u064a\u0646 \u064a\u062f\u0641\u0639\u0648\u0646 ________ \u0641\u064a \u0628\u064a\u062a \u0627\u0644\u0634\u0628\u0627\u0628.\", options: [\"succeeded\", \"allowed\", \"forbidden\", \"obliged\"], options_ar: [\"\u0646\u062c\u062d\u0648\u0627\", \"\u0645\u0633\u0645\u0648\u062d\u0648\u0646\", \"\u0645\u0645\u0646\u0648\u0639\u0648\u0646\", \"\u0645\u0644\u0632\u0645\u0648\u0646\"], correctAnswer: \"allowed\" },\n            { question: \"Guests ________ leave all areas clean and tidy after use. No exceptions!\", question_ar: \"\u0627\u0644\u0646\u0632\u0644\u0627\u0621 ________ \u064a\u062a\u0631\u0643\u0648\u0627 \u062c\u0645\u064a\u0639 \u0627\u0644\u0623\u0645\u0627\u0643\u0646 \u0646\u0638\u064a\u0641\u0629 \u0648\u0645\u0631\u062a\u0628\u0629 \u0628\u0639\u062f \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645. \u0644\u0627 \u0627\u0633\u062a\u062b\u0646\u0627\u0621\u0627\u062a!\", options: [\"isn't obliged to\", \"couldn't\", \"must\", \"ought to\"], options_ar: [\"\u063a\u064a\u0631 \u0645\u0644\u0632\u0645\u064a\u0646\", \"\u0644\u0627 \u064a\u0633\u062a\u0637\u064a\u0639\u0648\u0627 \u0627\u0646\", \"\u064a\u062c\u0628 \u0627\u0646\", \"\u064a\u0646\u0628\u063a\u064a \u0627\u0646\"], correctAnswer: \"must\" },\n            { question: \"Guests ________ leave food behind when they check out of the hostel.\", question_ar: \"\u0627\u0644\u0646\u0632\u0644\u0627\u0621 ________ \u064a\u062a\u0631\u0643\u0648\u0627 \u0637\u0639\u0627\u0645 \u062e\u0644\u0641\u0647\u0645 \u0639\u0646\u062f \u0645\u063a\u0627\u062f\u0631\u062a\u0647\u0645 \u0628\u064a\u062a \u0627\u0644\u0634\u0628\u0627\u0628.\", options: [\"mustn't\", \"couldn't\", \"don't have\", \"forbidden\"], options_ar: [\"\u064a\u062c\u0628 \u0623\u0644\u0627\", \"\u0644\u0645 \u064a\u0633\u062a\u0637\u064a\u0639\u0648\u0627 \u0627\u0646\", \"\u0644\u064a\u0633 \u0644\u062f\u064a\u0647\u0645\", \"\u0645\u0645\u0646\u0648\u0639\"], correctAnswer: \"mustn't\" },\n            { question: \"Use of portable audio speakers is completely ________ throughout the hostel.\", question_ar: \"\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0645\u0643\u0628\u0631\u0627\u062a \u0627\u0644\u0635\u0648\u062a \u0627\u0644\u0645\u062d\u0645\u0648\u0644\u0629 \u0628\u0634\u0643\u0644 \u062a\u0627\u0645 ________ \u0641\u064a \u062c\u0645\u064a\u0639 \u0623\u0646\u062d\u0627\u0621 \u0628\u064a\u062a \u0627\u0644\u0634\u0628\u0627\u0628.\", options: [\"mustn't\", \"couldn't\", \"don't have\", \"forbidden\"], options_ar: [\"\u064a\u062c\u0628 \u0623\u0644\u0627\", \"\u0644\u0645 \u064a\u0633\u062a\u0637\u0639 \u0627\u0646\", \"\u0644\u064a\u0633 \u0644\u062f\u064a\u0647\u0645\", \"\u0645\u0645\u0646\u0648\u0639\"], correctAnswer: \"forbidden\" }\n        ];\n\n        function mdl_tr_shuffleArray(array) {\n            for (let i = array.length - 1; i > 0; i--) {\n                const j = Math.floor(Math.random() * (i + 1));\n                [array[i], array[j]] = [array[j], array[i]];\n            }\n        }\n\n        let mdl_tr_questions = [];\n        let mdl_tr_currentQuestionIndex = 0;\n        let mdl_tr_score = 0;\n        \/\/ \u0633\u064a\u062a\u0645 \u062a\u062d\u062f\u064a\u062f \u0647\u0630\u0627 \u0627\u0644\u0639\u062f\u062f \u062a\u0644\u0642\u0627\u0626\u064a\u064b\u0627 \u0644\u064a\u0643\u0648\u0646 26 \u0628\u0639\u062f \u062d\u0630\u0641 \u0627\u0644\u0623\u0633\u0626\u0644\u0629\n        const mdl_tr_totalQuestions = mdl_tr_englishQuizQuestions.length; \n\n        const mdl_tr_startScreen = document.getElementById('mdl-tr-start-screen');\n        const mdl_tr_quizScreen = document.getElementById('mdl-tr-quiz-screen');\n        const mdl_tr_resultsScreen = document.getElementById('mdl-tr-results-screen');\n        const mdl_tr_startBtn = document.getElementById('mdl-tr-start-btn');\n        const mdl_tr_questionNumberEl = document.getElementById('mdl-tr-question-number');\n        const mdl_tr_questionTextEl = document.getElementById('mdl-tr-question-text');\n        const mdl_tr_optionsContainer = document.getElementById('mdl-tr-options-container');\n        const mdl_tr_feedbackEl = document.getElementById('mdl-tr-feedback');\n        const mdl_tr_prevBtn = document.getElementById('mdl-tr-prev-btn');\n        const mdl_tr_nextBtn = document.getElementById('mdl-tr-next-btn');\n        const mdl_tr_progressBar = document.getElementById('mdl-tr-progress-bar');\n        const mdl_tr_progressTextEl = document.getElementById('mdl-tr-progress-text');\n        const mdl_tr_scoreEl = document.getElementById('mdl-tr-score');\n        const mdl_tr_reviewContainer = document.getElementById('mdl-tr-review-container');\n\n        mdl_tr_startBtn.addEventListener('click', mdl_tr_startQuiz);\n\n        function mdl_tr_startQuiz() {\n            mdl_tr_questions = JSON.parse(JSON.stringify(mdl_tr_englishQuizQuestions)).map(q => {\n                const combinedOptions = q.options.map((option, index) => ({\n                    en: option,\n                    ar: q.options_ar[index]\n                }));\n                mdl_tr_shuffleArray(combinedOptions);\n                return { ...q, shuffledCombinedOptions: combinedOptions, userAnswer: null, isCorrect: null };\n            });\n            mdl_tr_shuffleArray(mdl_tr_questions);\n\n            mdl_tr_startScreen.style.display = 'none';\n            mdl_tr_resultsScreen.style.display = 'none';\n            mdl_tr_quizScreen.style.display = 'block';\n            mdl_tr_currentQuestionIndex = 0;\n            mdl_tr_score = 0;\n            mdl_tr_displayQuestion();\n        }\n\n        function mdl_tr_displayQuestion() {\n            const question = mdl_tr_questions[mdl_tr_currentQuestionIndex];\n            mdl_tr_questionNumberEl.textContent = `\u0627\u0644\u0633\u0624\u0627\u0644 ${mdl_tr_currentQuestionIndex + 1} \u0645\u0646 ${mdl_tr_totalQuestions}`;\n            mdl_tr_questionTextEl.innerHTML = `${question.question}<br><span class=\"translation\">${question.question_ar}<\/span>`;\n            mdl_tr_optionsContainer.innerHTML = '';\n            mdl_tr_feedbackEl.textContent = '';\n            mdl_tr_feedbackEl.className = '';\n\n            question.shuffledCombinedOptions.forEach(combo => {\n                const button = document.createElement('button');\n                button.innerHTML = `${combo.en}<br><span class=\"translation\">${combo.ar}<\/span>`;\n                button.className = 'option-btn';\n                button.onclick = () => mdl_tr_selectAnswer(combo.en, button);\n                mdl_tr_optionsContainer.appendChild(button);\n            });\n            mdl_tr_updateNavigation();\n            mdl_tr_updateProgressBar();\n            mdl_tr_highlightPreviousAnswer();\n        }\n\n        function mdl_tr_selectAnswer(selectedOption, btn) {\n            const question = mdl_tr_questions[mdl_tr_currentQuestionIndex];\n            if (question.userAnswer !== null) return;\n            question.userAnswer = selectedOption;\n            const isCorrect = selectedOption === question.correctAnswer;\n            question.isCorrect = isCorrect;\n\n            if (isCorrect) {\n                mdl_tr_score++;\n                mdl_tr_feedbackEl.textContent = '\u0625\u062c\u0627\u0628\u0629 \u0635\u062d\u064a\u062d\u0629!';\n                mdl_tr_feedbackEl.className = 'correct';\n            } else {\n                const correctCombo = question.shuffledCombinedOptions.find(c => c.en === question.correctAnswer);\n                const correctAnswerText = correctCombo ? `${correctCombo.en} (${correctCombo.ar})` : question.correctAnswer;\n                mdl_tr_feedbackEl.textContent = `\u0625\u062c\u0627\u0628\u0629 \u062e\u0627\u0637\u0626\u0629. \u0627\u0644\u0635\u062d\u064a\u062d\u0629 \u0647\u064a: ${correctAnswerText}`;\n                mdl_tr_feedbackEl.className = 'incorrect';\n            }\n            Array.from(mdl_tr_optionsContainer.children).forEach(button => {\n                button.disabled = true;\n                const buttonOptionEn = button.innerHTML.split('<br>')[0];\n                if (buttonOptionEn === question.correctAnswer) {\n                    button.classList.add('correct');\n                } else if (buttonOptionEn === selectedOption) {\n                    button.classList.add('incorrect');\n                }\n            });\n            mdl_tr_nextBtn.focus();\n        }\n\n        function mdl_tr_highlightPreviousAnswer() {\n            const question = mdl_tr_questions[mdl_tr_currentQuestionIndex];\n            if (question.userAnswer === null) return;\n            \n            mdl_tr_feedbackEl.textContent = question.isCorrect ? '\u0625\u062c\u0627\u0628\u0629 \u0635\u062d\u064a\u062d\u0629!' : `\u0625\u062c\u0627\u0628\u0629 \u062e\u0627\u0637\u0626\u0629. \u0627\u0644\u0635\u062d\u064a\u062d\u0629 \u0647\u064a: ${question.correctAnswer}`;\n            mdl_tr_feedbackEl.className = question.isCorrect ? 'correct' : 'incorrect';\n            \n            Array.from(mdl_tr_optionsContainer.children).forEach(button => {\n                button.disabled = true;\n                const buttonOptionEn = button.innerHTML.split('<br>')[0];\n                if (buttonOptionEn === question.correctAnswer) {\n                    button.classList.add('correct');\n                } else if (buttonOptionEn === question.userAnswer) {\n                    button.classList.add('incorrect');\n                }\n            });\n        }\n        \n        function mdl_tr_showResults() {\n            mdl_tr_quizScreen.style.display = 'none';\n            mdl_tr_resultsScreen.style.display = 'block';\n            const scorePercentage = ((mdl_tr_score \/ mdl_tr_totalQuestions) * 100).toFixed(2);\n            mdl_tr_scoreEl.innerHTML = `\u0646\u062a\u064a\u062c\u062a\u0643: ${mdl_tr_score} \u0645\u0646 ${mdl_tr_totalQuestions} (${scorePercentage}%)`;\n            mdl_tr_reviewContainer.innerHTML = '';\n            mdl_tr_questions.forEach((answeredQuestion, index) => {\n                const reviewItem = document.createElement('div');\n                reviewItem.classList.add('review-item');\n                const questionP = document.createElement('p');\n                questionP.className = 'review-question';\n                questionP.innerHTML = `${index + 1}. ${answeredQuestion.question}<br><span class=\"translation\">${answeredQuestion.question_ar}<\/span>`;\n                const userAnswerP = document.createElement('p');\n                userAnswerP.className = 'review-user-answer';\n                let userAnswerText = answeredQuestion.userAnswer || '\u0644\u0645 \u062a\u062c\u0628';\n                let userAnswerAr = '';\n                if(answeredQuestion.userAnswer){\n                    const combo = answeredQuestion.shuffledCombinedOptions.find(c => c.en === answeredQuestion.userAnswer);\n                    if(combo) userAnswerAr = combo.ar;\n                }\n                userAnswerP.innerHTML = `\u0625\u062c\u0627\u0628\u062a\u0643: ${userAnswerText}<br><span class=\"translation\">${userAnswerAr || ''}<\/span>`;\n                userAnswerP.classList.add(answeredQuestion.isCorrect ? 'correct' : 'incorrect');\n                const correctAnswerP = document.createElement('p');\n                correctAnswerP.className = 'review-correct-answer';\n                const correctCombo = answeredQuestion.shuffledCombinedOptions.find(c => c.en === answeredQuestion.correctAnswer);\n                const correctAnswerAr = correctCombo ? correctCombo.ar : '';\n                correctAnswerP.innerHTML = `\u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0627\u0644\u0635\u062d\u064a\u062d\u0629: <span>${answeredQuestion.correctAnswer}<\/span><br><span class=\"translation\">${correctAnswerAr}<\/span>`;\n                reviewItem.appendChild(questionP);\n                reviewItem.appendChild(userAnswerP);\n                if (!answeredQuestion.isCorrect) {\n                     reviewItem.appendChild(correctAnswerP);\n                }\n                mdl_tr_reviewContainer.appendChild(reviewItem);\n            });\n        }\n\n        function mdl_tr_updateNavigation() {\n            mdl_tr_prevBtn.disabled = mdl_tr_currentQuestionIndex === 0;\n            if (mdl_tr_currentQuestionIndex === mdl_tr_totalQuestions - 1) {\n                mdl_tr_nextBtn.textContent = '\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631';\n            } else {\n                mdl_tr_nextBtn.textContent = '\u0627\u0644\u062a\u0627\u0644\u064a';\n            }\n        }\n        \n        function mdl_tr_updateProgressBar() {\n            const progressPercentage = ((mdl_tr_currentQuestionIndex + 1) \/ mdl_tr_totalQuestions) * 100;\n            mdl_tr_progressBar.style.width = `${progressPercentage}%`;\n            mdl_tr_progressTextEl.textContent = `${mdl_tr_currentQuestionIndex + 1} \/ ${mdl_tr_totalQuestions}`;\n        }\n        \n        function mdl_tr_nextQuestion() {\n            if (mdl_tr_currentQuestionIndex < mdl_tr_totalQuestions - 1) {\n                mdl_tr_currentQuestionIndex++;\n                mdl_tr_displayQuestion();\n            } else {\n                mdl_tr_showResults();\n            }\n        }\n\n        function mdl_tr_prevQuestion() {\n            if (mdl_tr_currentQuestionIndex > 0) {\n                mdl_tr_currentQuestionIndex--;\n                mdl_tr_displayQuestion();\n            }\n        }\n        \n        function mdl_tr_restartQuiz() {\n            mdl_tr_resultsScreen.style.display = 'none';\n            mdl_tr_startScreen.style.display = 'flex';\n        }\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Modal and related verbs \u2013 \u0639\u0631\u0628\u064a \u0627\u062e\u062a\u0628\u0627\u0631: Modal and related verbs \u2013 \u0639\u0631\u0628\u064a Modal and Related Verbs Test &#8211; Arabic [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_sitemap_exclude":false,"_sitemap_priority":"","_sitemap_frequency":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"reaction":[],"class_list":["post-5034","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"aioseo_notices":[],"wps_subtitle":"","_links":{"self":[{"href":"https:\/\/tawjihy.com\/index.php?rest_route=\/wp\/v2\/posts\/5034","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tawjihy.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tawjihy.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5034"}],"version-history":[{"count":2,"href":"https:\/\/tawjihy.com\/index.php?rest_route=\/wp\/v2\/posts\/5034\/revisions"}],"predecessor-version":[{"id":5048,"href":"https:\/\/tawjihy.com\/index.php?rest_route=\/wp\/v2\/posts\/5034\/revisions\/5048"}],"wp:attachment":[{"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5034"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5034"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5034"},{"taxonomy":"reaction","embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Freaction&post=5034"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}