{"id":124,"date":"2025-08-06T05:14:41","date_gmt":"2025-08-06T12:14:41","guid":{"rendered":"https:\/\/www.newwealth.shop\/a\/?p=124"},"modified":"2025-08-15T06:54:52","modified_gmt":"2025-08-15T13:54:52","slug":"anya-forger-quiz","status":"publish","type":"post","link":"https:\/\/www.newwealth.shop\/a\/?p=124","title":{"rendered":"Anya Forger Quiz"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Spy x Family &#8211; Anya Forger Ultimate Quiz<\/title>\n    <link href=\"https:\/\/cdn.jsdelivr.net\/npm\/tailwindcss@2.2.19\/dist\/tailwind.min.css\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/@fortawesome\/fontawesome-free@6.4.0\/css\/all.min.css\">\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=Nunito:wght@400;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        body {\n            font-family: 'Nunito', sans-serif;\n            background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 50%, #f3e8ff 100%);\n            min-height: 100vh;\n        }\n        .title-font {\n            font-family: 'Nunito', sans-serif;\n            font-weight: 800;\n        }\n        .quiz-container {\n            max-width: 900px;\n            margin: 0 auto;\n            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n        }\n        .option {\n            transition: all 0.3s ease;\n            border: 3px solid transparent;\n        }\n        .option:hover {\n            transform: translateY(-2px);\n            border: 3px solid #ec4899;\n            box-shadow: 0 8px 25px -8px rgba(236, 72, 153, 0.3);\n        }\n        .correct {\n            background: linear-gradient(135deg, #d1fae5, #a7f3d0);\n            border: 3px solid #10b981;\n            animation: correctPulse 0.6s ease;\n        }\n        .incorrect {\n            background: linear-gradient(135deg, #fee2e2, #fecaca);\n            border: 3px solid #ef4444;\n            animation: incorrectShake 0.6s ease;\n        }\n        .disabled {\n            pointer-events: none;\n        }\n        @keyframes correctPulse {\n            0% { transform: scale(1); }\n            50% { transform: scale(1.02); }\n            100% { transform: scale(1); }\n        }\n        @keyframes incorrectShake {\n            0%, 100% { transform: translateX(0); }\n            25% { transform: translateX(-5px); }\n            75% { transform: translateX(5px); }\n        }\n        .anya-icon {\n            width: 60px;\n            height: 60px;\n            background: radial-gradient(circle at 50% 30%, #fbbf24, #f59e0b);\n            border-radius: 50%;\n            position: relative;\n            display: inline-block;\n            box-shadow: 0 8px 16px rgba(251, 191, 36, 0.3);\n        }\n        .anya-icon::before {\n            content: \"\ud83c\udf80\";\n            position: absolute;\n            top: -10px;\n            right: -5px;\n            font-size: 24px;\n        }\n        .anya-icon::after {\n            content: \"\u2728\";\n            position: absolute;\n            bottom: -5px;\n            left: -8px;\n            font-size: 16px;\n            animation: sparkle 2s ease-in-out infinite;\n        }\n        @keyframes sparkle {\n            0%, 100% { opacity: 1; transform: scale(1); }\n            50% { opacity: 0.5; transform: scale(1.2); }\n        }\n        @keyframes float {\n            0% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n            100% { transform: translateY(0px); }\n        }\n        .floating {\n            animation: float 3s ease-in-out infinite;\n        }\n        .progress-bar {\n            transition: width 0.5s ease;\n            background: linear-gradient(90deg, #ec4899, #f97316, #eab308);\n        }\n        .heart {\n            color: #ec4899;\n            animation: heartbeat 1.5s ease-in-out infinite;\n        }\n        @keyframes heartbeat {\n            0% { transform: scale(1); }\n            14% { transform: scale(1.1); }\n            28% { transform: scale(1); }\n            42% { transform: scale(1.1); }\n            70% { transform: scale(1); }\n        }\n        .explanation-box {\n            background: linear-gradient(135deg, #fef3c7, #fde68a);\n            border-left: 6px solid #f59e0b;\n        }\n        .question-card {\n            background: linear-gradient(135deg, #ffffff, #fdf2f8);\n            border: 2px solid #f9a8d4;\n        }\n    <\/style>\n<\/head>\n<body class=\"min-h-screen py-4\">\n    <div class=\"quiz-container bg-white rounded-2xl overflow-hidden\">\n        <!-- Start Screen -->\n        <div id=\"start-screen\" class=\"p-8 text-center\">\n            <div class=\"flex justify-center items-center mb-6\">\n                <div class=\"anya-icon floating mr-4\"><\/div>\n                <h1 class=\"title-font text-5xl text-pink-600 mb-2\">Spy x Family<\/h1>\n                <div class=\"anya-icon floating ml-4\"><\/div>\n            <\/div>\n            <h2 class=\"title-font text-3xl text-pink-500 mb-6\">Anya Forger Quiz<\/h2>\n            <p class=\"text-xl mb-8 text-gray-700\">Test your knowledge about our favorite telepathic daughter with 10 exciting questions!<\/p>\n            <div class=\"flex justify-center mb-6\">\n                <div class=\"text-6xl\">\ud83d\udd75\ufe0f\u200d\u2642\ufe0f\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\ud83d\udd2b<\/div>\n            <\/div>\n            <button id=\"start-btn\" class=\"bg-gradient-to-r from-pink-500 to-purple-600 hover:from-pink-600 hover:to-purple-700 text-white font-bold py-4 px-10 rounded-full text-xl transition-all duration-300 transform hover:scale-105 shadow-lg\">\n                Start Quiz <i class=\"fas fa-heart heart ml-2\"><\/i>\n            <\/button>\n        <\/div>\n\n        <!-- Quiz Questions -->\n        <div id=\"quiz-screen\" class=\"hidden\">\n            <div class=\"progress-bar h-3\" id=\"progress-bar\" style=\"width: 10%;\"><\/div>\n            \n            <div class=\"p-8\">\n                <div class=\"flex justify-between items-center mb-6\">\n                    <p class=\"text-lg font-semibold text-gray-700\">Question <span id=\"current-question\" class=\"text-pink-600\">1<\/span> of 10<\/p>\n                    <p class=\"text-lg font-semibold text-gray-700\">Score: <span id=\"score\" class=\"text-purple-600\">0<\/span><\/p>\n                <\/div>\n                \n                <div class=\"question-card p-6 rounded-xl mb-6\">\n                    <h2 id=\"question-text\" class=\"text-2xl font-bold text-gray-800 mb-6 leading-relaxed\"><\/h2>\n                    \n                    <div id=\"options-container\" class=\"space-y-4\">\n                        <!-- Options will be inserted here -->\n                    <\/div>\n                <\/div>\n                \n                <div id=\"feedback\" class=\"explanation-box p-6 rounded-xl text-center hidden\">\n                    <div id=\"feedback-content\"><\/div>\n                <\/div>\n                \n                <div class=\"mt-8 text-center\">\n                    <button id=\"next-btn\" class=\"bg-gradient-to-r from-blue-500 to-indigo-600 hover:from-blue-600 hover:to-indigo-700 text-white font-bold py-3 px-8 rounded-full transition-all duration-300 transform hover:scale-105 shadow-lg hidden\">\n                        Next Question <i class=\"fas fa-arrow-right ml-2\"><\/i>\n                    <\/button>\n                    <button id=\"finish-btn\" class=\"bg-gradient-to-r from-green-500 to-emerald-600 hover:from-green-600 hover:to-emerald-700 text-white font-bold py-3 px-8 rounded-full transition-all duration-300 transform hover:scale-105 shadow-lg hidden\">\n                        Finish Quiz <i class=\"fas fa-check ml-2\"><\/i>\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Results Screen -->\n        <div id=\"results-screen\" class=\"p-8 text-center hidden\">\n            <h1 class=\"title-font text-4xl text-pink-600 mb-6\">Quiz Results<\/h1>\n            <div class=\"mb-8\">\n                <p class=\"text-3xl mb-4\">Your Score: <span id=\"final-score\" class=\"font-bold text-purple-600\">0<\/span> out of 100<\/p>\n                <div class=\"h-6 relative max-w-md mx-auto rounded-full overflow-hidden bg-gray-200\">\n                    <div id=\"results-bar\" class=\"h-full progress-bar transition-all duration-2000\" style=\"width: 0%;\"><\/div>\n                <\/div>\n            <\/div>\n            \n            <div id=\"result-message\" class=\"mb-8 text-xl\"><\/div>\n            \n            <div class=\"mb-8\">\n                <h2 class=\"text-2xl mb-6 font-bold text-gray-800\">Your Performance<\/h2>\n                <div class=\"grid grid-cols-1 md:grid-cols-3 gap-6\">\n                    <div class=\"bg-gradient-to-br from-green-100 to-emerald-100 p-6 rounded-xl border-2 border-green-200\">\n                        <p class=\"text-lg font-semibold\"><i class=\"fas fa-check-circle text-green-500 mr-2\"><\/i> <span id=\"correct-count\">0<\/span> Correct<\/p>\n                    <\/div>\n                    <div class=\"bg-gradient-to-br from-red-100 to-pink-100 p-6 rounded-xl border-2 border-red-200\">\n                        <p class=\"text-lg font-semibold\"><i class=\"fas fa-times-circle text-red-500 mr-2\"><\/i> <span id=\"incorrect-count\">0<\/span> Incorrect<\/p>\n                    <\/div>\n                    <div class=\"bg-gradient-to-br from-blue-100 to-indigo-100 p-6 rounded-xl border-2 border-blue-200\">\n                        <p class=\"text-lg font-semibold\"><i class=\"fas fa-percentage text-blue-500 mr-2\"><\/i> <span id=\"percentage\">0<\/span>% Accuracy<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <button id=\"restart-btn\" class=\"bg-gradient-to-r from-pink-500 to-purple-600 hover:from-pink-600 hover:to-purple-700 text-white font-bold py-4 px-10 rounded-full text-xl transition-all duration-300 transform hover:scale-105 shadow-lg\">\n                Try Again <i class=\"fas fa-redo ml-2\"><\/i>\n            <\/button>\n        <\/div>\n    <\/div>\n    \n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/canvas-confetti@1.5.1\/dist\/confetti.browser.min.js\"><\/script>\n    <script>\n        const quizData = [\n            {\n                question: \"What is Anya's secret ability?\",\n                options: [\"Super strength\", \"Invisibility\", \"Mind reading (telepathy)\", \"Time manipulation\"],\n                correct: 2,\n                explanation: \"Anya has telepathic abilities that allow her to read people's thoughts. This power was gained through experiments conducted by scientists, though she keeps this ability secret from her adoptive parents, Loid and Yor.\"\n            },\n            {\n                question: \"How old does Anya claim to be when Loid adopts her?\",\n                options: [\"4 years old\", \"5 years old\", \"6 years old\", \"7 years old\"],\n                correct: 2,\n                explanation: \"Anya claims to be 6 years old to meet the age requirement for Eden Academy, though it's heavily implied that she's actually younger (around 4-5). She lied about her age because she wanted to be adopted by Loid after reading his thoughts.\"\n            },\n            {\n                question: \"What is the name of Anya's stuffed animal?\",\n                options: [\"Mr. Penguin\", \"Agent Penguin\", \"Chimera\", \"Bond\"],\n                correct: 2,\n                explanation: \"Anya's beloved stuffed animal is called Chimera. It's a pink, round creature that she carries everywhere and often talks to. The stuffed animal represents her comfort object and connection to her past.\"\n            },\n            {\n                question: \"What school does Anya attend?\",\n                options: [\"Eden Academy\", \"Berlint Elementary\", \"Imperial Academy\", \"St. Catherine's School\"],\n                correct: 0,\n                explanation: \"Eden Academy is the prestigious private school that Anya attends. Loid enrolled her there as part of Operation Strix, since his target Donovan Desmond's son also attends this elite institution.\"\n            },\n            {\n                question: \"What does Anya call her adoptive father Loid?\",\n                options: [\"Papa\", \"Father\", \"Daddy\", \"Chichi (Father in Japanese)\"],\n                correct: 0,\n                explanation: \"Anya consistently calls Loid 'Papa' throughout the series. This simple, childlike term reflects her genuine affection for him, even though she knows his true identity as a spy through her telepathic abilities.\"\n            },\n            {\n                question: \"What subject does Anya struggle with most at school?\",\n                options: [\"Art\", \"Physical Education\", \"Mathematics and academics in general\", \"Music\"],\n                correct: 2,\n                explanation: \"Anya consistently performs poorly in her studies, often getting failing grades. Her academic struggles are a source of stress for Loid, who needs her to excel at Eden Academy for his mission, though her telepathic abilities sometimes help her in tests.\"\n            },\n            {\n                question: \"What is Anya's favorite TV show?\",\n                options: [\"Bondman (Spy Wars)\", \"Princess Pretty\", \"Both a and b\", \"She doesn't watch TV\"],\n                correct: 2,\n                explanation: \"Anya loves both 'Bondman' (a spy action show that influences her understanding of spy work) and 'Princess Pretty' (a magical girl anime). These shows shape her imagination and often influence her behavior and speech patterns.\"\n            },\n            {\n                question: \"What does Anya call her adoptive mother Yor?\",\n                options: [\"Mama\", \"Mother\", \"Mommy\", \"Haha (Mother in Japanese)\"],\n                correct: 0,\n                explanation: \"Just like with Loid, Anya calls Yor 'Mama.' Despite knowing that Yor is actually an assassin through her mind-reading ability, Anya genuinely loves and accepts both of her adoptive parents.\"\n            },\n            {\n                question: \"What is Anya's reaction when she discovers her family's secrets?\",\n                options: [\"She's scared and wants to leave\", \"She thinks it's exciting and cool\", \"She doesn't understand what's happening\", \"She tries to expose them\"],\n                correct: 1,\n                explanation: \"When Anya learns that Loid is a spy and Yor is an assassin through her telepathy, she finds it thrilling rather than frightening. She sees her family situation as being like her favorite spy and action shows, making her even more attached to them.\"\n            },\n            {\n                question: \"What happens when Anya gets anxious or overwhelmed?\",\n                options: [\"She cries loudly\", \"She runs away\", \"She makes a specific shocked face expression\", \"She becomes silent\"],\n                correct: 2,\n                explanation: \"Anya is famous for her various facial expressions, especially her wide-eyed, shocked face that has become iconic among fans. These exaggerated expressions, along with her telepathic reactions to people's thoughts, provide much of the series' comedy.\"\n            }\n        ];\n\n        let currentQuestion = 0;\n        let score = 0;\n        let answered = false;\n        let correctAnswers = 0;\n        let incorrectAnswers = 0;\n\n        \/\/ DOM Elements\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 questionNumber = document.getElementById('current-question');\n        const questionText = document.getElementById('question-text');\n        const optionsContainer = document.getElementById('options-container');\n        const scoreElement = document.getElementById('score');\n        const feedback = document.getElementById('feedback');\n        const feedbackContent = document.getElementById('feedback-content');\n        const nextBtn = document.getElementById('next-btn');\n        const finishBtn = document.getElementById('finish-btn');\n        const finalScore = document.getElementById('final-score');\n        const restartBtn = document.getElementById('restart-btn');\n        const resultsBar = document.getElementById('results-bar');\n        const correctCount = document.getElementById('correct-count');\n        const incorrectCount = document.getElementById('incorrect-count');\n        const percentageElement = document.getElementById('percentage');\n        const resultMessage = document.getElementById('result-message');\n        const progressBar = document.getElementById('progress-bar');\n\n        \/\/ Event Listeners\n        startBtn.addEventListener('click', startQuiz);\n        nextBtn.addEventListener('click', nextQuestion);\n        finishBtn.addEventListener('click', showResults);\n        restartBtn.addEventListener('click', restartQuiz);\n\n        \/\/ Functions\n        function startQuiz() {\n            startScreen.classList.add('hidden');\n            quizScreen.classList.remove('hidden');\n            loadQuestion();\n            updateProgressBar();\n        }\n\n        function loadQuestion() {\n            const question = quizData[currentQuestion];\n            \n            \/\/ Reset state\n            answered = false;\n            questionNumber.textContent = currentQuestion + 1;\n            questionText.textContent = question.question;\n            feedback.classList.add('hidden');\n            nextBtn.classList.add('hidden');\n            finishBtn.classList.add('hidden');\n            \n            \/\/ Clear previous options\n            optionsContainer.innerHTML = '';\n            \n            \/\/ Add new options\n            question.options.forEach((option, index) => {\n                const optionDiv = document.createElement('div');\n                optionDiv.classList.add('option', 'p-4', 'rounded-xl', 'bg-gradient-to-r', 'from-gray-50', 'to-white', 'hover:from-pink-50', 'hover:to-purple-50', 'cursor-pointer', 'transition-all', 'border-2', 'border-gray-200');\n                optionDiv.innerHTML = `\n                    <div class=\"flex items-center\">\n                        <span class=\"text-lg font-bold mr-4 w-8 h-8 rounded-full bg-pink-500 text-white flex items-center justify-center\">${String.fromCharCode(65 + index)}<\/span>\n                        <span class=\"text-lg\">${option}<\/span>\n                    <\/div>\n                `;\n                optionDiv.addEventListener('click', () => selectOption(index));\n                optionsContainer.appendChild(optionDiv);\n            });\n        }\n\n        function selectOption(optionIndex) {\n            if (answered) return;\n            \n            answered = true;\n            const correct = quizData[currentQuestion].correct;\n            const options = optionsContainer.children;\n            \n            \/\/ Disable all options\n            Array.from(options).forEach(option => option.classList.add('disabled'));\n            \n            \/\/ Mark selected option\n            if (optionIndex === correct) {\n                options[optionIndex].classList.add('correct');\n                score += 10;\n                scoreElement.textContent = score;\n                feedbackContent.innerHTML = `\n                    <div class=\"text-green-600 font-bold text-xl mb-3\">\n                        <i class=\"fas fa-check-circle mr-2\"><\/i>Correct! Great job! \ud83c\udf89\n                    <\/div>\n                    <div class=\"text-gray-700 text-left\">\n                        <strong>Explanation:<\/strong> ${quizData[currentQuestion].explanation}\n                    <\/div>\n                `;\n                correctAnswers++;\n            } else {\n                options[optionIndex].classList.add('incorrect');\n                options[correct].classList.add('correct');\n                feedbackContent.innerHTML = `\n                    <div class=\"text-red-600 font-bold text-xl mb-3\">\n                        <i class=\"fas fa-times-circle mr-2\"><\/i>Wrong! The correct answer is ${String.fromCharCode(65 + correct)}.\n                    <\/div>\n                    <div class=\"text-gray-700 text-left\">\n                        <strong>Explanation:<\/strong> ${quizData[currentQuestion].explanation}\n                    <\/div>\n                `;\n                incorrectAnswers++;\n            }\n            \n            feedback.classList.remove('hidden');\n            \n            \/\/ Show next button or finish button\n            setTimeout(() => {\n                if (currentQuestion < quizData.length - 1) {\n                    nextBtn.classList.remove('hidden');\n                } else {\n                    finishBtn.classList.remove('hidden');\n                }\n            }, 1000);\n        }\n\n        function nextQuestion() {\n            currentQuestion++;\n            loadQuestion();\n            updateProgressBar();\n        }\n\n        function updateProgressBar() {\n            const progress = ((currentQuestion + 1) \/ quizData.length) * 100;\n            progressBar.style.width = `${progress}%`;\n        }\n\n        function showResults() {\n            quizScreen.classList.add('hidden');\n            resultsScreen.classList.remove('hidden');\n            \n            finalScore.textContent = score;\n            setTimeout(() => {\n                resultsBar.style.width = `${score}%`;\n            }, 500);\n            \n            correctCount.textContent = correctAnswers;\n            incorrectCount.textContent = incorrectAnswers;\n            \n            const percentage = Math.round((correctAnswers \/ quizData.length) * 100);\n            percentageElement.textContent = percentage;\n            \n            \/\/ Set result message based on score\n            if (score >= 90) {\n                resultMessage.innerHTML = `\n                    <div class=\"text-green-600 font-bold mb-4\">\n                        \ud83c\udfc6 Waku Waku! Perfect Spy Family Knowledge! \ud83c\udfc6\n                    <\/div>\n                    <p class=\"text-gray-700\">You know Anya better than anyone! Even Papa Loid would be impressed with your spy-level knowledge!<\/p>\n                `;\n                showConfetti();\n            } else if (score >= 70) {\n                resultMessage.innerHTML = `\n                    <div class=\"text-blue-600 font-bold mb-4\">\n                        \ud83c\udfaf Excellent! You're Almost a Family Expert! \ud83c\udfaf\n                    <\/div>\n                    <p class=\"text-gray-700\">Great job! You have wonderful knowledge about Anya and the Forger family. Just a little more studying!<\/p>\n                `;\n            } else if (score >= 50) {\n                resultMessage.innerHTML = `\n                    <div class=\"text-yellow-600 font-bold mb-4\">\n                        \ud83d\udcda Good Effort! Keep Learning About Anya! \ud83d\udcda\n                    <\/div>\n                    <p class=\"text-gray-700\">You know some things about our favorite telepathic daughter! Time to rewatch some episodes!<\/p>\n                `;\n            } else {\n                resultMessage.innerHTML = `\n                    <div class=\"text-red-600 font-bold mb-4\">\n                        \ud83c\udfad Time for More Spy x Family! \ud83c\udfad\n                    <\/div>\n                    <p class=\"text-gray-700\">Looks like you need to spend more time with the Forger family! Go watch more episodes and try again!<\/p>\n                `;\n            }\n        }\n\n        function restartQuiz() {\n            currentQuestion = 0;\n            score = 0;\n            correctAnswers = 0;\n            incorrectAnswers = 0;\n            \n            scoreElement.textContent = score;\n            \n            resultsScreen.classList.add('hidden');\n            startScreen.classList.remove('hidden');\n            \n            \/\/ Reset progress bar\n            progressBar.style.width = '10%';\n        }\n        \n        function showConfetti() {\n            \/\/ Pink and purple confetti for Anya theme\n            confetti({\n                particleCount: 100,\n                spread: 70,\n                origin: { y: 0.6 },\n                colors: ['#ec4899', '#f97316', '#8b5cf6', '#06b6d4', '#10b981']\n            });\n            \n            setTimeout(() => {\n                confetti({\n                    particleCount: 50,\n                    spread: 60,\n                    origin: { y: 0.7 },\n                    colors: ['#ec4899', '#f97316', '#8b5cf6']\n                });\n            }, 250);\n        }\n    <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Spy x Family &#8211; Anya Forger Ultimate Quiz Spy x Family Anya Forger Quiz Test your knowledge about our favorite telepathic daughter with 10 exciting questions! \ud83d\udd75\ufe0f\u200d\u2642\ufe0f\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67\ud83d\udd2b Start Quiz Question 1 of 10 Score: 0 Next Question Finish Quiz Quiz Results Your Score: 0 out of 100 Your Performance 0 Correct 0 Incorrect 0% Accuracy [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":131,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-124","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-damon-slayer"],"jetpack_featured_media_url":"https:\/\/www.newwealth.shop\/a\/wp-content\/uploads\/2025\/08\/Lets-Try-Anime-Quiz-5.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=\/wp\/v2\/posts\/124","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=124"}],"version-history":[{"count":1,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=\/wp\/v2\/posts\/124\/revisions"}],"predecessor-version":[{"id":125,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=\/wp\/v2\/posts\/124\/revisions\/125"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=\/wp\/v2\/media\/131"}],"wp:attachment":[{"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=124"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=124"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=124"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}