{"id":116,"date":"2025-07-23T05:01:23","date_gmt":"2025-07-23T12:01:23","guid":{"rendered":"https:\/\/www.newwealth.shop\/a\/?p=116"},"modified":"2025-07-29T18:11:48","modified_gmt":"2025-07-30T01:11:48","slug":"one-piece-luffy-quiz%ef%bc%81","status":"publish","type":"post","link":"https:\/\/www.newwealth.shop\/a\/?p=116","title":{"rendered":"One Piece Luffy Quiz\uff01"},"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>Ultimate One Piece Quiz &#8211; Test Your Knowledge About Luffy<\/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=Bangers&#038;family=Roboto:wght@400;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        body {\n            font-family: 'Roboto', sans-serif;\n            background-color: #f0f8ff;\n            background-image: url(\"data:image\/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23FF6B6B' fill-opacity='0.1' fill-rule='evenodd'\/%3E%3C\/svg%3E\");\n            min-height: 100vh;\n            overflow-x: hidden;\n        }\n        \n        .title-font {\n            font-family: 'Bangers', cursive;\n        }\n        \n        .quiz-container {\n            max-width: 900px;\n            margin: 0 auto;\n            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n        }\n        \n        .option {\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n        }\n        \n        .option:hover {\n            transform: translateY(-3px);\n            border: 2px solid #3b82f6;\n        }\n        \n        .correct {\n            background-color: #d1fae5;\n            border: 2px solid #10b981;\n        }\n        \n        .incorrect {\n            background-color: #fee2e2;\n            border: 2px solid #ef4444;\n        }\n        \n        .disabled {\n            pointer-events: none;\n        }\n        \n        .easy {\n            color: #10b981;\n        }\n        \n        .medium {\n            color: #f59e0b;\n        }\n        \n        .hard {\n            color: #ef4444;\n        }\n        \n        .straw-hat {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, #fbbf24, #f59e0b);\n            border-radius: 50%;\n            position: relative;\n            display: inline-block;\n            border: 3px solid #92400e;\n        }\n        \n        .straw-hat::before {\n            content: \"\";\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            width: 30px;\n            height: 4px;\n            background: #92400e;\n            border-radius: 2px;\n        }\n        \n        .straw-hat::after {\n            content: \"\";\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%) rotate(90deg);\n            width: 30px;\n            height: 4px;\n            background: #92400e;\n            border-radius: 2px;\n        }\n        \n        @keyframes bounce {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n        }\n        \n        .bouncing {\n            animation: bounce 2s ease-in-out infinite;\n        }\n        \n        .progress-bar {\n            transition: width 0.5s ease;\n        }\n        \n        .explanation {\n            background-color: #f8fafc;\n            border-left: 4px solid #3b82f6;\n            padding: 12px;\n            margin-top: 12px;\n            border-radius: 0 4px 4px 0;\n        }\n        \n        .content-container {\n            flex: 1;\n            display: flex;\n            flex-direction: column;\n            padding: 2rem;\n        }\n        \n        .question-section {\n            min-height: 70vh;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n        \n        @media print {\n            body {\n                background: white;\n                margin: 0;\n                padding: 0;\n            }\n            \n            .quiz-container {\n                min-height: auto;\n                box-shadow: none;\n                max-width: none;\n            }\n            \n            .hidden {\n                display: none !important;\n            }\n            \n            .bouncing {\n                animation: none;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div id=\"confetti\" class=\"fixed inset-0 pointer-events-none z-50\"><\/div>\n    \n    <div class=\"quiz-container bg-white\">\n        <!-- Start Screen -->\n        <div id=\"start-screen\" class=\"content-container text-center\">\n            <div class=\"question-section justify-center items-center\">\n                <div class=\"flex justify-center items-center mb-8\">\n                    <div class=\"straw-hat bouncing mr-4\"><\/div>\n                    <h1 class=\"title-font text-6xl text-red-600 mb-4\">One Piece Quiz<\/h1>\n                    <div class=\"straw-hat bouncing ml-4\"><\/div>\n                <\/div>\n                <p class=\"text-2xl mb-8 text-gray-700\">Test your knowledge about Monkey D. Luffy with these 10 questions!<\/p>\n                <div class=\"flex justify-center\">\n                    <button id=\"start-btn\" class=\"bg-red-500 hover:bg-red-700 text-white font-bold py-4 px-12 rounded-full text-2xl transition-colors duration-300 shadow-lg\">\n                        Start Quiz <i class=\"fas fa-anchor ml-2\"><\/i>\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Quiz Questions -->\n        <div id=\"quiz-screen\" class=\"hidden\">\n            <div class=\"bg-red-500 h-3 progress-bar\" id=\"progress-bar\"><\/div>\n            <div class=\"content-container\">\n                <div class=\"question-section\">\n                    <div class=\"flex justify-between items-center mb-8\">\n                        <p class=\"text-xl font-semibold\">Question <span id=\"current-question\">1<\/span> of 10<\/p>\n                        <p class=\"text-xl font-semibold\">Score: <span id=\"score\">0<\/span><\/p>\n                    <\/div>\n                    \n                    <div id=\"difficulty-indicator\" class=\"mb-6 text-right font-bold text-lg\"><\/div>\n                    \n                    <h2 id=\"question-text\" class=\"text-3xl font-bold mb-8 text-gray-800\"><\/h2>\n                    \n                    <div id=\"options-container\" class=\"grid grid-cols-1 gap-4 mb-8\">\n                        <!-- Options will be inserted here -->\n                    <\/div>\n                    \n                    <div id=\"feedback\" class=\"p-6 rounded-lg text-center hidden\">\n                        <div id=\"feedback-text\" class=\"text-xl font-semibold mb-4\"><\/div>\n                        <div id=\"explanation\" class=\"explanation text-left\"><\/div>\n                    <\/div>\n                    \n                    <div class=\"text-center mt-8\">\n                        <button id=\"next-btn\" class=\"bg-blue-500 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-full text-lg hidden\">\n                            Next Question <i class=\"fas fa-arrow-right ml-2\"><\/i>\n                        <\/button>\n                        <button id=\"finish-btn\" class=\"bg-green-500 hover:bg-green-700 text-white font-bold py-3 px-8 rounded-full text-lg hidden\">\n                            Finish Quiz <i class=\"fas fa-check ml-2\"><\/i>\n                        <\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <!-- Results Screen -->\n        <div id=\"results-screen\" class=\"content-container text-center hidden\">\n            <div class=\"question-section justify-center\">\n                <h1 class=\"title-font text-5xl text-red-600 mb-8\">Quiz Results<\/h1>\n                \n                <div class=\"mb-8\">\n                    <p class=\"text-3xl mb-4\">Your Score: <span id=\"final-score\" class=\"font-bold text-red-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 bg-red-500 transition-all duration-1000\"><\/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-3xl mb-6 font-bold\">Your Performance<\/h2>\n                    <div class=\"grid grid-cols-1 md:grid-cols-3 gap-6\">\n                        <div class=\"bg-green-100 p-6 rounded-lg\">\n                            <p class=\"text-xl\"><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-red-100 p-6 rounded-lg\">\n                            <p class=\"text-xl\"><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-blue-100 p-6 rounded-lg\">\n                            <p class=\"text-xl\"><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-red-500 hover:bg-red-700 text-white font-bold py-4 px-12 rounded-full text-2xl transition-colors duration-300 shadow-lg\">\n                    Try Again <i class=\"fas fa-redo ml-2\"><\/i>\n                <\/button>\n            <\/div>\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 type of Devil Fruit power does Luffy have?\",\n                options: [\"Fire-Fire Fruit\", \"Gum-Gum Fruit\", \"Chop-Chop Fruit\", \"Dark-Dark Fruit\"],\n                correct: 1,\n                difficulty: \"Easy\",\n                explanation: \"Luffy ate the Gum-Gum Fruit (Gomu Gomu no Mi in Japanese), which is a Paramecia-type Devil Fruit. This power turned his entire body into rubber, giving him incredible stretching abilities and making him immune to blunt force attacks and electricity.\"\n            },\n            {\n                question: \"What is Luffy's current bounty after the events in Wano Country?\",\n                options: [\"1.5 billion berries\", \"2 billion berries\", \"3 billion berries\", \"4 billion berries\"],\n                correct: 2,\n                difficulty: \"Medium\",\n                explanation: \"After defeating the Emperor Kaido in Wano, Luffy's bounty jumped to 3 billion berries, officially making him one of the Four Emperors of the Sea. This massive bounty reflects his status as one of the most dangerous pirates in the world.\"\n            },\n            {\n                question: \"Who gave Luffy his iconic straw hat?\",\n                options: [\"Gold Roger (the former Pirate King)\", \"Monkey D. Garp (his grandfather)\", \"Red-Haired Shanks\", \"Portgas D. Ace (his sworn brother)\"],\n                correct: 2,\n                difficulty: \"Easy\",\n                explanation: \"Shanks, one of the Four Emperors, gave young Luffy his treasured straw hat and made him promise to return it when he becomes a great pirate. The hat originally belonged to the legendary Pirate King, Gol D. Roger, who passed it to Shanks.\"\n            },\n            {\n                question: \"What advanced fighting technique allows Luffy to attack enemies without physically touching them?\",\n                options: [\"Observation Haki\", \"Conqueror's Haki\", \"Advanced Armament Haki\", \"Devil Fruit Awakening\"],\n                correct: 2,\n                difficulty: \"Hard\",\n                explanation: \"Advanced Armament Haki (called 'Ryuo' in Wano Country) allows Luffy to project his spiritual energy and damage opponents from the inside without making contact. This technique was essential for penetrating Kaido's nearly indestructible scales.\"\n            },\n            {\n                question: \"Besides becoming the Pirate King, what is Luffy's other big dream?\",\n                options: [\"To find all the treasure in the world\", \"To throw the world's biggest party\", \"To unite all pirates under one flag\", \"It's still a secret in the story\"],\n                correct: 3,\n                difficulty: \"Hard\",\n                explanation: \"While everyone knows Luffy wants to become the Pirate King, he has another dream that he shared only with his sworn brothers Ace and Sabo when they were children. The author has kept this dream secret from readers, only showing characters' shocked reactions when they hear it.\"\n            },\n            {\n                question: \"What are the names of Luffy's ships throughout his journey?\",\n                options: [\"Going Merry only\", \"Thousand Sunny only\", \"Going Merry, then Thousand Sunny\", \"Red Force\"],\n                correct: 2,\n                difficulty: \"Medium\",\n                explanation: \"Luffy's crew started with the Going Merry, a small caravel ship that eventually became too damaged to continue sailing. They had an emotional farewell before getting their current ship, the Thousand Sunny, which was built by their shipwright Franky.\"\n            },\n            {\n                question: \"What is Luffy's most powerful transformation called?\",\n                options: [\"Gear Fourth: Boundman\", \"Gear Fifth\", \"Sun God Mode\", \"Both b and c\"],\n                correct: 3,\n                difficulty: \"Hard\",\n                explanation: \"Luffy's ultimate form is called Gear Fifth, which reveals his Devil Fruit's true nature as the Human-Human Fruit: Model Nika. This awakened form gives him the powers of the legendary Sun God Nika, allowing him to bend reality like rubber and fight with complete freedom.\"\n            },\n            {\n                question: \"Who is Luffy's famous grandfather?\",\n                options: [\"Fleet Admiral Sengoku\", \"Vice Admiral Garp \\\"The Fist\\\"\", \"Dark King Rayleigh\", \"Fleet Admiral Kong\"],\n                correct: 1,\n                difficulty: \"Easy\",\n                explanation: \"Monkey D. Garp, known as 'Garp the Fist,' is a legendary Marine Vice Admiral and Luffy's grandfather. Despite being one of the Navy's greatest heroes, he has a complicated relationship with his pirate grandson and trained Luffy harshly during his childhood.\"\n            },\n            {\n                question: \"What type of food is Luffy most passionate about?\",\n                options: [\"Noodle dishes\", \"Meat (any kind)\", \"Seafood\", \"Rice and vegetables\"],\n                correct: 1,\n                difficulty: \"Easy\",\n                explanation: \"Luffy has an enormous appetite and will eat almost anything, but meat is his absolute favorite food. He's famous for devouring massive quantities of meat and will often prioritize eating over important conversations, leading to many funny moments in the series.\"\n            },\n            {\n                question: \"What is Luffy's signature high-speed attack technique?\",\n                options: [\"Gum-Gum Pistol\", \"Gum-Gum Bazooka\", \"Gum-Gum Jet Pistol\", \"Gum-Gum Red Hawk\"],\n                correct: 2,\n                difficulty: \"Medium\",\n                explanation: \"The Gum-Gum Jet Pistol is one of Luffy's most iconic attacks from his Gear Second technique. By pumping his blood at superhuman speed, he dramatically increases his power and speed, making this punch much faster and stronger than his normal attacks.\"\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 difficultyIndicator = document.getElementById('difficulty-indicator');\n        const scoreElement = document.getElementById('score');\n        const feedback = document.getElementById('feedback');\n        const feedbackText = document.getElementById('feedback-text');\n        const explanationElement = document.getElementById('explanation');\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            \/\/ Set difficulty indicator\n            difficultyIndicator.textContent = `Difficulty: `;\n            let difficultySpan = document.createElement('span');\n            difficultySpan.textContent = question.difficulty;\n            \n            if (question.difficulty.includes('Easy')) {\n                difficultySpan.classList.add('easy');\n            } else if (question.difficulty.includes('Medium')) {\n                difficultySpan.classList.add('medium');\n            } else {\n                difficultySpan.classList.add('hard');\n            }\n            \n            difficultyIndicator.appendChild(difficultySpan);\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-lg', 'bg-gray-100', 'hover:bg-gray-200', 'cursor-pointer', 'transition-all');\n                optionDiv.innerHTML = `\n                    <div class=\"flex items-start\">\n                        <span class=\"text-xl font-bold mr-3\">${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 question = quizData[currentQuestion];\n            const correct = question.correct;\n            const options = optionsContainer.childNodes;\n            \n            \/\/ Disable all options\n            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                feedbackText.textContent = \"Correct! \ud83c\udf89\";\n                feedback.classList.remove('bg-red-100', 'text-red-800');\n                feedback.classList.add('bg-green-100', 'text-green-800');\n                correctAnswers++;\n            } else {\n                options[optionIndex].classList.add('incorrect');\n                options[correct].classList.add('correct');\n                feedbackText.textContent = \"Wrong! The correct answer is \" + String.fromCharCode(65 + correct) + \".\";\n                feedback.classList.remove('bg-green-100', 'text-green-800');\n                feedback.classList.add('bg-red-100', 'text-red-800');\n                incorrectAnswers++;\n            }\n            \n            \/\/ Show explanation\n            explanationElement.textContent = question.explanation;\n            feedback.classList.remove('hidden');\n            \n            \/\/ Show next button or finish button\n            if (currentQuestion < quizData.length - 1) {\n                nextBtn.classList.remove('hidden');\n            } else {\n                finishBtn.classList.remove('hidden');\n            }\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            resultsBar.style.width = `${score}%`;\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 = `<p class=\"font-bold text-green-600\">Amazing! You're a True Pirate King! \ud83d\udc51<\/p>\n                <p>Your knowledge of Luffy is incredible. Even the Pirate King himself would be impressed!<\/p>`;\n                showConfetti();\n            } else if (score >= 70) {\n                resultMessage.innerHTML = `<p class=\"font-bold text-blue-600\">Great Job! Future Emperor Level! \u26a1<\/p>\n                <p>You have excellent knowledge of One Piece. Keep sailing and you'll reach the Grand Line!<\/p>`;\n            } else if (score >= 50) {\n                resultMessage.innerHTML = `<p class=\"font-bold text-yellow-600\">Good Effort! Rookie Pirate Level! \ud83c\udff4\u200d\u2620\ufe0f<\/p>\n                <p>You know the basics about Luffy. Keep reading One Piece to improve your knowledge!<\/p>`;\n            } else {\n                resultMessage.innerHTML = `<p class=\"font-bold text-red-600\">Needs Improvement! Keep Training! \ud83d\udd04<\/p>\n                <p>Even the weakest pirates started somewhere! Read more One Piece and try again!<\/p>`;\n            }\n        }\n        \n        function restartQuiz() {\n            currentQuestion = 0;\n            score = 0;\n            correctAnswers = 0;\n            incorrectAnswers = 0;\n            scoreElement.textContent = score;\n            resultsScreen.classList.add('hidden');\n            startScreen.classList.remove('hidden');\n        }\n        \n        function showConfetti() {\n            if (typeof confetti !== 'undefined') {\n                confetti({\n                    particleCount: 100,\n                    spread: 70,\n                    origin: { y: 0.6 }\n                });\n            }\n        }\n    <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Ultimate One Piece Quiz &#8211; Test Your Knowledge About Luffy One Piece Quiz Test your knowledge about Monkey D. Luffy with these 10 questions! 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 Try Again<\/p>\n","protected":false},"author":1,"featured_media":121,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[12],"tags":[],"class_list":["post-116","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-one-piece"],"jetpack_featured_media_url":"https:\/\/www.newwealth.shop\/a\/wp-content\/uploads\/2025\/07\/Lets-Try-Anime-Quiz-2-1.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=\/wp\/v2\/posts\/116","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=116"}],"version-history":[{"count":1,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=\/wp\/v2\/posts\/116\/revisions"}],"predecessor-version":[{"id":117,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=\/wp\/v2\/posts\/116\/revisions\/117"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=\/wp\/v2\/media\/121"}],"wp:attachment":[{"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=116"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=116"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}