{"id":4816,"date":"2025-04-05T04:43:48","date_gmt":"2025-04-05T04:43:48","guid":{"rendered":"https:\/\/tawjihy.com\/?p=4816"},"modified":"2025-11-09T17:53:32","modified_gmt":"2025-11-09T17:53:32","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%83%d8%aa%d8%b1%d9%88%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-3","status":"publish","type":"post","link":"https:\/\/tawjihy.com\/?p=4816","title":{"rendered":"\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0643\u062a\u0631\u0648\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\u062a\u0627\u0633\u0639\u0629 \u0623\u0648\u0644 \u062b\u0627\u0646\u0648\u064a \u0623\u0643\u0627\u062f\u064a\u0645\u064a 2008"},"content":{"rendered":"\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0639\u0627\u0646\u064a \u0645\u062d\u0648\u0633\u0628 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062a\u0627\u0633\u0639\u0629 \u0623\u0648\u0644 \u062b\u0627\u0646\u0648\u064a \u0623\u0643\u0627\u062f\u064a\u0645\u064a 2008<\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\">\u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0645\u0639\u0644\u0645 \u0627\u064a\u0645\u0646 \u0627\u0644\u062e\u0636\u064a\u0631\u0627\u062a&nbsp;<\/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\u062a\u0627\u0633\u0639\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         \n         \/* This specific quiz container for Unit 9 *\/\n         #quiz-container-u9 {\n             font-family: 'Tajawal', sans-serif;\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; \/* Center UI elements like headers\/buttons *\/\n             margin-top: 20px;\n             margin-bottom: 20px;\n             line-height: 1.6;\n             color: var(--text-color);\n         }\n         #quiz-container-u9 h1, #quiz-container-u9 h2 { color: var(--primary-color); margin-bottom: 15px; font-size: 1.8em; }\n         #quiz-container-u9 h2 { font-size: 1.5em; }\n         #quiz-container-u9 #u9-start-screen, #quiz-container-u9 #u9-results-screen { display: flex; flex-direction: column; align-items: center; }\n         #quiz-container-u9 #u9-start-screen p { font-size: 1.1em; margin-bottom: 25px; }\n         #quiz-container-u9 #u9-quiz-screen { display: none; }\n         #quiz-container-u9 .question-header { margin-bottom: 15px; font-size: 1em; color: var(--secondary-color); text-align: right; }\n         \n         \/* --- LTR Content Styling --- *\/\n         \/* Force Question Text to LTR *\/\n         #quiz-container-u9 #u9-question-text { \n             font-size: 1.3em; \n             font-weight: bold; \n             margin-bottom: 25px; \n             min-height: 50px; \n             direction: ltr;\n             text-align: left; \n         }\n         #quiz-container-u9 .options-container { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 20px; }\n         @media (min-width: 600px) { #quiz-container-u9 .options-container { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 15px; } }\n         \n         \/* Force Option Buttons to LTR *\/\n         #quiz-container-u9 .option-btn { \n             background-color: var(--light-color); \n             border: 1px solid #ddd; \n             color: var(--text-color); \n             padding: 10px 12px; \n             border-radius: var(--border-radius); \n             cursor: pointer; \n             transition: all 0.3s ease; \n             font-size: 1em; \n             direction: ltr;\n             text-align: left;\n             width: 100%; \n             word-wrap: break-word; \n         }\n         \/* --- End LTR Content Styling --- *\/\n\n         #quiz-container-u9 .option-btn:hover:not(:disabled) { background-color: #e2e6ea; border-color: #adb5bd; }\n         #quiz-container-u9 .option-btn:disabled { cursor: not-allowed; opacity: 0.8; }\n         #quiz-container-u9 .option-btn.correct { background-color: var(--success-color); border-color: var(--success-color); color: white; font-weight: bold; }\n         #quiz-container-u9 .option-btn.incorrect { background-color: var(--danger-color); border-color: var(--danger-color); color: white; }\n         \n         #quiz-container-u9 .navigation-buttons { display: flex; justify-content: space-between; margin-top: 25px; }\n         #quiz-container-u9 .nav-btn, #quiz-container-u9 #u9-start-btn, #quiz-container-u9 #u9-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         #quiz-container-u9 #u9-start-btn { padding: 12px 35px; font-size: 1.2em; margin-top: 20px; }\n         #quiz-container-u9 .nav-btn:hover, #quiz-container-u9 #u9-start-btn:hover, #quiz-container-u9 #u9-restart-btn:hover { background-color: #0056b3; }\n         #quiz-container-u9 .nav-btn:disabled { background-color: var(--secondary-color); cursor: not-allowed; opacity: 0.7; }\n         \n         #quiz-container-u9 .progress-container { width: 100%; background-color: #e9ecef; border-radius: var(--border-radius); margin-top: 25px; overflow: hidden; }\n         #quiz-container-u9 #u9-progress-bar { height: 12px; width: 0%; background-color: var(--primary-color); border-radius: var(--border-radius); transition: width 0.4s ease-in-out; }\n         #quiz-container-u9 #u9-progress-text { margin-top: 6px; font-size: 0.9em; color: var(--secondary-color); }\n         \n         #quiz-container-u9 #u9-results-screen h2 { margin-bottom: 15px; font-size: 1.6em; }\n         #quiz-container-u9 #u9-score { font-size: 1.6em; font-weight: bold; color: var(--dark-color); margin-bottom: 25px; }\n         \n         \/* --- RTL Review Styling --- *\/\n         #quiz-container-u9 .review-container { \n             margin-top: 20px; \n             direction: rtl; \/* RTL for the review section *\/\n             text-align: right; \n             max-height: 350px; \n             overflow-y: auto; \n             border: 1px solid #ddd; \n             padding: 10px; \n             border-radius: var(--border-radius); \n         }\n         #quiz-container-u9 .review-item { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px dashed #ccc; font-size: 0.95em; }\n         #quiz-container-u9 .review-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }\n         #quiz-container-u9 .review-item p { margin: 4px 0; }\n         #quiz-container-u9 .review-question { font-weight: bold; }\n         #quiz-container-u9 .review-user-answer.correct { color: var(--success-color); }\n         #quiz-container-u9 .review-user-answer.incorrect { color: var(--danger-color); }\n         #quiz-container-u9 .review-correct-answer { color: var(--success-color); font-weight: bold; }\n         \n         \/* This class isolates LTR content (English) inside the RTL review *\/\n         #quiz-container-u9 .ltr-content {\n             direction: ltr;\n             text-align: left;\n             display: inline-block;\n             unicode-bidi: isolate; \/* Ensures LTR content renders correctly *\/\n         }\n         \/* --- End RTL Review Styling --- *\/\n\n         #quiz-container-u9 #u9-feedback { min-height: 20px; margin-top: 10px; font-weight: bold; font-size: 1em; }\n         #quiz-container-u9 #u9-feedback.correct { color: var(--success-color); }\n         #quiz-container-u9 #u9-feedback.incorrect { color: var(--danger-color); }\n         \n         #quiz-container-u9 #u9-restart-btn { margin-top: 20px; background-color: var(--secondary-color); }\n         #quiz-container-u9 #u9-restart-btn:hover { background-color: #5a6268; }\n\n         \/* Responsive adjustments *\/\n         @media (max-width: 600px) {\n              #quiz-container-u9 { padding: 15px; margin-top: 10px; margin-bottom: 10px; }\n              #quiz-container-u9 h1 { font-size: 1.6em; }\n              #quiz-container-u9 h2 { font-size: 1.3em; }\n              #quiz-container-u9 #u9-start-screen p { font-size: 1em; }\n              #quiz-container-u9 #u9-question-text { font-size: 1.15em; margin-bottom: 20px; }\n              #quiz-container-u9 .option-btn { font-size: 0.95em; padding: 8px 10px; }\n              #quiz-container-u9 .nav-btn, #quiz-container-u9 #u9-start-btn, #quiz-container-u9 #u9-restart-btn { font-size: 0.95em; padding: 8px 15px; }\n              #quiz-container-u9 #u9-start-btn { font-size: 1.1em; padding: 10px 30px; }\n              #quiz-container-u9 #u9-score { font-size: 1.4em; }\n              #quiz-container-u9 .review-container { max-height: 300px; }\n              #quiz-container-u9 .review-item { font-size: 0.9em; }\n         }\n    <\/style>\n<\/head>\n<body>\n\n    <div class=\"quiz-container\" id=\"quiz-container-u9\">\n        <div id=\"u9-start-screen\">\n            <h1>\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062a\u0627\u0633\u0639\u0629<\/h1>\n            <h2>\u0627\u062e\u062a\u0628\u0627\u0631 \u0645\u0641\u0631\u062f\u0627\u062a \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629<\/h2>\n            <p>\u0647\u0630\u0627 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 47 \u0633\u0624\u0627\u0644 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a \u0628\u062a\u0631\u062a\u064a\u0628 \u0639\u0634\u0648\u0627\u0626\u064a.<\/p>\n            <button id=\"u9-start-btn\">\u0627\u0628\u062f\u0623 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646<\/button>\n        <\/div>\n\n        <div id=\"u9-quiz-screen\">\n            <div class=\"question-header\">\n                <span id=\"u9-question-number\"><\/span>\n            <\/div>\n            <div id=\"u9-question-text\"><\/div>\n            <div class=\"options-container\" id=\"u9-options-container\">\n            <\/div>\n            <div id=\"u9-feedback\"><\/div>\n            <div class=\"navigation-buttons\">\n                <button id=\"u9-prev-btn\" class=\"nav-btn\">\u0627\u0644\u0633\u0627\u0628\u0642<\/button>\n                <button id=\"u9-next-btn\" class=\"nav-btn\">\u0627\u0644\u062a\u0627\u0644\u064a<\/button>\n            <\/div>\n            <div class=\"progress-container\">\n                <div id=\"u9-progress-bar\"><\/div>\n            <\/div>\n             <div id=\"u9-progress-text\">0 \/ 47<\/div>\n        <\/div>\n\n        <div id=\"u9-results-screen\" style=\"display: none;\">\n            <h2>\u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646<\/h2>\n            <div id=\"u9-score\"><\/div>\n            <h3>\u0645\u0631\u0627\u062c\u0639\u0629 \u0627\u0644\u0623\u0633\u0626\u0644\u0629:<\/h3>\n            <div class=\"review-container\" id=\"u9-review-container\">\n            <\/div>\n             <button id=\"u9-restart-btn\">\u0625\u0639\u0627\u062f\u0629 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631<\/button>\n        <\/div>\n    <\/div>\n\n    <script>\n    \/\/ This script is self-contained and will only affect the '#quiz-container-u9' element.\n    \/\/ It can safely co-exist with the script for the first quiz.\n    document.addEventListener('DOMContentLoaded', () => {\n        \n        \/\/ --- Data for Unit 9 Quiz ---\n        const originalQuestions_U9 = [\n            { originalIndex: 1, question: \"People are always looking for new and ________ ideas for new attractions.\", options: [\"affluent\", \"lucrative\", \"costly\", \"extravagant\"], correctAnswer: \"lucrative\" },\n            { originalIndex: 2, question: \"The Marble Arch Mound was an ________ idea to build a small hill in London.\", options: [\"well-off\", \"splash out\", \"extravagant\", \"lucrative\"], correctAnswer: \"extravagant\" },\n            { originalIndex: 3, question: \"The \u00a36 million was a lot more ________ than the organisers thought.\", options: [\"costly\", \"affluent\", \"extravagant\", \"lucrative\"], correctAnswer: \"costly\" },\n            { originalIndex: 4, question: \"Perhaps more people would have wanted to climb it if they hadn't had to ________ on an entrance fee.\", options: [\"splash out\", \"costly\", \"affluent\", \"lucrative\"], correctAnswer: \"splash out\" },\n            { originalIndex: 5, question: \"They wanted to get tourists to visit an area that was not very ________.\", options: [\"affluent\", \"lucrative\", \"extravagant\", \"well-off\"], correctAnswer: \"affluent\" },\n            { originalIndex: 6, question: \"The hotels, restaurants and shop owners have become more ________ because of the route.\", options: [\"costly\", \"extravagant\", \"well-off\", \"lucrative\"], correctAnswer: \"well-off\" },\n            { originalIndex: 7, question: \"I was embarrassed and felt like I'd really ________.\", options: [\"blunder\", \"messed up\", \"flop\", \"paid off\"], correctAnswer: \"messed up\" },\n            { originalIndex: 8, question: \"It was a huge ________ and I didn't get the marks I needed.\", options: [\"flop\", \"masterstroke\", \"blunder\", \"flourish\"], correctAnswer: \"blunder\" },\n            { originalIndex: 9, question: \"In the end, I ________ there and got a great degree.\", options: [\"flop\", \"blunder\", \"flourished\", \"messed up\"], correctAnswer: \"flourished\" },\n            { originalIndex: 10, question: \"I had what I thought was a really good idea - a ________.\", options: [\"setback\", \"flop\", \"masterstroke\", \"blunder\"], correctAnswer: \"masterstroke\" },\n            { originalIndex: 11, question: \"I really tried, but just ________, and in the end I gave up.\", options: [\"got nowhere\", \"messed up\", \"paid off\", \"flourish\"], correctAnswer: \"got nowhere\" },\n            { originalIndex: 12, question: \"If I'd invested a few weeks, it would have really ________.\", options: [\"setback\", \"flop\", \"blunder\", \"paid off\"], correctAnswer: \"paid off\" },\n            { originalIndex: 13, question: \"But I did learn something from the ________: do your market research first.\", options: [\"masterstroke\", \"setback\", \"flop\", \"flourish\"], correctAnswer: \"setback\" },\n            { originalIndex: 14, question: \"The idea did not succeed and was a complete ________.\", options: [\"flop\", \"paid off\", \"flourish\", \"blunder\"], correctAnswer: \"flop\" },\n            { originalIndex: 15, question: \"It's not easy to ________ your mistakes and say sorry.\", options: [\"admit\", \"make\", \"acknowledge\", \"offer\"], correctAnswer: \"acknowledge\" },\n            { originalIndex: 16, question: \"In most situations she is incapable of ________ that she's wrong.\", options: [\"acknowledging\", \"admitting\", \"taking\", \"making\"], correctAnswer: \"admitting\" },\n            { originalIndex: 17, question: \"Her 'shortcut' took longer, but did she take the blame or ________ an apology?\", options: [\"make\", \"admit\", \"acknowledge\", \"offer\"], correctAnswer: \"offer\" },\n            { originalIndex: 18, question: \"So when I saw him, I decided to try and ________ amends.\", options: [\"make\", \"offer\", \"admit\", \"take\"], correctAnswer: \"make\" },\n            { originalIndex: 19, question: \"Given the ________, where would you most like to travel?\", options: [\"chance\", \"risk\", \"opportunity\"], correctAnswer: \"chance\" },\n            { originalIndex: 20, question: \"I'd like to take this ________ to thank you for all your help.\", options: [\"chance\/opportunity\", \"risk\", \"opportunity\"], correctAnswer: \"opportunity\" },\n            { originalIndex: 21, question: \"As soon as I heard about the trip, I grabbed the ________ to go on it.\", options: [\"chance\/opportunity\", \"risk\", \"opportunity\"], correctAnswer: \"chance\/opportunity\" },\n            { originalIndex: 22, question: \"This is your last ________; I won't make the offer again.\", options: [\"chance\/opportunity\", \"risk\", \"opportunity\"], correctAnswer: \"chance\/opportunity\" },\n            { originalIndex: 23, question: \"I'm sure parachuting would be exciting, but it wouldn't be worth the ________.\", options: [\"chance\/opportunity\", \"risk\", \"opportunity\"], correctAnswer: \"risk\" },\n            { originalIndex: 24, question: \"The ________ of injury or even death is very high for base-jumping.\", options: [\"chance\", \"luck\", \"risk\", \"chance\/opportunity\"], correctAnswer: \"risk\" },\n            { originalIndex: 25, question: \"You've won three games in a row now - what ________!\", options: [\"chance\", \"risk\", \"chance\/opportunity\", \"luck\"], correctAnswer: \"luck\" },\n            { originalIndex: 26, question: \"It's already 10 p.m. so there is very little ________ of me staying awake.\", options: [\"risk\", \"chance\", \"chance\/opportunity\", \"luck\"], correctAnswer: \"chance\" },\n            { originalIndex: 27, question: \"Given the ________, I'd love to take a sports car out.\", options: [\"luck\", \"chance\/opportunity\", \"risk\", \"chance\"], correctAnswer: \"chance\/opportunity\" },\n            { originalIndex: 28, question: \"I was worried about you Amer! I'm so glad you are home ________.\", options: [\"safe and sound\", \"sooner or later\", \"more or less\", \"take it or leave it\"], correctAnswer: \"safe and sound\" },\n            { originalIndex: 29, question: \"I said I'd be back by 9 and it's ten past so I'm ________ on time.\", options: [\"safe and sound\", \"sooner or later\", \"more or less\", \"take it or leave it\"], correctAnswer: \"more or less\" },\n            { originalIndex: 30, question: \"It's omelettes or nothing! ________.\", options: [\"safe and sound\", \"sooner or later\", \"more or less\", \"take it or leave it\"], correctAnswer: \"take it or leave it\" },\n            { originalIndex: 31, question: \"You really need to wear a helmet, Nader. ________ you're going to injure yourself!\", options: [\"safe and sound\", \"sooner or later\", \"more or less\", \"take it or leave it\"], correctAnswer: \"sooner or later\" },\n            { originalIndex: 32, question: \"There were some minor ________ at the beginning, but in the end it went well.\", options: [\"setbacks\", \"flops\"], correctAnswer: \"setbacks\" },\n            { originalIndex: 33, question: \"His hard work paid ________ and he did really well in the final exams.\", options: [\"off\", \"up\"], correctAnswer: \"off\" },\n            { originalIndex: 34, question: \"He took a digital presentation to the interview. What a ________!\", options: [\"masterstroke\", \"blunder\"], correctAnswer: \"masterstroke\" },\n            { originalIndex: 35, question: \"This is not worth the ________. I always prefer to be safe.\", options: [\"chance\", \"risk\"], correctAnswer: \"risk\" },\n            { originalIndex: 36, question: \"You must try to be flexible. There should be some give and ________ in any friendship.\", options: [\"ups\", \"less\", \"take\", \"sound\"], correctAnswer: \"take\" },\n            { originalIndex: 37, question: \"I think it's more or ________ certain you'll get the job.\", options: [\"ups\", \"less\", \"sound\", \"there\"], correctAnswer: \"less\" },\n            { originalIndex: 38, question: \"I had to decide if I wanted the job ________ and then. They said they couldn't wait.\", options: [\"there\", \"less\", \"ups\", \"sound\"], correctAnswer: \"there\" },\n            { originalIndex: 39, question: \"The team has had its ________ and downs but they're doing very well now.\", options: [\"less\", \"ups\", \"take\", \"sound\"], correctAnswer: \"ups\" },\n            { originalIndex: 40, question: \"We got lost in the desert but in the end got home safe and ________.\", options: [\"ups\", \"sound\", \"less\", \"take\"], correctAnswer: \"sound\" },\n            { originalIndex: 41, question: \"Oh no! I've really ________. I've lost the house key.\", options: [\"consider\", \"messed up\", \"clue\", \"choice\"], correctAnswer: \"messed up\" },\n            { originalIndex: 42, question: \"Well, let's ________ our options; we could try to open the window or break it.\", options: [\"consider\", \"messed up\", \"clue\", \"choice\"], correctAnswer: \"consider\" },\n            { originalIndex: 43, question: \"I haven't a ________.\", options: [\"clue\", \"do\", \"off\", \"choice\"], correctAnswer: \"clue\" },\n            { originalIndex: 44, question: \"It's cold out here. Now I realise how much I ________ my house for granted.\", options: [\"off\", \"do\", \"take\", \"consider\"], correctAnswer: \"take\" },\n            { originalIndex: 45, question: \"Have a chocolate. It should take your mind ________ the cold.\", options: [\"off\", \"consider\", \"choice\", \"clue\"], correctAnswer: \"off\" },\n            { originalIndex: 46, question: \"Thanks! That should ________ the trick.\", options: [\"do\", \"take\", \"off\", \"clue\"], correctAnswer: \"do\" },\n            { originalIndex: 47, question: \"Well, I think we have no ________ but to break the window.\", options: [\"choice\", \"consider\", \"do\", \"clue\"], correctAnswer: \"choice\" }\n        ];\n\n        let questions = [...originalQuestions_U9];\n        let currentQuestionIndex = 0;\n        let score = 0;\n        const totalQuestions = questions.length;\n\n        \/\/ Select elements *inside* this specific quiz container\n        const quizContainer = document.getElementById('quiz-container-u9');\n        if (!quizContainer) {\n            console.error('Quiz container #quiz-container-u9 not found!');\n            return;\n        }\n\n        const startScreen = quizContainer.querySelector('#u9-start-screen');\n        const quizScreen = quizContainer.querySelector('#u9-quiz-screen');\n        const resultsScreen = quizContainer.querySelector('#u9-results-screen');\n        const startBtn = quizContainer.querySelector('#u9-start-btn');\n        const questionNumberEl = quizContainer.querySelector('#u9-question-number');\n        const questionTextEl = quizContainer.querySelector('#u9-question-text');\n        const optionsContainer = quizContainer.querySelector('#u9-options-container');\n        const feedbackEl = quizContainer.querySelector('#u9-feedback');\n        const prevBtn = quizContainer.querySelector('#u9-prev-btn');\n        const nextBtn = quizContainer.querySelector('#u9-next-btn');\n        const progressBar = quizContainer.querySelector('#u9-progress-bar');\n        const progressTextEl = quizContainer.querySelector('#u9-progress-text');\n        const scoreEl = quizContainer.querySelector('#u9-score');\n        const reviewContainer = quizContainer.querySelector('#u9-review-container');\n        const restartBtn = quizContainer.querySelector('#u9-restart-btn');\n\n        \/\/ Add event listeners instead of using onclick\n        startBtn.addEventListener('click', startQuiz);\n        prevBtn.addEventListener('click', prevQuestion);\n        nextBtn.addEventListener('click', nextQuestion);\n        restartBtn.addEventListener('click', restartQuiz);\n\n        \/\/ --- All functions are local to this scope ---\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        function startQuiz() {\n            shuffleArray(questions);\n            startScreen.style.display = 'none';\n            resultsScreen.style.display = 'none';\n            quizScreen.style.display = 'block';\n            currentQuestionIndex = 0;\n            score = 0;\n            questions.forEach(q => {\n                q.userAnswer = null;\n                q.isCorrect = null;\n            });\n            progressTextEl.textContent = `0 \/ ${totalQuestions}`;\n            loadQuestion(currentQuestionIndex);\n        }\n\n        function loadQuestion(index) {\n            feedbackEl.textContent = '';\n            feedbackEl.className = '';\n            const currentQuestion = questions[index];\n            questionNumberEl.textContent = `\u0627\u0644\u0633\u0624\u0627\u0644 ${index + 1} \u0645\u0646 ${totalQuestions}`;\n            questionTextEl.textContent = currentQuestion.question;\n            optionsContainer.innerHTML = '';\n            \n            const shuffledOptions = [...currentQuestion.options];\n            shuffleArray(shuffledOptions);\n            \n            const alreadyAnswered = currentQuestion.userAnswer !== null;\n\n            shuffledOptions.forEach(option => {\n                const button = document.createElement('button');\n                button.textContent = option;\n                button.classList.add('option-btn');\n                button.disabled = alreadyAnswered;\n                \n                if (alreadyAnswered) {\n                    if (option === currentQuestion.userAnswer) {\n                        button.classList.add(currentQuestion.isCorrect ? 'correct' : 'incorrect');\n                    } else if (option === currentQuestion.correctAnswer && !currentQuestion.isCorrect) {\n                        button.classList.add('correct');\n                    }\n                } else {\n                    button.onclick = () => handleAnswer(button, option); \/\/ onclick is fine here as button is dynamically created\n                }\n                optionsContainer.appendChild(button);\n            });\n            updateProgressBar();\n            updateNavigationButtons();\n        }\n\n        function handleAnswer(selectedButton, selectedAnswer) {\n            const currentQuestion = questions[currentQuestionIndex];\n            if (currentQuestion.userAnswer !== null) return;\n            \n            currentQuestion.userAnswer = selectedAnswer;\n            const isCorrect = selectedAnswer === currentQuestion.correctAnswer;\n            currentQuestion.isCorrect = isCorrect;\n            \n            const optionButtons = optionsContainer.querySelectorAll('.option-btn');\n            optionButtons.forEach(btn => btn.disabled = true);\n            \n            if (isCorrect) {\n                score++;\n                selectedButton.classList.add('correct');\n                feedbackEl.textContent = '\u0625\u062c\u0627\u0628\u0629 \u0635\u062d\u064a\u062d\u0629!';\n                feedbackEl.className = 'correct';\n            } else {\n                selectedButton.classList.add('incorrect');\n                feedbackEl.textContent = '\u0625\u062c\u0627\u0628\u0629 \u062e\u0627\u0637\u0626\u0629!';\n                feedbackEl.className = 'incorrect';\n                optionButtons.forEach(btn => {\n                    if (btn.textContent === currentQuestion.correctAnswer) {\n                        setTimeout(() => { btn.classList.add('correct'); }, 500);\n                    }\n                });\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 updateNavigationButtons() {\n            prevBtn.disabled = currentQuestionIndex === 0;\n            if (currentQuestionIndex === totalQuestions - 1) {\n                nextBtn.textContent = '\u0625\u0646\u0647\u0627\u0621 \u0648\u0639\u0631\u0636 \u0627\u0644\u0646\u062a\u064a\u062c\u0629';\n            } else {\n                nextBtn.textContent = '\u0627\u0644\u062a\u0627\u0644\u064a';\n            }\n        }\n\n        function nextQuestion() {\n            if (currentQuestionIndex < totalQuestions - 1) {\n                currentQuestionIndex++;\n                loadQuestion(currentQuestionIndex);\n            } else {\n                showResults();\n            }\n        }\n\n        function prevQuestion() {\n            if (currentQuestionIndex > 0) {\n                currentQuestionIndex--;\n                loadQuestion(currentQuestionIndex);\n            }\n        }\n\n        function showResults() {\n            quizScreen.style.display = 'none';\n            resultsScreen.style.display = 'block';\n            const scorePercentage = ((score \/ totalQuestions) * 100).toFixed(1);\n            scoreEl.textContent = `\u0646\u062a\u064a\u062c\u062a\u0643: ${score} \u0645\u0646 ${totalQuestions} (${scorePercentage}%)`;\n            reviewContainer.innerHTML = '';\n            \n            const sortedQuestionsForReview = [...questions].sort((a, b) => a.originalIndex - b.originalIndex);\n            \n            sortedQuestionsForReview.forEach((q) => {\n                const reviewItem = document.createElement('div');\n                reviewItem.classList.add('review-item');\n                \n                const questionP = document.createElement('p');\n                questionP.classList.add('review-question');\n                \/\/ Wrap LTR content\n                questionP.innerHTML = `${q.originalIndex}. <span class=\"ltr-content\">${q.question}<\/span>`;\n                \n                const userAnswerP = document.createElement('p');\n                userAnswerP.classList.add('review-user-answer');\n                \n                if (q.userAnswer === null) {\n                    userAnswerP.textContent = '\u0625\u062c\u0627\u0628\u062a\u0643: \u0644\u0645 \u062a\u062a\u0645 \u0627\u0644\u0625\u062c\u0627\u0628\u0629';\n                    userAnswerP.classList.add('incorrect');\n                } else {\n                    \/\/ Wrap LTR content\n                    userAnswerP.innerHTML = `\u0625\u062c\u0627\u0628\u062a\u0643: <span class=\"ltr-content\">${q.userAnswer}<\/span> (<span class=\"${q.isCorrect ? 'correct' : 'incorrect'}\">${q.isCorrect ? '\u0635\u062d\u064a\u062d\u0629' : '\u062e\u0627\u0637\u0626\u0629'}<\/span>)`;\n                    userAnswerP.classList.add(q.isCorrect ? 'correct' : 'incorrect');\n                }\n                \n                reviewItem.appendChild(questionP);\n                reviewItem.appendChild(userAnswerP);\n                \n                if (!q.isCorrect || q.userAnswer === null) {\n                    const correctAnswerP = document.createElement('p');\n                    correctAnswerP.classList.add('review-correct-answer');\n                    \/\/ Wrap LTR content\n                    correctAnswerP.innerHTML = `\u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0627\u0644\u0635\u062d\u064a\u062d\u0629: <span class=\"ltr-content\">${q.correctAnswer}<\/span>`;\n                    reviewItem.appendChild(correctAnswerP);\n                }\n                \n                reviewContainer.appendChild(reviewItem);\n            });\n        }\n\n        function restartQuiz() {\n            questions = [...originalQuestions_U9];\n            startQuiz();\n        }\n\n        \/\/ Initial setup\n        quizScreen.style.display = 'none';\n        resultsScreen.style.display = 'none';\n\n    }); \/\/ End of DOMContentLoaded\n    <\/script>\n<\/body>\n<\/html>\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\u062a\u0627\u0633\u0639\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; color: var(--dark-color); }\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; }\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         \n         .option-btn { \n             background-color: var(--light-color); \n             border: 1px solid #ddd; \n             color: var(--text-color); \n             padding: 10px 12px; \n             border-radius: var(--border-radius); \n             cursor: pointer; \n             transition: all 0.3s ease; \n             font-size: 1em; \n             width: 100%; \n             word-wrap: break-word; \n         }\n\n         .option-btn:hover:not(:disabled) { background-color: #e2e6ea; border-color: #adb5bd; }\n         .option-btn:disabled { cursor: not-allowed; opacity: 0.8; }\n         .option-btn.correct { background-color: var(--success-color); border-color: var(--success-color); color: white; font-weight: bold; }\n         .option-btn.incorrect { background-color: var(--danger-color); border-color: var(--danger-color); color: white; }\n         .navigation-buttons { display: flex; justify-content: space-between; margin-top: 25px; }\n         .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; }\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\n         \/* Added for bilingual support *\/\n         #question-text .en-question {\n             direction: ltr;\n             text-align: left;\n             font-size: 0.95em;\n             font-weight: normal;\n             color: #333;\n             margin-bottom: 5px;\n         }\n         #question-text .ar-question {\n             direction: rtl;\n             text-align: right;\n         }\n         .option-btn {\n             \/* Override template's text-align: right *\/\n             text-align: left; \n             display: flex;\n             justify-content: space-between;\n             align-items: center;\n         }\n         .option-btn .lang-en {\n             direction: ltr;\n             text-align: left;\n         }\n         .option-btn .lang-ar {\n             direction: rtl;\n             text-align: right;\n         }\n         \/* Fix review screen *\/\n         .review-item p {\n             direction: rtl;\n             text-align: right;\n         }\n         .review-question .en-question {\n             direction: ltr;\n             text-align: left;\n             font-size: 0.9em;\n             font-weight: normal;\n         }\n         .review-user-answer .lang-en, .review-correct-answer .lang-en {\n             direction: ltr;\n             display: inline-block;\n         }\n         .review-user-answer .lang-ar, .review-correct-answer .lang-ar {\n             direction: rtl;\n             display: inline-block;\n             margin-left: 5px;\n         }\n         \/* End of bilingual support *\/\n\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\u062a\u0627\u0633\u0639\u0629<\/h1>\n            <h2>\u0627\u062e\u062a\u0628\u0627\u0631 \u0645\u0641\u0631\u062f\u0627\u062a (\u0639\u0631\u0628\u064a &#8211; \u0625\u0646\u062c\u0644\u064a\u0632\u064a)<\/h2>\n            <p>\u0647\u0630\u0627 \u0627\u0644\u0627\u062e\u062a\u0628\u0627\u0631 \u064a\u062d\u062a\u0648\u064a \u0639\u0644\u0649 47 \u0633\u0624\u0627\u0644 \u0645\u062a\u0639\u062f\u062f \u0627\u0644\u062e\u064a\u0627\u0631\u0627\u062a \u0628\u062a\u0631\u062a\u064a\u0628 \u0639\u0634\u0648\u0627\u0626\u064a.<\/p>\n            <button id=\"start-btn\">\u0627\u0628\u062f\u0623 \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646<\/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 \/ 47<\/div>\n        <\/div>\n\n        <div id=\"results-screen\" style=\"display: none;\">\n            <h2>\u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646<\/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        \/\/ Fisher-Yates (Knuth) Shuffle Algorithm\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        \/\/ Questions Data for Unit 9 Meanings\n        const englishQuizQuestions = [\n            { originalIndex: 1, question: \"<div class='en-question'>People are always looking for new and ________ ideas for new attractions.<\/div><div class='ar-question'>\u0627\u0644\u0646\u0627\u0633 \u062f\u0627\u0626\u0645\u0627\u064b \u064a\u0628\u062d\u062b\u0648\u0646 \u0639\u0646 \u0623\u0641\u0643\u0627\u0631 ________ \u062c\u062f\u064a\u062f\u0629 \u0644\u0644\u0645\u0639\u0627\u0644\u0645 \u0627\u0644\u062c\u062f\u064a\u062f\u0629.<\/div>\", options: [\"<span class='lang-en'>affluent<\/span><span class='lang-ar'> - \u062b\u0631\u064a\u0629<\/span>\", \"<span class='lang-en'>lucrative<\/span><span class='lang-ar'> - \u0645\u0631\u0628\u062d\u0629<\/span>\", \"<span class='lang-en'>costly<\/span><span class='lang-ar'> - \u0645\u0643\u0644\u0641\u0629<\/span>\", \"<span class='lang-en'>extravagant<\/span><span class='lang-ar'> - \u0645\u0628\u0630\u0631\u0629<\/span>\"], correctAnswer: \"<span class='lang-en'>lucrative<\/span><span class='lang-ar'> - \u0645\u0631\u0628\u062d\u0629<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 2, question: \"<div class='en-question'>The Marble Arch Mound was an ________ idea to build a small hill in London.<\/div><div class='ar-question'>\u0643\u0627\u0646\u062a \u0627\u0644\u0645\u0627\u0631\u0628\u0644 \u0627\u0631\u0634 \u0641\u0643\u0631\u0629 ________ \u0644\u0628\u0646\u0627\u0621 \u062a\u0644 \u0635\u063a\u064a\u0631 \u0641\u064a \u0644\u0646\u062f\u0646.<\/div>\", options: [\"<span class='lang-en'>well-off<\/span><span class='lang-ar'> - \u0645\u064a\u0633\u0648\u0631\u0629<\/span>\", \"<span class='lang-en'>splash out<\/span><span class='lang-ar'> - \u062a\u0646\u0641\u0642 \u0628\u0633\u062e\u0627\u0621<\/span>\", \"<span class='lang-en'>extravagant<\/span><span class='lang-ar'> - \u0628\u0627\u0647\u0636\u0629<\/span>\", \"<span class='lang-en'>lucrative<\/span><span class='lang-ar'> - \u0645\u0631\u0628\u062d\u0629<\/span>\"], correctAnswer: \"<span class='lang-en'>extravagant<\/span><span class='lang-ar'> - \u0628\u0627\u0647\u0636\u0629<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 3, question: \"<div class='en-question'>The \u00a36 million was a lot more ________ than the organisers thought.<\/div><div class='ar-question'>\u0627\u0644 6 \u0645\u0644\u0627\u064a\u064a\u0646 \u062c\u0646\u064a\u0647 \u0643\u0627\u0646\u062a \u0627\u0643\u062b\u0631 ________ \u0645\u0645\u0627 \u0638\u0646 \u0627\u0644\u0645\u0646\u0638\u0645\u0648\u0646.<\/div>\", options: [\"<span class='lang-en'>costly<\/span><span class='lang-ar'> - \u0643\u0644\u0641\u0629<\/span>\", \"<span class='lang-en'>affluent<\/span><span class='lang-ar'> - \u063a\u0646\u064a<\/span>\", \"<span class='lang-en'>extravagant<\/span><span class='lang-ar'> - \u062a\u0628\u0630\u064a\u0631\u0627\u064b<\/span>\", \"<span class='lang-en'>lucrative<\/span><span class='lang-ar'> - \u0631\u0628\u062d<\/span>\"], correctAnswer: \"<span class='lang-en'>costly<\/span><span class='lang-ar'> - \u0643\u0644\u0641\u0629<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 4, question: \"<div class='en-question'>Perhaps more people would have wanted to climb it if they hadn't had to ________ on an entrance fee.<\/div><div class='ar-question'>\u0631\u0628\u0645\u0627 \u0643\u0627\u0646 \u0627\u0644\u0645\u0632\u064a\u062f \u0645\u0646 \u0627\u0644\u0646\u0627\u0633 \u064a\u0631\u064a\u062f\u0648\u0646 \u062a\u0633\u0644\u0642\u0647 \u0644\u0648 \u0644\u0645 \u064a\u0636\u0637\u0631\u0648\u0627 ________ \u0639\u0644\u0649 \u0631\u0633\u0648\u0645 \u0627\u0644\u062f\u062e\u0648\u0644.<\/div>\", options: [\"<span class='lang-en'>splash out<\/span><span class='lang-ar'> - \u0644\u0644\u0625\u0646\u0641\u0627\u0642 \u0628\u0633\u062e\u0627\u0621<\/span>\", \"<span class='lang-en'>costly<\/span><span class='lang-ar'> - \u0645\u0643\u0644\u0641<\/span>\", \"<span class='lang-en'>affluent<\/span><span class='lang-ar'> - \u063a\u0646\u064a<\/span>\", \"<span class='lang-en'>lucrative<\/span><span class='lang-ar'> - \u0645\u0631\u0628\u062d<\/span>\"], correctAnswer: \"<span class='lang-en'>splash out<\/span><span class='lang-ar'> - \u0644\u0644\u0625\u0646\u0641\u0627\u0642 \u0628\u0633\u062e\u0627\u0621<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 5, question: \"<div class='en-question'>They wanted to get tourists to visit an area that was not very ________.<\/div><div class='ar-question'>\u0623\u0631\u0627\u062f\u0648\u0627 \u062c\u0630\u0628 \u0627\u0644\u0633\u064a\u0627\u062d \u0644\u0632\u064a\u0627\u0631\u0629 \u0645\u0646\u0637\u0642\u0629 \u0644\u0645 \u062a\u0643\u0646 \u062c\u062f\u0627\u064b ________.<\/div>\", options: [\"<span class='lang-en'>affluent<\/span><span class='lang-ar'> - \u063a\u0646\u064a\u0629<\/span>\", \"<span class='lang-en'>lucrative<\/span><span class='lang-ar'> - \u0645\u0631\u0628\u062d\u0629<\/span>\", \"<span class='lang-en'>extravagant<\/span><span class='lang-ar'> - \u0645\u0628\u0630\u0631\u0629<\/span>\", \"<span class='lang-en'>well-off<\/span><span class='lang-ar'> - \u0645\u064a\u0633\u0648\u0631\u0629<\/span>\"], correctAnswer: \"<span class='lang-en'>affluent<\/span><span class='lang-ar'> - \u063a\u0646\u064a\u0629<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 6, question: \"<div class='en-question'>The hotels, restaurants and shop owners have become more ________ because of the route.<\/div><div class='ar-question'>\u0627\u0644\u0641\u0646\u0627\u062f\u0642 \u0648\u0627\u0644\u0645\u0637\u0627\u0639\u0645 \u0648\u0627\u0644\u0645\u062a\u0627\u062c\u0631 \u0627\u0635\u062d\u0627\u0628\u0647\u0627 \u0627\u0635\u0628\u062d\u0648\u0627 \u0623\u0643\u062b\u0631 ________ \u0628\u0633\u0628\u0628 \u0627\u0644\u0637\u0631\u064a\u0642.<\/div>\", options: [\"<span class='lang-en'>costly<\/span><span class='lang-ar'> - \u0645\u0643\u0644\u0641<\/span>\", \"<span class='lang-en'>extravagant<\/span><span class='lang-ar'> - \u062a\u0628\u0630\u064a\u0631\u0627\u064b<\/span>\", \"<span class='lang-en'>well-off<\/span><span class='lang-ar'> - \u062d\u0627\u0644\u0627\u064b \u0645\u064a\u0633\u0648\u0631\u0629<\/span>\", \"<span class='lang-en'>lucrative<\/span><span class='lang-ar'> - \u0631\u0628\u062d\u0627\u064b<\/span>\"], correctAnswer: \"<span class='lang-en'>well-off<\/span><span class='lang-ar'> - \u062d\u0627\u0644\u0627\u064b \u0645\u064a\u0633\u0648\u0631\u0629<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 7, question: \"<div class='en-question'>I was embarrassed and felt like I'd really ________.<\/div><div class='ar-question'>\u0643\u0646\u062a \u0645\u062d\u0631\u062c\u0627 \u0648\u0634\u0639\u0631\u062a \u0623\u0646\u0646\u064a \u062d\u0642\u0627 ________.<\/div>\", options: [\"<span class='lang-en'>blunder<\/span><span class='lang-ar'> - \u0627\u0631\u062a\u0643\u0628\u062a \u062e\u0637\u0623<\/span>\", \"<span class='lang-en'>messed up<\/span><span class='lang-ar'> - \u0632\u0644\u062a<\/span>\", \"<span class='lang-en'>flop<\/span><span class='lang-ar'> - \u0641\u0634\u0644\u062a<\/span>\", \"<span class='lang-en'>paid off<\/span><span class='lang-ar'> - \u0646\u062c\u062d\u062a<\/span>\"], correctAnswer: \"<span class='lang-en'>messed up<\/span><span class='lang-ar'> - \u0632\u0644\u062a<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 8, question: \"<div class='en-question'>It was a huge ________ and I didn't get the marks I needed.<\/div><div class='ar-question'>\u0643\u0627\u0646 ________ \u0643\u0628\u064a\u0631\u0627 \u0648\u0644\u0645 \u0623\u062d\u0635\u0644 \u0639\u0644\u0649 \u0627\u0644\u062f\u0631\u062c\u0627\u062a \u0627\u0644\u062a\u064a \u0623\u062d\u062a\u0627\u062c\u0647\u0627.<\/div>\", options: [\"<span class='lang-en'>flop<\/span><span class='lang-ar'> - \u0641\u0634\u0644<\/span>\", \"<span class='lang-en'>masterstroke<\/span><span class='lang-ar'> - \u062e\u0637\u0648\u0629 \u0630\u0643\u064a\u0629<\/span>\", \"<span class='lang-en'>blunder<\/span><span class='lang-ar'> - \u062e\u0637\u0623<\/span>\", \"<span class='lang-en'>flourish<\/span><span class='lang-ar'> - \u0627\u0632\u062f\u0647\u0627\u0631<\/span>\"], correctAnswer: \"<span class='lang-en'>blunder<\/span><span class='lang-ar'> - \u062e\u0637\u0623<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 9, question: \"<div class='en-question'>In the end, I ________ there and got a great degree.<\/div><div class='ar-question'>\u0641\u064a \u0627\u0644\u0646\u0647\u0627\u064a\u0629\u060c \u0623\u0646\u0627 ________ \u0647\u0646\u0627\u0643 \u0648\u062d\u0635\u0644\u062a \u0639\u0644\u0649 \u062f\u0631\u062c\u0629 \u0645\u0645\u062a\u0627\u0632\u0629.<\/div>\", options: [\"<span class='lang-en'>flop<\/span><span class='lang-ar'> - \u0641\u0634\u0644\u062a<\/span>\", \"<span class='lang-en'>blunder<\/span><span class='lang-ar'> - \u0627\u0631\u062a\u0643\u0628 \u062e\u0637\u0623<\/span>\", \"<span class='lang-en'>flourished<\/span><span class='lang-ar'> - \u0627\u0632\u062f\u0647\u0631\u062a<\/span>\", \"<span class='lang-en'>messed up<\/span><span class='lang-ar'> - \u0632\u0644\u062a<\/span>\"], correctAnswer: \"<span class='lang-en'>flourished<\/span><span class='lang-ar'> - \u0627\u0632\u062f\u0647\u0631\u062a<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 10, question: \"<div class='en-question'>I had what I thought was a really good idea - a ________.<\/div><div class='ar-question'>\u0643\u0627\u0646 \u0644\u062f\u064a \u0645\u0627 \u0627\u0639\u062a\u0642\u062f\u062a \u0623\u0646\u0647 \u062d\u0642\u0627\u064b \u0641\u0643\u0631\u0629 \u062c\u064a\u062f\u0629 - ________.<\/div>\", options: [\"<span class='lang-en'>setback<\/span><span class='lang-ar'> - \u0627\u062e\u0641\u0627\u0642<\/span>\", \"<span class='lang-en'>flop<\/span><span class='lang-ar'> - \u0641\u0634\u0644<\/span>\", \"<span class='lang-en'>masterstroke<\/span><span class='lang-ar'> - \u062e\u0637\u0648\u0629 \u0630\u0643\u064a\u0629<\/span>\", \"<span class='lang-en'>blunder<\/span><span class='lang-ar'> - \u062e\u0637\u0623<\/span>\"], correctAnswer: \"<span class='lang-en'>masterstroke<\/span><span class='lang-ar'> - \u062e\u0637\u0648\u0629 \u0630\u0643\u064a\u0629<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 11, question: \"<div class='en-question'>I really tried, but just ________ and in the end I gave up.<\/div><div class='ar-question'>\u062d\u0642\u0627 \u062d\u0627\u0648\u0644\u062a\u060c \u0644\u0643\u0646\u0646\u064a \u0641\u0642\u0637 ________ ... \u0648\u0641\u064a \u0627\u0644\u0646\u0647\u0627\u064a\u0629 \u0627\u0633\u062a\u0633\u0644\u0645\u062a.<\/div>\", options: [\"<span class='lang-en'>got nowhere<\/span><span class='lang-ar'> - \u0644\u0645 \u0623\u062d\u0631\u0632 \u062a\u0642\u062f\u0645\u064b\u0627<\/span>\", \"<span class='lang-en'>messed up<\/span><span class='lang-ar'> - \u0632\u0644\u062a<\/span>\", \"<span class='lang-en'>paid off<\/span><span class='lang-ar'> - \u0646\u062c\u062d\u062a<\/span>\", \"<span class='lang-en'>flourish<\/span><span class='lang-ar'> - \u0627\u0632\u062f\u0647\u0631\u062a<\/span>\"], correctAnswer: \"<span class='lang-en'>got nowhere<\/span><span class='lang-ar'> - \u0644\u0645 \u0623\u062d\u0631\u0632 \u062a\u0642\u062f\u0645\u064b\u0627<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 12, question: \"<div class='en-question'>If I'd invested a few weeks, it would have really ________.<\/div><div class='ar-question'>\u0644\u0648 \u0643\u0646\u062a \u0627\u0633\u062a\u062b\u0645\u0631\u062a \u0628\u0636\u0639\u0629 \u0623\u0633\u0627\u0628\u064a\u0639\u060c \u0644\u0643\u0646\u062a \u062d\u0642\u0627 ________.<\/div>\", options: [\"<span class='lang-en'>setback<\/span><span class='lang-ar'> - \u0627\u062e\u0641\u0627\u0642<\/span>\", \"<span class='lang-en'>flop<\/span><span class='lang-ar'> - \u0641\u0634\u0644\u062a<\/span>\", \"<span class='lang-en'>blunder<\/span><span class='lang-ar'> - \u062e\u0637\u0623<\/span>\", \"<span class='lang-en'>paid off<\/span><span class='lang-ar'> - \u0646\u062c\u062d\u062a<\/span>\"], correctAnswer: \"<span class='lang-en'>paid off<\/span><span class='lang-ar'> - \u0646\u062c\u062d\u062a<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 13, question: \"<div class='en-question'>But I did learn something from the ________: do your market research first.<\/div><div class='ar-question'>\u0644\u0643\u0646\u0646\u064a \u062a\u0639\u0644\u0645\u062a \u0634\u064a\u0626\u0627 \u0645\u0646 \u0627\u0644 ________: \u0642\u0645 \u0628\u0628\u062d\u062b\u0643 \u0627\u0644\u062a\u0633\u0648\u064a\u0642\u064a \u0623\u0648\u0644\u0627.<\/div>\", options: [\"<span class='lang-en'>masterstroke<\/span><span class='lang-ar'> - \u062e\u0637\u0648\u0629 \u0630\u0643\u064a\u0629<\/span>\", \"<span class='lang-en'>flop<\/span><span class='lang-ar'> - \u0641\u0634\u0644<\/span>\", \"<span class='lang-en'>setback<\/span><span class='lang-ar'> - \u0627\u062e\u0641\u0627\u0642<\/span>\", \"<span class='lang-en'>flourish<\/span><span class='lang-ar'> - \u0627\u0632\u062f\u0647\u0627\u0631<\/span>\"], correctAnswer: \"<span class='lang-en'>setback<\/span><span class='lang-ar'> - \u0627\u062e\u0641\u0627\u0642<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 14, question: \"<div class='en-question'>The idea did not succeed and was a complete ________.<\/div><div class='ar-question'>\u0627\u0644\u0641\u0643\u0631\u0629 \u0644\u0645 \u062a\u0646\u062c\u062d \u0648\u0643\u0627\u0646\u062a ________ \u0643\u0627\u0645\u0644.<\/div>\", options: [\"<span class='lang-en'>flop<\/span><span class='lang-ar'> - \u0641\u0634\u0644<\/span>\", \"<span class='lang-en'>paid off<\/span><span class='lang-ar'> - \u0646\u062c\u0627\u062d<\/span>\", \"<span class='lang-en'>blunder<\/span><span class='lang-ar'> - \u062e\u0637\u0623<\/span>\", \"<span class='lang-en'>flourish<\/span><span class='lang-ar'> - \u0627\u0632\u062f\u0647\u0627\u0631<\/span>\"], correctAnswer: \"<span class='lang-en'>flop<\/span><span class='lang-ar'> - \u0641\u0634\u0644<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 15, question: \"<div class='en-question'>It's not easy to ________ your mistakes and say sorry.<\/div><div class='ar-question'>\u0644\u064a\u0633 \u0645\u0646 \u0633\u0647\u0644\u0627\u064b \u0627\u0646 ________ \u0623\u062e\u0637\u0627\u0621\u0643 \u0648\u062a\u0642\u0648\u0644 \u0627\u0633\u0641.<\/div>\", options: [\"<span class='lang-en'>admit<\/span><span class='lang-ar'> - \u062a\u0639\u062a\u0631\u0641<\/span>\", \"<span class='lang-en'>make<\/span><span class='lang-ar'> - \u062a\u0635\u0646\u0639<\/span>\", \"<span class='lang-en'>acknowledge<\/span><span class='lang-ar'> - \u062a\u0642\u0631<\/span>\", \"<span class='lang-en'>offer<\/span><span class='lang-ar'> - \u062a\u0639\u0631\u0636<\/span>\"], correctAnswer: \"<span class='lang-en'>acknowledge<\/span><span class='lang-ar'> - \u062a\u0642\u0631<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 16, question: \"<div class='en-question'>In most situations she is incapable of ________ that she's wrong.<\/div><div class='ar-question'>\u0641\u064a \u0645\u0639\u0638\u0645 \u0627\u0644\u062d\u0627\u0644\u0627\u062a\u060c \u0647\u064a \u063a\u064a\u0631 \u0642\u0627\u062f\u0631\u0629 \u0639\u0644\u0649 ________ \u0623\u0646\u0647\u0627 \u0645\u062e\u0637\u0626\u0629.<\/div>\", options: [\"<span class='lang-en'>acknowledging<\/span><span class='lang-ar'> - \u0627\u0644\u0625\u0642\u0631\u0627\u0631<\/span>\", \"<span class='lang-en'>admitting<\/span><span class='lang-ar'> - \u0627\u0644\u0627\u0639\u062a\u0631\u0627\u0641<\/span>\", \"<span class='lang-en'>taking<\/span><span class='lang-ar'> - \u0627\u062e\u0630<\/span>\", \"<span class='lang-en'>making<\/span><span class='lang-ar'> - \u0635\u0646\u0639<\/span>\"], correctAnswer: \"<span class='lang-en'>admitting<\/span><span class='lang-ar'> - \u0627\u0644\u0627\u0639\u062a\u0631\u0627\u0641<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 17, question: \"<div class='en-question'>Her 'shortcut' took longer, but did she take the blame or ________ an apology?<\/div><div class='ar-question'>\u0627\u062e\u062a\u0635\u0627\u0631\u0647\u0627 \u0627\u062e\u0630 \u0648\u0642\u062a\u0627 \u0623\u0637\u0648\u0644\u060c \u0644\u0643\u0646 \u0647\u0644 \u062a\u062d\u0645\u0644\u062a \u0627\u0644\u0644\u0648\u0645 \u0623\u0645 ________ \u0627\u0639\u062a\u0630\u0627\u0631\u061f<\/div>\", options: [\"<span class='lang-en'>make<\/span><span class='lang-ar'> - \u0635\u0646\u0639\u062a<\/span>\", \"<span class='lang-en'>admit<\/span><span class='lang-ar'> - \u0627\u0639\u062a\u0631\u0641\u062a<\/span>\", \"<span class='lang-en'>acknowledge<\/span><span class='lang-ar'> - \u0627\u0642\u0631\u062a<\/span>\", \"<span class='lang-en'>offer<\/span><span class='lang-ar'> - \u0642\u062f\u0645\u062a<\/span>\"], correctAnswer: \"<span class='lang-en'>offer<\/span><span class='lang-ar'> - \u0642\u062f\u0645\u062a<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 18, question: \"<div class='en-question'>So when I saw him, I decided to try and ________ amends.<\/div><div class='ar-question'>\u0644\u0630\u0644\u0643 \u0639\u0646\u062f\u0645\u0627 \u0631\u0623\u064a\u062a\u0647\u060c \u0642\u0631\u0631\u062a \u0645\u062d\u0627\u0648\u0644\u0629 ________ \u0627\u0644\u062a\u0639\u0648\u064a\u0636.<\/div>\", options: [\"<span class='lang-en'>make<\/span><span class='lang-ar'> - \u062a\u0642\u062f\u064a\u0645<\/span>\", \"<span class='lang-en'>offer<\/span><span class='lang-ar'> - \u0639\u0631\u0636<\/span>\", \"<span class='lang-en'>admit<\/span><span class='lang-ar'> - \u0627\u0639\u062a\u0631\u0627\u0641<\/span>\", \"<span class='lang-en'>take<\/span><span class='lang-ar'> - \u0627\u062e\u0630<\/span>\"], correctAnswer: \"<span class='lang-en'>make<\/span><span class='lang-ar'> - \u062a\u0642\u062f\u064a\u0645<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 19, question: \"<div class='en-question'>Given the ________, where would you most like to travel?<\/div><div class='ar-question'>\u0644\u0648 \u0627\u062a\u064a\u062d\u062a \u0644\u0643 ________\u060c \u0623\u064a\u0646 \u062a\u0631\u063a\u0628 \u0641\u064a \u0627\u0644\u0633\u0641\u0631 \u0623\u0643\u062b\u0631 \u061f<\/div>\", options: [\"<span class='lang-en'>chance\/opportunity<\/span><span class='lang-ar'> - \u0627\u0644\u062d\u0638 \u0627\u0644\u0641\u0631\u0635\u0629<\/span>\", \"<span class='lang-en'>risk<\/span><span class='lang-ar'> - \u0627\u0644\u0645\u062e\u0627\u0637\u0631\u0629<\/span>\", \"<span class='lang-en'>opportunity<\/span><span class='lang-ar'> - \u0627\u0644\u0641\u0631\u0635\u0629<\/span>\"], correctAnswer: \"<span class='lang-en'>chance\/opportunity<\/span><span class='lang-ar'> - \u0627\u0644\u062d\u0638 \u0627\u0644\u0641\u0631\u0635\u0629<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 20, question: \"<div class='en-question'>I'd like to take this ________ to thank you for all your help.<\/div><div class='ar-question'>\u0623\u0648\u062f \u0623\u0646 \u0623\u063a\u062a\u0646\u0645 \u0647\u0630\u0647 ________ \u0644\u0623\u0634\u0643\u0631\u0643 \u0639\u0644\u0649 \u0643\u0644 \u0645\u0633\u0627\u0639\u062f\u062a\u0643.<\/div>\", options: [\"<span class='lang-en'>chance\/opportunity<\/span><span class='lang-ar'> - \u0627\u0644\u062d\u0638 \u0627\u0644\u0641\u0631\u0635\u0629<\/span>\", \"<span class='lang-en'>risk<\/span><span class='lang-ar'> - \u0627\u0644\u0645\u062e\u0627\u0637\u0631\u0629<\/span>\", \"<span class='lang-en'>opportunity<\/span><span class='lang-ar'> - \u0627\u0644\u0641\u0631\u0635\u0629<\/span>\"], correctAnswer: \"<span class='lang-en'>opportunity<\/span><span class='lang-ar'> - \u0627\u0644\u0641\u0631\u0635\u0629<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 21, question: \"<div class='en-question'>As soon as I heard about the trip, I grabbed the ________ to go on it.<\/div><div class='ar-question'>\u0628\u0645\u062c\u0631\u062f \u0623\u0646 \u0633\u0645\u0639\u062a \u0639\u0646 \u0627\u0644\u0631\u062d\u0644\u0629\u060c \u0627\u0646\u062a\u0647\u0632\u062a ________ \u0627\u0646 \u0627\u0630\u0647\u0628 \u0625\u0644\u064a\u0647\u0627.<\/div>\", options: [\"<span class='lang-en'>chance\/opportunity<\/span><span class='lang-ar'> - \u0627\u0644\u062d\u0638 \u0627\u0644\u0641\u0631\u0635\u0629<\/span>\", \"<span class='lang-en'>risk<\/span><span class='lang-ar'> - \u0627\u0644\u0645\u062e\u0627\u0637\u0631\u0629<\/span>\", \"<span class='lang-en'>opportunity<\/span><span class='lang-ar'> - \u0627\u0644\u0641\u0631\u0635\u0629<\/span>\"], correctAnswer: \"<span class='lang-en'>chance\/opportunity<\/span><span class='lang-ar'> - \u0627\u0644\u062d\u0638 \u0627\u0644\u0641\u0631\u0635\u0629<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 22, question: \"<div class='en-question'>This is your last ________; I won't make the offer again.<\/div><div class='ar-question'>\u0647\u0630\u0647 \u0647\u064a \u0627\u062e\u0631 ________; \u0644\u0646 \u0623\u0639\u0631\u0636 \u0627\u0644\u0639\u0631\u0636 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649.<\/div>\", options: [\"<span class='lang-en'>chance\/opportunity<\/span><span class='lang-ar'> - \u062d\u0638 \u0641\u0631\u0635\u0629<\/span>\", \"<span class='lang-en'>risk<\/span><span class='lang-ar'> - \u0645\u062e\u0627\u0637\u0631\u0629<\/span>\", \"<span class='lang-en'>opportunity<\/span><span class='lang-ar'> - \u0641\u0631\u0635\u0629<\/span>\"], correctAnswer: \"<span class='lang-en'>chance\/opportunity<\/span><span class='lang-ar'> - \u062d\u0638 \u0641\u0631\u0635\u0629<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 23, question: \"<div class='en-question'>I'm sure parachuting would be exciting, but it wouldn't be worth the ________.<\/div><div class='ar-question'>\u0623\u0646\u0627 \u0645\u062a\u0623\u0643\u062f \u0627\u0644\u0642\u0641\u0632 \u0628\u0627\u0644\u0645\u0638\u0644\u0629 \u0633\u064a\u0643\u0648\u0646 \u0645\u062b\u064a\u0631\u064b\u0627\u060c \u0644\u0643\u0646\u0647 \u0644\u0646 \u064a\u0633\u062a\u062d\u0642 ________.<\/div>\", options: [\"<span class='lang-en'>chance\/opportunity<\/span><span class='lang-ar'> - \u062d\u0638 \u0641\u0631\u0635\u0629<\/span>\", \"<span class='lang-en'>risk<\/span><span class='lang-ar'> - \u0645\u062e\u0627\u0637\u0631\u0629<\/span>\", \"<span class='lang-en'>opportunity<\/span><span class='lang-ar'> - \u0641\u0631\u0635\u0629<\/span>\"], correctAnswer: \"<span class='lang-en'>risk<\/span><span class='lang-ar'> - \u0645\u062e\u0627\u0637\u0631\u0629<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 24, question: \"<div class='en-question'>The ________ of injury or even death is very high for base-jumping.<\/div><div class='ar-question'>________ \u0628\u0627\u0644\u0625\u0635\u0627\u0628\u0629 \u0623\u0648 \u062d\u062a\u0649 \u0627\u0644\u0648\u0641\u0627\u0629 \u0639\u0627\u0644\u064a\u0629 \u062c\u062f\u0627 \u0644\u0644\u0642\u0641\u0632 \u0627\u0644\u062d\u0631.<\/div>\", options: [\"<span class='lang-en'>chance<\/span><span class='lang-ar'> - \u0641\u0631\u0635\u0629<\/span>\", \"<span class='lang-en'>luck<\/span><span class='lang-ar'> - \u0646\u0635\u064a\u0628<\/span>\", \"<span class='lang-en'>risk<\/span><span class='lang-ar'> - \u0645\u062e\u0627\u0637\u0631\u0629<\/span>\", \"<span class='lang-en'>chance\/opportunity<\/span><span class='lang-ar'> - \u062d\u0638 \u0641\u0631\u0635\u0629<\/span>\"], correctAnswer: \"<span class='lang-en'>risk<\/span><span class='lang-ar'> - \u0645\u062e\u0627\u0637\u0631\u0629<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 25, question: \"<div class='en-question'>You've won three games in a row now - what ________!<\/div><div class='ar-question'>\u0644\u0642\u062f \u0641\u0632\u062a \u0628\u062b\u0644\u0627\u062b \u0645\u0628\u0627\u0631\u064a\u0627\u062a \u0645\u062a\u062a\u0627\u0644\u064a\u0629 \u0627\u0644\u0622\u0646 - \u0645\u0627 \u0647\u0630\u0627 \u0627\u0644 ________!<\/div>\", options: [\"<span class='lang-en'>chance<\/span><span class='lang-ar'> - \u062d\u0638<\/span>\", \"<span class='lang-en'>risk<\/span><span class='lang-ar'> - \u0645\u062e\u0627\u0637\u0631\u0629<\/span>\", \"<span class='lang-en'>chance\/opportunity<\/span><span class='lang-ar'> - \u062d\u0638 \u0641\u0631\u0635\u0629<\/span>\", \"<span class='lang-en'>luck<\/span><span class='lang-ar'> - \u0646\u0635\u064a\u0628<\/span>\"], correctAnswer: \"<span class='lang-en'>luck<\/span><span class='lang-ar'> - \u0646\u0635\u064a\u0628<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 26, question: \"<div class='en-question'>It's already 10 p.m. so there is very little ________ of me staying awake.<\/div><div class='ar-question'>\u0625\u0646\u0647\u0627 \u0628\u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0633\u0627\u0639\u0629 10 \u0645\u0633\u0627\u0621\u064b \u0644\u0630\u0627 \u0647\u0646\u0627\u0643 ________ \u0642\u0644\u064a\u0644 \u062c\u062f\u0627 \u0628\u0623\u0646 \u0623\u0628\u0642\u0649 \u0645\u0633\u062a\u064a\u0642\u0638\u0627.<\/div>\", options: [\"<span class='lang-en'>risk<\/span><span class='lang-ar'> - \u0645\u062e\u0627\u0637\u0631\u0629<\/span>\", \"<span class='lang-en'>chance<\/span><span class='lang-ar'> - \u062d\u0638<\/span>\", \"<span class='lang-en'>chance\/opportunity<\/span><span class='lang-ar'> - \u062d\u0638 \u0641\u0631\u0635\u0629<\/span>\", \"<span class='lang-en'>luck<\/span><span class='lang-ar'> - \u0646\u0635\u064a\u0628<\/span>\"], correctAnswer: \"<span class='lang-en'>chance<\/span><span class='lang-ar'> - \u062d\u0638<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 27, question: \"<div class='en-question'>Given the ________, I'd love to take a sports car out.<\/div><div class='ar-question'>\u0644\u0648 \u0627\u062a\u064a\u062d\u062a \u0644\u064a ________\u060c \u0623\u0648\u062f \u0642\u064a\u0627\u062f\u0629 \u0633\u064a\u0627\u0631\u0629 \u0631\u064a\u0627\u0636\u064a\u0629.<\/div>\", options: [\"<span class='lang-en'>luck<\/span><span class='lang-ar'> - \u0646\u0635\u064a\u0628<\/span>\", \"<span class='lang-en'>chance\/opportunity<\/span><span class='lang-ar'> - \u062d\u0638 \u0641\u0631\u0635\u0629<\/span>\", \"<span class='lang-en'>risk<\/span><span class='lang-ar'> - \u0645\u062e\u0627\u0637\u0631\u0629<\/span>\", \"<span class='lang-en'>chance<\/span><span class='lang-ar'> - \u062d\u0638<\/span>\"], correctAnswer: \"<span class='lang-en'>chance\/opportunity<\/span><span class='lang-ar'> - \u062d\u0638 \u0641\u0631\u0635\u0629<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 28, question: \"<div class='en-question'>I was worried about you Amer! I'm so glad you are home ________.<\/div><div class='ar-question'>\u0643\u0646\u062a \u0642\u0644\u0642\u0627 \u0639\u0644\u064a\u0643 \u064a\u0627 \u0639\u0627\u0645\u0631 ! \u0623\u0646\u0627 \u0633\u0639\u064a\u062f \u062c\u062f\u0627 \u0644\u0623\u0646\u0643 \u0641\u064a \u0627\u0644\u0645\u0646\u0632\u0644 ________.<\/div>\", options: [\"<span class='lang-en'>safe and sound<\/span><span class='lang-ar'> - \u0633\u0627\u0644\u0645 \u0648 \u0645\u0639\u0627\u0641\u06cc<\/span>\", \"<span class='lang-en'>sooner or later<\/span><span class='lang-ar'> - \u0639\u0627\u062c\u0644 \u0623\u0645 \u0623\u062c\u0644<\/span>\", \"<span class='lang-en'>more or less<\/span><span class='lang-ar'> - \u062a\u0642\u0631\u064a\u0628\u0627<\/span>\", \"<span class='lang-en'>take it or leave it<\/span><span class='lang-ar'> - \u062e\u0630\u0647\u0627 \u0623\u0648 \u0627\u062a\u0631\u0643\u0647\u0627<\/span>\"], correctAnswer: \"<span class='lang-en'>safe and sound<\/span><span class='lang-ar'> - \u0633\u0627\u0644\u0645 \u0648 \u0645\u0639\u0627\u0641\u06cc<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 29, question: \"<div class='en-question'>I said I'd be back by 9 and it's ten past so I'm ________ on time.<\/div><div class='ar-question'>\u0642\u0644\u062a \u0623\u0646\u0646\u064a \u0633\u0623\u0639\u0648\u062f \u0628\u062d\u0644\u0648\u0644 \u0627\u0644\u0633\u0627\u0639\u0629 9 \u0648\u0627\u0644\u0622\u0646 \u0627\u0644\u0633\u0627\u0639\u0629 \u0628\u0639\u062f \u0627\u0644\u0639\u0627\u0634\u0631\u0629 \u0644\u0630\u0627 \u0623\u0646\u0627 ________ \u0641\u064a \u0627\u0644\u0648\u0642\u062a \u0627\u0644\u0645\u062d\u062f\u062f.<\/div>\", options: [\"<span class='lang-en'>safe and sound<\/span><span class='lang-ar'> - \u0633\u0627\u0644\u0645 \u0648 \u0645\u0639\u0627\u0641\u06cc<\/span>\", \"<span class='lang-en'>sooner or later<\/span><span class='lang-ar'> - \u0639\u0627\u062c\u0644 \u0623\u0645 \u0623\u062c\u0644<\/span>\", \"<span class='lang-en'>more or less<\/span><span class='lang-ar'> - \u062a\u0642\u0631\u064a\u0628\u0627<\/span>\", \"<span class='lang-en'>take it or leave it<\/span><span class='lang-ar'> - \u062e\u0630\u0647\u0627 \u0623\u0648 \u0627\u062a\u0631\u0643\u0647\u0627<\/span>\"], correctAnswer: \"<span class='lang-en'>more or less<\/span><span class='lang-ar'> - \u062a\u0642\u0631\u064a\u0628\u0627<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 30, question: \"<div class='en-question'>It's omelettes or nothing! ________.<\/div><div class='ar-question'>\u064a\u0627 \u0639\u062c\u0629 \u064a\u0627 \u0644\u0627 \u0634\u064a\u0621 ! ________.<\/div>\", options: [\"<span class='lang-en'>safe and sound<\/span><span class='lang-ar'> - \u0633\u0627\u0644\u0645 \u0648 \u0645\u0639\u0627\u0641\u06cc<\/span>\", \"<span class='lang-en'>sooner or later<\/span><span class='lang-ar'> \u2013 \u0639\u0627\u062c\u0644 \u0623\u0645 \u0623\u062c\u0644<\/span>\", \"<span class='lang-en'>more or less<\/span><span class='lang-ar'> - \u062a\u0642\u0631\u064a\u0628\u0627<\/span>\", \"<span class='lang-en'>take it or leave it<\/span><span class='lang-ar'> - \u062e\u0630\u0647\u0627 \u0623\u0648 \u0627\u062a\u0631\u0643\u0647\u0627<\/span>\"], correctAnswer: \"<span class='lang-en'>take it or leave it<\/span><span class='lang-ar'> - \u062e\u0630\u0647\u0627 \u0623\u0648 \u0627\u062a\u0631\u0643\u0647\u0627<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 31, question: \"<div class='en-question'>You really need to wear a helmet, Nader. ________ you're going to injure yourself!<\/div><div class='ar-question'>\u0623\u0646\u062a \u062d\u0642\u0627\u064b \u0628\u062d\u0627\u062c\u0629 \u0625\u0644\u0649 \u0627\u0631\u062a\u062f\u0627\u0621 \u062e\u0648\u0630\u0629 \u064a\u0627 \u0646\u0627\u062f\u0631. ________ \u0633\u062a\u0624\u0630\u064a \u0646\u0641\u0633\u0643!<\/div>\", options: [\"<span class='lang-en'>safe and sound<\/span><span class='lang-ar'> - \u0633\u0627\u0644\u0645 \u0648 \u0645\u0639\u0627\u0641\u06cc<\/span>\", \"<span class='lang-en'>sooner or later<\/span><span class='lang-ar'> \u2013 \u0639\u0627\u062c\u0644 \u0623\u0645 \u0623\u062c\u0644<\/span>\", \"<span class='lang-en'>more or less<\/span><span class='lang-ar'> - \u062a\u0642\u0631\u064a\u0628\u0627<\/span>\", \"<span class='lang-en'>take it or leave it<\/span><span class='lang-ar'> - \u062e\u0630\u0647\u0627 \u0623\u0648 \u0627\u062a\u0631\u0643\u0647\u0627<\/span>\"], correctAnswer: \"<span class='lang-en'>sooner or later<\/span><span class='lang-ar'> \u2013 \u0639\u0627\u062c\u0644 \u0623\u0645 \u0623\u062c\u0644<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 32, question: \"<div class='en-question'>There were some minor ________ at the beginning, but in the end it went well.<\/div><div class='ar-question'>\u0643\u0627\u0646 \u0647\u0646\u0627\u0643 \u0628\u0639\u0636 \u0627\u0644 ________ \u0627\u0644\u0635\u063a\u064a\u0631\u0629 \u0641\u064a \u0627\u0644\u0628\u062f\u0627\u064a\u0629\u060c \u0648\u0644\u0643\u0646 \u0641\u064a \u0627\u0644\u0646\u0647\u0627\u064a\u0629 \u0633\u0627\u0631\u062a \u0627\u0644\u0623\u0645\u0648\u0631 \u062c\u064a\u062f\u064b\u0627.<\/div>\", options: [\"<span class='lang-en'>setbacks<\/span><span class='lang-ar'> - \u0639\u0642\u0628\u0627\u062a<\/span>\", \"<span class='lang-en'>flops<\/span><span class='lang-ar'> - \u0641\u0634\u0644<\/span>\"], correctAnswer: \"<span class='lang-en'>setbacks<\/span><span class='lang-ar'> - \u0639\u0642\u0628\u0627\u062a<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 33, question: \"<div class='en-question'>His hard work paid ________ and he did really well in the final exams.<\/div><div class='ar-question'>\u0639\u0645\u0644\u0647 \u0628\u062c\u062f ________ \u0648\u062d\u0642\u0642 \u0646\u062a\u0627\u0626\u062c \u062c\u064a\u062f\u0629 \u0641\u064a \u0627\u0644\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0627\u0644\u0646\u0647\u0627\u0626\u064a\u0629.<\/div>\", options: [\"<span class='lang-en'>off<\/span><span class='lang-ar'> - \u0627\u062b\u0645\u0631<\/span>\", \"<span class='lang-en'>up<\/span><span class='lang-ar'> - \u0635\u0627\u0639\u062f<\/span>\"], correctAnswer: \"<span class='lang-en'>off<\/span><span class='lang-ar'> - \u0627\u062b\u0645\u0631<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 34, question: \"<div class='en-question'>He took a digital presentation to the interview. What a ________!<\/div><div class='ar-question'>\u0623\u062d\u0636\u0631 \u0639\u0631\u0636\u0627 \u0631\u0642\u0645\u064a\u064b\u0627 \u0625\u0644\u0649 \u0627\u0644\u0645\u0642\u0627\u0628\u0644\u0629. \u0645\u0627 \u0647\u0630\u0647 \u0627\u0644 ________!<\/div>\", options: [\"<span class='lang-en'>masterstroke<\/span><span class='lang-ar'> - \u062e\u0637\u0648\u0629 \u0630\u0643\u064a\u0629<\/span>\", \"<span class='lang-en'>blunder<\/span><span class='lang-ar'> - \u0627\u0644\u0627\u062e\u0637\u0627\u0621<\/span>\"], correctAnswer: \"<span class='lang-en'>masterstroke<\/span><span class='lang-ar'> - \u062e\u0637\u0648\u0629 \u0630\u0643\u064a\u0629<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 35, question: \"<div class='en-question'>This is not worth the ________. I always prefer to be safe.<\/div><div class='ar-question'>\u0647\u0630\u0627 \u0644\u0627 \u064a\u0633\u062a\u062d\u0642 \u0627\u0644 ________. \u0623\u0646\u0627 \u062f\u0627\u0626\u0645\u0627 \u0623\u0641\u0636\u0644 \u0623\u0646 \u0623\u0643\u0648\u0646 \u0622\u0645\u0646\u0627.<\/div>\", options: [\"<span class='lang-en'>chance<\/span><span class='lang-ar'> - \u062d\u0638<\/span>\", \"<span class='lang-en'>risk<\/span><span class='lang-ar'> - \u0645\u062e\u0627\u0637\u0631\u0629<\/span>\"], correctAnswer: \"<span class='lang-en'>risk<\/span><span class='lang-ar'> - \u0645\u062e\u0627\u0637\u0631\u0629<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 36, question: \"<div class='en-question'>You must try to be flexible. There should be some give and ________ in any friendship.<\/div><div class='ar-question'>\u064a\u062c\u0628 \u0623\u0646 \u062a\u062d\u0627\u0648\u0644 \u0623\u0646 \u062a\u0643\u0648\u0646 \u0645\u0631\u0646\u0627. \u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0647\u0646\u0627\u0643 \u0628\u0639\u0636 \u0627\u0644\u0639\u0637\u0627\u0621 \u0648 ________ \u0641\u064a \u0623\u064a \u0635\u062f\u0627\u0642\u0629.<\/div>\", options: [\"<span class='lang-en'>ups<\/span><span class='lang-ar'> - \u0627\u0644\u0635\u0639\u0648\u062f<\/span>\", \"<span class='lang-en'>less<\/span><span class='lang-ar'> - \u0627\u0644\u0627\u0642\u0644<\/span>\", \"<span class='lang-en'>take<\/span><span class='lang-ar'> - \u0627\u0644\u0627\u062e\u0630<\/span>\", \"<span class='lang-en'>sound<\/span><span class='lang-ar'> - \u0627\u0644\u0645\u0639\u0627\u0641\u0649<\/span>\"], correctAnswer: \"<span class='lang-en'>take<\/span><span class='lang-ar'> - \u0627\u0644\u0627\u062e\u0630<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 37, question: \"<div class='en-question'>I think it's more or ________ certain you'll get the job.<\/div><div class='ar-question'>\u0623\u0639\u062a\u0642\u062f \u0623\u0646\u0647 ________ \u0627\u0644\u0645\u0624\u0643\u062f \u0623\u0646\u0643 \u0633\u062a\u062d\u0635\u0644 \u0639\u0644\u0649 \u0627\u0644\u0648\u0638\u064a\u0641\u0629.<\/div>\", options: [\"<span class='lang-en'>ups<\/span><span class='lang-ar'> - \u0635\u0639\u0648\u062f<\/span>\", \"<span class='lang-en'>less<\/span><span class='lang-ar'> - \u062a\u0642\u0631\u064a\u0628\u0627\u064b<\/span>\", \"<span class='lang-en'>sound<\/span><span class='lang-ar'> - \u0645\u0639\u0627\u0641\u0649<\/span>\", \"<span class='lang-en'>there<\/span><span class='lang-ar'> - \u0647\u0646\u0627\u0643<\/span>\"], correctAnswer: \"<span class='lang-en'>less<\/span><span class='lang-ar'> - \u062a\u0642\u0631\u064a\u0628\u0627\u064b<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 38, question: \"<div class='en-question'>I had to decide if I wanted the job ________ and then. They said they couldn't wait.<\/div><div class='ar-question'>\u0643\u0627\u0646 \u0639\u0644\u064a \u0623\u0646 \u0623\u0642\u0631\u0631 \u0645\u0627 \u0625\u0630\u0627 \u0643\u0646\u062a \u0623\u0631\u064a\u062f \u0627\u0644\u0648\u0638\u064a\u0641\u0629 ________. \u0642\u0627\u0644\u0648\u0627 \u0625\u0646\u0647\u0645 \u0644\u0627 \u064a\u0633\u062a\u0637\u064a\u0639\u0648\u0646 \u0627\u0644\u0627\u0646\u062a\u0638\u0627\u0631.<\/div>\", options: [\"<span class='lang-en'>there<\/span><span class='lang-ar'> - \u0628\u0627\u0644\u062d\u0627\u0644<\/span>\", \"<span class='lang-en'>less<\/span><span class='lang-ar'> - \u0623\u0642\u0644<\/span>\", \"<span class='lang-en'>ups<\/span><span class='lang-ar'> - \u0635\u0639\u0648\u062f<\/span>\", \"<span class='lang-en'>sound<\/span><span class='lang-ar'> - \u0645\u0639\u0627\u0641\u06cc<\/span>\"], correctAnswer: \"<span class='lang-en'>there<\/span><span class='lang-ar'> - \u0628\u0627\u0644\u062d\u0627\u0644<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 39, question: \"<div class='en-question'>The team has had its ________ and downs but they're doing very well now.<\/div><div class='ar-question'>\u0644\u0642\u062f \u0645\u0631 \u0627\u0644\u0641\u0631\u064a\u0642 \u0628\u0640 ________ \u0648\u0647\u0628\u0648\u0637 \u0644\u0643\u0646\u0647 \u0627\u0644\u0622\u0646 \u064a\u0642\u0648\u0645 \u0628\u0623\u062f\u0627\u0621 \u062c\u064a\u062f \u062c\u062f\u0627.<\/div>\", options: [\"<span class='lang-en'>less<\/span><span class='lang-ar'> - \u0623\u0642\u0644<\/span>\", \"<span class='lang-en'>ups<\/span><span class='lang-ar'> - \u0635\u0639\u0648\u062f<\/span>\", \"<span class='lang-en'>take<\/span><span class='lang-ar'> - \u0627\u062e\u0630<\/span>\", \"<span class='lang-en'>sound<\/span><span class='lang-ar'> - \u0645\u0639\u0627\u0641\u06cc<\/span>\"], correctAnswer: \"<span class='lang-en'>ups<\/span><span class='lang-ar'> - \u0635\u0639\u0648\u062f<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 40, question: \"<div class='en-question'>We got lost in the desert but in the end got home safe and ________.<\/div><div class='ar-question'>\u0636\u0644\u0644\u0646\u0627 \u0627\u0644\u0637\u0631\u064a\u0642 \u0641\u064a \u0627\u0644\u0635\u062d\u0631\u0627\u0621 \u0644\u0643\u0646 \u0641\u064a \u0627\u0644\u0646\u0647\u0627\u064a\u0629 \u0648\u0635\u0644\u0646\u0627 \u0625\u0644\u0649 \u0627\u0644\u0645\u0646\u0632\u0644 \u0633\u0627\u0644\u0645\u064a\u0646 \u0648 ________.<\/div>\", options: [\"<span class='lang-en'>ups<\/span><span class='lang-ar'> - \u0635\u0639\u0648\u062f<\/span>\", \"<span class='lang-en'>sound<\/span><span class='lang-ar'> - \u0645\u0639\u0627\u0641\u064a\u0646<\/span>\", \"<span class='lang-en'>less<\/span><span class='lang-ar'> - \u0623\u0642\u0644<\/span>\", \"<span class='lang-en'>take<\/span><span class='lang-ar'> - \u0645\u0623\u062e\u0648\u0630\u064a\u0646<\/span>\"], correctAnswer: \"<span class='lang-en'>sound<\/span><span class='lang-ar'> - \u0645\u0639\u0627\u0641\u064a\u0646<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 41, question: \"<div class='en-question'>Oh no! I've really ________. I've lost the house key.<\/div><div class='ar-question'>\u064a\u0627 \u0625\u0644\u0647\u064a \u062d\u0642\u0627 ________. \u0644\u0642\u062f \u0641\u0642\u062f\u062a \u0645\u0641\u062a\u0627\u062d \u0627\u0644\u0645\u0646\u0632\u0644.<\/div>\", options: [\"<span class='lang-en'>consider<\/span><span class='lang-ar'> - \u0627\u0639\u062a\u0628\u0631\u062a<\/span>\", \"<span class='lang-en'>messed up<\/span><span class='lang-ar'> - \u0623\u0641\u0633\u062f\u062a<\/span>\", \"<span class='lang-en'>choice<\/span><span class='lang-ar'> - \u062e\u064a\u0627\u0631<\/span>\"], correctAnswer: \"<span class='lang-en'>messed up<\/span><span class='lang-ar'> - \u0623\u0641\u0633\u062f\u062a<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 42, question: \"<div class='en-question'>Well, let's ________ our options; we could try to open the window or break it.<\/div><div class='ar-question'>\u062d\u0633\u0646\u0627\u060c \u0644\u0646 ________ \u0641\u064a \u062e\u064a\u0627\u0631\u0627\u062a\u0646\u0627\u061b \u064a\u0645\u0643\u0646\u0646\u0627 \u0645\u062d\u0627\u0648\u0644\u0629 \u0641\u062a\u062d \u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0623\u0648 \u0643\u0633\u0631\u0647\u0627.<\/div>\", options: [\"<span class='lang-en'>consider<\/span><span class='lang-ar'> \u2013 \u0646\u0639\u064a\u062f \u0627\u0644\u0646\u0638\u0631<\/span>\", \"<span class='lang-en'>messed up<\/span><span class='lang-ar'> - \u0623\u0641\u0633\u062f\u0646\u0627<\/span>\", \"<span class='lang-en'>choice<\/span><span class='lang-ar'> - \u062e\u064a\u0627\u0631<\/span>\"], correctAnswer: \"<span class='lang-en'>consider<\/span><span class='lang-ar'> \u2013 \u0646\u0639\u064a\u062f \u0627\u0644\u0646\u0638\u0631<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 43, question: \"<div class='en-question'>I haven't a ________.<\/div><div class='ar-question'>\u0644\u064a\u0633 \u0644\u062f\u064a ________.<\/div>\", options: [\"<span class='lang-en'>clue<\/span><span class='lang-ar'> - \u0641\u0643\u0631\u0629<\/span>\", \"<span class='lang-en'>do<\/span><span class='lang-ar'> - \u0641\u0639\u0644<\/span>\", \"<span class='lang-en'>off<\/span><span class='lang-ar'> - \u0628\u0639\u064a\u062f<\/span>\", \"<span class='lang-en'>choice<\/span><span class='lang-ar'> - \u062e\u06cc\u0627\u0631<\/span>\"], correctAnswer: \"<span class='lang-en'>clue<\/span><span class='lang-ar'> - \u0641\u0643\u0631\u0629<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 44, question: \"<div class='en-question'>It's cold out here. Now I realise how much I ________ my house for granted.<\/div><div class='ar-question'>\u0627\u0644\u062c\u0648 \u0628\u0627\u0631\u062f \u0647\u0646\u0627 \u0627\u0644\u0622\u0646 \u0623\u062f\u0631\u0643 \u0643\u0645 \u0643\u0646\u062a ________ \u0628\u064a\u062a\u064a \u0643\u0627\u0645\u0631 \u0645\u0633\u0644\u0645 \u0628\u0647.<\/div>\", options: [\"<span class='lang-en'>take<\/span><span class='lang-ar'> - \u0622\u062e\u0630<\/span>\", \"<span class='lang-en'>off<\/span><span class='lang-ar'> - \u0623\u0641\u0639\u0644 - \u0628\u0639\u064a\u062f\u0627\u064b<\/span>\", \"<span class='lang-en'>consider<\/span><span class='lang-ar'> - \u0627\u0639\u064a\u062f \u0627\u0644\u0646\u0638\u0631<\/span>\"], correctAnswer: \"<span class='lang-en'>take<\/span><span class='lang-ar'> - \u0622\u062e\u0630<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 45, question: \"<div class='en-question'>Have a chocolate. It should take your mind ________ the cold.<\/div><div class='ar-question'>\u062a\u0646\u0627\u0648\u0644 \u0642\u0637\u0639\u0629 \u0634\u0648\u0643\u0648\u0644\u0627\u062a\u0629. \u064a\u062c\u0628 \u0623\u0646 \u062a\u0634\u063a\u0644 \u0630\u0647\u0646\u0643 ________ \u0639\u0646 \u0627\u0644\u0628\u0631\u062f.<\/div>\", options: [\"<span class='lang-en'>off<\/span><span class='lang-ar'> - \u0628\u0639\u064a\u062f<\/span>\", \"<span class='lang-en'>consider<\/span><span class='lang-ar'> - \u062a\u0639\u064a\u062f \u0627\u0644\u0646\u0638\u0631<\/span>\", \"<span class='lang-en'>choice<\/span><span class='lang-ar'> - \u062e\u064a\u0627\u0631\u0627\u064b<\/span>\", \"<span class='lang-en'>clue<\/span><span class='lang-ar'> - \u0641\u0643\u0631\u0629<\/span>\"], correctAnswer: \"<span class='lang-en'>off<\/span><span class='lang-ar'> - \u0628\u0639\u064a\u062f<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 46, question: \"<div class='en-question'>Thanks! That should ________ the trick.<\/div><div class='ar-question'>\u0634\u0643\u0631\u064b\u0627 ! \u064a\u062c\u0628 \u0623\u0646 ________ \u0627\u0644\u062d\u064a\u0644\u0629.<\/div>\", options: [\"<span class='lang-en'>do<\/span><span class='lang-ar'> - \u062a\u0641\u0639\u0644<\/span>\", \"<span class='lang-en'>take<\/span><span class='lang-ar'> - \u062a\u0623\u062e\u0630<\/span>\", \"<span class='lang-en'>off<\/span><span class='lang-ar'> - \u062a\u0628\u0639\u062f<\/span>\", \"<span class='lang-en'>clue<\/span><span class='lang-ar'> - \u0641\u0643\u0631\u0629<\/span>\"], correctAnswer: \"<span class='lang-en'>do<\/span><span class='lang-ar'> - \u062a\u0641\u0639\u0644<\/span>\", userAnswer: null, isCorrect: null },\n            { originalIndex: 47, question: \"<div class='en-question'>Well, I think we have no ________ but to break the window.<\/div><div class='ar-question'>\u062d\u0633\u0646\u0627\u060c \u0623\u0639\u062a\u0642\u062f \u0623\u0646\u0647 \u0644\u064a\u0633 \u0644\u062f\u064a\u0646\u0627 ________ \u0633\u0648\u0649 \u0643\u0633\u0631 \u0627\u0644\u0646\u0627\u0641\u0630\u0629.<\/div>\", options: [\"<span class='lang-en'>choice<\/span><span class='lang-ar'> - \u062e\u064a\u0627\u0631<\/span>\", \"<span class='lang-en'>consider<\/span><span class='lang-ar'> - \u062a\u0642\u062f\u0631<\/span>\", \"<span class='lang-en'>do<\/span><span class='lang-ar'> - \u0641\u0639\u0644<\/span>\", \"<span class='lang-en'>clue<\/span><span class='lang-ar'> - \u0641\u0643\u0631\u0629<\/span>\"], correctAnswer: \"<span class='lang-en'>choice<\/span><span class='lang-ar'> - \u062e\u064a\u0627\u0631<\/span>\", userAnswer: null, isCorrect: null }\n        ];\n\n        \/\/ --- JavaScript Logic ---\n        let questions = [...englishQuizQuestions];\n        let currentQuestionIndex = 0;\n        let score = 0;\n        const totalQuestions = questions.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            shuffleArray(questions);\n            startScreen.style.display = 'none';\n            resultsScreen.style.display = 'none';\n            quizScreen.style.display = 'block';\n            currentQuestionIndex = 0;\n            score = 0;\n            questions.forEach(q => {\n                 q.userAnswer = null;\n                 q.isCorrect = null;\n             });\n             progressTextEl.textContent = `0 \/ ${totalQuestions}`;\n            loadQuestion(currentQuestionIndex);\n        }\n\n        function loadQuestion(index) {\n            feedbackEl.textContent = '';\n            feedbackEl.className = '';\n            const currentQuestion = questions[index];\n            questionNumberEl.textContent = `\u0627\u0644\u0633\u0624\u0627\u0644 ${index + 1} \u0645\u0646 ${totalQuestions}`;\n            questionTextEl.innerHTML = currentQuestion.question; \/\/ Use .innerHTML\n            optionsContainer.innerHTML = '';\n            \n            \/\/ Do not shuffle options if they are specific, e.g., True\/False\n            \/\/ For this quiz, shuffling is fine.\n            const shuffledOptions = [...currentQuestion.options];\n            shuffleArray(shuffledOptions);\n\n            const alreadyAnswered = currentQuestion.userAnswer !== null;\n\n            shuffledOptions.forEach(option => {\n                const button = document.createElement('button');\n                button.innerHTML = option; \/\/ Use .innerHTML\n                button.classList.add('option-btn');\n                button.disabled = alreadyAnswered;\n\n                if (alreadyAnswered) {\n                    if (option === currentQuestion.userAnswer) {\n                        button.classList.add(currentQuestion.isCorrect ? 'correct' : 'incorrect');\n                    } else if (option === currentQuestion.correctAnswer && !currentQuestion.isCorrect) {\n                        button.classList.add('correct');\n                    }\n                } else {\n                     button.onclick = () => handleAnswer(button, option);\n                }\n                optionsContainer.appendChild(button);\n            });\n             updateProgressBar();\n             updateNavigationButtons();\n        }\n\n         function handleAnswer(selectedButton, selectedAnswer) {\n             const currentQuestion = questions[currentQuestionIndex];\n             if (currentQuestion.userAnswer !== null) return;\n\n             currentQuestion.userAnswer = selectedAnswer;\n             const isCorrect = selectedAnswer === currentQuestion.correctAnswer;\n             currentQuestion.isCorrect = isCorrect;\n\n             const optionButtons = optionsContainer.querySelectorAll('.option-btn');\n             optionButtons.forEach(btn => btn.disabled = true);\n\n             if (isCorrect) {\n                 score++;\n                 selectedButton.classList.add('correct');\n                 feedbackEl.textContent = '\u0625\u062c\u0627\u0628\u0629 \u0635\u062d\u064a\u062d\u0629!';\n                 feedbackEl.className = 'correct';\n             } else {\n                 selectedButton.classList.add('incorrect');\n                 feedbackEl.textContent = '\u0625\u062c\u0627\u0628\u0629 \u062e\u0627\u0637\u0626\u0629!';\n                 feedbackEl.className = 'incorrect';\n                 optionButtons.forEach(btn => {\n                     if (btn.innerHTML === currentQuestion.correctAnswer) { \/\/ Use .innerHTML\n                         setTimeout(() => { btn.classList.add('correct'); }, 500);\n                     }\n                 });\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 updateNavigationButtons() {\n             prevBtn.disabled = currentQuestionIndex === 0;\n             if (currentQuestionIndex === totalQuestions - 1) {\n                 nextBtn.textContent = '\u0625\u0646\u0647\u0627\u0621 \u0648\u0639\u0631\u0636 \u0627\u0644\u0646\u062a\u064a\u062c\u0629';\n             } else {\n                 nextBtn.textContent = '\u0627\u0644\u062a\u0627\u0644\u064a';\n             }\n         }\n\n        function nextQuestion() {\n            if (currentQuestionIndex < totalQuestions - 1) {\n                currentQuestionIndex++;\n                loadQuestion(currentQuestionIndex);\n            } else {\n                showResults();\n            }\n        }\n\n        function prevQuestion() {\n            if (currentQuestionIndex > 0) {\n                currentQuestionIndex--;\n                loadQuestion(currentQuestionIndex);\n            }\n        }\n\n        function showResults() {\n            quizScreen.style.display = 'none';\n            resultsScreen.style.display = 'block';\n            const scorePercentage = ((score \/ totalQuestions) * 100).toFixed(1);\n            scoreEl.textContent = `\u0646\u062a\u064a\u062c\u062a\u0643: ${score} \u0645\u0646 ${totalQuestions} (${scorePercentage}%)`;\n            reviewContainer.innerHTML = '';\n             \n             const sortedQuestionsForReview = [...questions].sort((a, b) => a.originalIndex - b.originalIndex);\n\n            sortedQuestionsForReview.forEach((q) => {\n                const reviewItem = document.createElement('div');\n                reviewItem.classList.add('review-item');\n\n                const questionP = document.createElement('p');\n                questionP.classList.add('review-question');\n                questionP.innerHTML = `${q.originalIndex}. ${q.question}`; \/\/ Use .innerHTML\n\n                const userAnswerP = document.createElement('p');\n                userAnswerP.classList.add('review-user-answer');\n\n                 if (q.userAnswer === null) {\n                     userAnswerP.textContent = '\u0625\u062c\u0627\u0628\u062a\u0643: \u0644\u0645 \u062a\u062a\u0645 \u0627\u0644\u0625\u062c\u0627\u0628\u0629';\n                     userAnswerP.classList.add('incorrect');\n                 } else {\n                     userAnswerP.innerHTML = `\u0625\u062c\u0627\u0628\u062a\u0643: ${q.userAnswer} (<span class=\"${q.isCorrect ? 'correct' : 'incorrect'}\">${q.isCorrect ? '\u0635\u062d\u064a\u062d\u0629' : '\u062e\u0627\u0637\u0626\u0629'}<\/span>)`; \/\/ Use .innerHTML\n                     userAnswerP.classList.add(q.isCorrect ? 'correct' : 'incorrect');\n                 }\n                \n                reviewItem.appendChild(questionP);\n                reviewItem.appendChild(userAnswerP);\n\n                 if (!q.isCorrect || q.userAnswer === null) {\n                     const correctAnswerP = document.createElement('p');\n                     correctAnswerP.classList.add('review-correct-answer');\n                     correctAnswerP.innerHTML = `\u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0627\u0644\u0635\u062d\u064a\u062d\u0629: ${q.correctAnswer}`; \/\/ Use .innerHTML\n                     reviewItem.appendChild(correctAnswerP);\n                 }\n                \n                reviewContainer.appendChild(reviewItem);\n            });\n        }\n\n         function restartQuiz() {\n             questions = [...englishQuizQuestions];\n             startQuiz();\n         }\n\n        \/\/ Initial setup\n        quizScreen.style.display = 'none';\n        resultsScreen.style.display = 'none';\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n\n<!DOCTYPE html>\n<html lang=\"ar\" dir=\"rtl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 &#8211; \u0623\u0648\u0644 \u062b\u0627\u0646\u0648\u064a 2008<\/title>\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            \/* \u062d\u0630\u0641 \u0627\u0644\u062e\u0644\u0641\u064a\u0629 \u0627\u0644\u0628\u0631\u062a\u0642\u0627\u0644\u064a\u0629 \u0627\u0644\u0645\u062a\u062f\u0631\u062c\u0629 *\/\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n            margin: 0;\n            overflow: auto;\n        }\n        .container {\n            text-align: center;\n            background: rgba(255, 255, 255, 0.95);\n            padding: 40px;\n            border-radius: 20px;\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);\n            margin: 20px;\n            width: 90%;\n            max-width: 600px;\n        }\n        h1 {\n            color: #ff6200;\n            font-size: 1.8em;\n            margin-bottom: 30px;\n            text-shadow: 2px 2px 5px rgba(255, 98, 0, 0.2);\n            line-height: 1.5;\n        }\n        .button-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr); \/* \u0639\u0645\u0648\u062f\u064a\u0646 \u062f\u0627\u0626\u0645\u064b\u0627 *\/\n            gap: 20px;\n            max-width: 100%;\n        }\n        .cute-button {\n            background: #ff6200;\n            color: white;\n            padding: 12px 25px;\n            border: none;\n            border-radius: 15px;\n            font-size: 1.1em;\n            cursor: pointer;\n            position: relative;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 10px rgba(255, 98, 0, 0.4), \n                        inset 0 3px 8px rgba(255, 255, 255, 0.3);\n            transform: perspective(500px) rotateX(5deg);\n        }\n        .cute-button:hover {\n            transform: perspective(500px) rotateX(0deg) translateY(-3px);\n            box-shadow: 0 8px 15px rgba(255, 98, 0, 0.6), \n                        inset 0 3px 8px rgba(255, 255, 255, 0.5);\n        }\n        .cute-button:active {\n            transform: perspective(500px) rotateX(0deg) scale(0.97);\n            box-shadow: 0 3px 8px rgba(255, 98, 0, 0.3), \n                        inset 0 2px 5px rgba(255, 255, 255, 0.2);\n        }\n        .cute-button::before {\n            content: '';\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            width: 0;\n            height: 0;\n            background: rgba(255, 255, 255, 0.3);\n            border-radius: 50%;\n            transform: translate(-50%, -50%);\n            transition: width 0.4s ease, height 0.4s ease;\n        }\n        .cute-button:hover::before {\n            width: 150px;\n            height: 150px;\n        }\n        @keyframes bounceIn {\n            0% { opacity: 0; transform: perspective(500px) rotateX(15deg) scale(0.9); }\n            60% { opacity: 1; transform: perspective(500px) rotateX(-3deg) scale(1.03); }\n            100% { transform: perspective(500px) rotateX(5deg) scale(1); }\n        }\n        .cute-button {\n            animation: bounceIn 0.5s ease forwards;\n        }\n\n        \/* \u0627\u0644\u062a\u0648\u0627\u0641\u0642 \u0645\u0639 \u0634\u0627\u0634\u0627\u062a \u0627\u0644\u0647\u0648\u0627\u062a\u0641 \u0645\u0639 \u0627\u0644\u0625\u0628\u0642\u0627\u0621 \u0639\u0644\u0649 \u0639\u0645\u0648\u062f\u064a\u0646 *\/\n        @media (max-width: 600px) {\n            .container {\n                padding: 20px;\n            }\n            h1 {\n                font-size: 1.4em;\n                line-height: 1.6;\n            }\n            .button-grid {\n                grid-template-columns: repeat(2, 1fr); \/* \u0627\u0644\u0625\u0628\u0642\u0627\u0621 \u0639\u0644\u0649 \u0639\u0645\u0648\u062f\u064a\u0646 *\/\n                gap: 10px;\n            }\n            .cute-button {\n                padding: 8px 15px;\n                font-size: 0.9em;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <h1>\u0627\u0645\u062a\u062d\u0627\u0646\u0627\u062a \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0644\u062c\u0645\u064a\u0639 \u0648\u062d\u062f\u0627\u062a \u0643\u062a\u0627\u0628 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0644\u0644\u0635\u0641 \u0627\u0644\u0623\u0648\u0644 \u062b\u0627\u0646\u0648\u064a \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a \u062c\u064a\u0644 2008<\/h1>\n        <div class=\"button-grid\">\n            <a href=\"https:\/\/tawjihy.com\/?p=4781\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0623\u0648\u0644\u0649<\/button><\/a>\n            <a href=\"https:\/\/tawjihy.com\/?p=4790\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062b\u0627\u0646\u064a\u0629<\/button><\/a>\n            <a href=\"https:\/\/tawjihy.com\/?p=4792\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062b\u0627\u0644\u062b\u0629<\/button><\/a>\n            <a href=\"https:\/\/tawjihy.com\/?p=4797\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0631\u0627\u0628\u0639\u0629<\/button><\/a>\n            <a href=\"https:\/\/tawjihy.com\/?p=4806\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0633\u0627\u062f\u0633\u0629<\/button><\/a>\n            <a href=\"https:\/\/tawjihy.com\/?p=4811\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0633\u0627\u0628\u0639\u0629<\/button><\/a>\n            <a href=\"https:\/\/tawjihy.com\/?p=4813\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062b\u0627\u0645\u0646\u0629<\/button><\/a>\n            <a href=\"https:\/\/tawjihy.com\/?p=4816\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062a\u0627\u0633\u0639\u0629<\/button><\/a>\n            <a href=\"https:\/\/tawjihy.com\/?p=4826\"><button class=\"cute-button\">\u0627\u0645\u062a\u062d\u0627\u0646 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u0639\u0627\u0634\u0631\u0629<\/button><\/a>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0639\u0627\u0646\u064a \u0645\u062d\u0648\u0633\u0628 \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0625\u0646\u062c\u0644\u064a\u0632\u064a\u0629 \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062a\u0627\u0633\u0639\u0629 \u0623\u0648\u0644 \u062b\u0627\u0646\u0648\u064a \u0623\u0643\u0627\u062f\u064a\u0645\u064a 2008 \u0625\u0639\u062f\u0627\u062f \u0627\u0644\u0645\u0639\u0644\u0645 \u0627\u064a\u0645\u0646 \u0627\u0644\u062e\u0636\u064a\u0631\u0627\u062a&nbsp; \u0627\u0645\u062a\u062d\u0627\u0646 \u0645\u0639\u0627\u0646\u064a \u0627\u0644\u0648\u062d\u062f\u0629 \u0627\u0644\u062a\u0627\u0633\u0639\u0629 \u0627\u0645\u062a\u062d\u0627\u0646 [&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-4816","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\/4816","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=4816"}],"version-history":[{"count":5,"href":"https:\/\/tawjihy.com\/index.php?rest_route=\/wp\/v2\/posts\/4816\/revisions"}],"predecessor-version":[{"id":5068,"href":"https:\/\/tawjihy.com\/index.php?rest_route=\/wp\/v2\/posts\/4816\/revisions\/5068"}],"wp:attachment":[{"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4816"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4816"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4816"},{"taxonomy":"reaction","embeddable":true,"href":"https:\/\/tawjihy.com\/index.php?rest_route=%2Fwp%2Fv2%2Freaction&post=4816"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}