{"id":4781,"date":"2025-04-03T12:32:29","date_gmt":"2025-04-03T12:32:29","guid":{"rendered":"https:\/\/tawjihy.com\/?p=4781"},"modified":"2025-08-11T13:42:02","modified_gmt":"2025-08-11T13:42:02","slug":"%d8%a7%d9%85%d8%aa%d8%ad%d8%a7%d9%86-%d9%85%d8%b9%d8%a7%d9%86%d9%8a-%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%d9%84%d9%88%d8%ad%d8%af%d8%a9","status":"publish","type":"post","link":"https:\/\/tawjihy.com\/?p=4781","title":{"rendered":"\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0644\u0644\u0623\u0648\u0644 \u062b\u0627\u0646\u0648\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 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0644\u0644\u0623\u0648\u0644 \u062b\u0627\u0646\u0648\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<p class=\"has-text-align-center wp-block-paragraph\">\u0627\u0646\u0642\u0631 \u0639\u0644\u0649  \u0628\u062f\u0621 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 <\/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 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0623\u0648\u0644\u0649<\/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        #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 { font-size: 1.3em; font-weight: bold; margin-bottom: 25px; min-height: 50px; direction: ltr; text-align: left; }\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(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, #start-btn, #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        #start-btn { padding: 12px 35px; font-size: 1.2em; margin-top: 20px; }\n        .nav-btn:hover, #start-btn:hover, #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        #progress-bar { height: 12px; width: 0%; background-color: var(--primary-color); border-radius: var(--border-radius); transition: width 0.4s ease-in-out; }\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); }\n        .review-item { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px dashed #ccc; font-size: 0.95em; direction: ltr; text-align: left;}\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        #restart-btn { margin-top: 20px; background-color: var(--secondary-color); }\n        #restart-btn:hover { background-color: #5a6268; }\n        @media (max-width: 600px) {\n            body { padding: 10px; }\n            .quiz-container { padding: 15px; margin-top: 10px; margin-bottom: 10px; }\n            h1 { font-size: 1.6em; }\n            h2 { font-size: 1.3em; }\n            #start-screen p { font-size: 1em; }\n            #question-text { font-size: 1.15em; margin-bottom: 20px; }\n            .option-btn { font-size: 0.95em; padding: 8px 10px; }\n            .nav-btn, #start-btn, #restart-btn { font-size: 0.95em; padding: 8px 15px; }\n            #start-btn { font-size: 1.1em; padding: 10px 30px; }\n            #score { font-size: 1.4em; }\n            .review-container { max-height: 300px; }\n            .review-item { font-size: 0.9em; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"quiz-container\">\n        <div id=\"start-screen\">\n            <h1>\u0627\u062e\u062a\u0628\u0627\u0631 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0623\u0648\u0644\u0649<\/h1>\n            <h2>English Vocabulary Test &#8211; Unit 1<\/h2>\n            <p>\u0647\u0630\u0627 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 38 \u0633\u0624\u0627\u0644 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a.<\/p>\n            <button id=\"start-btn\">\u0627\u0628\u062f\u0623 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631<\/button>\n        <\/div>\n\n        <div id=\"quiz-screen\">\n            <div class=\"question-header\">\n                <span id=\"question-number\"><\/span>\n            <\/div>\n            <div id=\"question-text\"><\/div>\n            <div class=\"options-container\" id=\"options-container\">\n            <\/div>\n            <div id=\"feedback\"><\/div>\n            <div class=\"navigation-buttons\">\n                <button id=\"prev-btn\" class=\"nav-btn\" onclick=\"prevQuestion()\">\u0627\u0644\u0633\u0627\u0628\u0642<\/button>\n                <button id=\"next-btn\" class=\"nav-btn\" onclick=\"nextQuestion()\">\u0627\u0644\u062a\u0627\u0644\u064a<\/button>\n            <\/div>\n            <div class=\"progress-container\">\n                <div id=\"progress-bar\"><\/div>\n            <\/div>\n            <div id=\"progress-text\">0 \/ 38<\/div>\n        <\/div>\n\n        <div id=\"results-screen\" style=\"display: none;\">\n            <h2>\u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631<\/h2>\n            <div id=\"score\"><\/div>\n            <h3>\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0623\u0633\u0626\u0644\u0629:<\/h3>\n            <div class=\"review-container\" id=\"review-container\">\n            <\/div>\n            <button id=\"restart-btn\" onclick=\"restartQuiz()\">\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631<\/button>\n        <\/div>\n    <\/div>\n\n    <script>\n        const englishQuizQuestions = [\n            \/\/ Q1: Phrasal Verbs (8 Questions) - Multi-word answers\n            { question: \"I was embarrassed when he ________ that I had made some basic spelling mistakes.\", options: [\"pointed out\", \"made out\", \"came across\", \"figured out\"], correctAnswer: \"pointed out\" },\n            { question: \"It was cloudy, but he could still ________ the distant star.\", options: [\"make out\", \"spell out\", \"pick up\", \"brought about\"], correctAnswer: \"make out\" },\n            { question: \"I ________ an interesting article about space exploration the other day.\", options: [\"came across\", \"figured out\", \"pointed out\", \"getting across\"], correctAnswer: \"came across\" },\n            { question: \"Technology has ________ many changes in the way we live.\", options: [\"brought about\", \"picked up\", \"made out\", \"spelled out\"], correctAnswer: \"brought about\" },\n            { question: \"My science teacher is very good at ________ difficult ideas so that we always understand them.\", options: [\"getting across\", \"coming across\", \"figuring out\", \"pointing out\"], correctAnswer: \"getting across\" },\n            { question: \"It took me ages to ________ exactly how to use the telescope.\", options: [\"figure out\", \"pointed out\", \"pick up\", \"spell out\"], correctAnswer: \"figure out\" },\n            { question: \"You don't understand? Do I have to ________ what I mean?\", options: [\"spell out\", \"make out\", \"get across\", \"bring about\"], correctAnswer: \"spell out\" },\n            { question: \"We couldn't use our mobile phones in the desert, but started to ________ signals when we went into the mountains.\", options: [\"pick up\", \"brought about\", \"figure out\", \"came across\"], correctAnswer: \"pick up\" },\n            \n            \/\/ Q2: Social Interactions (15 Questions)\n            { question: \"He ________ with the new neighbour.\", options: [\"struck up a conversation\", \"hit it off\", \"paid her a compliment\", \"had a laugh\"], correctAnswer: \"struck up a conversation\" },\n            { question: \"She ________ being very self-confident.\", options: [\"came across as\", \"took to him\", \"hit it off\", \"had a laugh\"], correctAnswer: \"came across as\" },\n            { question: \"Abeer ________ about her shoes.\", options: [\"paid her a compliment\", \"had a laugh\", \"struck up a conversation\", \"took to him\"], correctAnswer: \"paid her a compliment\" },\n            { question: \"I ________ immediately.\", options: [\"took to him\", \"hit it off\", \"came across as\", \"had a laugh\"], correctAnswer: \"took to him\" },\n            { question: \"We ________ about it.\", options: [\"had a laugh\", \"made an impression\", \"created a bond\", \"paid a compliment\"], correctAnswer: \"had a laugh\" },\n            { question: \"I didn't really ________ with her friends when I met them.\", options: [\"hit it off\", \"had a laugh\", \"paid a compliment\", \"took to him\"], correctAnswer: \"hit it off\" },\n            { question: \"Did you and Maha ________ it off?\", options: [\"hit\", \"have\", \"strike\", \"take\"], correctAnswer: \"hit\" },\n            { question: \"I tried to ________ up a conversation by paying her a compliment.\", options: [\"strike\", \"hit\", \"have\", \"create\"], correctAnswer: \"strike\" },\n            { question: \"I'm sure you made a favourable ________.\", options: [\"impression\", \"bond\", \"laugh\", \"compliment\"], correctAnswer: \"impression\" },\n            { question: \"People usually ________ to you, right?\", options: [\"take\", \"laugh\", \"bond\", \"talk\"], correctAnswer: \"take\" },\n            { question: \"I tried to strike up a conversation by paying her a ________, but I have a feeling that I came across as a bit over-enthusiastic.\", options: [\"compliment\", \"laugh\", \"bond\", \"conversation\"], correctAnswer: \"compliment\" },\n            { question: \"we made quite a lot of ________ talk, but we also had a laugh.\", options: [\"small\", \"favourable\", \"strong\", \"good\"], correctAnswer: \"small\" },\n            { question: \"I have a feeling that I came ________ as a bit over-enthusiastic.\", options: [\"across\", \"up\", \"by\", \"over\"], correctAnswer: \"across\" },\n            { question: \"You can't expect to create a strong ________ after just one evening out.\", options: [\"bond\", \"impression\", \"laugh\", \"compliment\"], correctAnswer: \"bond\" },\n            { question: \"we made quite a lot of small talk, but we also had a ________.\", options: [\"laugh\", \"bond\", \"impression\", \"compliment\"], correctAnswer: \"laugh\" },\n\n            \/\/ Q3: Feelings (6 Questions)\n            { question: \"I'm completely ________ about my exam results - I never thought I'd do so well!\", options: [\"ecstatic\", \"bewildered\", \"livid\", \"tense\"], correctAnswer: \"ecstatic\" },\n            { question: \"He has no idea how he lost his phone. He feels completely ________.\", options: [\"bewildered\", \"ecstatic\", \"exasperated\", \"terrified\"], correctAnswer: \"bewildered\" },\n            { question: \"Randa's mother was absolutely ________ when she found out that her daughter had cheated in the exam again.\", options: [\"livid\", \"tense\", \"ecstatic\", \"bewildered\"], correctAnswer: \"livid\" },\n            { question: \"She felt very ________ as she waited for her job interview.\", options: [\"tense\", \"livid\", \"terrified\", \"ecstatic\"], correctAnswer: \"tense\" },\n            { question: \"He's ________ that someone will find out his secret.\", options: [\"terrified\", \"exasperated\", \"tense\", \"bewildered\"], correctAnswer: \"terrified\" },\n            { question: \"Nothing is changing and he is becoming more and more ________ about the situation.\", options: [\"exasperated\", \"bewildered\", \"livid\", \"ecstatic\"], correctAnswer: \"exasperated\" },\n            \n            \/\/ Q4: Idioms (6 Questions with 2 options each)\n            { question: \"He continued to ________ questions at someone.\", options: [\"fire\", \"throw\"], correctAnswer: \"fire\" },\n            { question: \"You insist on having the last ________.\", options: [\"word\", \"say\"], correctAnswer: \"word\" },\n            { question: \"I didn't like being put ________ the spot.\", options: [\"on\", \"in\"], correctAnswer: \"on\" },\n            { question: \"She didn't have to jump down my ________.\", options: [\"throat\", \"neck\"], correctAnswer: \"throat\" },\n            { question: \"I couldn't get a word in ________.\", options: [\"edgeways\", \"sideways\"], correctAnswer: \"edgeways\" },\n            { question: \"He refused to let it ________.\", options: [\"drop\", \"stop\"], correctAnswer: \"drop\" },\n\n            \/\/ Q5: Prepositions (3 Questions)\n            { question: \"I can see my grandparents struggle to learn ________ the latest developments in computing.\", options: [\"about\", \"on\", \"at\", \"to\"], correctAnswer: \"about\" },\n            { question: \"We know that social media directs advertisements ________ its users.\", options: [\"at\", \"on\", \"about\", \"to\"], correctAnswer: \"at\" },\n            { question: \"Too many children probably rely ________ social media to make friends.\", options: [\"on\", \"at\", \"about\", \"to\"], correctAnswer: \"on\" }\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        let questions = [];\n        let currentQuestionIndex = 0;\n        let score = 0;\n        const totalQuestions = englishQuizQuestions.length;\n\n        const startScreen = document.getElementById('start-screen');\n        const quizScreen = document.getElementById('quiz-screen');\n        const resultsScreen = document.getElementById('results-screen');\n        const startBtn = document.getElementById('start-btn');\n        const questionNumberEl = document.getElementById('question-number');\n        const questionTextEl = document.getElementById('question-text');\n        const optionsContainer = document.getElementById('options-container');\n        const feedbackEl = document.getElementById('feedback');\n        const prevBtn = document.getElementById('prev-btn');\n        const nextBtn = document.getElementById('next-btn');\n        const progressBar = document.getElementById('progress-bar');\n        const progressTextEl = document.getElementById('progress-text');\n        const scoreEl = document.getElementById('score');\n        const reviewContainer = document.getElementById('review-container');\n\n        startBtn.addEventListener('click', startQuiz);\n\n        function startQuiz() {\n            questions = JSON.parse(JSON.stringify(englishQuizQuestions));\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            score = 0;\n            displayQuestion();\n        }\n\n        function displayQuestion() {\n            const question = questions[currentQuestionIndex];\n            questionNumberEl.textContent = `\u0627\u0644\u0633\u0624\u0627\u0644 ${currentQuestionIndex + 1} \u0645\u0646 ${totalQuestions}`;\n            questionTextEl.textContent = question.question;\n\n            optionsContainer.innerHTML = '';\n            feedbackEl.textContent = '';\n            feedbackEl.className = '';\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                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                score++;\n                feedbackEl.textContent = '\u0625\u062c\u0627\u0628\u0629 \u0635\u062d\u064a\u062d\u0629!';\n                feedbackEl.className = 'correct';\n            } else {\n                feedbackEl.textContent = `\u0625\u062c\u0627\u0628\u0629 \u062e\u0627\u0637\u0626\u0629. \u0627\u0644\u0635\u062d\u064a\u062d\u0629 \u0647\u064a: ${question.correctAnswer}`;\n                feedbackEl.className = '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) return;\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        \n        function updateNavigation() {\n            prevBtn.disabled = currentQuestionIndex === 0;\n            if (currentQuestionIndex === totalQuestions - 1) {\n                nextBtn.textContent = '\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631';\n            } else {\n                nextBtn.textContent = '\u0627\u0644\u062a\u0627\u0644\u064a';\n            }\n        }\n        \n        function updateProgressBar() {\n            const progressPercentage = ((currentQuestionIndex + 1) \/ 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 {\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 scorePercentage = ((score \/ totalQuestions) * 100).toFixed(2);\n            scoreEl.innerHTML = `\u0646\u062a\u064a\u062c\u062a\u0643: ${score} \u0645\u0646 ${totalQuestions} (${scorePercentage}%)`;\n            \n            reviewContainer.innerHTML = '';\n            questions.forEach((question, index) => {\n                const reviewItem = document.createElement('div');\n                reviewItem.classList.add('review-item');\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 = `\u0625\u062c\u0627\u0628\u062a\u0643: ${question.userAnswer || '\u0644\u0645 \u062a\u062c\u0628'}`;\n                userAnswerP.classList.add(question.isCorrect ? 'correct' : 'incorrect');\n\n                const correctAnswerP = document.createElement('p');\n                correctAnswerP.className = 'review-correct-answer';\n                correctAnswerP.innerHTML = `\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    <\/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\u062e\u062a\u0628\u0627\u0631 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0623\u0648\u0644\u0649: \u0645\u0639 \u062a\u0631\u062c\u0645\u0629 \u0639\u0631\u0628\u064a\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: #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        #tr-start-screen, #tr-results-screen { display: flex; flex-direction: column; align-items: center; }\n        #tr-start-screen p { font-size: 1.1em; margin-bottom: 25px; }\n        #tr-quiz-screen { display: none; }\n        .question-header { margin-bottom: 15px; font-size: 1em; color: var(--secondary-color); }\n        #tr-question-text { font-size: 1.3em; font-weight: bold; margin-bottom: 25px; min-height: 50px; direction: ltr; text-align: left; }\n        #tr-options-container { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 20px; }\n        @media (min-width: 600px) { #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, #tr-start-btn, #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        #tr-start-btn { padding: 12px 35px; font-size: 1.2em; margin-top: 20px; }\n        .nav-btn:hover, #tr-start-btn:hover, #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        #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        #tr-progress-text { margin-top: 6px; font-size: 0.9em; color: var(--secondary-color); }\n        #tr-results-screen h2 { margin-bottom: 15px; font-size: 1.6em; }\n        #tr-score { font-size: 1.6em; font-weight: bold; color: var(--dark-color); margin-bottom: 25px; }\n        #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        #tr-feedback { min-height: 20px; margin-top: 10px; font-weight: bold; font-size: 1em; }\n        #tr-feedback.correct { color: var(--success-color); }\n        #tr-feedback.incorrect { color: var(--danger-color); }\n        #tr-restart-btn { margin-top: 20px; background-color: var(--secondary-color); }\n        #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=\"tr-start-screen\">\n            <h1>\u0627\u062e\u062a\u0628\u0627\u0631 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0623\u0648\u0644\u0649: \u0645\u0639 \u062a\u0631\u062c\u0645\u0629 \u0639\u0631\u0628\u064a\u0629<\/h1>\n            <h2>English Vocabulary Test &#8211; Unit 1: With Arabic Translation<\/h2>\n            <p>\u0647\u0630\u0627 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 38 \u0633\u0624\u0627\u0644 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a.<\/p>\n            <button id=\"tr-start-btn\">\u0627\u0628\u062f\u0623 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631<\/button>\n        <\/div>\n\n        <div id=\"tr-quiz-screen\" style=\"display: none;\">\n            <div class=\"question-header\">\n                <span id=\"tr-question-number\"><\/span>\n            <\/div>\n            <div id=\"tr-question-text\"><\/div>\n            <div id=\"tr-options-container\" class=\"options-container\">\n            <\/div>\n            <div id=\"tr-feedback\"><\/div>\n            <div class=\"navigation-buttons\">\n                <button id=\"tr-prev-btn\" class=\"nav-btn\" onclick=\"tr_prevQuestion()\">\u0627\u0644\u0633\u0627\u0628\u0642<\/button>\n                <button id=\"tr-next-btn\" class=\"nav-btn\" onclick=\"tr_nextQuestion()\">\u0627\u0644\u062a\u0627\u0644\u064a<\/button>\n            <\/div>\n            <div class=\"progress-container\">\n                <div id=\"tr-progress-bar\"><\/div>\n            <\/div>\n            <div id=\"tr-progress-text\">0 \/ 38<\/div>\n        <\/div>\n\n        <div id=\"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=\"tr-score\"><\/div>\n            <h3>\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0623\u0633\u0626\u0644\u0629:<\/h3>\n            <div id=\"tr-review-container\" class=\"review-container\">\n            <\/div>\n            <button id=\"tr-restart-btn\" onclick=\"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 tr_englishQuizQuestions = [\n            \/\/ Q1: Phrasal Verbs\n            { question: \"I was embarrassed when he ________ that I had made some basic spelling mistakes.\", question_ar: \"\u0643\u0646\u062a \u0645\u062d\u0631\u062c\u0627\u064b \u0639\u0646\u062f\u0645\u0627 ________ \u0627\u0644\u0623\u062e\u0637\u0627\u0621 \u0627\u0644\u0625\u0645\u0644\u0627\u0626\u064a\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629 \u0627\u0644\u062a\u064a \u0627\u0631\u062a\u0643\u0628\u062a\u0647\u0627.\", options: [\"pointed out\", \"made out\", \"came across\", \"figured out\"], options_ar: [\"\u0623\u0634\u0627\u0631 \u0625\u0644\u0649\", \"\u0645\u064a\u0632\", \"\u0635\u0627\u062f\u0641\", \"\u0627\u0643\u062a\u0634\u0641\"], correctAnswer: \"pointed out\" },\n            { question: \"It was cloudy, but he could still ________ the distant star.\", question_ar: \"\u0643\u0627\u0646 \u0627\u0644\u062c\u0648 \u063a\u0627\u0626\u0645\u0627\u064b\u060c \u0644\u0643\u0646\u0647 \u0644\u0627 \u064a\u0632\u0627\u0644 \u064a\u0633\u062a\u0637\u064a\u0639 \u0623\u0646________ \u0627\u0644\u0646\u062c\u0645 \u0627\u0644\u0628\u0639\u064a\u062f.\", options: [\"make out\", \"spell out\", \"pick up\", \"brought about\"], options_ar: [\"\u064a\u0645\u064a\u0632\", \"\u064a\u0648\u0636\u062d\", \"\u064a\u0644\u062a\u0642\u0637\", \"\u064a\u0633\u0628\u0628\"], correctAnswer: \"make out\" },\n            { question: \"I ________ an interesting article about space exploration the other day.\", question_ar: \"\u0627\u0646\u0627 ________ \u0645\u0642\u0627\u0644\u0627\u064b \u0645\u062b\u064a\u0631\u0627\u064b \u0644\u0644\u0627\u0647\u062a\u0645\u0627\u0645 \u062d\u0648\u0644 \u0627\u0633\u062a\u0643\u0634\u0627\u0641 \u0627\u0644\u0641\u0636\u0627\u0621 \u0641\u064a \u0630\u0644\u0643 \u0627\u0644\u064a\u0648\u0645.\", options: [\"came across\", \"figured out\", \"pointed out\", \"getting across\"], options_ar: [\"\u0635\u0627\u062f\u0641\u062a\", \"\u0627\u0643\u062a\u0634\u0641\u062a\", \"\u0623\u0634\u0631\u062a \u0625\u0644\u0649\", \"\u0623\u0648\u0635\u0644\u062a\"], correctAnswer: \"came across\" },\n            { question: \"Technology has ________ many changes in the way we live.\", question_ar: \"\u0627\u0644\u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a\u0627 ________  \u0627\u0644\u0639\u062f\u064a\u062f \u0645\u0646 \u0627\u0644\u062a\u063a\u064a\u064a\u0631\u0627\u062a \u0641\u064a \u0623\u0633\u0644\u0648\u0628 \u062d\u064a\u0627\u062a\u0646\u0627.\", options: [\"brought about\", \"picked up\", \"made out\", \"spelled out\"], options_ar: [\"\u0623\u062d\u062f\u062b\u062a\", \"\u0627\u0644\u062a\u0642\u0637\u062a\", \"\u0645\u064a\u0632\u062a\", \"\u0623\u0648\u0636\u062d\u062a\"], correctAnswer: \"brought about\" },\n            { question: \"My science teacher is very good at ________ difficult ideas so that we always understand them.\", question_ar: \"\u0645\u0639\u0644\u0645 \u0627\u0644\u0639\u0644\u0648\u0645 \u062c\u064a\u062f \u062c\u062f\u064b\u0627 \u0641\u064a ________ \u0627\u0644\u0623\u0641\u0643\u0627\u0631 \u0627\u0644\u0635\u0639\u0628\u0629 \u0644\u0643\u064a \u0646\u0641\u0647\u0645\u0647\u0627 \u062f\u0627\u0626\u0645\u064b\u0627.\", options: [\"getting across\", \"coming across\", \"figuring out\", \"pointing out\"], options_ar: [\"\u0625\u064a\u0635\u0627\u0644\", \"\u0645\u0635\u0627\u062f\u0641\u0629\", \"\u0627\u0643\u062a\u0634\u0627\u0641\", \"\u0627\u0644\u0625\u0634\u0627\u0631\u0629 \u0625\u0644\u0649\"], correctAnswer: \"getting across\" },\n            { question: \"It took me ages to ________ exactly how to use the telescope.\", question_ar: \"\u0627\u0633\u062a\u063a\u0631\u0642 \u0627\u0644\u0623\u0645\u0631 \u0648\u0642\u062a\u064b\u0627 \u0637\u0648\u064a\u0644\u0627\u064b \u0644\u0643\u064a ________\u0628\u0627\u0644\u0636\u0628\u0637 \u0643\u064a\u0641\u064a\u0629 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u062a\u0644\u0633\u0643\u0648\u0628.\", options: [\"figure out\", \"pointed out\", \"pick up\", \"spell out\"], options_ar: [\"\u0623\u0643\u062a\u0634\u0641\", \"\u0623\u0634\u064a\u0631 \u0625\u0644\u0649\", \"\u0623\u0644\u062a\u0642\u0637\", \"\u0623\u0648\u0636\u062d\"], correctAnswer: \"figure out\" },\n            { question: \"You don't understand? Do I have to ________ what I mean?\", question_ar: \"\u0644\u0627 \u062a\u0641\u0647\u0645\u061f \u0647\u0644 \u064a\u062c\u0628 \u0623\u0646 ________ \u0645\u0627 \u0623\u0639\u0646\u064a\u0647\u061f\", options: [\"spell out\", \"make out\", \"get across\", \"bring about\"], options_ar: [\"\u0627\u0641\u0633\u0631\", \"\u0623\u0645\u064a\u0651\u0632\", \"\u0623\u0648\u0635\u0644 \u0627\u0644\u0641\u0643\u0631\u0629\", \"\u0623\u064f\u062d\u062f\u062b\"], correctAnswer: \"spell out\" },\n            { question: \"We couldn't use our mobile phones in the desert, but started to ________ signals when we went into the mountains.\", question_ar: \"\u0644\u0645 \u0646\u062a\u0645\u0643\u0646 \u0645\u0646 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0647\u0648\u0627\u062a\u0641\u0646\u0627 \u0628\u0627\u0644\u0635\u062d\u0631\u0627\u0621\u060c \u0644\u0643\u0646 \u0628\u062f\u0623\u0646\u0627 ________ \u0625\u0634\u0627\u0631\u0627\u062a \u0639\u0646\u062f\u0645\u0627 \u062f\u062e\u0644\u0646\u0627 \u0627\u0644\u062c\u0628\u0627\u0644.\", options: [\"pick up\", \"brought about\", \"figure out\", \"came across\"], options_ar: [\"\u0646\u0644\u062a\u0642\u0637\", \"\u0623\u062d\u062f\u062b\u0646\u0627\", \"\u0646\u0643\u062a\u0634\u0641\", \"\u0635\u0627\u062f\u0641\u0646\u0627\"], correctAnswer: \"pick up\" },\n            \n            \/\/ Q2: Social Interactions\n            { question: \"He ________ with the new neighbour.\", question_ar: \"\u0647\u0648 ________ \u0645\u0639 \u0627\u0644\u062c\u0627\u0631 \u0627\u0644\u062c\u062f\u064a\u062f.\", options: [\"struck up a conversation\", \"hit it off\", \"paid her a compliment\", \"had a laugh\"], options_ar: [\"\u0628\u062f\u0623 \u0645\u062d\u0627\u062f\u062b\u0629\", \"\u0627\u0646\u0633\u062c\u0645\", \"\u062c\u0627\u0645\u0644\u0647\u0627\", \"\u0636\u062d\u0643\"], correctAnswer: \"struck up a conversation\" },\n            { question: \"She ________ being very self-confident.\", question_ar: \"\u0647\u064a ________ \u0628\u0623\u0646\u0647\u0627 \u0648\u0627\u062b\u0642\u0629 \u062c\u062f\u064b\u0627 \u0645\u0646 \u0646\u0641\u0633\u0647\u0627.\", options: [\"came across as\", \"took to him\", \"hit it off\", \"had a laugh\"], options_ar: [\"\u0628\u062f\u062a\", \"\u0623\u064f\u0639\u062c\u0628\u062a \u0628\u0647\", \"\u0627\u0646\u0633\u062c\u0645\u062a\", \"\u0636\u062d\u0643\u062a\"], correctAnswer: \"came across as\" },\n            { question: \"Abeer ________ about her shoes.\", question_ar: \"\u0639\u0628\u064a\u0631 ________ \u0628\u062e\u0635\u0648\u0635 \u062d\u0630\u0627\u0626\u0647\u0627.\", options: [\"paid her a compliment\", \"had a laugh\", \"struck up a conversation\", \"took to him\"], options_ar: [\"\u062c\u0627\u0645\u0644\u062a\u0647\u0627\", \"\u0636\u062d\u0643\u062a\", \"\u0628\u062f\u0623\u062a \u0645\u062d\u0627\u062f\u062b\u0629\", \"\u0623\u064f\u0639\u062c\u0628\u062a \u0628\u0647\"], correctAnswer: \"paid her a compliment\" },\n            { question: \"I ________ immediately.\", question_ar: \"\u0623\u0646\u0627 ________ \u0641\u0648\u0631\u064b\u0627.\", options: [\"took to him\", \"hit it off\", \"came across as\", \"had a laugh\"], options_ar: [\"\u0623\u064f\u0639\u062c\u0628\u062a \u0628\u0647\", \"\u0627\u0646\u0633\u062c\u0645\u062a \u0645\u0639\u0647\", \"\u0628\u062f\u0648\u062a \u0643\u0640\", \"\u0636\u062d\u0643\u062a\"], correctAnswer: \"took to him\" },\n            { question: \"We ________ about it.\", question_ar: \"\u0646\u062d\u0646 ________ \u0628\u062e\u0635\u0648\u0635 \u0630\u0644\u0643.\", options: [\"had a laugh\", \"made an impression\", \"created a bond\", \"paid a compliment\"], options_ar: [\"\u0636\u062d\u0643\u0646\u0627\", \"\u062a\u0631\u0643\u0646\u0627 \u0627\u0646\u0637\u0628\u0627\u0639\u0627\u064b\", \"\u0623\u0646\u0634\u0623\u0646\u0627 \u0631\u0627\u0628\u0637\u0627\u064b\", \"\u062c\u0627\u0645\u0644\u0646\u0627\"], correctAnswer: \"had a laugh\" },\n            { question: \"I didn't really ________ with her friends when I met them.\", question_ar: \"\u0641\u0639\u0644\u0627\u064b \u0644\u0645 ________  \u0645\u0639 \u0623\u0635\u062f\u0642\u0627\u0626\u0647\u0627 \u0639\u0646\u062f\u0645\u0627 \u0642\u0627\u0628\u0644\u062a\u0647\u0645.\", options: [\"hit it off\", \"had a laugh\", \"paid a compliment\", \"took to him\"], options_ar: [\"\u0623\u0646\u0633\u062c\u0645\", \"\u0623\u0636\u062d\u0643\", \"\u0623\u062c\u0627\u0645\u0644\", \"\u0623\u064f\u0639\u062c\u0628 \u0628\u0647\"], correctAnswer: \"hit it off\" },\n            { question: \"Did you and Maha ________ it off?\", question_ar: \"\u0647\u0644 \u0627\u0646\u062a \u0648\u0645\u0647\u0627 __________\u061f\", options: [\"hit\", \"have\", \"strike\", \"take\"], options_ar: [\"\u0627\u0646\u0633\u062c\u0645\u062a\u0645\u0627\", \"\u062d\u0638\u064a\u062a\u0645\u0627\", \"\u0628\u062f\u0623\u062a\u0645\u0627\", \"\u0623\u062e\u0630\u062a\u0645\u0627\"], correctAnswer: \"hit\" },\n            { question: \"I tried to ________ up a conversation by paying her a compliment.\", question_ar: \"\u062d\u0627\u0648\u0644\u062a \u0623\u0646 ________ \u0645\u062d\u0627\u062f\u062b\u0629 \u0628\u0645\u062c\u0627\u0645\u0644\u062a\u0647\u0627.\", options: [\"strike\", \"hit\", \"have\", \"create\"], options_ar: [\"\u0623\u0628\u062f\u0623\", \"\u0623\u0646\u0633\u062c\u0645\", \"\u0623\u062d\u0638\u0649\", \"\u0623\u0646\u0634\u0626\"], correctAnswer: \"strike\" },\n            { question: \"I'm sure you made a favourable ________.\", question_ar: \"\u0623\u0646\u0627 \u0645\u062a\u0623\u0643\u062f \u0623\u0646\u0643 \u062a\u0631\u0643\u062a ________ \u062c\u064a\u062f\u0627\u064b.\", options: [\"impression\", \"bond\", \"laugh\", \"compliment\"], options_ar: [\"\u0627\u0646\u0637\u0628\u0627\u0639\u0627\u064b\", \"\u0631\u0627\u0628\u0637\u0627\u064b\", \"\u0636\u062d\u0643\u0627\u064b\", \"\u0645\u062c\u0627\u0645\u0644\u0629\"], correctAnswer: \"impression\" },\n            { question: \"People usually ________ to you, right?\", question_ar: \"\u0627\u0644\u0646\u0627\u0633 \u0639\u0627\u062f\u0629\u064b \u0645\u0627 ________ \u0644\u0643\u060c \u0623\u0644\u064a\u0633 \u0643\u0630\u0644\u0643\u061f\", options: [\"take\", \"laugh\", \"bond\", \"talk\"], options_ar: [\"\u064a\u0639\u062c\u0628\u0648\u0646 \u0628\u0643\", \"\u064a\u0636\u062d\u0643\u0648\u0646\", \"\u064a\u0631\u062a\u0628\u0637\u0648\u0646\", \"\u064a\u062a\u062d\u062f\u062b\u0648\u0646\"], correctAnswer: \"take\" },\n            { question: \"I tried to strike up a conversation by paying her a ________, but I have a feeling that I came across as a bit over-enthusiastic.\", question_ar: \"\u062d\u0627\u0648\u0644\u062a \u0628\u062f\u0621 \u0645\u062d\u0627\u062f\u062b\u0629 \u0628__________ \u0644\u0643\u0646\u064a \u0634\u0639\u0631\u062a \u0623\u0646\u0646\u064a \u0628\u062f\u0648\u062a \u0645\u062a\u062d\u0645\u0633\u064b\u0627 \u0623\u0643\u062b\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645.\", options: [\"compliment\", \"laugh\", \"bond\", \"conversation\"], options_ar: [\"\u0645\u062c\u0627\u0645\u0644\u0629\", \"\u0636\u062d\u0643\u0629\", \"\u0631\u0627\u0628\u0637\", \"\u0645\u062d\u0627\u062f\u062b\u0629\"], correctAnswer: \"compliment\" },\n            { question: \"we made quite a lot of ________ talk, but we also had a laugh.\", question_ar: \"\u0623\u062c\u0631\u064a\u0646\u0627 \u0627\u0644\u0643\u062b\u064a\u0631 \u0645\u0646 \u0627\u0644\u062d\u062f\u064a\u062b ________\u060c \u0644\u0643\u0646\u0646\u0627 \u0636\u062d\u0643\u0646\u0627 \u0623\u064a\u0636\u0627\u064b.\", options: [\"small\", \"favourable\", \"strong\", \"good\"], options_ar: [\"\u0627\u0644\u0639\u0627\u0628\u0631\", \"\u0627\u0644\u062c\u064a\u062f\", \"\u0627\u0644\u0642\u0648\u064a\", \"\u0627\u0644\u062d\u0633\u0646\"], correctAnswer: \"small\" },\n            { question: \"I have a feeling that I came ________ as a bit over-enthusiastic.\", question_ar: \"\u0644\u062f\u064a \u0634\u0639\u0648\u0631 \u0623\u0646\u0646\u064a ________ \u0643\u0645\u062a\u062d\u0645\u0633 \u0623\u0643\u062b\u0631 \u0645\u0646 \u0627\u0644\u0644\u0627\u0632\u0645.\", options: [\"across\", \"up\", \"by\", \"over\"], options_ar: [\"\u0628\u062f\u0648\u062a\", \"\u0635\u0639\u062f\u062a\", \"\u0628\u062c\u0627\u0646\u0628\", \"\u0641\u0648\u0642\"], correctAnswer: \"across\" },\n            { question: \"You can't expect to create a strong ________ after just one evening out.\", question_ar: \"\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u062a\u0648\u0642\u0639 \u062a\u0643\u0648\u064a\u0646 ________ \u0642\u0648\u064a \u0628\u0639\u062f \u0623\u0645\u0633\u064a\u0629 \u0648\u0627\u062d\u062f\u0629 \u0641\u0642\u0637.\", options: [\"bond\", \"impression\", \"laugh\", \"compliment\"], options_ar: [\"\u0631\u0627\u0628\u0637\", \"\u0627\u0646\u0637\u0628\u0627\u0639\", \"\u0636\u062d\u0643\u0629\", \"\u0645\u062c\u0627\u0645\u0644\u0629\"], correctAnswer: \"bond\" },\n            { question: \"We made quite a lot of small talk, but we also had a ________.\", question_ar: \"\u0623\u062c\u0631\u064a\u0646\u0627 \u0627\u0644\u0643\u062b\u064a\u0631 \u0645\u0646 \u0627\u0644\u0623\u062d\u0627\u062f\u064a\u062b \u0627\u0644\u0639\u0627\u0628\u0631\u0629\u060c \u0644\u0643\u0646\u0646\u0627 \u0627\u064a\u0636\u0627\u064b__________.\", options: [\"laugh\", \"bond\", \"impression\", \"compliment\"], options_ar: [\"\u0636\u062d\u0643\u0646\u0627\", \"\u0631\u0627\u0628\u0637\", \"\u0627\u0646\u0637\u0628\u0627\u0639\", \"\u0645\u062c\u0627\u0645\u0644\u0629\"], correctAnswer: \"laugh\" },\n\n            \/\/ Q3: Feelings\n            { question: \"I'm completely ________ about my exam results - I never thought I'd do so well!\", question_ar: \"\u0623\u0646\u0627 ________ \u062a\u0645\u0627\u0645\u064b\u0627 \u0628\u0646\u062a\u0627\u0626\u062c \u0627\u0645\u062a\u062d\u0627\u0646\u064a \u2013 \u0644\u0645 \u0623\u0638\u0646 \u0623\u0628\u062f\u064b\u0627 \u0623\u0646\u0646\u064a \u0633\u0623\u0628\u0644\u064a \u0628\u0644\u0627\u0621\u064b \u062d\u0633\u0646\u064b\u0627!\", options: [\"ecstatic\", \"bewildered\", \"livid\", \"tense\"], options_ar: [\"\u0645\u0628\u062a\u0647\u062c\", \"\u062d\u0627\u0626\u0631\", \"\u063a\u0627\u0636\u0628\", \"\u0645\u062a\u0648\u062a\u0631\"], correctAnswer: \"ecstatic\" },\n            { question: \"He has no idea how he lost his phone. He feels completely ________.\", question_ar: \"\u0644\u064a\u0633 \u0644\u062f\u064a\u0647 \u0623\u064a \u0641\u0643\u0631\u0629 \u0643\u064a\u0641 \u0641\u0642\u062f \u0647\u0627\u062a\u0641\u0647. \u0625\u0646\u0647 \u064a\u0634\u0639\u0631 \u0628\u0623\u0646\u0647 \u062a\u0645\u0627\u0645\u0627\u064b ________ .\", options: [\"bewildered\", \"ecstatic\", \"exasperated\", \"terrified\"], options_ar: [\"\u062d\u0627\u0626\u0631\", \"\u0645\u0628\u062a\u0647\u062c\", \"\u0633\u0627\u062e\u0637\", \"\u0645\u0631\u0639\u0648\u0628\"], correctAnswer: \"bewildered\" },\n            { question: \"Randa's mother was absolutely ________ when she found out that her daughter had cheated in the exam again.\", question_ar: \"\u0643\u0627\u0646\u062a \u0648\u0627\u0644\u062f\u0629 \u0631\u0646\u062f\u0627 \u0628\u0627\u0644\u062a\u0623\u0643\u064a\u062f _________ \u0639\u0646\u062f\u0645\u0627 \u0627\u0643\u062a\u0634\u0641\u062a \u0623\u0646 \u0627\u0628\u0646\u062a\u0647\u0627 \u0642\u062f \u063a\u0634\u062a \u0641\u064a \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.\", options: [\"livid\", \"tense\", \"ecstatic\", \"bewildered\"], options_ar: [\"\u063a\u0627\u0636\u0628\u0629\", \"\u0645\u062a\u0648\u062a\u0631\u0629\", \"\u0645\u0628\u062a\u0647\u062c\u0629\", \"\u062d\u0627\u0626\u0631\u0629\"], correctAnswer: \"livid\" },\n            { question: \"She felt very ________ as she waited for her job interview.\", question_ar: \"\u0634\u0639\u0631\u062a \u0628\u0623\u0646\u0647\u0627 \u062c\u062f\u0627\u064b ________ \u0648\u0647\u064a \u062a\u0646\u062a\u0638\u0631 \u0645\u0642\u0627\u0628\u0644\u0629 \u0627\u0644\u0639\u0645\u0644.\", options: [\"tense\", \"livid\", \"terrified\", \"ecstatic\"], options_ar: [\"\u0645\u062a\u0648\u062a\u0631\u0629\", \"\u063a\u0627\u0636\u0628\u0629\", \"\u0645\u0631\u0639\u0648\u0628\u0629\", \"\u0645\u0628\u062a\u0647\u062c\u0629\"], correctAnswer: \"tense\" },\n            { question: \"He's ________ that someone will find out his secret.\", question_ar: \"\u0625\u0646\u0647 ________ \u0645\u0646 \u0623\u0646 \u064a\u0643\u062a\u0634\u0641 \u0623\u062d\u062f \u0633\u0631\u0647.\", options: [\"terrified\", \"exasperated\", \"tense\", \"bewildered\"], options_ar: [\"\u0645\u0631\u0639\u0648\u0628\", \"\u0633\u0627\u062e\u0637\", \"\u0645\u062a\u0648\u062a\u0631\", \"\u062d\u0627\u0626\u0631\"], correctAnswer: \"terrified\" },\n            { question: \"Nothing is changing and he is becoming more and more ________ about the situation.\", question_ar: \"\u0644\u0627 \u0634\u064a\u0621 \u064a\u062a\u063a\u064a\u0631\u060c \u0648\u0647\u0648 \u064a\u0635\u0628\u062d \u0623\u0643\u062b\u0631 \u0641\u0623\u0643\u062b\u0631 ________ \u0628\u0634\u0623\u0646 \u0627\u0644\u0648\u0636\u0639.\", options: [\"exasperated\", \"bewildered\", \"livid\", \"ecstatic\"], options_ar: [\"\u0633\u0627\u062e\u0637\u064b\u0627\", \"\u062d\u0627\u0626\u0631\u064b\u0627\", \"\u063a\u0627\u0636\u0628\u064b\u0627\", \"\u0645\u0628\u062a\u0647\u062c\u064b\u0627\"], correctAnswer: \"exasperated\" },\n            \n            \/\/ Q4: Idioms\n            { question: \"He continued to ________ questions at someone.\", question_ar: \"\u0627\u0633\u062a\u0645\u0631 \u0641\u064a ________ \u0627\u0644\u0623\u0633\u0626\u0644\u0629 \u0639\u0644\u0649 \u0634\u062e\u0635 \u0645\u0627.\", options: [\"fire\", \"throw\"], options_ar: [\"\u0625\u0637\u0644\u0627\u0642\", \"\u0631\u0645\u064a\"], correctAnswer: \"fire\" },\n            { question: \"You insist on having the last ________.\", question_ar: \"\u0623\u0646\u062a \u062a\u0635\u0631 \u0639\u0644\u0649 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0644\u0643 ________\u0627\u0644\u0627\u062e\u064a\u0631\u0629.\", options: [\"word\", \"say\"], options_ar: [\"\u0627\u0644\u0643\u0644\u0645\u0629\", \"\u0627\u0644\u0642\u0648\u0644\"], correctAnswer: \"word\" },\n            { question: \"I didn't like being put ________ the spot.\", question_ar: \"\u0644\u0645 \u064a\u0639\u062c\u0628\u0646\u064a \u0623\u0646 \u0623\u0643\u0648\u0646 __________ \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0641\", options: [\"on\", \"in\"], options_ar: [\"\u0639\u0644\u0649\", \"\u0641\u064a\"], correctAnswer: \"on\" },\n            { question: \"She didn't have to jump down my ________.\", question_ar: \"\u0644\u0645 \u064a\u0643\u0646 \u0639\u0644\u064a\u0647\u0627 \u0623\u0646 ________.\", options: [\"throat\", \"neck\"], options_ar: [\"\u062a\u0647\u0627\u062c\u0645\u0646\u064a \u0628\u0639\u0646\u0641\", \"\u0631\u0642\u0628\u062a\u064a\"], correctAnswer: \"throat\" },\n            { question: \"I couldn't get a word in ________.\", question_ar: \"\u0644\u0645 \u0623\u0633\u062a\u0637\u0639 \u0623\u0646 ________.\", options: [\"edgeways\", \"sideways\"], options_ar: [\"\u0623\u0642\u0627\u0637\u0639 \u0627\u0644\u062d\u062f\u064a\u062b\", \"\u0628\u0634\u0643\u0644 \u062c\u0627\u0646\u0628\u064a\"], correctAnswer: \"edgeways\" },\n            { question: \"He refused to let it ________.\", question_ar: \"\u0631\u0641\u0636 \u0623\u0646 ________.\", options: [\"drop\", \"stop\"], options_ar: [\"\u064a\u0646\u0633\u0649 \u0627\u0644\u0623\u0645\u0631\", \"\u064a\u062a\u0648\u0642\u0641\"], correctAnswer: \"drop\" },\n\n            \/\/ Q5: Prepositions\n            { question: \"I can see my grandparents struggle to learn ________ the latest developments in computing.\", question_ar: \"\u0623\u0631\u0649 \u0623\u062c\u062f\u0627\u062f\u064a \u064a\u0643\u0627\u0641\u062d\u0648\u0646 \u0644\u062a\u0639\u0644\u0645 ________ \u0623\u062d\u062f\u062b \u0627\u0644\u062a\u0637\u0648\u0631\u0627\u062a \u0641\u064a \u0627\u0644\u062d\u0648\u0633\u0628\u0629.\", options: [\"about\", \"on\", \"at\", \"to\"], options_ar: [\"\u0639\u0646\", \"\u0639\u0644\u0649\", \"\u0641\u064a\", \"\u0625\u0644\u0649\"], correctAnswer: \"about\" },\n            { question: \"We know that social media directs advertisements ________ its users.\", question_ar: \"\u0646\u0639\u0644\u0645 \u0623\u0646 \u0648\u0633\u0627\u0626\u0644 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a \u062a\u0648\u062c\u0647 \u0627\u0644\u0625\u0639\u0644\u0627\u0646\u0627\u062a ________ \u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0647\u0627.\", options: [\"at\", \"on\", \"about\", \"to\"], options_ar: [\"\u0646\u062d\u0648\", \"\u0639\u0644\u0649\", \"\u0639\u0646\", \"\u0625\u0644\u0649\"], correctAnswer: \"at\" },\n            { question: \"Too many children probably rely ________ social media to make friends.\", question_ar: \"\u0631\u0628\u0645\u0627 \u064a\u0639\u062a\u0645\u062f \u0627\u0644\u0643\u062b\u064a\u0631 \u0645\u0646 \u0627\u0644\u0623\u0637\u0641\u0627\u0644 ________ \u0648\u0633\u0627\u0626\u0644 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a \u0644\u062a\u0643\u0648\u064a\u0646 \u0635\u062f\u0627\u0642\u0627\u062a.\", options: [\"on\", \"at\", \"about\", \"to\"], options_ar: [\"\u0639\u0644\u0649\", \"\u0641\u064a\", \"\u0639\u0646\", \"\u0625\u0644\u0649\"], correctAnswer: \"on\" }\n        ];\n\n        function 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 tr_questions = [];\n        let tr_currentQuestionIndex = 0;\n        let tr_score = 0;\n        const tr_totalQuestions = tr_englishQuizQuestions.length;\n\n        const tr_startScreen = document.getElementById('tr-start-screen');\n        const tr_quizScreen = document.getElementById('tr-quiz-screen');\n        const tr_resultsScreen = document.getElementById('tr-results-screen');\n        const tr_startBtn = document.getElementById('tr-start-btn');\n        const tr_questionNumberEl = document.getElementById('tr-question-number');\n        const tr_questionTextEl = document.getElementById('tr-question-text');\n        const tr_optionsContainer = document.getElementById('tr-options-container');\n        const tr_feedbackEl = document.getElementById('tr-feedback');\n        const tr_prevBtn = document.getElementById('tr-prev-btn');\n        const tr_nextBtn = document.getElementById('tr-next-btn');\n        const tr_progressBar = document.getElementById('tr-progress-bar');\n        const tr_progressTextEl = document.getElementById('tr-progress-text');\n        const tr_scoreEl = document.getElementById('tr-score');\n        const tr_reviewContainer = document.getElementById('tr-review-container');\n\n        tr_startBtn.addEventListener('click', tr_startQuiz);\n\n        function tr_startQuiz() {\n            tr_questions = JSON.parse(JSON.stringify(tr_englishQuizQuestions)).map(q => {\n                const combinedOptions = q.options.map((option, index) => ({\n                    en: option,\n                    ar: q.options_ar[index]\n                }));\n                tr_shuffleArray(combinedOptions);\n                return { ...q, shuffledCombinedOptions: combinedOptions, userAnswer: null, isCorrect: null };\n            });\n            tr_shuffleArray(tr_questions);\n\n            tr_startScreen.style.display = 'none';\n            tr_resultsScreen.style.display = 'none';\n            tr_quizScreen.style.display = 'block';\n            tr_currentQuestionIndex = 0;\n            tr_score = 0;\n            tr_displayQuestion();\n        }\n\n        function tr_displayQuestion() {\n            const question = tr_questions[tr_currentQuestionIndex];\n            tr_questionNumberEl.textContent = `\u0627\u0644\u0633\u0624\u0627\u0644 ${tr_currentQuestionIndex + 1} \u0645\u0646 ${tr_totalQuestions}`;\n            tr_questionTextEl.innerHTML = `${question.question}<br><span class=\"translation\">${question.question_ar}<\/span>`;\n            tr_optionsContainer.innerHTML = '';\n            tr_feedbackEl.textContent = '';\n            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 = () => tr_selectAnswer(combo.en, button);\n                tr_optionsContainer.appendChild(button);\n            });\n            tr_updateNavigation();\n            tr_updateProgressBar();\n            tr_highlightPreviousAnswer();\n        }\n\n        function tr_selectAnswer(selectedOption, btn) {\n            const question = tr_questions[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                tr_score++;\n                tr_feedbackEl.textContent = '\u0625\u062c\u0627\u0628\u0629 \u0635\u062d\u064a\u062d\u0629!';\n                tr_feedbackEl.className = 'correct';\n            } else {\n                const correctCombo = question.shuffledCombinedOptions.find(c => c.en === question.correctAnswer);\n                const correctAnswerText = `${correctCombo.en} (${correctCombo.ar})`;\n                tr_feedbackEl.textContent = `\u0625\u062c\u0627\u0628\u0629 \u062e\u0627\u0637\u0626\u0629. \u0627\u0644\u0635\u062d\u064a\u062d\u0629 \u0647\u064a: ${correctAnswerText}`;\n                tr_feedbackEl.className = 'incorrect';\n            }\n            Array.from(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            tr_nextBtn.focus();\n        }\n\n        function tr_highlightPreviousAnswer() {\n            const question = tr_questions[tr_currentQuestionIndex];\n            if (question.userAnswer === null) return;\n            Array.from(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 tr_showResults() {\n            tr_quizScreen.style.display = 'none';\n            tr_resultsScreen.style.display = 'block';\n            const scorePercentage = ((tr_score \/ tr_totalQuestions) * 100).toFixed(2);\n            tr_scoreEl.innerHTML = `\u0646\u062a\u064a\u062c\u062a\u0643: ${tr_score} \u0645\u0646 ${tr_totalQuestions} (${scorePercentage}%)`;\n            tr_reviewContainer.innerHTML = '';\n            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                tr_reviewContainer.appendChild(reviewItem);\n            });\n        }\n\n        function tr_updateNavigation() {\n            tr_prevBtn.disabled = tr_currentQuestionIndex === 0;\n            if (tr_currentQuestionIndex === tr_totalQuestions - 1) {\n                tr_nextBtn.textContent = '\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631';\n            } else {\n                tr_nextBtn.textContent = '\u0627\u0644\u062a\u0627\u0644\u064a';\n            }\n        }\n        \n        function tr_updateProgressBar() {\n            const progressPercentage = ((tr_currentQuestionIndex + 1) \/ tr_totalQuestions) * 100;\n            tr_progressBar.style.width = `${progressPercentage}%`;\n            tr_progressTextEl.textContent = `${tr_currentQuestionIndex + 1} \/ ${tr_totalQuestions}`;\n        }\n        \n        function tr_nextQuestion() {\n            if (tr_currentQuestionIndex < tr_totalQuestions - 1) {\n                tr_currentQuestionIndex++;\n                tr_displayQuestion();\n            } else {\n                tr_showResults();\n            }\n        }\n\n        function tr_prevQuestion() {\n            if (tr_currentQuestionIndex > 0) {\n                tr_currentQuestionIndex--;\n                tr_displayQuestion();\n            }\n        }\n        \n        function tr_restartQuiz() {\n            tr_resultsScreen.style.display = 'none';\n            tr_startScreen.style.display = 'flex';\n        }\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0623\u0648\u0644\u0649 \u0644\u0644\u0623\u0648\u0644 \u062b\u0627\u0646\u0648\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\u0646\u0642\u0631 \u0639\u0644\u0649 \u0628\u062f\u0621 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u0627\u062e\u062a\u0628\u0627\u0631 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0648\u062d\u062f\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-4781","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\/4781","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=4781"}],"version-history":[{"count":5,"href":"https:\/\/tawjihy.com\/index.php?rest_route=\/wp\/v2\/posts\/4781\/revisions"}],"predecessor-version":[{"id":5012,"href":"https:\/\/tawjihy.com\/index.php?rest_route=\/wp\/v2\/posts\/4781\/revisions\/5012"}],"wp:attachment":[{"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4781"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4781"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4781"},{"taxonomy":"reaction","embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Freaction&post=4781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}