{"id":4792,"date":"2025-04-03T20:58:40","date_gmt":"2025-04-03T20:58:40","guid":{"rendered":"https:\/\/tawjihy.com\/?p=4792"},"modified":"2025-08-31T18:37:22","modified_gmt":"2025-08-31T18:37:22","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-2","status":"publish","type":"post","link":"https:\/\/tawjihy.com\/?p=4792","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\u062b\u0627\u0644\u062b\u0629 \u0627\u0644\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\">\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\u062b\u0627\u0644\u062b\u0629 \u0627\u0644\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\">\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\u0645\u062a\u062d\u0627\u0646 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062b\u0627\u0644\u062b\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        #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\u0645\u062a\u062d\u0627\u0646 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062b\u0627\u0644\u062b\u0629<\/h1>\n            <h2>Unit 3 Vocabulary Test<\/h2>\n            <p>\u0647\u0630\u0627 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 48 \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\" style=\"display: none;\">\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 \/ 48<\/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            { question: \"When my little brothers argue, I am always the ________.\", options: [\"peacemaker\", \"blow\", \"fuss\", \"wind\"], correctAnswer: \"peacemaker\" },\n            { question: \"My grandparents always make a ________ of us when we visit them.\", options: [\"fuss\", \"blow\", \"messed\", \"peacemaker\"], correctAnswer: \"fuss\" },\n            { question: \"A boy at my school always tries to ________ people up.\", options: [\"wind\", \"blow\", \"fuss\", \"messed\"], correctAnswer: \"wind\" },\n            { question: \"The teacher got angry when the children ________ about in class.\", options: [\"messed\", \"fuss\", \"blow\", \"wind\"], correctAnswer: \"messed\" },\n            { question: \"When he was little, my brother used to ________ things out of proportion.\", options: [\"blow\", \"wind\", \"fuss\", \"peacemaker\"], correctAnswer: \"blow\" },\n            { question: \"You must work hard or you might ________ your exams.\", options: [\"flunk\", \"clash\", \"sibling\", \"rows\"], correctAnswer: \"flunk\" },\n            { question: \"When he was younger, my grandfather had to ________ to Egypt when he was offered a job there.\", options: [\"relocate\", \"flunk\", \"clash\", \"sibling\"], correctAnswer: \"relocate\" },\n            { question: \"I have always got on well with my sisters and we never had ________ when we were younger.\", options: [\"row\", \"clash\", \"sibling\", \"relocate\"], correctAnswer: \"row\" },\n            { question: \"My mother has five ________, two boys and three girls!\", options: [\"sibling\", \"row\", \"flunk\", \"clash\"], correctAnswer: \"sibling\" },\n            { question: \"Ali\u2019s brothers are very different and they often ________ about which book to choose at a library, for example.\", options: [\"clash\", \"flunk\", \"relocate\", \"rows\"], correctAnswer: \"clash\" },\n            { question: \"He\u2019s really ________; always telling everyone how great he is.\", options: [\"conceited\", \"modest\", \"trustworthy\", \"tough\"], correctAnswer: \"conceited\" },\n            { question: \"She\u2019s so ________; she\u2019s determined to get what she wants.\", options: [\"pushy\", \"compassionate\", \"defensive\", \"inspirational\"], correctAnswer: \"pushy\" },\n            { question: \"He\u2019s so ________ that he refuses to accept anyone who thinks differently from him.\", options: [\"bigoted\", \"modest\", \"passionate\", \"capable\"], correctAnswer: \"bigoted\" },\n            { question: \"She\u2019s really ________ about animals; they\u2019re so important to her.\", options: [\"passionate\", \"tough\", \"pushy\", \"bigoted\"], correctAnswer: \"passionate\" },\n            { question: \"He\u2019s quite ________; you would never know that he\u2019s a big star.\", options: [\"modest\", \"conceited\", \"pushy\", \"defensive\"], correctAnswer: \"modest\" },\n            { question: \"You can\u2019t say anything to criticise her at all or she gets angry; she\u2019s so________.\", options: [\"defensive\", \"bigoted\", \"trustworthy\", \"capable\"], correctAnswer: \"defensive\" },\n            { question: \"She will look after your baby well; she\u2019s reliable, responsible and completely___________.\", options: [\"trustworthy\", \"modest\", \"pushy\", \"conceited\"], correctAnswer: \"trustworthy\" },\n            { question: \"She can deal with the most difficult situations; she\u2019s very ________.\", options: [\"tough\", \"compassionate\", \"defensive\", \"bigoted\"], correctAnswer: \"tough\" },\n            { question: \"It\u2019s my Aunt Abeer! She is a hard-working and ________ nurse who works at a children\u2019s hospital.\", options: [\"dedicated\", \"pushy\", \"conceited\", \"capable\"], correctAnswer: \"dedicated\" },\n            { question: \"She has always wanted to help children who have had problems in their lives and she is a really ________ person.\", options: [\"compassionate\", \"tough\", \"defensive\", \"bigoted\"], correctAnswer: \"compassionate\" },\n            { question: \"She is also ________ about the environment and thinks we should all help to stop climate change.\", options: [\"passionate\", \"bigoted\", \"modest\", \"conceited\"], correctAnswer: \"passionate\" },\n            { question: \"Aunt Abeer has proved that she is ________ of making a real change to young people\u2019s lives.\", options: [\"capable\", \"trustworthy\", \"bigoted\", \"pushy\"], correctAnswer: \"capable\" },\n            { question: \"She is now an ________ figure for everyone in my family.\", options: [\"inspirational\", \"tough\", \"conceited\", \"defensive\"], correctAnswer: \"inspirational\" },\n            { question: \"Mrs Baqer is a very ________ teacher and you\u2019ll benefit from her lessons.\", options: [\"capable\", \"pushy\", \"modest\", \"immature\"], correctAnswer: \"capable\" },\n            { question: \"She\u2019s such an ________ teacher that all her students want to be like her.\", options: [\"inspirational\", \"conceited\", \"bigoted\", \"hypocritical\"], correctAnswer: \"inspirational\" },\n            { question: \"The doctor was always very ________ and knew what to say to help her patients relax.\", options: [\"charming\", \"tough\", \"bigoted\", \"defensive\"], correctAnswer: \"charming\" },\n            { question: \"It\u2019s fine to be ________, but sometimes you have to be practical too.\", options: [\"idealistic\", \"modest\", \"pushy\", \"immature\"], correctAnswer: \"idealistic\" },\n            { question: \"Truly ________ athletes are constantly training.\", options: [\"dedicated\", \"hypocritical\", \"sincere\", \"charming\"], correctAnswer: \"dedicated\" },\n            { question: \"Why can\u2019t you act your age and stop being so ________?\", options: [\"immature\", \"capable\", \"decent\", \"compassionate\"], correctAnswer: \"immature\" },\n            { question: \"Nawal proved she was ________ by helping at an animal shelter.\", options: [\"compassionate\", \"pushy\", \"bigoted\", \"conceited\"], correctAnswer: \"compassionate\" },\n            { question: \"He\u2019s a very ________ person and will always act in the proper way.\", options: [\"decent\", \"immature\", \"modest\", \"passionate\"], correctAnswer: \"decent\" },\n            { question: \"Omar would always get ________ if people criticised his work.\", options: [\"defensive\", \"sincere\", \"capable\", \"idealistic\"], correctAnswer: \"defensive\" },\n            { question: \"Was the politician being ________ when he said the government would tackle climate change?\", options: [\"sincere\", \"pushy\", \"hypocritical\", \"conceited\"], correctAnswer: \"sincere\" },\n            { question: \"Nasser says he\u2019s worried about climate change, but he drives everywhere and goes on holiday by plane twice a year. He\u2019s ________.\", options: [\"hypocritical\", \"modest\", \"decent\", \"passionate\"], correctAnswer: \"hypocritical\" },\n            { question: \"Sawsan won\u2019t take \u2018no\u2019 for an answer. She\u2019ll keep asking until she gets what she wants. She\u2019s ________.\", options: [\"pushy\", \"sincere\", \"bigoted\", \"capable\"], correctAnswer: \"pushy\" },\n            { question: \"Laith is a highly skilled poet, but he doesn\u2019t show off about it. He\u2019s ________.\", options: [\"modest\", \"conceited\", \"hypocritical\", \"tough\"], correctAnswer: \"modest\" },\n            { question: \"Suha hates anyone who is different from her. She\u2019s really ________.\", options: [\"bigoted\", \"sincere\", \"immature\", \"dedicated\"], correctAnswer: \"bigoted\" },\n            { question: \"Huda is in a lot of pain from her illness, but she doesn\u2019t complain or feel sorry for herself. She\u2019s ________.\", options: [\"tough\", \"charming\", \"modest\", \"hypocritical\"], correctAnswer: \"tough\" },\n            { question: \"Jameela believes she\u2019s a better person than all her friends. She\u2019s so ________.\", options: [\"conceited\", \"sincere\", \"decent\", \"compassionate\"], correctAnswer: \"conceited\" },\n            { question: \"If you want to be sure a secret is kept, tell Randa. She\u2019s ________.\", options: [\"trustworthy\", \"immature\", \"tough\", \"idealistic\"], correctAnswer: \"trustworthy\" },\n            { question: \"Khalil\u2019s life is completely dedicated to tackling pollution. He\u2019s ________ about it.\", options: [\"passionate\", \"hypocritical\", \"bigoted\", \"defensive\"], correctAnswer: \"passionate\" },\n            { question: \"I lost my ________ with my sister last night. I usually control myself.\", options: [\"temper\", \"loathe\", \"peacemaker\", \"sincere\"], correctAnswer: \"temper\" },\n            { question: \"He\u2019s ________ and always does his best to resolve arguments.\", options: [\"the peacemaker\", \"trustworthy\", \"talk about\", \"make ends meet\"], correctAnswer: \"the peacemaker\" },\n            { question: \"A good friend should never ________ out with you behind your back.\", options: [\"talk about\", \"make ends meet\", \"lost my temper\", \"trustworthy\"], correctAnswer: \"talk about\" },\n            { question: \"She doesn\u2019t earn much money and finds it hard to ________.\", options: [\"make ends meet\", \"talk about\", \"temper\", \"loathe\"], correctAnswer: \"make ends meet\" },\n            { question: \"They are both very ________ and always tell the truth.\", options: [\"sincere\", \"temper\", \"loathe\", \"talk about\"], correctAnswer: \"sincere\" },\n            { question: \"I ________ people who behave like that. What she did was unacceptable!\", options: [\"loathe\", \"the peacemaker\", \"sincere\", \"make ends meet\"], correctAnswer: \"loathe\" },\n            { question: \"You can always count on her. She\u2019s the most ________ person I know.\", options: [\"trustworthy\", \"sincere\", \"talk about\", \"temper\"], correctAnswer: \"trustworthy\" }\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\u0645\u062a\u062d\u0627\u0646 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062b\u0627\u0644\u062b\u0629: \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        #u3-tr-start-screen, #u3-tr-results-screen { display: flex; flex-direction: column; align-items: center; }\n        #u3-tr-start-screen p { font-size: 1.1em; margin-bottom: 25px; }\n        #u3-tr-quiz-screen { display: none; }\n        .question-header { margin-bottom: 15px; font-size: 1em; color: var(--secondary-color); }\n        #u3-tr-question-text { font-size: 1.3em; font-weight: bold; margin-bottom: 25px; min-height: 50px; direction: ltr; text-align: left; }\n        #u3-tr-options-container { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 20px; }\n        @media (min-width: 600px) { #u3-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, #u3-tr-start-btn, #u3-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        #u3-tr-start-btn { padding: 12px 35px; font-size: 1.2em; margin-top: 20px; }\n        .nav-btn:hover, #u3-tr-start-btn:hover, #u3-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        #u3-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        #u3-tr-progress-text { margin-top: 6px; font-size: 0.9em; color: var(--secondary-color); }\n        #u3-tr-results-screen h2 { margin-bottom: 15px; font-size: 1.6em; }\n        #u3-tr-score { font-size: 1.6em; font-weight: bold; color: var(--dark-color); margin-bottom: 25px; }\n        #u3-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        #u3-tr-feedback { min-height: 20px; margin-top: 10px; font-weight: bold; font-size: 1em; }\n        #u3-tr-feedback.correct { color: var(--success-color); }\n        #u3-tr-feedback.incorrect { color: var(--danger-color); }\n        #u3-tr-restart-btn { margin-top: 20px; background-color: var(--secondary-color); }\n        #u3-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=\"u3-tr-start-screen\">\n            <h1>\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062b\u0627\u0644\u062b\u0629 &#8211; \u0639\u0631\u0628\u064a<\/h1>\n            <h2>Unit 3 Vocabulary Test &#8211; Arabic<\/h2>\n            <p>\u0647\u0630\u0627 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 48 \u0633\u0624\u0627\u0644 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a.<\/p>\n            <button id=\"u3-tr-start-btn\">\u0627\u0628\u062f\u0623 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631<\/button>\n        <\/div>\n\n        <div id=\"u3-tr-quiz-screen\" style=\"display: none;\">\n            <div class=\"question-header\">\n                <span id=\"u3-tr-question-number\"><\/span>\n            <\/div>\n            <div id=\"u3-tr-question-text\"><\/div>\n            <div id=\"u3-tr-options-container\" class=\"options-container\">\n            <\/div>\n            <div id=\"u3-tr-feedback\"><\/div>\n            <div class=\"navigation-buttons\">\n                <button id=\"u3-tr-prev-btn\" class=\"nav-btn\" onclick=\"u3_tr_prevQuestion()\">\u0627\u0644\u0633\u0627\u0628\u0642<\/button>\n                <button id=\"u3-tr-next-btn\" class=\"nav-btn\" onclick=\"u3_tr_nextQuestion()\">\u0627\u0644\u062a\u0627\u0644\u064a<\/button>\n            <\/div>\n            <div class=\"progress-container\">\n                <div id=\"u3-tr-progress-bar\"><\/div>\n            <\/div>\n            <div id=\"u3-tr-progress-text\">0 \/ 48<\/div>\n        <\/div>\n\n        <div id=\"u3-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=\"u3-tr-score\"><\/div>\n            <h3>\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0623\u0633\u0626\u0644\u0629:<\/h3>\n            <div id=\"u3-tr-review-container\" class=\"review-container\">\n            <\/div>\n            <button id=\"u3-tr-restart-btn\" onclick=\"u3_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 u3_tr_englishQuizQuestions = [\n            { question: \"When my little brothers argue, I am always the ________.\", question_ar: \"\u0639\u0646\u062f\u0645\u0627 \u064a\u062a\u0634\u0627\u062c\u0631 \u0625\u062e\u0648\u062a\u064a \u0627\u0644\u0635\u063a\u0627\u0631\u060c \u0623\u0643\u0648\u0646 \u062f\u0627\u0626\u0645\u0627 ________.\", options: [\"peacemaker\", \"blow\", \"fuss\", \"messed\"], options_ar: [\"\u0635\u0627\u0646\u0639 \u0627\u0644\u0633\u0644\u0627\u0645\", \"\u064a\u0647\u0648\u0644\", \"\u0636\u062c\u0629\", \"\u064a\u0641\u0633\u062f \u062a\u0631\u062a\u064a\u0628\"], correctAnswer: \"peacemaker\" },\n            { question: \"My grandparents always make a ________ of us when we visit them.\", question_ar: \"\u0627\u062c\u062f\u0627\u062f\u064a \u062f\u0627\u0626\u0645\u0627 \u064a\u0639\u0645\u0644\u0648\u0646 ________ \u062d\u0648\u0644\u0646\u0627 \u0639\u0646\u062f\u0645\u0627 \u0646\u0632\u0648\u0631\u0647\u0645.\", options: [\"fuss\", \"wind\", \"blow\", \"peacemaker\"], options_ar: [\"\u0636\u062c\u0629\", \"\u064a\u063a\u0636\u0628\", \"\u064a\u0647\u0648\u0644\", \"\u0635\u0627\u0646\u0639 \u0627\u0644\u0633\u0644\u0627\u0645\"], correctAnswer: \"fuss\" },\n            { question: \"A boy at my school always tries to ________ people up.\", question_ar: \"\u0648\u0644\u062f \u0641\u064a \u0645\u062f\u0631\u0633\u062a\u064a \u062f\u0627\u0626\u0645\u0627\u064b \u064a\u062d\u0627\u0648\u0644 \u0623\u0646 ________ \u0627\u0644\u0646\u0627\u0633.\", options: [\"wind\", \"blow\", \"fuss\", \"messed\"], options_ar: [\"\u064a\u063a\u0636\u0628\", \"\u064a\u0647\u0648\u0644\", \"\u0636\u062c\u0629\", \"\u064a\u0641\u0633\u062f \u062a\u0631\u062a\u064a\u0628\"], correctAnswer: \"wind\" },\n            { question: \"The teacher got angry when the children ________ about in class.\", question_ar: \"\u0627\u0644\u0645\u062f\u0631\u0633 \u0627\u0635\u0628\u062d \u063a\u0627\u0636\u0628\u0627 \u0639\u0646\u062f\u0645\u0627 \u0643\u0627\u0646 \u0627\u0644\u0623\u0637\u0641\u0627\u0644 ________ \u0641\u064a \u0627\u0644\u0635\u0641.\", options: [\"messed\", \"fuss\", \"blow\", \"peacemaker\"], options_ar: [\"\u064a\u0641\u0633\u062f\u0648\u0646 \u062a\u0631\u062a\u064a\u0628\", \"\u0636\u062c\u0629\", \"\u064a\u0647\u0648\u0644\", \"\u0635\u0627\u0646\u0639 \u0627\u0644\u0633\u0644\u0627\u0645\"], correctAnswer: \"messed\" },\n            { question: \"When he was little, my brother used to ________ things out of proportion.\", question_ar: \"\u0639\u0646\u062f\u0645\u0627 \u0643\u0627\u0646 \u0635\u063a\u064a\u0631\u0627\u060c \u0623\u062e\u064a \u062a\u0639\u0648\u062f \u0627\u0646 ________ \u0627\u0644\u0623\u0634\u064a\u0627\u0621 \u0628\u0634\u0643\u0644 \u0645\u0628\u0627\u0644\u063a \u0641\u064a\u0647.\", options: [\"blow\", \"wind\", \"fuss\", \"messed\"], options_ar: [\"\u064a\u0647\u0648\u0644\", \"\u064a\u063a\u0636\u0628\", \"\u0636\u062c\u0629\", \"\u064a\u0641\u0633\u062f \u062a\u0631\u062a\u064a\u0628\"], correctAnswer: \"blow\" },\n            { question: \"You must work hard or you might ________ your exams.\", question_ar: \"\u064a\u062c\u0628 \u0623\u0646 \u062a\u062f\u0631\u0633 \u0628\u062c\u062f \u0648\u0625\u0644\u0627 \u0642\u062f ________ \u0641\u064a \u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a\u0643.\", options: [\"flunk\", \"relocate\", \"clash\", \"row\"], options_ar: [\"\u062a\u0631\u0633\u0628\", \"\u062a\u0646\u062a\u0642\u0644\", \"\u062a\u062a\u0635\u0627\u062f\u0645\", \"\u062a\u062a\u0634\u0627\u062c\u0631\"], correctAnswer: \"flunk\" },\n            { question: \"When he was younger, my grandfather had to ________ to Egypt when he was offered a job there.\", question_ar: \"\u0639\u0646\u062f\u0645\u0627 \u0643\u0627\u0646 \u0623\u0635\u063a\u0631\u060c \u0627\u0636\u0637\u0631 \u062c\u062f\u064a \u0623\u0646 ________ \u0625\u0644\u0649 \u0645\u0635\u0631 \u0639\u0646\u062f\u0645\u0627 \u0639\u0631\u0636 \u0639\u0644\u064a\u0647 \u0639\u0645\u0644 \u0647\u0646\u0627\u0643.\", options: [\"relocate\", \"flunk\", \"clash\", \"sibling\"], options_ar: [\"\u064a\u0646\u062a\u0642\u0644\", \"\u064a\u0631\u0633\u0628\", \"\u064a\u062a\u0635\u0627\u062f\u0645\", \"\u0623\u062e\/\u0623\u062e\u062a\"], correctAnswer: \"relocate\" },\n            { question: \"I have always got on well with my sisters and we never had ________ when we were younger.\", question_ar: \"\u0644\u0637\u0627\u0644\u0645\u0627 \u062a\u0639\u0627\u0645\u0644\u062a \u0628\u0634\u0643\u0644 \u062c\u064a\u062f \u0645\u0639 \u0623\u062e\u0648\u0627\u062a\u064a \u0648\u0627\u0628\u062f\u0627\u064b \u0644\u0645 ________ \u0639\u0646\u062f\u0645\u0627 \u0643\u0646\u0627 \u0623\u0635\u063a\u0631.\", options: [\"rows\", \"flunk\", \"clash\", \"relocate\"], options_ar: [\"\u0646\u062a\u0634\u0627\u062c\u0631\", \"\u0646\u0631\u0633\u0628\", \"\u0646\u062a\u0635\u0627\u062f\u0645\", \"\u0646\u0646\u062a\u0642\u0644\"], correctAnswer: \"rows\" },\n            { question: \"My mother has five ________, two boys and three girls!\", question_ar: \"\u0644\u062f\u0649 \u0623\u0645\u064a \u062e\u0645\u0633\u0629 ________\u060c \u0648\u0644\u062f\u064a\u0646 \u0648\u062b\u0644\u0627\u062b \u0628\u0646\u0627\u062a!\", options: [\"siblings\", \"row\", \"flunk\", \"clash\"], options_ar: [\"\u0623\u062e\/\u0623\u062e\u062a\", \"\u0645\u0634\u0627\u062c\u0631\u0629\", \"\u064a\u0631\u0633\u0628\", \"\u064a\u062a\u0635\u0627\u062f\u0645\"], correctAnswer: \"siblings\" },\n            { question: \"Ali's brothers are very different and they often ________ about which book to choose at a library, for example.\", question_ar: \"\u0625\u062e\u0648\u0629 \u0639\u0644\u064a \u0645\u062e\u062a\u0644\u0641\u0648\u0646 \u062c\u062f\u0627 \u0648\u063a\u0627\u0644\u0628\u064b\u0627 \u0645\u0627 ________ \u062d\u0648\u0644 \u0627\u062e\u062a\u064a\u0627\u0631 \u0643\u062a\u0627\u0628 \u0641\u064a \u0627\u0644\u0645\u0643\u062a\u0628\u0629\u060c \u0639\u0644\u0649 \u0633\u0628\u064a\u0644 \u0627\u0644\u0645\u062b\u0627\u0644.\", options: [\"clash\", \"flunk\", \"relocate\", \"row\"], options_ar: [\"\u064a\u062a\u0635\u0627\u062f\u0645\u0648\u0646\", \"\u064a\u0631\u0633\u0628\u0648\u0646\", \"\u064a\u0646\u062a\u0642\u0644\u0648\u0646\", \"\u064a\u062a\u0634\u0627\u062c\u0631\u0648\u0646\"], correctAnswer: \"clash\" },\n            { question: \"He\u2019s really ________; always telling everyone how great he is.\", question_ar: \"\u0647\u0648 \u062d\u0642\u0627 ________\u061b \u062f\u0627\u0626\u0645\u0627 \u064a\u062e\u0628\u0631 \u0627\u0644\u062c\u0645\u064a\u0639 \u0643\u0645 \u0647\u0648 \u0631\u0627\u0626\u0639.\", options: [\"conceited\", \"pushy\", \"bigoted\", \"passionate\"], options_ar: [\"\u0645\u062a\u0639\u062c\u0631\u0641\", \"\u0645\u0644\u062d\", \"\u0645\u062a\u0639\u0635\u0628\", \"\u0639\u0627\u0637\u0641\u064a\"], correctAnswer: \"conceited\" },\n            { question: \"She\u2019s so ________; she\u2019s determined to get what she wants.\", question_ar: \"\u0647\u064a \u062c\u062f\u0627 ________\u061b \u0645\u0635\u0645\u0645\u0629 \u0639\u0644\u0649 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0645\u0627 \u062a\u0631\u064a\u062f.\", options: [\"pushy\", \"conceited\", \"modest\", \"defensive\"], options_ar: [\"\u0645\u0644\u062d\u0629\", \"\u0645\u062a\u0639\u062c\u0631\u0641\u0629\", \"\u0645\u062a\u0648\u0627\u0636\u0639\u0629\", \"\u062f\u0641\u0627\u0639\u064a\u0629\"], correctAnswer: \"pushy\" },\n            { question: \"He\u2019s so ________ that he refuses to accept anyone who thinks differently from him.\", question_ar: \"\u0647\u0648 \u062c\u062f\u0627 ________ \u0623\u0646\u0647 \u064a\u0631\u0641\u0636 \u0642\u0628\u0648\u0644 \u0623\u064a \u0634\u062e\u0635 \u064a\u0641\u0643\u0631 \u0628\u0637\u0631\u064a\u0642\u0629 \u0645\u062e\u062a\u0644\u0641\u0629 \u0639\u0646\u0647.\", options: [\"bigoted\", \"passionate\", \"defensive\", \"tough\"], options_ar: [\"\u0645\u062a\u0639\u0635\u0628\", \"\u0639\u0627\u0637\u0641\u064a\", \"\u062f\u0641\u0627\u0639\u064a\", \"\u0642\u0648\u064a\"], correctAnswer: \"bigoted\" },\n            { question: \"She\u2019s really ________ about animals; they\u2019re so important to her.\", question_ar: \"\u0647\u064a \u062d\u0642\u0627 ________ \u062a\u062c\u0627\u0647 \u0627\u0644\u062d\u064a\u0648\u0627\u0646\u0627\u062a\u061b \u0641\u0647\u064a \u0645\u0647\u0645\u0629 \u062c\u062f\u0627 \u0644\u0647\u0627.\", options: [\"passionate\", \"modest\", \"bigoted\", \"conceited\"], options_ar: [\"\u0639\u0627\u0637\u0641\u064a\u0629\", \"\u0645\u062a\u0648\u0627\u0636\u0639\u0629\", \"\u0645\u062a\u0639\u0635\u0628\u0629\", \"\u0645\u062a\u0639\u062c\u0631\u0641\u0629\"], correctAnswer: \"passionate\" },\n            { question: \"He\u2019s quite ________; you would never know that he\u2019s a big star.\", question_ar: \"\u0647\u0648 \u062c\u062f\u0627 ________\u061b \u0644\u0646 \u062a\u0639\u0631\u0641 \u0623\u0628\u062f\u0627 \u0623\u0646\u0647 \u0646\u062c\u0645 \u0643\u0628\u064a\u0631.\", options: [\"modest\", \"defensive\", \"tough\", \"pushy\"], options_ar: [\"\u0645\u062a\u0648\u0627\u0636\u0639\", \"\u062f\u0641\u0627\u0639\u064a\", \"\u0642\u0648\u064a\", \"\u0645\u0644\u062d\"], correctAnswer: \"modest\" },\n            { question: \"You can\u2019t say anything to criticise her at all or she gets angry; she\u2019s so________.\", question_ar: \"\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0623\u0646 \u062a\u0646\u062a\u0642\u062f\u0647\u0627 \u0639\u0644\u0649 \u0627\u0644\u0625\u0637\u0644\u0627\u0642 \u0648\u0625\u0644\u0627 \u062a\u063a\u0636\u0628\u061b \u0641\u0647\u064a \u062c\u062f\u0627 ________.\", options: [\"defensive\", \"conceited\", \"pushy\", \"passionate\"], options_ar: [\"\u062f\u0641\u0627\u0639\u064a\u0629\", \"\u0645\u062a\u0639\u062c\u0631\u0641\u0629\", \"\u0645\u0644\u062d\u0629\", \"\u0639\u0627\u0637\u0641\u064a\u0629\"], correctAnswer: \"defensive\" },\n            { question: \"She will look after your baby well; she\u2019s reliable, responsible and completely___________.\", question_ar: \"\u0633\u062a\u0647\u062a\u0645 \u0628\u0637\u0641\u0644\u0643 \u062c\u064a\u062f\u064b\u0627\u061b \u0641\u0647\u064a \u0645\u0648\u062b\u0648\u0642\u0629 \u0648\u0645\u0633\u0624\u0648\u0644\u0629 \u0648 \u062a\u0645\u0627\u0645\u0627_________.\", options: [\"trustworthy\", \"tough\", \"pushy\", \"modest\"], options_ar: [\"\u0645\u062d\u0644 \u062b\u0642\u0629\", \"\u0642\u0648\u064a\u0629\", \"\u0645\u0644\u062d\u0629\", \"\u0645\u062a\u0648\u0627\u0636\u0639\u0629\"], correctAnswer: \"trustworthy\" },\n            { question: \"She can deal with the most difficult situations; she\u2019s very ________.\", question_ar: \"\u064a\u0645\u0643\u0646\u0647\u0627 \u0627\u0644\u062a\u0639\u0627\u0645\u0644 \u0645\u0639 \u0623\u0635\u0639\u0628 \u0627\u0644\u0645\u0648\u0627\u0642\u0641\u061b \u0641\u0647\u064a \u062c\u062f\u0627 ________.\", options: [\"tough\", \"defensive\", \"modest\", \"passionate\"], options_ar: [\"\u0642\u0648\u064a\u0629\", \"\u062f\u0641\u0627\u0639\u064a\u0629\", \"\u0645\u062a\u0648\u0627\u0636\u0639\u0629\", \"\u0639\u0627\u0637\u0641\u064a\u0629\"], correctAnswer: \"tough\" },\n            { question: \"It\u2019s my Aunt Abeer! She is a hard-working and ________ nurse who works at a children\u2019s hospital.\", question_ar: \"\u0647\u0630\u0647 \u0639\u0645\u062a\u064a \u0639\u0628\u064a\u0631 ! \u0625\u0646\u0647\u0627 \u0645\u0645\u0631\u0636\u0629 \u0645\u062c\u062a\u0647\u062f\u0629 \u0648 ________ \u062a\u0639\u0645\u0644 \u0641\u064a \u0645\u0633\u062a\u0634\u0641\u0649 \u0644\u0644\u0623\u0637\u0641\u0627\u0644.\", options: [\"dedicated\", \"bigoted\", \"pushy\", \"conceited\"], options_ar: [\"\u0645\u062e\u0644\u0635\u0629\", \"\u0645\u062a\u0639\u0635\u0628\u0629\", \"\u0645\u0644\u062d\u0629\", \"\u0645\u062a\u0639\u062c\u0631\u0641\u0629\"], correctAnswer: \"dedicated\" },\n            { question: \"She has always wanted to help children who have had problems in their lives and she is a really ________ person.\", question_ar: \"\u0644\u0637\u0627\u0644\u0645\u0627 \u0623\u0631\u0627\u062f\u062a \u0645\u0633\u0627\u0639\u062f\u0629 \u0627\u0644\u0623\u0637\u0641\u0627\u0644 \u0627\u0644\u0630\u064a\u0646 \u0648\u0627\u062c\u0647\u0648\u0627 \u0645\u0634\u0627\u0643\u0644 \u0641\u064a \u062d\u064a\u0627\u062a\u0647\u0645 \u0648\u0647\u064a \u062d\u0642\u0627\u064b \u0634\u062e\u0635 ________.\", options: [\"compassionate\", \"defensive\", \"pushy\", \"tough\"], options_ar: [\"\u0631\u062d\u064a\u0645\u0629\", \"\u062f\u0641\u0627\u0639\u064a\u0629\", \"\u0645\u0644\u062d\u0629\", \"\u0642\u0648\u064a\u0629\"], correctAnswer: \"compassionate\" },\n            { question: \"She is also ________ about the environment and thinks we should all help to stop climate change.\", question_ar: \"\u0647\u064a \u0623\u064a\u0636\u0627 ________ \u0628\u0634\u0623\u0646 \u0627\u0644\u0628\u064a\u0626\u0629 \u0648\u062a\u0639\u062a\u0642\u062f \u0623\u0646\u0646\u0627 \u062c\u0645\u064a\u0639\u064b\u0627 \u064a\u062c\u0628 \u0623\u0646 \u0646\u0633\u0627\u0639\u062f \u0641\u064a \u0648\u0642\u0641 \u062a\u063a\u064a\u0631 \u0627\u0644\u0645\u0646\u0627\u062e.\", options: [\"passionate\", \"modest\", \"bigoted\", \"pushy\"], options_ar: [\"\u0639\u0627\u0637\u0641\u064a\u0629\", \"\u0645\u062a\u0648\u0627\u0636\u0639\u0629\", \"\u0645\u062a\u0639\u0635\u0628\u0629\", \"\u0645\u0644\u062d\u0629\"], correctAnswer: \"passionate\" },\n            { question: \"Aunt Abeer has proved that she is ________ of making a real change to young people\u2019s lives.\", question_ar: \"\u0639\u0645\u062a\u064a \u0639\u0628\u064a\u0631 \u0627\u062b\u0628\u062a\u062a \u0623\u0646\u0647\u0627 ________ \u0639\u0644\u0649 \u0625\u062d\u062f\u0627\u062b \u062a\u063a\u064a\u064a\u0631 \u062d\u0642\u064a\u0642\u064a \u0641\u064a \u062d\u064a\u0627\u0629 \u0627\u0644\u0634\u0628\u0627\u0628.\", options: [\"capable\", \"conceited\", \"defensive\", \"tough\"], options_ar: [\"\u0643\u0641\u0648\u0621\", \"\u0645\u062a\u0639\u062c\u0631\u0641\u0629\", \"\u062f\u0641\u0627\u0639\u064a\u0629\", \"\u0642\u0648\u064a\u0629\"], correctAnswer: \"capable\" },\n            { question: \"She is now an ________ figure for everyone in my family.\", question_ar: \"\u0647\u064a \u0627\u0644\u0622\u0646 \u0634\u062e\u0635\u064a\u0629 ________ \u0644\u0644\u062c\u0645\u064a\u0639 \u0641\u064a \u0639\u0627\u0626\u0644\u062a\u064a.\", options: [\"inspirational\", \"pushy\", \"modest\", \"bigoted\"], options_ar: [\"\u0645\u0644\u0647\u0645\u0629\", \"\u0645\u0644\u062d\u0629\", \"\u0645\u062a\u0648\u0627\u0636\u0639\u0629\", \"\u0645\u062a\u0639\u0635\u0628\u0629\"], correctAnswer: \"inspirational\" },\n            { question: \"Mrs Baqer is a very ________ teacher and you\u2019ll benefit from her lessons.\", question_ar: \"\u0627\u0644\u0633\u064a\u062f\u0629 \u0628\u0627\u0642\u0631 \u0645\u0639\u0644\u0645\u0629 ________ \u062c\u062f\u0627 \u0648\u0633\u062a\u0633\u062a\u0641\u064a\u062f \u0645\u0646 \u062f\u0631\u0648\u0633\u0647\u0627.\", options: [\"capable\", \"charming\", \"sincere\", \"modest\"], options_ar: [\"\u0643\u0641\u0648\u0621\", \"\u0633\u0627\u062d\u0631\u0629\", \"\u0635\u0627\u062f\u0642\u0629\", \"\u0645\u062a\u0648\u0627\u0636\u0639\u0629\"], correctAnswer: \"capable\" },\n            { question: \"She\u2019s such an ________ teacher that all her students want to be like her.\", question_ar: \"\u0625\u0646\u0647\u0627 \u0645\u0639\u0644\u0645\u0629 ________ \u0644\u062f\u0631\u062c\u0629 \u0623\u0646 \u0643\u0644 \u0637\u0644\u0627\u0628\u0647\u0627 \u064a\u0631\u064a\u062f\u0648\u0646 \u0623\u0646 \u064a\u0643\u0648\u0646\u0648\u0627 \u0645\u062b\u0644\u0647\u0627.\", options: [\"inspirational\", \"immature\", \"pushy\", \"conceited\"], options_ar: [\"\u0645\u0644\u0647\u0645\u0629\", \"\u063a\u064a\u0631 \u0646\u0627\u0636\u062c\u0629\", \"\u0645\u0644\u062d\u0629\", \"\u0645\u062a\u0639\u062c\u0631\u0641\u0629\"], correctAnswer: \"inspirational\" },\n            { question: \"The doctor was always very ________ and knew what to say to help her patients relax.\", question_ar: \"\u0643\u0627\u0646 \u0627\u0644\u0637\u0628\u064a\u0628 \u062f\u0627\u0626\u0645\u0627 ________ \u062c\u062f\u0627 \u0648\u0643\u0627\u0646 \u064a\u0639\u0631\u0641 \u0645\u0627\u0630\u0627 \u064a\u0642\u0648\u0644 \u0644\u0645\u0633\u0627\u0639\u062f\u0629 \u0645\u0631\u0636\u0627\u0647 \u0639\u0644\u0649 \u0627\u0644\u0627\u0633\u062a\u0631\u062e\u0627\u0621.\", options: [\"charming\", \"decent\", \"defensive\", \"tough\"], options_ar: [\"\u0633\u0627\u062d\u0631\", \"\u0644\u0627\u0626\u0642\", \"\u062f\u0641\u0627\u0639\u064a\", \"\u0642\u0648\u064a\"], correctAnswer: \"charming\" },\n            { question: \"It\u2019s fine to be ________, but sometimes you have to be practical too.\", question_ar: \"\u0645\u0646 \u0627\u0644\u062c\u064a\u062f \u0623\u0646 \u062a\u0643\u0648\u0646 ________\u060c \u0644\u0643\u0646 \u0623\u062d\u064a\u0627\u0646\u064b\u0627 \u0639\u0644\u064a\u0643 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0639\u0645\u0644\u064a\u0627 \u0623\u064a\u0636\u0627.\", options: [\"idealistic\", \"immature\", \"sincere\", \"pushy\"], options_ar: [\"\u0645\u062b\u0627\u0644\u064a\", \"\u063a\u064a\u0631 \u0646\u0627\u0636\u062c\", \"\u0635\u0627\u062f\u0642\", \"\u0645\u0644\u062d\"], correctAnswer: \"idealistic\" },\n            { question: \"Truly ________ athletes are constantly training.\", question_ar: \"\u0627\u0644\u0631\u064a\u0627\u0636\u064a\u0648\u0646 ________ \u062d\u0642\u0627 \u064a\u062a\u062f\u0631\u0628\u0648\u0646 \u0628\u0627\u0633\u062a\u0645\u0631\u0627\u0631.\", options: [\"dedicated\", \"defensive\", \"modest\", \"bigoted\"], options_ar: [\"\u0645\u062e\u0644\u0635\u0648\u0646\", \"\u062f\u0641\u0627\u0639\u064a\u0648\u0646\", \"\u0645\u062a\u0648\u0627\u0636\u0639\u0648\u0646\", \"\u0645\u062a\u0639\u0635\u0628\u0648\u0646\"], correctAnswer: \"dedicated\" },\n            { question: \"Why can\u2019t you act your age and stop being so ________?\", question_ar: \"\u0644\u0645\u0627\u0630\u0627 \u0644\u0627 \u062a\u062a\u0635\u0631\u0641 \u062d\u0633\u0628 \u0639\u0645\u0631\u0643 \u0648\u062a\u062a\u0648\u0642\u0641 \u0639\u0646 \u0623\u0646 \u062a\u0643\u0648\u0646 ________ \u062c\u062f\u0627 \u061f\", options: [\"immature\", \"passionate\", \"tough\", \"sincere\"], options_ar: [\"\u063a\u064a\u0631 \u0646\u0627\u0636\u062c\", \"\u0639\u0627\u0637\u0641\u064a\", \"\u0642\u0648\u064a\", \"\u0635\u0627\u062f\u0642\"], correctAnswer: \"immature\" },\n            { question: \"Nawal proved she was ________ by helping at an animal shelter.\", question_ar: \"\u0646\u0648\u0627\u0644 \u0627\u062b\u0628\u062a\u062a \u0623\u0646\u0647\u0627 \u0643\u0627\u0646\u062a ________ \u0628\u0645\u0633\u0627\u0639\u062f\u062a\u0647\u0627 \u0641\u064a \u0645\u0623\u0648\u0649 \u0644\u0644\u062d\u064a\u0648\u0627\u0646\u0627\u062a.\", options: [\"compassionate\", \"conceited\", \"defensive\", \"pushy\"], options_ar: [\"\u0631\u062d\u064a\u0645\u0629\", \"\u0645\u062a\u0639\u062c\u0631\u0641\u0629\", \"\u062f\u0641\u0627\u0639\u064a\u0629\", \"\u0645\u0644\u062d\u0629\"], correctAnswer: \"compassionate\" },\n            { question: \"He\u2019s a very ________ person and will always act in the proper way.\", question_ar: \"\u0647\u0648 \u0634\u062e\u0635 ________ \u062c\u062f\u0627 \u0648\u0633\u064a\u062a\u0635\u0631\u0641 \u062f\u0627\u0626\u0645\u0627 \u0628\u0637\u0631\u064a\u0642\u0629 \u0635\u062d\u064a\u062d\u0629.\", options: [\"decent\", \"hypocritical\", \"tough\", \"inspirational\"], options_ar: [\"\u0644\u0627\u0626\u0642\", \"\u0645\u0646\u0627\u0641\u0642\", \"\u0642\u0648\u064a\", \"\u0645\u0644\u0647\u0645\"], correctAnswer: \"decent\" },\n            { question: \"Omar would always get ________ if people criticised his work.\", question_ar: \"\u0639\u0645\u0631 \u0643\u0627\u0646 \u062f\u0627\u0626\u0645\u0627 \u064a\u0635\u0628\u062d ________ \u0625\u0630\u0627 \u0627\u0646\u062a\u0642\u062f \u0627\u0644\u0646\u0627\u0633 \u0639\u0645\u0644\u0647.\", options: [\"defensive\", \"modest\", \"pushy\", \"bigoted\"], options_ar: [\"\u062f\u0641\u0627\u0639\u064a\", \"\u0645\u062a\u0648\u0627\u0636\u0639\", \"\u0645\u0644\u062d\", \"\u0645\u062a\u0639\u0635\u0628\"], correctAnswer: \"defensive\" },\n            { question: \"Was the politician being ________ when he said the government would tackle climate change?\", question_ar: \"\u0647\u0644 \u0643\u0627\u0646 \u0627\u0644\u0633\u064a\u0627\u0633\u064a ________ \u0639\u0646\u062f\u0645\u0627 \u0642\u0627\u0644 \u0625\u0646 \u0627\u0644\u062d\u0643\u0648\u0645\u0629 \u0633\u062a\u062a\u0635\u062f\u0649 \u0644\u062a\u063a\u064a\u0631 \u0627\u0644\u0645\u0646\u0627\u062e\u061f\", options: [\"sincere\", \"hypocritical\", \"pushy\", \"immature\"], options_ar: [\"\u0635\u0627\u062f\u0642\", \"\u0645\u0646\u0627\u0641\u0642\", \"\u0645\u0644\u062d\", \"\u063a\u064a\u0631 \u0646\u0627\u0636\u062c\"], correctAnswer: \"sincere\" },\n            { question: \"Nasser says he\u2019s worried about climate change, but he drives everywhere and goes on holiday by plane twice a year. He\u2019s ________.\", question_ar: \"\u0646\u0627\u0635\u0631 \u064a\u0642\u0648\u0644 \u0625\u0646\u0647 \u0642\u0644\u0642 \u0628\u0634\u0623\u0646 \u062a\u063a\u064a\u0631 \u0627\u0644\u0645\u0646\u0627\u062e\u060c \u0644\u0643\u0646\u0647 \u064a\u0642\u0648\u062f \u0641\u064a \u0643\u0644 \u0645\u0643\u0627\u0646 \u0648\u064a\u0633\u0627\u0641\u0631 \u0628\u0627\u0644\u0637\u0627\u0626\u0631\u0629 \u0645\u0631\u062a\u064a\u0646 \u0641\u064a \u0627\u0644\u0633\u0646\u0629. \u0625\u0646\u0647 ________.\", options: [\"hypocritical\", \"sincere\", \"pushy\", \"modest\"], options_ar: [\"\u0645\u0646\u0627\u0641\u0642\", \"\u0635\u0627\u062f\u0642\", \"\u0645\u0644\u062d\", \"\u0645\u062a\u0648\u0627\u0636\u0639\"], correctAnswer: \"hypocritical\" },\n            { question: \"Sawsan won\u2019t take \u2018no\u2019 for an answer. She\u2019ll keep asking until she gets what she wants. She\u2019s ________.\", question_ar: \"\u0633\u0648\u0633\u0646 \u0644\u0627 \u062a\u0642\u0628\u0644 \u0627\u0644\u0631\u0641\u0636. \u0633\u062a\u0633\u062a\u0645\u0631 \u0641\u064a \u0627\u0644\u0633\u0624\u0627\u0644 \u062d\u062a\u0649 \u062a\u062d\u0635\u0644 \u0639\u0644\u0649 \u0645\u0627 \u062a\u0631\u064a\u062f. \u0625\u0646\u0647\u0627 ________.\", options: [\"pushy\", \"tough\", \"compassionate\", \"bigoted\"], options_ar: [\"\u0645\u0644\u062d\u0629\", \"\u0642\u0648\u064a\u0629\", \"\u0631\u062d\u064a\u0645\u0629\", \"\u0645\u062a\u0639\u0635\u0628\u0629\"], correctAnswer: \"pushy\" },\n            { question: \"Laith is a highly skilled poet, but he doesn\u2019t show off about it. He\u2019s ________.\", question_ar: \"\u0644\u064a\u062b \u0634\u0627\u0639\u0631 \u0645\u0627\u0647\u0631 \u062c\u062f\u064b\u0627\u060c \u0644\u0643\u0646\u0647 \u0644\u0627 \u064a\u062a\u0641\u0627\u062e\u0631 \u0628\u0630\u0644\u0643. \u0625\u0646\u0647 ________.\", options: [\"modest\", \"conceited\", \"sincere\", \"immature\"], options_ar: [\"\u0645\u062a\u0648\u0627\u0636\u0639\", \"\u0645\u062a\u0639\u062c\u0631\u0641\", \"\u0635\u0627\u062f\u0642\", \"\u063a\u064a\u0631 \u0646\u0627\u0636\u062c\"], correctAnswer: \"modest\" },\n            { question: \"Suha hates anyone who is different from her. She\u2019s really ________.\", question_ar: \"\u0633\u0647\u0627 \u062a\u0643\u0631\u0647 \u0623\u064a \u0634\u062e\u0635 \u0645\u062e\u062a\u0644\u0641 \u0639\u0646\u0647\u0627. \u0625\u0646\u0647\u0627 \u062d\u0642\u0627 ________.\", options: [\"bigoted\", \"passionate\", \"pushy\", \"modest\"], options_ar: [\"\u0645\u062a\u0639\u0635\u0628\u0629\", \"\u0639\u0627\u0637\u0641\u064a\u0629\", \"\u0645\u0644\u062d\u0629\", \"\u0645\u062a\u0648\u0627\u0636\u0639\u0629\"], correctAnswer: \"bigoted\" },\n            { question: \"Huda is in a lot of pain from her illness, but she doesn\u2019t complain or feel sorry for herself. She\u2019s ________.\", question_ar: \"\u0647\u062f\u0649 \u062a\u0639\u0627\u0646\u064a \u0643\u062b\u064a\u0631\u064b\u0627 \u0645\u0646 \u0645\u0631\u0636\u0647\u0627\u060c \u0644\u0643\u0646\u0647\u0627 \u0644\u0627 \u062a\u0634\u062a\u0643\u064a \u0648\u0644\u0627 \u062a\u0634\u0641\u0642 \u0639\u0644\u0649 \u0646\u0641\u0633\u0647\u0627. \u0625\u0646\u0647\u0627 ________.\", options: [\"tough\", \"sincere\", \"compassionate\", \"immature\"], options_ar: [\"\u0642\u0648\u064a\u0629\", \"\u0635\u0627\u062f\u0642\u0629\", \"\u0631\u062d\u064a\u0645\u0629\", \"\u063a\u064a\u0631 \u0646\u0627\u0636\u062c\u0629\"], correctAnswer: \"tough\" },\n            { question: \"Jameela believes she\u2019s a better person than all her friends. She\u2019s so ________.\", question_ar: \"\u062c\u0645\u064a\u0644\u0629 \u062a\u0639\u062a\u0642\u062f \u0623\u0646\u0647\u0627 \u0634\u062e\u0635 \u0623\u0641\u0636\u0644 \u0645\u0646 \u062c\u0645\u064a\u0639 \u0623\u0635\u062f\u0642\u0627\u0626\u0647\u0627. \u0625\u0646\u0647\u0627 \u062c\u062f\u0627 ________.\", options: [\"conceited\", \"modest\", \"sincere\", \"pushy\"], options_ar: [\"\u0645\u062a\u0639\u062c\u0631\u0641\u0629\", \"\u0645\u062a\u0648\u0627\u0636\u0639\u0629\", \"\u0635\u0627\u062f\u0642\u0629\", \"\u0645\u0644\u062d\u0629\"], correctAnswer: \"conceited\" },\n            { question: \"If you want to be sure a secret is kept, tell Randa. She\u2019s ________.\", question_ar: \"\u0625\u0630\u0627 \u0643\u0646\u062a \u062a\u0631\u064a\u062f \u0627\u0644\u062a\u0623\u0643\u062f \u0645\u0646 \u0627\u0644\u062d\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u0633\u0631\u060c \u0623\u062e\u0628\u0631 \u0631\u0627\u0646\u062f\u0627. \u0625\u0646\u0647\u0627 ________.\", options: [\"trustworthy\", \"immature\", \"defensive\", \"bigoted\"], options_ar: [\"\u0645\u062d\u0644 \u062b\u0642\u0629\", \"\u063a\u064a\u0631 \u0646\u0627\u0636\u062c\u0629\", \"\u062f\u0641\u0627\u0639\u064a\u0629\", \"\u0645\u062a\u0639\u0635\u0628\u0629\"], correctAnswer: \"trustworthy\" },\n            { question: \"Khalil\u2019s life is completely dedicated to tackling pollution. He\u2019s ________ about it.\", question_ar: \"\u062d\u064a\u0627\u0629 \u062e\u0644\u064a\u0644 \u0645\u0643\u0631\u0633\u0629 \u0628\u0627\u0644\u0643\u0627\u0645\u0644 \u0644\u0645\u0643\u0627\u0641\u062d\u0629 \u0627\u0644\u062a\u0644\u0648\u062b. \u0625\u0646\u0647 ________ \u0628\u0634\u0623\u0646 \u0630\u0644\u0643.\", options: [\"passionate\", \"pushy\", \"conceited\", \"sincere\"], options_ar: [\"\u0639\u0627\u0637\u0641\u064a\", \"\u0645\u0644\u062d\", \"\u0645\u062a\u0639\u062c\u0631\u0641\", \"\u0635\u0627\u062f\u0642\"], correctAnswer: \"passionate\" },\n            { question: \"I lost my ________ with my sister last night. I usually control myself.\", question_ar: \"\u0641\u0642\u062f\u062a ________ \u0645\u0639 \u0623\u062e\u062a\u064a \u0627\u0644\u0644\u064a\u0644\u0629 \u0627\u0644\u0645\u0627\u0636\u064a\u0629. \u0639\u0627\u062f\u0629 \u0623\u062a\u062d\u0643\u0645 \u0641\u064a \u0646\u0641\u0633\u064a.\", options: [\"temper\", \"peacemaker\", \"talk about\", \"loathe\"], options_ar: [\"\u0627\u0639\u0635\u0627\u0628\u064a\", \"\u0635\u0627\u0646\u0639 \u0627\u0644\u0633\u0644\u0627\u0645\", \"\u0623\u062a\u062d\u062f\u062b \u0639\u0646\", \"\u0623\u0643\u0631\u0647\"], correctAnswer: \"temper\" },\n            { question: \"He\u2019s the ________ and always does his best to resolve arguments.\", question_ar: \"\u0647\u0648 ________ \u0648\u062f\u0627\u0626\u0645\u0627 \u064a\u0628\u0630\u0644 \u0642\u0635\u0627\u0631\u0649 \u062c\u0647\u062f\u0647 \u0644\u062d\u0644 \u0627\u0644\u062e\u0644\u0627\u0641\u0627\u062a.\", options: [\"peacemaker\", \"trustworthy\", \"sincere\", \"lost my temper\"], options_ar: [\"\u0635\u0627\u0646\u0639 \u0627\u0644\u0633\u0644\u0627\u0645\", \"\u0645\u062d\u0644 \u062b\u0642\u0629\", \"\u0635\u0627\u062f\u0642\", \"\u0641\u0642\u062f\u0627\u0646 \u0627\u0644\u0633\u064a\u0637\u0631\u0629\"], correctAnswer: \"peacemaker\" },\n            { question: \"A good friend should never ________ out with you behind your back.\", question_ar: \"\u0627\u0644\u0635\u062f\u064a\u0642 \u0627\u0644\u062c\u064a\u062f \u0644\u0627 \u064a\u062c\u0628 \u0623\u0646 ________ \u0645\u0646 \u062e\u0644\u0641 \u0638\u0647\u0631\u0643.\", options: [\"talk about\", \"lost my temper\", \"make ends meet\", \"loathe\"], options_ar: [\"\u064a\u062a\u062d\u062f\u062b \u0639\u0646\u0643\", \"\u0641\u0642\u062f\u0627\u0646 \u0627\u0644\u0633\u064a\u0637\u0631\u0629\", \"\u062a\u063a\u0637\u064a\u0629 \u0627\u0644\u0646\u0641\u0642\u0627\u062a\", \"\u064a\u0643\u0631\u0647\"], correctAnswer: \"talk about\" },\n            { question: \"She doesn\u2019t earn much money and finds it hard to ________.\", question_ar: \"\u0647\u064a \u0644\u0627 \u062a\u0643\u0633\u0628 \u0627\u0644\u0643\u062b\u064a\u0631 \u0645\u0646 \u0627\u0644\u0645\u0627\u0644 \u0648\u062a\u062c\u062f \u0635\u0639\u0648\u0628\u0629 \u0641\u064a ________.\", options: [\"make ends meet\", \"lost my temper\", \"talk about\", \"peacemaker\"], options_ar: [\"\u062a\u063a\u0637\u064a\u0629 \u0627\u0644\u0646\u0641\u0642\u0627\u062a\", \"\u0641\u0642\u062f\u0627\u0646 \u0627\u0644\u0633\u064a\u0637\u0631\u0629\", \"\u064a\u062a\u062d\u062f\u062b \u0639\u0646\", \"\u0635\u0627\u0646\u0639 \u0627\u0644\u0633\u0644\u0627\u0645\"], correctAnswer: \"make ends meet\" },\n            { question: \"They are both very ________ and always tell the truth.\", question_ar: \"\u0647\u0645\u0627 \u0643\u0644\u0627\u0647\u0645\u0627 ________ \u062c\u062f\u0627 \u0648\u062f\u0627\u0626\u0645\u0627 \u064a\u0642\u0648\u0644\u0627\u0646 \u0627\u0644\u062d\u0642\u064a\u0642\u0629.\", options: [\"sincere\", \"peacemaker\", \"trustworthy\", \"loathe\"], options_ar: [\"\u0635\u0627\u062f\u0642\u0627\u0646\", \"\u0635\u0627\u0646\u0639 \u0627\u0644\u0633\u0644\u0627\u0645\", \"\u0645\u0648\u062b\u0648\u0642\u0627\u0646\", \"\u064a\u0643\u0631\u0647\u0627\u0646\"], correctAnswer: \"sincere\" },\n            { question: \"I ________ people who behave like that. What she did was unacceptable!\", question_ar: \"\u0623\u0646\u0627 ________ \u0627\u0644\u0623\u0634\u062e\u0627\u0635 \u0627\u0644\u0630\u064a\u0646 \u064a\u062a\u0635\u0631\u0641\u0648\u0646 \u0647\u0643\u0630\u0627. \u0645\u0627 \u0641\u0639\u0644\u062a\u0647 \u0643\u0627\u0646 \u063a\u064a\u0631 \u0645\u0642\u0628\u0648\u0644!\", options: [\"loathe\", \"lost my temper\", \"talk about\", \"make ends meet\"], options_ar: [\"\u0623\u0643\u0631\u0647\", \"\u0627\u0641\u0642\u062f \u0627\u0639\u0635\u0627\u0628\u064a\", \"\u0627\u062a\u062d\u062f\u062b \u0639\u0646\", \"\u0627\u063a\u0637\u064a \u0646\u0641\u0642\u0627\u062a\u064a\"], correctAnswer: \"loathe\" },\n            { question: \"You can always count on her. She\u2019s the most ________ person I know.\", question_ar: \"\u064a\u0645\u0643\u0646\u0643 \u062f\u0627\u0626\u0645\u0627 \u0627\u0644\u0627\u0639\u062a\u0645\u0627\u062f \u0639\u0644\u064a\u0647\u0627. \u0625\u0646\u0647\u0627 \u0623\u0643\u062b\u0631 \u0634\u062e\u0635 ________ \u0623\u0639\u0631\u0641\u0647.\", options: [\"trustworthy\", \"sincere\", \"loathe\", \"peacemaker\"], options_ar: [\"\u0645\u062d\u0644 \u062b\u0642\u0629\", \"\u0635\u0627\u062f\u0642\", \"\u064a\u0643\u0631\u0647\", \"\u0635\u0627\u0646\u0639 \u0627\u0644\u0633\u0644\u0627\u0645\"], correctAnswer: \"trustworthy\" }\n        ];\n\n        function u3_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 u3_tr_questions = [];\n        let u3_tr_currentQuestionIndex = 0;\n        let u3_tr_score = 0;\n        const u3_tr_totalQuestions = u3_tr_englishQuizQuestions.length;\n\n        const u3_tr_startScreen = document.getElementById('u3-tr-start-screen');\n        const u3_tr_quizScreen = document.getElementById('u3-tr-quiz-screen');\n        const u3_tr_resultsScreen = document.getElementById('u3-tr-results-screen');\n        const u3_tr_startBtn = document.getElementById('u3-tr-start-btn');\n        const u3_tr_questionNumberEl = document.getElementById('u3-tr-question-number');\n        const u3_tr_questionTextEl = document.getElementById('u3-tr-question-text');\n        const u3_tr_optionsContainer = document.getElementById('u3-tr-options-container');\n        const u3_tr_feedbackEl = document.getElementById('u3-tr-feedback');\n        const u3_tr_prevBtn = document.getElementById('u3-tr-prev-btn');\n        const u3_tr_nextBtn = document.getElementById('u3-tr-next-btn');\n        const u3_tr_progressBar = document.getElementById('u3-tr-progress-bar');\n        const u3_tr_progressTextEl = document.getElementById('u3-tr-progress-text');\n        const u3_tr_scoreEl = document.getElementById('u3-tr-score');\n        const u3_tr_reviewContainer = document.getElementById('u3-tr-review-container');\n\n        u3_tr_startBtn.addEventListener('click', u3_tr_startQuiz);\n\n        function u3_tr_startQuiz() {\n            u3_tr_questions = JSON.parse(JSON.stringify(u3_tr_englishQuizQuestions)).map(q => {\n                const combinedOptions = q.options.map((option, index) => ({\n                    en: option,\n                    ar: q.options_ar[index]\n                }));\n                u3_tr_shuffleArray(combinedOptions);\n                return { ...q, shuffledCombinedOptions: combinedOptions, userAnswer: null, isCorrect: null };\n            });\n            u3_tr_shuffleArray(u3_tr_questions);\n\n            u3_tr_startScreen.style.display = 'none';\n            u3_tr_resultsScreen.style.display = 'none';\n            u3_tr_quizScreen.style.display = 'block';\n            u3_tr_currentQuestionIndex = 0;\n            u3_tr_score = 0;\n            u3_tr_displayQuestion();\n        }\n\n        function u3_tr_displayQuestion() {\n            const question = u3_tr_questions[u3_tr_currentQuestionIndex];\n            u3_tr_questionNumberEl.textContent = `\u0627\u0644\u0633\u0624\u0627\u0644 ${u3_tr_currentQuestionIndex + 1} \u0645\u0646 ${u3_tr_totalQuestions}`;\n            u3_tr_questionTextEl.innerHTML = `${question.question}<br><span class=\"translation\">${question.question_ar}<\/span>`;\n            u3_tr_optionsContainer.innerHTML = '';\n            u3_tr_feedbackEl.textContent = '';\n            u3_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 = () => u3_tr_selectAnswer(combo.en, button);\n                u3_tr_optionsContainer.appendChild(button);\n            });\n            u3_tr_updateNavigation();\n            u3_tr_updateProgressBar();\n            u3_tr_highlightPreviousAnswer();\n        }\n\n        function u3_tr_selectAnswer(selectedOption, btn) {\n            const question = u3_tr_questions[u3_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                u3_tr_score++;\n                u3_tr_feedbackEl.textContent = '\u0625\u062c\u0627\u0628\u0629 \u0635\u062d\u064a\u062d\u0629!';\n                u3_tr_feedbackEl.className = 'correct';\n            } else {\n                const correctCombo = question.shuffledCombinedOptions.find(c => c.en === question.correctAnswer);\n                const correctAnswerText = correctCombo ? `${correctCombo.en} (${correctCombo.ar})` : question.correctAnswer;\n                u3_tr_feedbackEl.textContent = `\u0625\u062c\u0627\u0628\u0629 \u062e\u0627\u0637\u0626\u0629. \u0627\u0644\u0635\u062d\u064a\u062d\u0629 \u0647\u064a: ${correctAnswerText}`;\n                u3_tr_feedbackEl.className = 'incorrect';\n            }\n            Array.from(u3_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            u3_tr_nextBtn.focus();\n        }\n\n        function u3_tr_highlightPreviousAnswer() {\n            const question = u3_tr_questions[u3_tr_currentQuestionIndex];\n            if (question.userAnswer === null) return;\n            Array.from(u3_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 u3_tr_showResults() {\n            u3_tr_quizScreen.style.display = 'none';\n            u3_tr_resultsScreen.style.display = 'block';\n            const scorePercentage = ((u3_tr_score \/ u3_tr_totalQuestions) * 100).toFixed(2);\n            u3_tr_scoreEl.innerHTML = `\u0646\u062a\u064a\u062c\u062a\u0643: ${u3_tr_score} \u0645\u0646 ${u3_tr_totalQuestions} (${scorePercentage}%)`;\n            u3_tr_reviewContainer.innerHTML = '';\n            u3_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                u3_tr_reviewContainer.appendChild(reviewItem);\n            });\n        }\n\n        function u3_tr_updateNavigation() {\n            u3_tr_prevBtn.disabled = u3_tr_currentQuestionIndex === 0;\n            if (u3_tr_currentQuestionIndex === u3_tr_totalQuestions - 1) {\n                u3_tr_nextBtn.textContent = '\u0625\u0646\u0647\u0627\u0621 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631';\n            } else {\n                u3_tr_nextBtn.textContent = '\u0627\u0644\u062a\u0627\u0644\u064a';\n            }\n        }\n        \n        function u3_tr_updateProgressBar() {\n            const progressPercentage = ((u3_tr_currentQuestionIndex + 1) \/ u3_tr_totalQuestions) * 100;\n            u3_tr_progressBar.style.width = `${progressPercentage}%`;\n            u3_tr_progressTextEl.textContent = `${u3_tr_currentQuestionIndex + 1} \/ ${u3_tr_totalQuestions}`;\n        }\n        \n        function u3_tr_nextQuestion() {\n            if (u3_tr_currentQuestionIndex < u3_tr_totalQuestions - 1) {\n                u3_tr_currentQuestionIndex++;\n                u3_tr_displayQuestion();\n            } else {\n                u3_tr_showResults();\n            }\n        }\n\n        function u3_tr_prevQuestion() {\n            if (u3_tr_currentQuestionIndex > 0) {\n                u3_tr_currentQuestionIndex--;\n                u3_tr_displayQuestion();\n            }\n        }\n        \n        function u3_tr_restartQuiz() {\n            u3_tr_resultsScreen.style.display = 'none';\n            u3_tr_startScreen.style.display = 'flex';\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\n\n\n<p><\/p>\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\u062b\u0627\u0644\u062b\u0629 \u0627\u0644\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\u0645\u062a\u062d\u0627\u0646 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062b\u0627\u0644\u062b\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-4792","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\/4792","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=4792"}],"version-history":[{"count":4,"href":"https:\/\/tawjihy.com\/index.php?rest_route=\/wp\/v2\/posts\/4792\/revisions"}],"predecessor-version":[{"id":5025,"href":"https:\/\/tawjihy.com\/index.php?rest_route=\/wp\/v2\/posts\/4792\/revisions\/5025"}],"wp:attachment":[{"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4792"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4792"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4792"},{"taxonomy":"reaction","embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Freaction&post=4792"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}