{"id":4806,"date":"2025-04-05T04:23:42","date_gmt":"2025-04-05T04:23:42","guid":{"rendered":"https:\/\/tawjihy.com\/?p=4806"},"modified":"2025-10-17T13:14:59","modified_gmt":"2025-10-17T13:14:59","slug":"%d8%a7%d9%85%d8%aa%d8%ad%d8%a7%d9%86-%d9%85%d8%b9%d8%a7%d9%86%d9%8a-%d9%85%d8%ad%d9%88%d8%b3%d8%a8-%d8%a7%d9%84%d9%84%d8%ba%d8%a9-%d8%a7%d9%84%d8%a5%d9%86%d8%ac%d9%84%d9%8a%d8%b2%d9%8a%d8%a9-%d8%a7-2","status":"publish","type":"post","link":"https:\/\/tawjihy.com\/?p=4806","title":{"rendered":"\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0639\u0627\u0646\u064a \u0645\u062d\u0648\u0633\u0628 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0633\u0627\u062f\u0633\u0629 \u0623\u0648\u0644 \u062b\u0627\u0646\u0648\u064a \u0623\u0643\u0627\u062f\u064a\u0645\u064a 2008"},"content":{"rendered":"\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0639\u0627\u0646\u064a \u0645\u062d\u0648\u0633\u0628 \u0644\u0645\u0627\u062f\u0629 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0633\u0627\u062f\u0633\u0629 \u0623\u0648\u0644 \u062b\u0627\u0646\u0648\u064a \u0623\u0643\u0627\u062f\u064a\u0645\u064a 2008 <\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\">\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0645\u0639\u0644\u0645 \u0623\u064a\u0645\u0646 \u0627\u0644\u062e\u0636\u064a\u0631\u0627\u062a<\/p>\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>\u0627\u062e\u062a\u0628\u0627\u0631\u0627\u062a \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0633\u0627\u062f\u0633\u0629<\/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-blue: #007bff; \/* Primary Blue (for Combined Quiz) *\/\n            --primary-color-orange: #ffc107; \/* Primary Orange (for English Quiz) *\/\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            flex-direction: column; \n            align-items: center;\n            min-height: 100vh;\n            line-height: 1.6;\n        }\n        \/* Default Styles for Quiz Container (Applied to Combined Quiz - Blue Theme) *\/\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: 900px;\n            text-align: center;\n            margin-top: 30px;\n            margin-bottom: 30px;\n            border-top: 5px solid var(--primary-color-blue); \/* Default Blue Border *\/\n        }\n        \n        h1, h2 { color: var(--primary-color-blue); margin-bottom: 15px; font-size: 1.8em; }\n        h2 { font-size: 1.5em; }\n        .start-screen, .results-screen { display: flex; flex-direction: column; align-items: center; }\n        .start-screen p { font-size: 1.1em; margin-bottom: 25px; }\n        .quiz-screen { display: none; }\n        .question-header { margin-bottom: 15px; font-size: 1em; color: var(--secondary-color); }\n        .question-text { \n            font-size: 1.3em; \n            font-weight: bold; \n            margin-bottom: 25px; \n            min-height: 50px; \n            text-align: right; \n            direction: rtl; \n            white-space: pre-wrap; \n        }\n\n        \/* LTR adjustments for English Quiz *\/\n        .quiz-container[data-lang=\"en\"] .question-text, \n        .quiz-container[data-lang=\"en\"] .option-btn,\n        .quiz-container[data-lang=\"en\"] .review-item {\n            direction: ltr; \n            text-align: left;\n        }\n        \n        .options-container { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 20px; }\n        @media (min-width: 600px) { .options-container { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 15px; } }\n        .option-btn { \n            background-color: var(--light-color); \n            border: 1px solid #ddd; \n            color: var(--text-color); \n            padding: 10px 12px; \n            border-radius: var(--border-radius); \n            cursor: pointer; \n            transition: all 0.3s ease; \n            font-size: 1em; \n            text-align: right; \n            width: 100%; \n            word-wrap: break-word;\n            direction: rtl; \n        }\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        \n        \/* Default Button\/Progress Theme (Blue) *\/\n        .nav-btn, .start-btn { \n            background-color: var(--primary-color-blue); \n            color: white; \n            border: none; \n            padding: 10px 20px; \n            border-radius: var(--border-radius); \n            cursor: pointer; \n            font-size: 1em; \n            transition: background-color 0.3s ease; \n        }\n        .nav-btn:hover, .start-btn:hover { background-color: #0056b3; }\n        .progress-bar { height: 12px; width: 0%; background-color: var(--primary-color-blue); border-radius: var(--border-radius); transition: width 0.4s ease-in-out; }\n        .restart-btn { margin-top: 20px; background-color: var(--secondary-color); color: white; }\n        .restart-btn:hover { background-color: #5a6268; }\n        \n        .start-btn { padding: 12px 35px; font-size: 1.2em; margin-top: 20px; }\n        .nav-btn:disabled { background-color: var(--secondary-color); color: white; cursor: not-allowed; opacity: 0.7; }\n        \n        \/* Overrides for English Only Quiz (Orange\/Yellow Theme) *\/\n        #unit6-english-quiz { border-top-color: var(--primary-color-orange); }\n        #unit6-english-quiz h1, #unit6-english-quiz h2 { color: var(--primary-color-orange); }\n        #unit6-english-quiz .nav-btn, #unit6-english-quiz .start-btn { \n            background-color: var(--primary-color-orange); \n            color: var(--dark-color);\n            font-weight: bold;\n        }\n        #unit6-english-quiz .progress-bar { background-color: var(--primary-color-orange); }\n        #unit6-english-quiz .nav-btn:hover, #unit6-english-quiz .start-btn:hover { background-color: #e0a800; }\n        \n        \/* General Result\/Review Styles *\/\n        .progress-container { width: 100%; background-color: #e9ecef; border-radius: var(--border-radius); margin-top: 25px; overflow: hidden; }\n        .progress-text { margin-top: 6px; font-size: 0.9em; color: var(--secondary-color); }\n        .results-screen h2 { margin-bottom: 15px; font-size: 1.6em; }\n        .score { font-size: 1.6em; font-weight: bold; color: var(--dark-color); margin-bottom: 25px; }\n        .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); direction: rtl; }\n        .review-item { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px dashed #ccc; font-size: 0.95em; direction: rtl; text-align: right;}\n        .review-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }\n        .review-item p { margin: 4px 0; }\n        .review-question { font-weight: bold; }\n        .review-user-answer.correct { color: var(--success-color); }\n        .review-user-answer.incorrect { color: var(--danger-color); }\n        .review-correct-answer { color: var(--success-color); font-weight: bold; }\n        .feedback { min-height: 20px; margin-top: 10px; font-weight: bold; font-size: 1em; }\n        .feedback.correct { color: var(--success-color); }\n        .feedback.incorrect { color: var(--danger-color); }\n\n        @media (max-width: 600px) {\n            body { padding: 10px; }\n            .quiz-container { padding: 15px; margin-top: 10px; margin-bottom: 10px; }\n            \/* ... (Media query styles) ... *\/\n        }\n    <\/style>\n<\/head>\n<body>\n    \n    <div class=\"quiz-container\" id=\"unit6-combined-quiz\" data-lang=\"ar\">\n        <div id=\"unit6-combined-start-screen\" class=\"start-screen\">\n            <h1>\u0627\u062e\u062a\u0628\u0627\u0631 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0633\u0627\u062f\u0633\u0629<\/h1>\n            <h2>(\u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629\/\u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0627\u0644\u0645\u062f\u0645\u062c\u0629)<\/h2>\n            <p>\u0647\u0630\u0627 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 33 \u0633\u0624\u0627\u0644 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a.<\/p>\n            <button id=\"unit6-combined-start-btn\" class=\"start-btn\">\u0627\u0628\u062f\u0623 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631<\/button>\n        <\/div>\n\n        <div id=\"unit6-combined-quiz-screen\" class=\"quiz-screen\">\n            <div class=\"question-header\">\n                <span id=\"unit6-combined-question-number\"><\/span>\n            <\/div>\n            <div id=\"unit6-combined-question-text\" class=\"question-text\"><\/div>\n            <div class=\"options-container\" id=\"unit6-combined-options-container\">\n            <\/div>\n            <div id=\"unit6-combined-feedback\" class=\"feedback\"><\/div>\n            <div class=\"navigation-buttons\">\n                <button id=\"unit6-combined-prev-btn\" class=\"nav-btn\">\u0627\u0644\u0633\u0627\u0628\u0642<\/button>\n                <button id=\"unit6-combined-next-btn\" class=\"nav-btn\">\u0627\u0644\u062a\u0627\u0644\u064a<\/button>\n            <\/div>\n            <div class=\"progress-container\">\n                <div id=\"unit6-combined-progress-bar\" class=\"progress-bar\"><\/div>\n            <\/div>\n            <div id=\"unit6-combined-progress-text\" class=\"progress-text\">0 \/ 33<\/div>\n        <\/div>\n\n        <div id=\"unit6-combined-results-screen\" class=\"results-screen\">\n            <h2>\u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 (\u0627\u0644\u0639\u0631\u0628\u064a\u0629\/\u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629)<\/h2>\n            <div id=\"unit6-combined-score\" class=\"score\"><\/div>\n            <h3>\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0623\u0633\u0626\u0644\u0629:<\/h3>\n            <div class=\"review-container\" id=\"unit6-combined-review-container\">\n            <\/div>\n            <button id=\"unit6-combined-restart-btn\" class=\"restart-btn\">\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631<\/button>\n        <\/div>\n    <\/div>\n\n    <div class=\"quiz-container\" id=\"unit6-english-quiz\" data-lang=\"en\">\n        <div id=\"unit6-english-start-screen\" class=\"start-screen\">\n            <h1>\u0627\u062e\u062a\u0628\u0627\u0631 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0633\u0627\u062f\u0633\u0629<\/h1>\n            <h2>(\u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0641\u0642\u0637)<\/h2>\n            <p>\u0647\u0630\u0627 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 33 \u0633\u0624\u0627\u0644 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a.<\/p>\n            <button id=\"unit6-english-start-btn\" class=\"start-btn\">\u0627\u0628\u062f\u0623 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631<\/button>\n        <\/div>\n\n        <div id=\"unit6-english-quiz-screen\" class=\"quiz-screen\">\n            <div class=\"question-header\">\n                <span id=\"unit6-english-question-number\"><\/span>\n            <\/div>\n            <div id=\"unit6-english-question-text\" class=\"question-text\"><\/div>\n            <div class=\"options-container\" id=\"unit6-english-options-container\">\n            <\/div>\n            <div id=\"unit6-english-feedback\" class=\"feedback\"><\/div>\n            <div class=\"navigation-buttons\">\n                <button id=\"unit6-english-prev-btn\" class=\"nav-btn\">Previous<\/button>\n                <button id=\"unit6-english-next-btn\" class=\"nav-btn\">Next<\/button>\n            <\/div>\n            <div class=\"progress-container\">\n                <div id=\"unit6-english-progress-bar\" class=\"progress-bar\"><\/div>\n            <\/div>\n            <div id=\"unit6-english-progress-text\" class=\"progress-text\">0 \/ 33<\/div>\n        <\/div>\n\n        <div id=\"unit6-english-results-screen\" class=\"results-screen\">\n            <h2>Quiz Results (English Only)<\/h2>\n            <div id=\"unit6-english-score\" class=\"score\"><\/div>\n            <h3>Question Review:<\/h3>\n            <div class=\"review-container\" id=\"unit6-english-review-container\">\n            <\/div>\n            <button id=\"unit6-english-restart-btn\" class=\"restart-btn\">Restart Quiz<\/button>\n        <\/div>\n    <\/div>\n\n\n    <script>\n        \/\/ Data for Unit 6 Arabic\/English Combined Quiz (33 Questions)\n        const unit6QuizQuestionsCombined = [\n            { question: \"1. Does the idea of a life **...** appeal to you? (\u0647\u0644 \u0641\u0643\u0631\u0629 \u062d\u064a\u0627\u0629 **...** \u062a\u062c\u0630\u0628\u0643\u061f)\", options: [\"home comforts - \u0631\u0627\u062d\u0629 \u0627\u0644\u0645\u0646\u0632\u0644\", \"settle down - \u0627\u0644\u0627\u0633\u062a\u0642\u0631\u0627\u0631\", \"on the move - \u0641\u064a \u062d\u0631\u0643\u0629 \u0645\u0633\u062a\u0645\u0631\u0629\", \"put down roots - \u0627\u0644\u062a\u0623\u0642\u0644\u0645\"], correctAnswer: \"on the move - \u0641\u064a \u062d\u0631\u0643\u0629 \u0645\u0633\u062a\u0645\u0631\u0629\" },\n            { question: \"2. Would you prefer to **...** or in a company office? (\u0647\u0644 \u062a\u0641\u0636\u0644 **...** \u0623\u0645 \u0641\u064a \u0645\u0643\u062a\u0628 \u0627\u0644\u0634\u0631\u0643\u0629\u061f)\", options: [\"work remotely - \u0627\u0644\u0639\u0645\u0644 \u0639\u0646 \u0628\u0639\u062f\", \"co-working space - \u0645\u0633\u0627\u062d\u0629 \u0639\u0645\u0644 \u0645\u0634\u062a\u0631\u0643\u0629\", \"settle down - \u0627\u0644\u0627\u0633\u062a\u0642\u0631\u0627\u0631\", \"tied down to one place - \u0627\u0644\u0627\u0631\u062a\u0628\u0627\u0637 \u0628\u0645\u0643\u0627\u0646 \u0648\u0627\u062d\u062f\"], correctAnswer: \"work remotely - \u0627\u0644\u0639\u0645\u0644 \u0639\u0646 \u0628\u0639\u062f\" },\n            { question: \"3. Would you prefer to work from home or in a **...**? (\u0647\u0644 \u062a\u0641\u0636\u0644 \u0627\u0644\u0639\u0645\u0644 \u0645\u0646 \u0627\u0644\u0645\u0646\u0632\u0644 \u0623\u0645 \u0641\u064a **...**\u061f)\", options: [\"put down roots - \u0627\u0644\u062a\u0623\u0642\u0644\u0645\", \"co-working space - \u0645\u0633\u0627\u062d\u0629 \u0639\u0645\u0644 \u0645\u0634\u062a\u0631\u0643\u0629\", \"settle down - \u0627\u0644\u0627\u0633\u062a\u0642\u0631\u0627\u0631\", \"on the move - \u0641\u064a \u062d\u0631\u0643\u0629 \u0645\u0633\u062a\u0645\u0631\u0629\"], correctAnswer: \"co-working space - \u0645\u0633\u0627\u062d\u0629 \u0639\u0645\u0644 \u0645\u0634\u062a\u0631\u0643\u0629\" },\n            { question: \"4. If you became a digital nomad, which of your would you **...** miss the most? (\u0625\u0630\u0627 \u0623\u0635\u0628\u062d\u062a \u0631\u062d\u0627\u0644 \u0631\u0642\u0645\u064a\u060c \u0623\u064a \u0634\u064a\u0621 \u0645\u0646 **...** \u0633\u062a\u0641\u062a\u0642\u062f\u0647 \u0623\u0643\u062b\u0631 \u061f)\", options: [\"put down roots - \u0627\u0644\u062a\u0623\u0642\u0644\u0645\", \"settle down - \u0627\u0644\u0627\u0633\u062a\u0642\u0631\u0627\u0631\", \"home comforts - \u0631\u0627\u062d\u0629 \u0627\u0644\u0645\u0646\u0632\u0644\", \"tied down to one place - \u0627\u0644\u0627\u0631\u062a\u0628\u0627\u0637 \u0628\u0645\u0643\u0627\u0646 \u0648\u0627\u062d\u062f\"], correctAnswer: \"home comforts - \u0631\u0627\u062d\u0629 \u0627\u0644\u0645\u0646\u0632\u0644\" },\n            { question: \"5. What do you think is a suitable age to **...** and get a job? (\u0645\u0627 \u0631\u0623\u064a\u0643 \u0647\u0648 \u0627\u0644\u0639\u0645\u0631 \u0627\u0644\u0645\u0646\u0627\u0633\u0628 \u0644\u0640 **...** \u0648\u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0648\u0638\u064a\u0641\u0629\u061f)\", options: [\"settle down - \u0627\u0644\u0627\u0633\u062a\u0642\u0631\u0627\u0631\", \"put down roots - \u0627\u0644\u062a\u0623\u0642\u0644\u0645\", \"home comforts - \u0631\u0627\u062d\u0629 \u0627\u0644\u0645\u0646\u0632\u0644\", \"co-working space - \u0645\u0633\u0627\u062d\u0629 \u0639\u0645\u0644 \u0645\u0634\u062a\u0631\u0643\u0629\"], correctAnswer: \"settle down - \u0627\u0644\u0627\u0633\u062a\u0642\u0631\u0627\u0631\" },\n            { question: \"6. If you had to move to another country, what would help you to **...** in the new place? (\u0625\u0630\u0627 \u0627\u0636\u0637\u0631\u0631\u062a \u0644\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0625\u0644\u0649 \u062f\u0648\u0644\u0629 \u0623\u062e\u0631\u0649\u060c \u0645\u0627 \u0627\u0644\u0630\u064a \u064a\u0633\u0627\u0639\u062f\u0643 \u0639\u0644\u0649 **...** \u0641\u064a \u0627\u0644\u0645\u0643\u0627\u0646 \u0627\u0644\u062c\u062f\u064a\u062f\u061f)\", options: [\"put down roots - \u0627\u0644\u062a\u0623\u0642\u0644\u0645\", \"tied down to one place - \u0627\u0644\u0627\u0631\u062a\u0628\u0627\u0637 \u0628\u0645\u0643\u0627\u0646 \u0648\u0627\u062d\u062f\", \"settle down - \u0627\u0644\u0627\u0633\u062a\u0642\u0631\u0627\u0631\", \"work remotely - \u0627\u0644\u0639\u0645\u0644 \u0639\u0646 \u0628\u0639\u062f\"], correctAnswer: \"put down roots - \u0627\u0644\u062a\u0623\u0642\u0644\u0645\" },\n            { question: \"7. Why do you think some people hate being **...**? (\u0644\u0645\u0627\u0630\u0627 \u062a\u0639\u062a\u0642\u062f \u0623\u0646 \u0628\u0639\u0636 \u0627\u0644\u0646\u0627\u0633 \u064a\u0643\u0631\u0647\u0648\u0646 \u0623\u0646 \u064a\u0643\u0648\u0646\u0648\u0627 **...**\u061f)\", options: [\"tied down to one place - \u0645\u0631\u062a\u0628\u0637\u064a\u0646 \u0628\u0645\u0643\u0627\u0646 \u0648\u0627\u062d\u062f\", \"work remotely - \u0627\u0644\u0639\u0645\u0644 \u0639\u0646 \u0628\u0639\u062f\", \"settle down - \u0627\u0644\u0627\u0633\u062a\u0642\u0631\u0627\u0631\", \"put down roots - \u0627\u0644\u062a\u0623\u0642\u0644\u0645\"], correctAnswer: \"tied down to one place - \u0645\u0631\u062a\u0628\u0637\u064a\u0646 \u0628\u0645\u0643\u0627\u0646 \u0648\u0627\u062d\u062f\" },\n            { question: \"8. What are some of the largest and most **...** populated cities in the world? (\u0645\u0627 \u0647\u064a \u0628\u0639\u0636 \u0627\u0644\u0645\u062f\u0646 \u0627\u0644\u0623\u0643\u0628\u0631 \u0648\u0627\u0644\u0623\u0643\u062b\u0631 **...** \u0627\u0644\u0633\u0643\u0627\u0646\u064a\u0629 \u0641\u064a \u0627\u0644\u0639\u0627\u0644\u0645\u061f)\", options: [\"compact - \u0645\u0636\u063a\u0648\u0637\u0629\", \"confined - \u0645\u062d\u062f\u0648\u062f\u0629\", \"medium-sized - \u0645\u062a\u0648\u0633\u0637\u0629 \u0627\u0644\u062d\u062c\u0645\", \"densely - \u0628\u0627\u0644\u0643\u062b\u0627\u0641\u0629\"], correctAnswer: \"densely - \u0628\u0627\u0644\u0643\u062b\u0627\u0641\u0629\" },\n            { question: \"9. How do you feel about being in a **...** space like a lift? (\u0643\u064a\u0641 \u062a\u0634\u0639\u0631 \u0628\u0627\u0644\u0648\u062c\u0648\u062f \u0641\u064a \u0645\u0633\u0627\u062d\u0629 **...** \u0645\u062b\u0644 \u0627\u0644\u0645\u0635\u0639\u062f \u061f)\", options: [\"confined - \u0645\u062d\u062f\u0648\u062f\u0629\", \"compact - \u0645\u0636\u063a\u0648\u0637\u0629\", \"medium-sized - \u0645\u062a\u0648\u0633\u0637\u0629 \u0627\u0644\u062d\u062c\u0645\", \"large - \u0643\u0628\u064a\u0631\u0629\"], correctAnswer: \"confined - \u0645\u062d\u062f\u0648\u062f\u0629\" },\n            { question: \"10. Would you describe your room as small, large or **...**? (\u0647\u0644 \u062a\u0635\u0641 \u063a\u0631\u0641\u062a\u0643 \u0628\u0623\u0646\u0647\u0627 \u0635\u063a\u064a\u0631\u0629\u060c \u0643\u0628\u064a\u0631\u0629 \u0623\u0645 **...**\u061f)\", options: [\"confined - \u0645\u062d\u062f\u0648\u062f\u0629\", \"compact - \u0645\u0636\u063a\u0648\u0637\u0629\", \"medium-sized - \u0645\u062a\u0648\u0633\u0637\u0629 \u0627\u0644\u062d\u062c\u0645\", \"cramped - \u0636\u064a\u0642\u0629\"], correctAnswer: \"medium-sized - \u0645\u062a\u0648\u0633\u0637\u0629 \u0627\u0644\u062d\u062c\u0645\" },\n            { question: \"11. If you lived in a location where space was non-existent, which of your excess items would you **...** away? (\u0625\u0630\u0627 \u0639\u0634\u062a \u0641\u064a \u0645\u0643\u0627\u0646 \u0644\u0627 \u062a\u0648\u062c\u062f \u0641\u064a\u0647 \u0645\u0633\u0627\u062d\u0629\u060c \u0623\u064a \u0645\u0646 \u0623\u063a\u0631\u0627\u0636\u0643 \u0627\u0644\u0632\u0627\u0626\u062f\u0629 \u0633\u0648\u0641 **...** \u0628\u0639\u064a\u062f\u0627 \u061f)\", options: [\"put - \u062a\u0636\u0639\u0647\u0627\", \"throw - \u062a\u0631\u0645\u064a\u0647\u0627\", \"sweep - \u062a\u0643\u0646\u0633\u0647\u0627\", \"wipe - \u062a\u0645\u0633\u062d\u0647\u0627\"], correctAnswer: \"throw - \u062a\u0631\u0645\u064a\u0647\u0627\" },\n            { question: \"12. Is your room **...** enough to fit in a desk, bed and closet? (\u0647\u0644 \u063a\u0631\u0641\u062a\u0643 **...** \u0643\u0641\u0627\u064a\u0629 \u0644\u0648\u0636\u0639 \u0645\u0643\u062a\u0628 \u0648\u0633\u0631\u064a\u0631 \u0648\u062e\u0632\u0627\u0646\u0629\u061f)\", options: [\"compact - \u0645\u0636\u063a\u0648\u0637\u0629\", \"confined - \u0645\u062d\u062f\u0648\u062f\u0629\", \"medium-sized - \u0645\u062a\u0648\u0633\u0637\u0629 \u0627\u0644\u062d\u062c\u0645\", \"cramped - \u0636\u064a\u0642\u0629\"], correctAnswer: \"compact - \u0645\u0636\u063a\u0648\u0637\u0629\" },\n            { question: \"13. Have you ever travelled in uncomfortable **...** conditions, with a lot of people on a bus or train? (\u0647\u0644 \u0633\u0627\u0641\u0631\u062a \u0645\u0646 \u0642\u0628\u0644 \u0641\u064a \u0638\u0631\u0648\u0641 **...** \u063a\u064a\u0631 \u0645\u0631\u064a\u062d\u0629\u060c \u0645\u0639 \u0648\u062c\u0648\u062f \u0627\u0644\u0643\u062b\u064a\u0631 \u0645\u0646 \u0627\u0644\u0646\u0627\u0633 \u0641\u064a \u0627\u0644\u062d\u0627\u0641\u0644\u0629 \u0623\u0648 \u0627\u0644\u0642\u0637\u0627\u0631 \u061f)\", options: [\"compact \u2013 \u0645\u0636\u063a\u0648\u0637\u0629\", \"confined - \u0645\u062d\u062f\u0648\u062f\u0629\", \"cramped \u2013 \u0636\u064a\u0642\u0629\", \"medium-sized \u2013 \u0645\u062a\u0648\u0633\u0637\u0629 \u0627\u0644\u062d\u062c\u0645\"], correctAnswer: \"cramped \u2013 \u0636\u064a\u0642\u0629\" },\n            { question: \"14. The other day I went into the kitchen and came across a **...** of water on the kitchen floor. (\u0641\u064a \u0627\u0644\u064a\u0648\u0645 \u0627\u0644\u0622\u062e\u0631 \u062f\u062e\u0644\u062a \u0627\u0644\u0645\u0637\u0628\u062e \u0648\u0648\u062c\u062f\u062a **...** \u0645\u0646 \u0627\u0644\u0645\u0627\u0621 \u0639\u0644\u0649 \u0623\u0631\u0636\u064a\u0629 \u0627\u0644\u0645\u0637\u0628\u062e.)\", options: [\"puddle - \u0628\u0631\u0643\u0629\", \"sweep - \u0643\u0646\u0633\", \"cloth - \u0642\u0637\u0639\u0629 \u0642\u0645\u0627\u0634\", \"wall - \u062c\u062f\u0627\u0631\"], correctAnswer: \"puddle - \u0628\u0631\u0643\u0629\" },\n            { question: \"15. It turned out that the freezer had **...** down and was leaking. (\u0627\u062a\u0636\u062d \u0623\u0646 \u0627\u0644\u0641\u0631\u064a\u0632\u0631 \u0642\u062f **...** \u0648\u062a\u0633\u0631\u0628 \u0645\u0646\u0647 \u0627\u0644\u0645\u0627\u0621.)\", options: [\"wiped - \u0645\u0633\u062d\", \"broken - \u0627\u0646\u0643\u0633\u0631\", \"done - \u0623\u0646\u062c\u0632\", \"mopped - \u0645\u0633\u062d \u0628\u0627\u0644\u0645\u0645\u0633\u062d\u0629\"], correctAnswer: \"broken - \u0627\u0646\u0643\u0633\u0631\" },\n            { question: \"16. I **...** up the water. (\u0627\u0646\u0627 **...** \u0627\u0644\u0645\u0627\u0621.)\", options: [\"mopped - \u0645\u0633\u062d\u062a \u0628\u0627\u0644\u0645\u0645\u0633\u062d\u0629\", \"swept - \u0643\u0646\u0633\u062a\", \"wiped - \u0645\u0633\u062d\u062a\", \"put - \u0648\u0636\u0639\u062a\"], correctAnswer: \"mopped - \u0645\u0633\u062d\u062a \u0628\u0627\u0644\u0645\u0645\u0633\u062d\u0629\" },\n            { question: \"17. The kitchen had only recently been **...** up and the walls were freshly painted. (\u0627\u0644\u0645\u0637\u0628\u062e \u0645\u0624\u062e\u0631\u0627 \u0642\u062f **...** \u0648\u0643\u0627\u0646\u062a \u0627\u0644\u062c\u062f\u0631\u0627\u0646 \u0645\u0637\u0644\u064a\u0629 \u062d\u062f\u064a\u062b\u0627.)\", options: [\"wiped - \u0645\u0633\u062d\", \"done - \u0623\u0646\u062c\u0632\", \"mopped - \u0645\u0633\u062d \u0628\u0627\u0644\u0645\u0645\u0633\u062d\u0629\", \"broken - \u0627\u0646\u0643\u0633\u0631\"], correctAnswer: \"done - \u0623\u0646\u062c\u0632\" },\n            { question: \"18. I **...** down the wall with a damp cloth. (\u0627\u0646\u0627 **...** \u0627\u0644\u062c\u062f\u0627\u0631 \u0628\u0642\u0637\u0639\u0629 \u0642\u0645\u0627\u0634 \u0645\u0628\u0644\u0644\u0629.)\", options: [\"swept - \u0643\u0646\u0633\u062a\", \"wiped - \u0645\u0633\u062d\u062a\", \"mopped - \u0645\u0633\u062d\u062a \u0628\u0627\u0644\u0645\u0645\u0633\u062d\u0629\", \"done - \u0631\u0645\u0645\u062a\"], correctAnswer: \"wiped - \u0645\u0633\u062d\u062a\" },\n            { question: \"19. My brother **...** up the bits of broken coffee cup. (\u0623\u062e\u064a **...** \u0642\u0637\u0639 \u0643\u0648\u0628 \u0627\u0644\u0642\u0647\u0648\u0629 \u0627\u0644\u0645\u0643\u0633\u0648\u0631.)\", options: [\"wiped - \u0645\u0633\u062d\", \"mopped - \u0645\u0633\u062d \u0628\u0627\u0644\u0645\u0645\u0633\u062d\u0629\", \"swept - \u0643\u0646\u0633\", \"done - \u0631\u0645\u0645\"], correctAnswer: \"swept - \u0643\u0646\u0633\" },\n            { question: \"20. Singapore is very safe compared **...** other countries. (\u0633\u0646\u063a\u0627\u0641\u0648\u0631\u0629 \u0622\u0645\u0646\u0629 \u062c\u062f\u0627 \u0645\u0642\u0627\u0631\u0646\u0629 **...** \u0627\u0644\u062f\u0648\u0644 \u0627\u0644\u0623\u062e\u0631\u0649.)\", options: [\"whereas \/ but \u0628\u064a\u0646\u0645\u0627 \/ \u0644\u0643\u0646\", \"with \/ to \u0645\u0639 \/ \u0625\u0644\u0649\", \"in \/ by \u0641\u064a \/ \u0628\u0648\u0627\u0633\u0637\u0629\"], correctAnswer: \"with \/ to \u0645\u0639 \/ \u0625\u0644\u0649\" },\n            { question: \"21. Dubai is expensive **...** comparison with many countries. (\u062f\u0628\u064a \u0645\u0643\u0644\u0641\u0629 **...** \u0627\u0644\u0645\u0642\u0627\u0631\u0646\u0629 \u0645\u0639 \u0627\u0644\u0639\u062f\u064a\u062f \u0645\u0646 \u0627\u0644\u062f\u0648\u0644.)\", options: [\"whereas \/ but \u0628\u064a\u0646\u0645\u0627 \/ \u0644\u0643\u0646\", \"with \/ to \u0645\u0639 \/ \u0625\u0644\u0649\", \"in \/ by \u0641\u064a \/ \u0628\u0648\u0627\u0633\u0637\u0629\"], correctAnswer: \"in \/ by \u0641\u064a \/ \u0628\u0648\u0627\u0633\u0637\u0629\" },\n            { question: \"22. In Saudi Arabia, the temperatures are high during the day **...** during the night they are very low. (\u0641\u064a \u0627\u0644\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629 \u062f\u0631\u062c\u0627\u062a \u0627\u0644\u062d\u0631\u0627\u0631\u0629 \u0645\u0631\u062a\u0641\u0639\u0629 \u062e\u0644\u0627\u0644 \u0627\u0644\u0646\u0647\u0627\u0631 **...** \u062e\u0644\u0627\u0644 \u0627\u0644\u0644\u064a\u0644 \u062a\u0643\u0648\u0646 \u0645\u0646\u062e\u0641\u0636\u0629 \u062c\u062f\u0627.)\", options: [\"whereas \/ but \u0628\u064a\u0646\u0645\u0627 \/ \u0644\u0643\u0646\", \"with \/ to \u0645\u0639 \/ \u0625\u0644\u0649\", \"in \/ by \u0641\u064a \/ \u0628\u0648\u0627\u0633\u0637\u0629\"], correctAnswer: \"whereas \/ but \u0628\u064a\u0646\u0645\u0627 \/ \u0644\u0643\u0646\" },\n            { question: \"23. Remember to switch off the electricity before you **...** a light bulb. (\u062a\u0630\u0643\u0631 \u0625\u064a\u0642\u0627\u0641 \u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0621 \u0642\u0628\u0644 **...** \u0627\u0644\u0645\u0635\u0628\u0627\u062d \u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0626\u064a.)\", options: [\"replace - \u062a\u0628\u062f\u064a\u0644\", \"fix - \u0625\u0635\u0644\u0627\u062d\"], correctAnswer: \"replace - \u062a\u0628\u062f\u064a\u0644\" },\n            { question: \"24. Please don't spill blackcurrant juice on anything as it's impossible to **...** the stains. (\u064a\u0631\u062c\u0649 \u0639\u062f\u0645 \u0633\u0643\u0628 \u0639\u0635\u064a\u0631 \u0627\u0644\u0643\u0634\u0645\u0634 \u0627\u0644\u0623\u0633\u0648\u062f \u0639\u0644\u0649 \u0623\u064a \u0634\u064a\u0621 \u0644\u0623\u0646\u0647 \u0645\u0646 \u0627\u0644\u0645\u0633\u062a\u062d\u064a\u0644 \u0627\u0646 **...** \u0627\u0644\u0628\u0642\u0639.)\", options: [\"mend - \u062a\u0635\u0644\u062d\", \"get rid of - \u062a\u062a\u062e\u0644\u0635\"], correctAnswer: \"get rid of - \u062a\u062a\u062e\u0644\u0635\" },\n            { question: \"25. You should **...** your dishcloth every week as it gets full of bacteria. (\u064a\u062c\u0628 \u0623\u0646 **...** \u0645\u0646\u0634\u0641\u0629 \u0627\u0637\u0628\u0627\u0642\u0643 \u0643\u0644 \u0623\u0633\u0628\u0648\u0639 \u0644\u0623\u0646\u0647\u0627 \u062a\u0645\u062a\u0644\u0626 \u0628\u0627\u0644\u0628\u0643\u062a\u064a\u0631\u064a\u0627.)\", options: [\"repair - \u062a\u0635\u0644\u062d\", \"replace - \u062a\u0633\u062a\u0628\u062f\u0644\"], correctAnswer: \"replace - \u062a\u0633\u062a\u0628\u062f\u0644\" },\n            { question: \"26. Why **...** a perfectly good lamp when you could easily mend it? (\u0644\u0645\u0627\u0630\u0627 **...** \u0645\u0635\u0628\u0627\u062d \u062c\u064a\u062f \u062a\u0645\u0627\u0645\u064b\u0627 \u0628\u064a\u0646\u0645\u0627 \u064a\u0645\u0643\u0646\u0643 \u0625\u0635\u0644\u0627\u062d\u0647 \u0628\u0633\u0647\u0648\u0644\u0629\u061f)\", options: [\"get rid of - \u062a\u062a\u062e\u0644\u0635 \u0645\u0646\", \"do up - \u062a\u0631\u0645\"], correctAnswer: \"get rid of - \u062a\u062a\u062e\u0644\u0635 \u0645\u0646\" },\n            { question: \"27. I managed to **...** the kettle, so we didn't need to buy a new one. (\u062a\u0645\u0643\u0646\u062a \u0645\u0646 **...** \u0627\u0644\u063a\u0644\u0627\u064a\u0629\u060c \u0644\u0630\u0644\u0643 \u0644\u0645 \u0646\u0643\u0646 \u0628\u062d\u0627\u062c\u0629 \u0644\u0634\u0631\u0627\u0621 \u0648\u0627\u062d\u062f\u0629 \u062c\u062f\u064a\u062f\u0629.)\", options: [\"fix - \u0625\u0635\u0644\u0627\u062d\", \"repair - \u0635\u064a\u0627\u0646\u0629\"], correctAnswer: \"fix - \u0625\u0635\u0644\u0627\u062d\" },\n            { question: \"28. Osama knows how to **...** simple electric appliances like toasters and kettles. (\u0623\u0633\u0627\u0645\u0629 \u064a\u0639\u0631\u0641 \u0643\u064a\u0641 **...** \u0627\u0644\u0623\u062c\u0647\u0632\u0629 \u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0626\u064a\u0629 \u0627\u0644\u0628\u0633\u064a\u0637\u0629 \u0645\u062b\u0644 \u0627\u0644\u0645\u062d\u0645\u0635\u0629 \u0648\u0627\u0644\u063a\u0644\u0627\u064a\u0627\u062a.)\", options: [\"mend - \u064a\u0635\u0644\u062d\", \"replace - \u064a\u0633\u062a\u0628\u062f\u0644\"], correctAnswer: \"mend - \u064a\u0635\u0644\u062d\" },\n            { question: \"29. We've decided to **...** my little sister's bedroom as a surprise. (\u0642\u0631\u0631\u0646\u0627 \u0627\u0646 **...** \u063a\u0631\u0641\u0629 \u0623\u062e\u062a\u064a \u0627\u0644\u0635\u063a\u064a\u0631\u0629 \u0643\u0645\u0641\u0627\u062c\u0623\u0629.)\", options: [\"do up - \u0646\u0631\u0645\", \"soak - \u0646\u0646\u0642\u0639\"], correctAnswer: \"do up - \u0646\u0631\u0645\" },\n            { question: \"30. Comfortable, **...** room for rent in shared house with storage. (\u063a\u0631\u0641\u0629 **...** \u0645\u0631\u064a\u062d\u0629 \u0644\u0644\u0625\u064a\u062c\u0627\u0631 \u0641\u064a \u0645\u0646\u0632\u0644 \u0645\u0634\u062a\u0631\u0643 \u0645\u0639 \u0645\u0633\u0627\u062d\u0629 \u062a\u062e\u0632\u064a\u0646.)\", options: [\"medium-sized - \u0645\u062a\u0648\u0633\u0637\u0629 \u0627\u0644\u062d\u062c\u0645\", \"confined - \u0645\u062d\u062f\u0648\u062f\u0629\"], correctAnswer: \"medium-sized - \u0645\u062a\u0648\u0633\u0637\u0629 \u0627\u0644\u062d\u062c\u0645\" },\n            { question: \"31. Can you **...** this light bulb, please? This one's stopped working. (\u0647\u0644 \u064a\u0645\u0643\u0646\u0643 **...** \u0647\u0630\u0627 \u0627\u0644\u0645\u0635\u0628\u0627\u062d \u0627\u0644\u0643\u0647\u0631\u0628\u0627\u0626\u064a\u060c \u0645\u0646 \u0641\u0636\u0644\u0643\u061f \u0647\u0630\u0627 \u0627\u0644\u0645\u0635\u0628\u0627\u062d \u062a\u0648\u0642\u0641 \u0639\u0646 \u0627\u0644\u0639\u0645\u0644.)\", options: [\"change - \u062a\u0628\u062f\u064a\u0644\", \"repair - \u0625\u0635\u0644\u0627\u062d\"], correctAnswer: \"change - \u062a\u0628\u062f\u064a\u0644\" },\n            { question: \"32. You need a **...** to sweep up that shattered glass. (\u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 **...** \u0644\u0643\u064a \u062a\u062c\u0645\u0639 \u0627\u0644\u0632\u062c\u0627\u062c \u0627\u0644\u0645\u0643\u0633\u0648\u0631.)\", options: [\"dustpan and brush - \u0645\u062c\u0631\u0641\u0629 \u0648\u0641\u0631\u0634\u0627\u0629\", \"dishcloth - \u0645\u0646\u0634\u0641\u0629 \u0623\u0637\u0628\u0627\u0642\"], correctAnswer: \"dustpan and brush - \u0645\u062c\u0631\u0641\u0629 \u0648\u0641\u0631\u0634\u0627\u0629\" },\n            { question: \"33. Oh no! There's a **...** on the new carpet. I hope I can clean it. (\u0623\u0648\u0647 \u0644\u0627! \u0647\u0646\u0627\u0643 **...** \u0639\u0644\u0649 \u0627\u0644\u0633\u062c\u0627\u062f\u0629 \u0627\u0644\u062c\u062f\u064a\u062f\u0629. \u0623\u0645\u0644 \u0623\u0646 \u0623\u062a\u0645\u0643\u0646 \u0645\u0646 \u062a\u0646\u0638\u064a\u0641\u0647.)\", options: [\"stain - \u0628\u0642\u0639\u0629\", \"soak - \u0646\u0642\u0639\"], correctAnswer: \"stain - \u0628\u0642\u0639\u0629\" }\n        ];\n\n        \/\/ Data for Unit 6 English Only Quiz (33 Questions)\n        const unit6QuizQuestionsEnglish = [\n            { question: \"1. Does the idea of a life **...** appeal to you?\", options: [\"home comforts\", \"settle down\", \"on the move\", \"put down roots\"], correctAnswer: \"on the move\" },\n            { question: \"2. Would you prefer to **...** or in a company office?\", options: [\"work remotely\", \"co-working space\", \"settle down\", \"tied down to one place\"], correctAnswer: \"work remotely\" },\n            { question: \"3. Would you prefer to work from home or in a **...**?\", options: [\"put down roots\", \"co-working space\", \"settle down\", \"on the move\"], correctAnswer: \"co-working space\" },\n            { question: \"4. If you became a digital nomad, which of your would you **...** miss the most?\", options: [\"put down roots\", \"settle down\", \"home comforts\", \"tied down to one place\"], correctAnswer: \"home comforts\" },\n            { question: \"5. What do you think is a suitable age to **...** and get a job?\", options: [\"settle down\", \"put down roots\", \"home comforts\", \"co-working space\"], correctAnswer: \"settle down\" },\n            { question: \"6. If you had to move to another country, what would help you to **...** in the new place?\", options: [\"put down roots\", \"tied down to one place\", \"settle down\", \"work remotely\"], correctAnswer: \"put down roots\" },\n            { question: \"7. Why do you think some people hate being **...**?\", options: [\"tied down to one place\", \"work remotely\", \"settle down\", \"put down roots\"], correctAnswer: \"tied down to one place\" },\n            { question: \"8. What are some of the largest and most **...** populated cities in the world?\", options: [\"compact\", \"confined\", \"medium-sized\", \"densely\"], correctAnswer: \"densely\" },\n            { question: \"9. How do you feel about being in a **...** space like a lift?\", options: [\"confined\", \"compact\", \"medium-sized\", \"large\"], correctAnswer: \"confined\" },\n            { question: \"10. Would you describe your room as small, large or **...**?\", options: [\"confined\", \"compact\", \"medium-sized\", \"cramped\"], correctAnswer: \"medium-sized\" },\n            { question: \"11. If you lived in a location where space was non-existent, which of your excess items would you **...** away?\", options: [\"put\", \"throw\", \"sweep\", \"wipe\"], correctAnswer: \"throw\" },\n            { question: \"12. Is your room **...** enough to fit in a desk, bed and closet?\", options: [\"compact\", \"confined\", \"medium-sized\", \"cramped\"], correctAnswer: \"compact\" },\n            { question: \"13. Have you ever travelled in uncomfortable **...** conditions, with a lot of people on a bus or train?\", options: [\"compact\", \"confined\", \"cramped\", \"medium-sized\"], correctAnswer: \"cramped\" },\n            { question: \"14. The other day I went into the kitchen and came across a **...** of water on the kitchen floor.\", options: [\"puddle\", \"sweep\", \"cloth\", \"wall\"], correctAnswer: \"puddle\" },\n            { question: \"15. It turned out that the freezer had **...** down and was leaking.\", options: [\"wiped\", \"broken\", \"done\", \"mopped\"], correctAnswer: \"broken\" },\n            { question: \"16. I **...** up the water.\", options: [\"mopped\", \"swept\", \"wiped\", \"put\"], correctAnswer: \"mopped\" },\n            { question: \"17. The kitchen had only recently been **...** up and the walls were freshly painted.\", options: [\"wiped\", \"done\", \"mopped\", \"broken\"], correctAnswer: \"done\" },\n            { question: \"18. I **...** down the wall with a damp cloth.\", options: [\"swept\", \"wiped\", \"mopped\", \"done\"], correctAnswer: \"wiped\" },\n            { question: \"19. My brother **...** up the bits of broken coffee cup.\", options: [\"wiped\", \"mopped\", \"swept\", \"done\"], correctAnswer: \"swept\" },\n            { question: \"20. Singapore is very safe compared **...** other countries.\", options: [\"whereas \/ but\", \"with \/ to\", \"in \/ by\"], correctAnswer: \"with \/ to\" },\n            { question: \"21. Dubai is expensive **...** comparison with many countries.\", options: [\"whereas \/ but\", \"with \/ to\", \"in \/ by\"], correctAnswer: \"in \/ by\" },\n            { question: \"22. In Saudi Arabia, the temperatures are high during the day **...** during the night they are very low.\", options: [\"whereas \/ but\", \"with \/ to\", \"in \/ by\"], correctAnswer: \"whereas \/ but\" },\n            { question: \"23. Remember to switch off the electricity before you **...** a light bulb.\", options: [\"replace\", \"fix\"], correctAnswer: \"replace\" },\n            { question: \"24. Please don't spill blackcurrant juice on anything as it's impossible to **...** the stains.\", options: [\"mend\", \"get rid of\"], correctAnswer: \"get rid of\" },\n            { question: \"25. You should **...** your dishcloth every week as it gets full of bacteria.\", options: [\"repair\", \"replace\"], correctAnswer: \"replace\" },\n            { question: \"26. Why **...** a perfectly good lamp when you could easily mend it?\", options: [\"get rid of\", \"do up\"], correctAnswer: \"get rid of\" },\n            { question: \"27. I managed to **...** the kettle, so we didn't need to buy a new one.\", options: [\"fix\", \"repair\"], correctAnswer: \"fix\" },\n            { question: \"28. Osama knows how to **...** simple electric appliances like toasters and kettles.\", options: [\"mend\", \"replace\"], correctAnswer: \"mend\" },\n            { question: \"29. We've decided to **...** my little sister's bedroom as a surprise.\", options: [\"do up\", \"soak\"], correctAnswer: \"do up\" },\n            { question: \"30. Comfortable, **...** room for rent in shared house with storage.\", options: [\"medium-sized\", \"confined\"], correctAnswer: \"medium-sized\" },\n            { question: \"31. Can you **...** this light bulb, please? This one's stopped working.\", options: [\"change\", \"repair\"], correctAnswer: \"change\" },\n            { question: \"32. You need a **...** to sweep up that shattered glass.\", options: [\"dustpan and brush\", \"dishcloth\"], correctAnswer: \"dustpan and brush\" },\n            { question: \"33. Oh no! There's a **...** on the new carpet. I hope I can clean it.\", options: [\"stain\", \"soak\"], correctAnswer: \"stain\" }\n        ];\n\n        function 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        \/\/ Reusable function to create and manage a quiz instance\n        function createQuizApp(prefix, originalQuestions, isEnglishOnly = false) {\n            let questions = [];\n            let currentQuestionIndex = 0;\n            const totalQuestions = originalQuestions.length;\n\n            \/\/ Element references scoped by prefix\n            const startScreen = document.getElementById(`${prefix}-start-screen`);\n            const quizScreen = document.getElementById(`${prefix}-quiz-screen`);\n            const resultsScreen = document.getElementById(`${prefix}-results-screen`);\n            const startBtn = document.getElementById(`${prefix}-start-btn`);\n            const questionNumberEl = document.getElementById(`${prefix}-question-number`);\n            const questionTextEl = document.getElementById(`${prefix}-question-text`);\n            const optionsContainer = document.getElementById(`${prefix}-options-container`);\n            const feedbackEl = document.getElementById(`${prefix}-feedback`);\n            const prevBtn = document.getElementById(`${prefix}-prev-btn`);\n            const nextBtn = document.getElementById(`${prefix}-next-btn`);\n            const progressBar = document.getElementById(`${prefix}-progress-bar`);\n            const progressTextEl = document.getElementById(`${prefix}-progress-text`);\n            const scoreEl = document.getElementById(`${prefix}-score`);\n            const reviewContainer = document.getElementById(`${prefix}-review-container`);\n            const restartBtn = document.getElementById(`${prefix}-restart-btn`);\n\n            \/\/ Event Listeners\n            startBtn.addEventListener('click', startQuiz);\n            prevBtn.addEventListener('click', prevQuestion);\n            nextBtn.addEventListener('click', nextQuestion);\n            restartBtn.addEventListener('click', restartQuiz);\n\n            function startQuiz() {\n                \/\/ Deep copy and shuffle questions\/options\n                questions = JSON.parse(JSON.stringify(originalQuestions));\n                questions.forEach(q => {\n                    q.userAnswer = null;\n                    q.isCorrect = null;\n                    shuffleArray(q.options);\n                });\n                shuffleArray(questions);\n\n                startScreen.style.display = 'none';\n                resultsScreen.style.display = 'none';\n                quizScreen.style.display = 'block';\n                currentQuestionIndex = 0;\n                \n                \/\/ Reset progress bar on start\n                progressBar.style.width = '0%';\n                progressTextEl.textContent = `0 \/ ${totalQuestions}`;\n\n                displayQuestion();\n            }\n\n            function displayQuestion() {\n                const question = questions[currentQuestionIndex];\n                questionNumberEl.textContent = `${isEnglishOnly ? 'Question' : '\u0627\u0644\u0633\u0624\u0627\u0644'} ${currentQuestionIndex + 1} ${isEnglishOnly ? 'of' : '\u0645\u0646'} ${totalQuestions}`;\n                questionTextEl.textContent = question.question;\n\n                optionsContainer.innerHTML = '';\n                feedbackEl.textContent = '';\n                feedbackEl.className = 'feedback';\n\n                const currentOptions = question.options;\n                currentOptions.forEach(option => {\n                    const button = document.createElement('button');\n                    button.textContent = option;\n                    button.className = 'option-btn';\n                    \/\/ Ensure LTR for English-only options\n                    if (isEnglishOnly) {\n                        button.style.direction = 'ltr';\n                        button.style.textAlign = 'left';\n                    }\n                    button.onclick = () => selectAnswer(option, button);\n                    optionsContainer.appendChild(button);\n                });\n\n                updateNavigation();\n                updateProgressBar();\n                highlightPreviousAnswer();\n            }\n\n            function selectAnswer(selectedOption, btn) {\n                const question = questions[currentQuestionIndex];\n\n                if (question.userAnswer !== null) return;\n\n                question.userAnswer = selectedOption;\n                const isCorrect = selectedOption === question.correctAnswer;\n                question.isCorrect = isCorrect;\n\n                if (isCorrect) {\n                    feedbackEl.textContent = isEnglishOnly ? 'Correct Answer!' : '\u0625\u062c\u0627\u0628\u0629 \u0635\u062d\u064a\u062d\u0629!';\n                    feedbackEl.classList.add('correct');\n                } else {\n                    feedbackEl.textContent = `${isEnglishOnly ? 'Incorrect. The correct answer is: ' : '\u0625\u062c\u0627\u0628\u0629 \u062e\u0627\u0637\u0626\u0629. \u0627\u0644\u0635\u062d\u064a\u062d\u0629 \u0647\u064a: '}${question.correctAnswer}`;\n                    feedbackEl.classList.add('incorrect');\n                }\n\n                Array.from(optionsContainer.children).forEach(button => {\n                    button.disabled = true;\n                    if (button.textContent === question.correctAnswer) {\n                        button.classList.add('correct');\n                    } else if (button.textContent === selectedOption) {\n                        button.classList.add('incorrect');\n                    }\n                });\n\n                nextBtn.focus();\n            }\n\n            function highlightPreviousAnswer() {\n                const question = questions[currentQuestionIndex];\n                if (question.userAnswer === null) {\n                    feedbackEl.textContent = '';\n                    feedbackEl.className = 'feedback';\n                    return;\n                }\n\n                Array.from(optionsContainer.children).forEach(button => {\n                    const optionText = button.textContent;\n                    button.disabled = true;\n                    if (optionText === question.correctAnswer) {\n                        button.classList.add('correct');\n                    } else if (optionText === question.userAnswer) {\n                        button.classList.add('incorrect');\n                    }\n                });\n                \n                if (question.isCorrect) {\n                     feedbackEl.textContent = isEnglishOnly ? 'Correct Answer!' : '\u0625\u062c\u0627\u0628\u0629 \u0635\u062d\u064a\u062d\u0629!';\n                     feedbackEl.classList.add('correct');\n                } else if (question.userAnswer) {\n                     feedbackEl.textContent = `${isEnglishOnly ? 'Incorrect. The correct answer is: ' : '\u0625\u062c\u0627\u0628\u0629 \u062e\u0627\u0637\u0626\u0629. \u0627\u0644\u0635\u062d\u064a\u062d\u0629 \u0647\u064a: '}${question.correctAnswer}`;\n                     feedbackEl.classList.add('incorrect');\n                }\n            }\n\n            function updateNavigation() {\n                prevBtn.disabled = currentQuestionIndex === 0;\n                if (currentQuestionIndex === totalQuestions - 1) {\n                    nextBtn.textContent = isEnglishOnly ? 'Finish Quiz' : '\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631';\n                } else {\n                    nextBtn.textContent = isEnglishOnly ? 'Next' : '\u0627\u0644\u062a\u0627\u0644\u064a';\n                }\n            }\n\n            function updateProgressBar() {\n                const completedQuestions = questions.filter(q => q.userAnswer !== null).length;\n                const progressPercentage = ((completedQuestions \/ totalQuestions) * 100);\n                progressBar.style.width = `${progressPercentage}%`;\n                progressTextEl.textContent = `${currentQuestionIndex + 1} \/ ${totalQuestions}`;\n            }\n\n            function nextQuestion() {\n                if (currentQuestionIndex < totalQuestions - 1) {\n                    currentQuestionIndex++;\n                    displayQuestion();\n                } else if (currentQuestionIndex === totalQuestions - 1) {\n                    showResults();\n                }\n            }\n\n            function prevQuestion() {\n                if (currentQuestionIndex > 0) {\n                    currentQuestionIndex--;\n                    displayQuestion();\n                }\n            }\n\n            function showResults() {\n                quizScreen.style.display = 'none';\n                resultsScreen.style.display = 'block';\n\n                const score = questions.filter(q => q.isCorrect).length;\n                const scorePercentage = ((score \/ totalQuestions) * 100).toFixed(2);\n                \n                scoreEl.innerHTML = `${isEnglishOnly ? 'Your Score: ' : '\u0646\u062a\u064a\u062c\u062a\u0643: '} ${score} ${isEnglishOnly ? 'out of' : '\u0645\u0646'} ${totalQuestions} (${scorePercentage}%)`;\n\n                reviewContainer.innerHTML = '';\n                \/\/ Set RTL\/LTR for review container\n                reviewContainer.style.direction = isEnglishOnly ? 'ltr' : 'rtl';\n                reviewContainer.style.textAlign = isEnglishOnly ? 'left' : 'right';\n\n                questions.forEach((question, index) => {\n                    const reviewItem = document.createElement('div');\n                    reviewItem.classList.add('review-item');\n                    reviewItem.style.direction = isEnglishOnly ? 'ltr' : 'rtl';\n                    reviewItem.style.textAlign = isEnglishOnly ? 'left' : 'right';\n\n\n                    const questionP = document.createElement('p');\n                    questionP.className = 'review-question';\n                    questionP.textContent = `${index + 1}. ${question.question}`;\n\n                    const userAnswerP = document.createElement('p');\n                    userAnswerP.className = 'review-user-answer';\n                    userAnswerP.textContent = `${isEnglishOnly ? 'Your Answer: ' : '\u0625\u062c\u0627\u0628\u062a\u0643: '}${question.userAnswer || (isEnglishOnly ? 'No Answer' : '\u0644\u0645 \u062a\u062c\u0628')}`;\n\n                    if (question.userAnswer) {\n                        userAnswerP.classList.add(question.isCorrect ? 'correct' : 'incorrect');\n                    } else {\n                         userAnswerP.classList.add('incorrect');\n                    }\n\n                    const correctAnswerP = document.createElement('p');\n                    correctAnswerP.className = 'review-correct-answer';\n                    correctAnswerP.innerHTML = `${isEnglishOnly ? 'Correct Answer: ' : '\u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0627\u0644\u0635\u062d\u064a\u062d\u0629: '}<span>${question.correctAnswer}<\/span>`;\n\n                    reviewItem.appendChild(questionP);\n                    reviewItem.appendChild(userAnswerP);\n                    if (!question.isCorrect) {\n                         reviewItem.appendChild(correctAnswerP);\n                    }\n                    reviewContainer.appendChild(reviewItem);\n                });\n            }\n\n            function restartQuiz() {\n                resultsScreen.style.display = 'none';\n                startScreen.style.display = 'flex';\n            }\n        }\n\n        \/\/ Initialize both Unit 6 quizzes\n        \/\/ Quiz 1: Combined (Blue Theme)\n        createQuizApp('unit6-combined', unit6QuizQuestionsCombined, false);\n        \/\/ Quiz 2: English Only (Orange\/Yellow Theme)\n        createQuizApp('unit6-english', unit6QuizQuestionsEnglish, true);\n\n    <\/script>\n<\/body>\n<\/html>\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>\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 &#8211; \u0623\u0648\u0644 \u062b\u0627\u0646\u0648\u064a 2008<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            \/* \u062d\u0630\u0641 \u0627\u0644\u062e\u0644\u0641\u064a\u0629 \u0627\u0644\u0628\u0631\u062a\u0642\u0627\u0644\u064a\u0629 \u0627\u0644\u0645\u062a\u062f\u0631\u062c\u0629 *\/\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n            margin: 0;\n            overflow: auto;\n        }\n        .container {\n            text-align: center;\n            background: rgba(255, 255, 255, 0.95);\n            padding: 40px;\n            border-radius: 20px;\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);\n            margin: 20px;\n            width: 90%;\n            max-width: 600px;\n        }\n        h1 {\n            color: #ff6200;\n            font-size: 1.8em;\n            margin-bottom: 30px;\n            text-shadow: 2px 2px 5px rgba(255, 98, 0, 0.2);\n            line-height: 1.5;\n        }\n        .button-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr); \/* \u0639\u0645\u0648\u062f\u064a\u0646 \u062f\u0627\u0626\u0645\u064b\u0627 *\/\n            gap: 20px;\n            max-width: 100%;\n        }\n        .cute-button {\n            background: #ff6200;\n            color: white;\n            padding: 12px 25px;\n            border: none;\n            border-radius: 15px;\n            font-size: 1.1em;\n            cursor: pointer;\n            position: relative;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 10px rgba(255, 98, 0, 0.4), \n                        inset 0 3px 8px rgba(255, 255, 255, 0.3);\n            transform: perspective(500px) rotateX(5deg);\n        }\n        .cute-button:hover {\n            transform: perspective(500px) rotateX(0deg) translateY(-3px);\n            box-shadow: 0 8px 15px rgba(255, 98, 0, 0.6), \n                        inset 0 3px 8px rgba(255, 255, 255, 0.5);\n        }\n        .cute-button:active {\n            transform: perspective(500px) rotateX(0deg) scale(0.97);\n            box-shadow: 0 3px 8px rgba(255, 98, 0, 0.3), \n                        inset 0 2px 5px rgba(255, 255, 255, 0.2);\n        }\n        .cute-button::before {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            width: 0;\n            height: 0;\n            background: rgba(255, 255, 255, 0.3);\n            border-radius: 50%;\n            transform: translate(-50%, -50%);\n            transition: width 0.4s ease, height 0.4s ease;\n        }\n        .cute-button:hover::before {\n            width: 150px;\n            height: 150px;\n        }\n        @keyframes bounceIn {\n            0% { opacity: 0; transform: perspective(500px) rotateX(15deg) scale(0.9); }\n            60% { opacity: 1; transform: perspective(500px) rotateX(-3deg) scale(1.03); }\n            100% { transform: perspective(500px) rotateX(5deg) scale(1); }\n        }\n        .cute-button {\n            animation: bounceIn 0.5s ease forwards;\n        }\n\n        \/* \u0627\u0644\u062a\u0648\u0627\u0641\u0642 \u0645\u0639 \u0634\u0627\u0634\u0627\u062a \u0627\u0644\u0647\u0648\u0627\u062a\u0641 \u0645\u0639 \u0627\u0644\u0625\u0628\u0642\u0627\u0621 \u0639\u0644\u0649 \u0639\u0645\u0648\u062f\u064a\u0646 *\/\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            h1 {\n                font-size: 1.4em;\n                line-height: 1.6;\n            }\n            .button-grid {\n                grid-template-columns: repeat(2, 1fr); \/* \u0627\u0644\u0625\u0628\u0642\u0627\u0621 \u0639\u0644\u0649 \u0639\u0645\u0648\u062f\u064a\u0646 *\/\n                gap: 10px;\n            }\n            .cute-button {\n                padding: 8px 15px;\n                font-size: 0.9em;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <h1>\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0644\u062c\u0645\u064a\u0639 \u0648\u062d\u062f\u0627\u062a \u0643\u062a\u0627\u0628 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0644\u0644\u0635\u0641 \u0627\u0644\u0623\u0648\u0644 \u062b\u0627\u0646\u0648\u064a \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a \u062c\u064a\u0644 2008<\/h1>\n        <div class=\"button-grid\">\n            <a href=\"https:\/\/tawjihy.com\/?p=4781\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0623\u0648\u0644\u0649<\/button><\/a>\n            <a href=\"https:\/\/tawjihy.com\/?p=4790\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062b\u0627\u0646\u064a\u0629<\/button><\/a>\n            <a href=\"https:\/\/tawjihy.com\/?p=4792\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062b\u0627\u0644\u062b\u0629<\/button><\/a>\n            <a href=\"https:\/\/tawjihy.com\/?p=4797\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0631\u0627\u0628\u0639\u0629<\/button><\/a>\n            <a href=\"https:\/\/tawjihy.com\/?p=4806\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0633\u0627\u062f\u0633\u0629<\/button><\/a>\n            <a href=\"https:\/\/tawjihy.com\/?p=4811\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0633\u0627\u0628\u0639\u0629<\/button><\/a>\n            <a href=\"https:\/\/tawjihy.com\/?p=4813\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062b\u0627\u0645\u0646\u0629<\/button><\/a>\n            <a href=\"https:\/\/tawjihy.com\/?p=4816\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062a\u0627\u0633\u0639\u0629<\/button><\/a>\n            <a href=\"https:\/\/tawjihy.com\/?p=4826\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0639\u0627\u0634\u0631\u0629<\/button><\/a>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0639\u0627\u0646\u064a \u0645\u062d\u0648\u0633\u0628 \u0644\u0645\u0627\u062f\u0629 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0633\u0627\u062f\u0633\u0629 \u0623\u0648\u0644 \u062b\u0627\u0646\u0648\u064a \u0623\u0643\u0627\u062f\u064a\u0645\u064a 2008 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0645\u0639\u0644\u0645 \u0623\u064a\u0645\u0646 \u0627\u0644\u062e\u0636\u064a\u0631\u0627\u062a \u0627\u062e\u062a\u0628\u0627\u0631\u0627\u062a \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0633\u0627\u062f\u0633\u0629 [&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-4806","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\/4806","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=4806"}],"version-history":[{"count":5,"href":"https:\/\/tawjihy.com\/index.php?rest_route=\/wp\/v2\/posts\/4806\/revisions"}],"predecessor-version":[{"id":5046,"href":"https:\/\/tawjihy.com\/index.php?rest_route=\/wp\/v2\/posts\/4806\/revisions\/5046"}],"wp:attachment":[{"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4806"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4806"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4806"},{"taxonomy":"reaction","embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Freaction&post=4806"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}