{"id":15190,"date":"2025-09-02T13:19:17","date_gmt":"2025-09-02T11:19:17","guid":{"rendered":"https:\/\/ejaada.com\/?page_id=15190"},"modified":"2025-09-02T13:24:07","modified_gmt":"2025-09-02T11:24:07","slug":"%d9%84%d8%b9%d8%a8%d8%a9-%d8%a7%d9%84%d8%b6%d9%85%d8%a7%d8%a6%d8%b1","status":"publish","type":"page","link":"https:\/\/ejaada.com\/en\/%d9%84%d8%b9%d8%a8%d8%a9-%d8%a7%d9%84%d8%b6%d9%85%d8%a7%d8%a6%d8%b1\/","title":{"rendered":"Pronouns game"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"15190\" class=\"elementor elementor-15190\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6be9cb9 e-flex e-con-boxed e-con e-parent\" data-id=\"6be9cb9\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f46b02d elementor-widget elementor-widget-html\" data-id=\"f46b02d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"ar\" dir=\"rtl\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Matching pronouns with verbs<\/title>\r\n    <style>\r\n        .arabic-pronoun-game {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            max-width: 700px;\r\n            max-height: 990px;\r\n            margin: 20px auto;\r\n            background: #ffffff;\r\n            border-radius: 16px;\r\n            padding: 24px;\r\n            box-shadow: 0 8px 32px rgba(102, 51, 153, 0.15);\r\n            border: 2px solid #663399;\r\n            direction: rtl;\r\n            text-align: right;\r\n        }\r\n\r\n        .arabic-pronoun-game * {\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        .game-title {\r\n            color: #663399;\r\n            font-size: 24px;\r\n            font-weight: bold;\r\n            text-align: center;\r\n            margin-bottom: 20px;\r\n            text-shadow: 0 2px 4px rgba(102, 51, 153, 0.1);\r\n        }\r\n\r\n        .progress-section {\r\n            margin-bottom: 24px;\r\n        }\r\n\r\n        .progress-bar {\r\n            background: rgba(102, 51, 153, 0.1);\r\n            height: 8px;\r\n            border-radius: 4px;\r\n            overflow: hidden;\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .progress-fill {\r\n            background: linear-gradient(90deg, #663399, #8A2BE2);\r\n            height: 100px;\r\n            border-radius: 4px;\r\n            transition: width 0.6s ease;\r\n            width: 0%;\r\n        }\r\n\r\n        .progress-text {\r\n            text-align: center;\r\n            color: #663399;\r\n            font-weight: 600;\r\n            font-size: 14px;\r\n        }\r\n\r\n        .question-section {\r\n            background: linear-gradient(135deg, #f8f6ff, #ffffff);\r\n            border-radius: 12px;\r\n            padding: 20px;\r\n            margin-bottom: 20px;\r\n            border: 1px solid rgba(102, 51, 153, 0.2);\r\n        }\r\n\r\n        .question-number {\r\n            color: #663399;\r\n            font-size: 16px;\r\n            font-weight: 600;\r\n            margin-bottom: 12px;\r\n        }\r\n\r\n        .pronoun-display {\r\n            background: #663399;\r\n            color: white;\r\n            padding: 16px;\r\n            border-radius: 10px;\r\n            text-align: center;\r\n            font-size: 28px;\r\n            font-weight: bold;\r\n            margin-bottom: 20px;\r\n            box-shadow: 0 4px 12px rgba(102, 51, 153, 0.3);\r\n        }\r\n\r\n        .instruction {\r\n            text-align: center;\r\n            color: #555;\r\n            font-size: 16px;\r\n            margin-bottom: 20px;\r\n            font-weight: 500;\r\n        }\r\n\r\n        .choices-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(2, 1fr);\r\n            gap: 12px;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .choice-btn {\r\n            background: white !important; \r\n            border: 2px solid #663399 !important;\r\n            color: #663399 !important;\r\n            padding: 14px 12px !important;\r\n            border-radius: 10px !important;\r\n            text-align: center !important;\r\n            font-size: 18px !important;\r\n            font-weight: 600 !important;\r\n            cursor: pointer !important;\r\n            transition: all 0.3s ease !important;\r\n            min-height: 60px !important;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n        }\r\n\r\n        .choice-btn:hover:not(.correct):not(.wrong):not(:disabled) {\r\n            background: rgba(102, 51, 153, 0.1) !important;\r\n            transform: translateY(-2px) !important;\r\n            box-shadow: 0 4px 12px rgba(102, 51, 153, 0.2) !important;\r\n        }\r\n\r\n        .choice-btn.correct {\r\n            background: #28a745 !important;\r\n            color: white !important;\r\n            border-color: #28a745 !important;\r\n            transform: scale(1.05);\r\n        }\r\n\r\n        .choice-btn.wrong {\r\n            background: #dc3545 !important;\r\n            color: white !important;\r\n            border-color: #dc3545 !important;\r\n            animation: shake 0.5s;\r\n        }\r\n\r\n        .choice-btn:disabled {\r\n            cursor: not-allowed;\r\n            opacity: 0.6;\r\n        }\r\n\r\n        @keyframes shake {\r\n            0%, 100% { transform: translateX(0); }\r\n            25% { transform: translateX(-8px); }\r\n            75% { transform: translateX(8px); }\r\n        }\r\n\r\n        .feedback {\r\n            text-align: center;\r\n            padding: 12px;\r\n            border-radius: 8px;\r\n            font-weight: 600;\r\n            font-size: 16px;\r\n            margin-bottom: 16px;\r\n            opacity: 0;\r\n            transform: translateY(-10px);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .feedback.show {\r\n            opacity: 1;\r\n            transform: translateY(0);\r\n        }\r\n\r\n        .feedback.success {\r\n            background: rgba(40, 167, 69, 0.1);\r\n            color: #28a745;\r\n            border: 1px solid rgba(40, 167, 69, 0.3);\r\n        }\r\n\r\n        .feedback.error {\r\n            background: rgba(220, 53, 69, 0.1);\r\n            color: #dc3545;\r\n            border: 1px solid rgba(220, 53, 69, 0.3);\r\n        }\r\n\r\n        .next-btn {\r\n            background: #663399 !important;\r\n            color: white !important;\r\n            border: none !important;\r\n            padding: 14px 32px !important;\r\n            border-radius: 25px !important;\r\n            font-size: 16px !important;\r\n            font-weight: 600 !important;\r\n            cursor: pointer !important;\r\n            transition: all 0.3s ease !important;\r\n            display: block;\r\n            margin: 0 auto;\r\n            opacity: 0;\r\n            transform: translateY(10px);\r\n        }\r\n\r\n        .next-btn.show {\r\n            opacity: 1;\r\n            transform: translateY(0);\r\n        }\r\n\r\n        .next-btn:hover {\r\n            background: #552288;\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 4px 12px rgba(102, 51, 153, 0.3);\r\n        }\r\n\r\n        .final-score {\r\n            text-align: center;\r\n            background: linear-gradient(135deg, #663399, #8A2BE2);\r\n            color: white;\r\n            padding: 24px;\r\n            border-radius: 12px;\r\n            margin-top: 20px;\r\n        }\r\n\r\n        .final-score h3 {\r\n            margin: 0 0 16px 0;\r\n            font-size: 24px;\r\n        }\r\n\r\n        .score-details {\r\n            font-size: 18px;\r\n            margin-bottom: 16px;\r\n        }\r\n\r\n        .restart-btn {\r\n            background: white;\r\n            color: #663399;\r\n            border: 2px solid white;\r\n            padding: 12px 24px;\r\n            border-radius: 20px;\r\n            font-size: 16px;\r\n            font-weight: 600;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .restart-btn:hover {\r\n            background: rgba(255, 255, 255, 0.9);\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .arabic-pronoun-game {\r\n                margin: 10px;\r\n                padding: 16px;\r\n            }\r\n            \r\n            .choices-grid {\r\n                grid-template-columns: 1fr;\r\n                gap: 10px;\r\n            }\r\n            \r\n            .pronoun-display {\r\n                font-size: 24px;\r\n                padding: 12px;\r\n            }\r\n            \r\n            .choice-btn {\r\n                font-size: 16px;\r\n                min-height: 50px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"arabic-pronoun-game\">\r\n        <h1 class=\"game-title\">\ud83c\udfaf Matching pronouns with verbs<\/h1>\r\n        \r\n        <div class=\"progress-section\">\r\n            <div class=\"progress-bar\">\r\n                <div class=\"progress-fill\" id=\"progressFill\"><\/div>\r\n            <\/div>\r\n            <div class=\"progress-text\" id=\"progressText\">Question 1 of 10<\/div>\r\n        <\/div>\r\n\r\n        <div class=\"question-section\" id=\"gameSection\">\r\n            <div class=\"question-number\" id=\"questionNumber\">The first question<\/div>\r\n            <div class=\"pronoun-display\" id=\"pronounDisplay\"><\/div>\r\n            <div class=\"instruction\">Choose the appropriate verb for the pronoun:<\/div>\r\n            <div class=\"choices-grid\" id=\"choicesGrid\"><\/div>\r\n            <div class=\"feedback\" id=\"feedback\"><\/div>\r\n            <button class=\"next-btn\" id=\"nextBtn\" onclick=\"nextQuestion()\">Next question<\/button>\r\n        <\/div>\r\n\r\n        <div class=\"final-score\" id=\"finalScore\" style=\"display: none;\">\r\n            <h3>\ud83c\udf89 I&#039;m done with the game!<\/h3>\r\n            <div class=\"score-details\" id=\"scoreDetails\"><\/div>\r\n            <button class=\"restart-btn\" onclick=\"restartGame()\">play again<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        const PronounGame = {\r\n            questions: [\r\n                { pronoun: \"\u0623\u0646\u0627\", correct: \"\u0623\u0643\u062a\u0628\u064f\", choices: [\"\u0623\u0643\u062a\u0628\u064f\", \"\u062a\u0643\u062a\u0628\u064f\", \"\u064a\u0643\u062a\u0628\u064f\", \"\u0646\u0643\u062a\u0628\u064f\"] },\r\n                { pronoun: \"\u0623\u0646\u062a\u064e\", correct: \"\u062a\u0642\u0631\u0623\u064f\", choices: [\"\u0623\u0642\u0631\u0623\u064f\", \"\u062a\u0642\u0631\u0623\u064f\", \"\u064a\u0642\u0631\u0623\u064f\", \"\u062a\u0642\u0631\u0626\u064a\u0646\"] },\r\n                { pronoun: \"\u0647\u0648\", correct: \"\u064a\u0644\u0639\u0628\u064f\", choices: [\"\u0623\u0644\u0639\u0628\u064f\", \"\u062a\u0644\u0639\u0628\u064f\", \"\u064a\u0644\u0639\u0628\u064f\", \"\u0646\u0644\u0639\u0628\u064f\"] },\r\n                { pronoun: \"\u0647\u064a\", correct: \"\u062a\u062f\u0631\u0633\u064f\", choices: [\"\u0623\u062f\u0631\u0633\u064f\", \"\u062a\u062f\u0631\u0633\u064a\u0646\", \"\u062a\u062f\u0631\u0633\u064f\", \"\u064a\u062f\u0631\u0633\u064f\"] },\r\n                { pronoun: \"\u0646\u062d\u0646\", correct: \"\u0646\u0623\u0643\u0644\u064f\", choices: [\"\u0622\u0643\u0644\u064f\", \"\u062a\u0623\u0643\u0644\u064f\", \"\u064a\u0623\u0643\u0644\u064f\", \"\u0646\u0623\u0643\u0644\u064f\"] },\r\n                { pronoun: \"\u0623\u0646\u062a\u0650\", correct: \"\u062a\u0643\u062a\u0628\u064a\u0646\", choices: [\"\u0623\u0643\u062a\u0628\u064f\", \"\u062a\u0643\u062a\u0628\u064f\", \"\u062a\u0643\u062a\u0628\u064a\u0646\", \"\u064a\u0643\u062a\u0628\u064f\"] },\r\n                { pronoun: \"\u0623\u0646\u062a\u0645\", correct: \"\u062a\u0644\u0639\u0628\u0648\u0646\", choices: [\"\u0623\u0644\u0639\u0628\u064f\", \"\u062a\u0644\u0639\u0628\u064f\", \"\u064a\u0644\u0639\u0628\u0648\u0646\", \"\u062a\u0644\u0639\u0628\u0648\u0646\"] },\r\n                { pronoun: \"\u0647\u0645\", correct: \"\u064a\u062f\u0631\u0633\u0648\u0646\", choices: [\"\u0623\u062f\u0631\u0633\u064f\", \"\u062a\u062f\u0631\u0633\u064f\", \"\u064a\u062f\u0631\u0633\u0648\u0646\", \"\u0646\u062f\u0631\u0633\u064f\"] },\r\n                { pronoun: \"\u0647\u0645\u0627\", correct: \"\u064a\u0643\u062a\u0628\u0627\u0646\", choices: [\"\u0623\u0643\u062a\u0628\u064f\", \"\u062a\u0643\u062a\u0628\u0627\u0646\", \"\u064a\u0643\u062a\u0628\u0627\u0646\", \"\u0646\u0643\u062a\u0628\u064f\"] },\r\n                { pronoun: \"\u0623\u0646\u062a\u0646\u0651\", correct: \"\u062a\u0642\u0631\u0623\u0646\", choices: [\"\u0623\u0642\u0631\u0623\u064f\", \"\u062a\u0642\u0631\u0623\u064f\", \"\u064a\u0642\u0631\u0623\u0646\", \"\u062a\u0642\u0631\u0623\u0646\"] }\r\n            ],\r\n            currentQuestion: 0,\r\n            score: 0,\r\n            answered: false\r\n        };\r\n\r\n        const questionNumbers = [\r\n            \"\u0627\u0644\u0623\u0648\u0644\", \"\u0627\u0644\u062b\u0627\u0646\u064a\", \"\u0627\u0644\u062b\u0627\u0644\u062b\", \"\u0627\u0644\u0631\u0627\u0628\u0639\", \"\u0627\u0644\u062e\u0627\u0645\u0633\",\r\n            \"\u0627\u0644\u0633\u0627\u062f\u0633\", \"\u0627\u0644\u0633\u0627\u0628\u0639\", \"\u0627\u0644\u062b\u0627\u0645\u0646\", \"\u0627\u0644\u062a\u0627\u0633\u0639\", \"\u0627\u0644\u0639\u0627\u0634\u0631\"\r\n        ];\r\n\r\n        const successMessages = [\"\u0645\u0645\u062a\u0627\u0632! \ud83c\udf89\", \"\u0631\u0627\u0626\u0639! \u2b50\", \"\u0635\u062d\u064a\u062d! \ud83d\udc4d\", \"\u0623\u062d\u0633\u0646\u062a! \ud83d\udcab\", \"\u0628\u0627\u0631\u0643 \u0627\u0644\u0644\u0647 \u0641\u064a\u0643! \ud83c\udf1f\"];\r\n        const errorMessages = [\"\u062e\u0637\u0623! \ud83d\ude14\", \"\u063a\u064a\u0631 \u0635\u062d\u064a\u062d! \ud83e\udd14\", \"\u062d\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649! \ud83d\udcaa\"];\r\n\r\n        function loadQuestion() {\r\n            const question = PronounGame.questions[PronounGame.currentQuestion];\r\n            \r\n            \/\/ Update progress\r\n            const progress = ((PronounGame.currentQuestion) \/ 10) * 100;\r\n            document.getElementById('progressFill').style.width = progress + '%';\r\n            document.getElementById('progressText').textContent = `\u0627\u0644\u0633\u0624\u0627\u0644 ${PronounGame.currentQuestion + 1} \u0645\u0646 10`;\r\n            \r\n            \/\/ Update question\r\n            document.getElementById('questionNumber').textContent = `\u0627\u0644\u0633\u0624\u0627\u0644 ${questionNumbers[PronounGame.currentQuestion]}`;\r\n            document.getElementById('pronounDisplay').textContent = question.pronoun;\r\n            \r\n            \/\/ Create choices\r\n            const choicesGrid = document.getElementById('choicesGrid');\r\n            choicesGrid.innerHTML = '';\r\n            \r\n            \/\/ Shuffle choices\r\n            const shuffledChoices = [...question.choices].sort(() => Math.random() - 0.5);\r\n            \r\n            shuffledChoices.forEach(choice => {\r\n                const choiceBtn = document.createElement('button');\r\n                choiceBtn.className = 'choice-btn';\r\n                choiceBtn.textContent = choice;\r\n                choiceBtn.onclick = () => selectChoice(choice, choiceBtn);\r\n                choicesGrid.appendChild(choiceBtn);\r\n            });\r\n            \r\n            \/\/ Reset UI\r\n            document.getElementById('feedback').className = 'feedback';\r\n            document.getElementById('nextBtn').className = 'next-btn';\r\n            PronounGame.answered = false;\r\n        }\r\n\r\n        function selectChoice(choice, btnElement) {\r\n            if (PronounGame.answered) return;\r\n            \r\n            const question = PronounGame.questions[PronounGame.currentQuestion];\r\n            const isCorrect = choice === question.correct;\r\n            const feedback = document.getElementById('feedback');\r\n            const nextBtn = document.getElementById('nextBtn');\r\n            \r\n            \/\/ Disable all buttons\r\n            document.querySelectorAll('.choice-btn').forEach(btn => btn.disabled = true);\r\n            \r\n            if (isCorrect) {\r\n                btnElement.classList.add('correct');\r\n                PronounGame.score++;\r\n                \r\n                const message = successMessages[Math.floor(Math.random() * successMessages.length)];\r\n                feedback.textContent = message;\r\n                feedback.className = 'feedback success show';\r\n            } else {\r\n                btnElement.classList.add('wrong');\r\n                \r\n                \/\/ Show correct answer\r\n                document.querySelectorAll('.choice-btn').forEach(btn => {\r\n                    if (btn.textContent === question.correct) {\r\n                        btn.classList.add('correct');\r\n                    }\r\n                });\r\n                \r\n                const message = errorMessages[Math.floor(Math.random() * errorMessages.length)];\r\n                feedback.textContent = `${message} \u0627\u0644\u0625\u062c\u0627\u0628\u0629 \u0627\u0644\u0635\u062d\u064a\u062d\u0629: ${question.correct}`;\r\n                feedback.className = 'feedback error show';\r\n            }\r\n            \r\n            PronounGame.answered = true;\r\n            \r\n            \/\/ Show next button or finish game\r\n            if (PronounGame.currentQuestion < 9) {\r\n                setTimeout(() => {\r\n                    nextBtn.classList.add('show');\r\n                }, 500);\r\n            } else {\r\n                setTimeout(() => {\r\n                    showFinalScore();\r\n                }, 2000);\r\n            }\r\n        }\r\n\r\n        function nextQuestion() {\r\n            PronounGame.currentQuestion++;\r\n            loadQuestion();\r\n        }\r\n\r\n        function showFinalScore() {\r\n            const percentage = Math.round((PronounGame.score \/ 10) * 100);\r\n            let performance = \"\";\r\n            \r\n            if (percentage >= 90) performance = \"\u0645\u0645\u062a\u0627\u0632 \u062c\u062f\u0627\u064b! \ud83c\udfc6\";\r\n            else if (percentage >= 80) performance = \"\u0645\u0645\u062a\u0627\u0632! \ud83c\udf89\";\r\n            else if (percentage >= 70) performance = \"\u062c\u064a\u062f \u062c\u062f\u0627\u064b! \ud83d\udc4d\";\r\n            else if (percentage >= 60) performance = \"\u062c\u064a\u062f! \ud83d\ude0a\";\r\n            else performance = \"\u064a\u062d\u062a\u0627\u062c \u062a\u062d\u0633\u064a\u0646! \ud83d\udcaa\";\r\n            \r\n            document.getElementById('scoreDetails').innerHTML = `\r\n                <div>\u0627\u0644\u0646\u062a\u064a\u062c\u0629: ${PronounGame.score} \u0645\u0646 10<\/div>\r\n                <div>\u0627\u0644\u0646\u0633\u0628\u0629: ${percentage}%<\/div>\r\n                <div>${performance}<\/div>\r\n            `;\r\n            \r\n            document.getElementById('gameSection').style.display = 'none';\r\n            document.getElementById('finalScore').style.display = 'block';\r\n            document.getElementById('progressFill').style.width = '100%';\r\n        }\r\n\r\n        function restartGame() {\r\n            PronounGame.currentQuestion = 0;\r\n            PronounGame.score = 0;\r\n            PronounGame.answered = false;\r\n            \r\n            document.getElementById('gameSection').style.display = 'block';\r\n            document.getElementById('finalScore').style.display = 'none';\r\n            \r\n            \/\/ Shuffle questions for replay\r\n            PronounGame.questions.sort(() => Math.random() - 0.5);\r\n            \r\n            loadQuestion();\r\n        }\r\n\r\n        \/\/ Initialize game\r\n        document.addEventListener('DOMContentLoaded', () => {\r\n            loadQuestion();\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>\u0645\u0637\u0627\u0628\u0642\u0629 \u0627\u0644\u0636\u0645\u0627\u0626\u0631 \u0628\u0627\u0644\u0623\u0641\u0639\u0627\u0644 \ud83c\udfaf \u0645\u0637\u0627\u0628\u0642\u0629 \u0627\u0644\u0636\u0645\u0627\u0626\u0631 \u0628\u0627\u0644\u0623\u0641\u0639\u0627\u0644 \u0627\u0644\u0633\u0624\u0627\u0644 1 \u0645\u0646 10 \u0627\u0644\u0633\u0624\u0627\u0644 \u0627\u0644\u0623\u0648\u0644 \u0627\u062e\u062a\u0631 \u0627\u0644\u0641\u0639\u0644 \u0627\u0644\u0645\u0646\u0627\u0633\u0628 \u0644\u0644\u0636\u0645\u064a\u0631: \u0627\u0644\u0633\u0624\u0627\u0644 \u0627\u0644\u062a\u0627\u0644\u064a \ud83c\udf89 \u0627\u0646\u062a\u0647\u064a\u062a \u0645\u0646 \u0627\u0644\u0644\u0639\u0628\u0629! \u0644\u0639\u0628 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649<\/p>","protected":false},"author":389,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","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":"","ast-disable-related-posts":"","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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-15190","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ejaada.com\/en\/wp-json\/wp\/v2\/pages\/15190","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ejaada.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ejaada.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ejaada.com\/en\/wp-json\/wp\/v2\/users\/389"}],"replies":[{"embeddable":true,"href":"https:\/\/ejaada.com\/en\/wp-json\/wp\/v2\/comments?post=15190"}],"version-history":[{"count":10,"href":"https:\/\/ejaada.com\/en\/wp-json\/wp\/v2\/pages\/15190\/revisions"}],"predecessor-version":[{"id":15201,"href":"https:\/\/ejaada.com\/en\/wp-json\/wp\/v2\/pages\/15190\/revisions\/15201"}],"wp:attachment":[{"href":"https:\/\/ejaada.com\/en\/wp-json\/wp\/v2\/media?parent=15190"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}