{"id":31,"date":"2025-05-31T15:19:40","date_gmt":"2025-05-31T06:19:40","guid":{"rendered":"https:\/\/www.newwealth.shop\/a\/?p=31"},"modified":"2025-05-31T17:09:12","modified_gmt":"2025-05-31T08:09:12","slug":"dragonball-quiz-2-bulma","status":"publish","type":"post","link":"https:\/\/www.newwealth.shop\/a\/?p=31","title":{"rendered":"Dragonball Quiz #2 &#8220;Bulma&#8221;"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><br><br>Bulma Quiz &#8211; Dragon Ball<br><br><\/p>\n\n\n\n<h1 class=\"wp-block-heading\">Bulma Quiz<\/h1>\n\n\n\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>Bulma Quiz &#8211; Dragon Ball<\/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    <style>\n        .bulma-bg {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n        }\n        .question-card {\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n        }\n        .option-btn {\n            transition: all 0.2s ease;\n        }\n        .option-btn:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.15);\n        }\n        .correct {\n            background: linear-gradient(135deg, #11998e, #38ef7d);\n        }\n        .incorrect {\n            background: linear-gradient(135deg, #ff6b6b, #ee5a24);\n        }\n        .bulma-title {\n            background: linear-gradient(45deg, #ff9a9e, #fecfef, #fecfef);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n        .capsule-corp {\n            background: linear-gradient(45deg, #4facfe, #00f2fe);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n    <\/style>\n<\/head>\n<body class=\"bulma-bg min-h-screen\">\n    <div class=\"container mx-auto px-4 py-8\">\n        <!-- Header -->\n        <div class=\"text-center mb-8\">\n            <h1 class=\"text-4xl md:text-6xl font-bold bulma-title mb-4\">\n                <i class=\"fas fa-female mr-4\"><\/i>\n                Bulma Quiz\n            <\/h1>\n            <p class=\"text-white text-lg md:text-xl mb-2\">Dragon Ball Knowledge Test<\/p>\n            <p class=\"text-blue-200 text-sm md:text-base capsule-corp\">How well do you know Capsule Corp&#8217;s genius?<\/p>\n        <\/div>\n\n        <!-- Quiz Container -->\n        <div id=\"quiz-container\" class=\"max-w-4xl mx-auto\">\n            <!-- Start Screen -->\n            <div id=\"start-screen\" class=\"text-center\">\n                <div class=\"question-card bg-white rounded-2xl p-8 mb-6\">\n                    <div class=\"text-6xl mb-6\">\n                        <i class=\"fas fa-brain text-blue-500\"><\/i>\n                    <\/div>\n                    <h2 class=\"text-3xl font-bold text-gray-800 mb-4\">Welcome to the Ultimate Bulma Quiz!<\/h2>\n                    <p class=\"text-gray-600 mb-6 text-lg\">Test your knowledge about one of Dragon Ball&#8217;s most brilliant characters &#8211; Bulma Brief!<\/p>\n                    <div class=\"grid md:grid-cols-3 gap-4 mb-6 text-sm\">\n                        <div class=\"bg-blue-100 p-4 rounded-lg\">\n                            <i class=\"fas fa-flask text-blue-500 text-2xl mb-2\"><\/i>\n                            <p class=\"font-semibold\">Genius Inventor<\/p>\n                        <\/div>\n                        <div class=\"bg-purple-100 p-4 rounded-lg\">\n                            <i class=\"fas fa-heart text-purple-500 text-2xl mb-2\"><\/i>\n                            <p class=\"font-semibold\">Vegeta&#8217;s Wife<\/p>\n                        <\/div>\n                        <div class=\"bg-green-100 p-4 rounded-lg\">\n                            <i class=\"fas fa-building text-green-500 text-2xl mb-2\"><\/i>\n                            <p class=\"font-semibold\">Capsule Corp<\/p>\n                        <\/div>\n                    <\/div>\n                    <button onclick=\"startQuiz()\" class=\"option-btn bg-gradient-to-r from-purple-500 to-pink-500 text-white px-8 py-3 rounded-full text-lg font-semibold hover:from-purple-600 hover:to-pink-600\">\n                        <i class=\"fas fa-play mr-2\"><\/i>Start Quiz\n                    <\/button>\n                <\/div>\n            <\/div>\n\n            <!-- Quiz Screen -->\n            <div id=\"quiz-screen\" class=\"hidden\">\n                <!-- Progress Bar -->\n                <div class=\"bg-white rounded-full h-3 mb-6\">\n                    <div id=\"progress-bar\" class=\"bg-gradient-to-r from-green-400 to-blue-500 h-3 rounded-full transition-all duration-500\" style=\"width: 0%\"><\/div>\n                <\/div>\n\n                <!-- Question Counter and Score -->\n                <div class=\"flex justify-between text-white mb-6\">\n                    <span id=\"question-counter\" class=\"text-lg font-semibold\">Question 1 of 10<\/span>\n                    <span id=\"score-display\" class=\"text-lg font-semibold\">Score: 0<\/span>\n                <\/div>\n\n                <!-- Question Card -->\n                <div class=\"question-card bg-white rounded-2xl p-6 md:p-8 mb-6\">\n                    <div class=\"flex items-center mb-4\">\n                        <i class=\"fas fa-question-circle text-blue-500 text-2xl mr-3\"><\/i>\n                        <div id=\"question-category\" class=\"text-sm font-semibold text-gray-500\"><\/div>\n                    <\/div>\n                    <h3 id=\"question-text\" class=\"text-xl md:text-2xl font-bold text-gray-800 mb-6\"><\/h3>\n                    <div id=\"options-container\" class=\"space-y-3\">\n                        <!-- Options will be inserted here -->\n                    <\/div>\n                <\/div>\n\n                <!-- Explanation (Initially Hidden) -->\n                <div id=\"explanation-section\" class=\"question-card bg-gradient-to-r from-yellow-50 to-orange-50 rounded-2xl p-6 hidden\">\n                    <h4 class=\"text-lg font-bold text-orange-800 mb-3\">\n                        <i class=\"fas fa-lightbulb text-orange-600 mr-2\"><\/i>\n                        Explanation\n                    <\/h4>\n                    <p id=\"explanation-text\" class=\"text-gray-700 leading-relaxed\"><\/p>\n                <\/div>\n\n                <!-- Next Button -->\n                <div class=\"text-center mt-6\">\n                    <button id=\"next-btn\" onclick=\"nextQuestion()\" class=\"option-btn bg-gradient-to-r from-blue-500 to-purple-500 text-white px-6 py-3 rounded-full font-semibold hidden\">\n                        Next Question <i class=\"fas fa-arrow-right ml-2\"><\/i>\n                    <\/button>\n                <\/div>\n            <\/div>\n\n            <!-- Results Screen -->\n            <div id=\"results-screen\" class=\"hidden text-center\">\n                <div class=\"question-card bg-white rounded-2xl p-8\">\n                    <div class=\"text-6xl mb-6\">\n                        <i id=\"results-icon\" class=\"fas fa-trophy text-yellow-500\"><\/i>\n                    <\/div>\n                    <h2 class=\"text-3xl font-bold text-gray-800 mb-4\">Quiz Complete!<\/h2>\n                    <div class=\"text-6xl font-bold mb-4\">\n                        <span id=\"final-score\" class=\"text-blue-600\">0<\/span>\n                        <span class=\"text-gray-400 text-3xl\">\/100<\/span>\n                    <\/div>\n                    <p id=\"performance-message\" class=\"text-lg text-gray-600 mb-6\"><\/p>\n                    <div class=\"grid md:grid-cols-2 gap-4 mb-6 text-sm\">\n                        <div class=\"bg-green-100 p-4 rounded-lg\">\n                            <i class=\"fas fa-check-circle text-green-500 text-2xl mb-2\"><\/i>\n                            <p class=\"font-semibold\">Correct Answers<\/p>\n                            <p id=\"correct-count\" class=\"text-2xl font-bold text-green-600\">0<\/p>\n                        <\/div>\n                        <div class=\"bg-red-100 p-4 rounded-lg\">\n                            <i class=\"fas fa-times-circle text-red-500 text-2xl mb-2\"><\/i>\n                            <p class=\"font-semibold\">Incorrect Answers<\/p>\n                            <p id=\"incorrect-count\" class=\"text-2xl font-bold text-red-600\">0<\/p>\n                        <\/div>\n                    <\/div>\n                    <div class=\"flex flex-col sm:flex-row gap-4 justify-center\">\n                        <button onclick=\"restartQuiz()\" class=\"option-btn bg-gradient-to-r from-purple-500 to-pink-500 text-white px-8 py-3 rounded-full text-lg font-semibold\">\n                            <i class=\"fas fa-redo mr-2\"><\/i>Try Again\n                        <\/button>\n                        <a href=\"https:\/\/amzn.to\/43SnAWx\" target=\"_blank\" class=\"option-btn bg-gradient-to-r from-green-500 to-blue-500 text-white px-8 py-3 rounded-full text-lg font-semibold hover:from-green-600 hover:to-blue-600 inline-block\">\n                            <i class=\"fas fa-check mr-2\"><\/i>Check Out\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        const questions = [\n            {\n                category: \"Capsule Corporation\",\n                question: \"What is the name of the company run by Bulma's father?\",\n                options: [\n                    \"Red Ribbon Army\",\n                    \"Capsule Corporation\",\n                    \"Saiyan Trading Co.\",\n                    \"Frieza Force\"\n                ],\n                correct: 1,\n                explanation: \"Dr. Brief, Bulma's father, runs this global corporation that manufactures various inventions and technological products.\"\n            },\n            {\n                category: \"Dragon Ball Search\",\n                question: \"What was Bulma's original reason for searching for the Dragon Balls?\",\n                options: [\n                    \"To gain eternal life\",\n                    \"To find the perfect boyfriend\",\n                    \"To conquer the world\",\n                    \"To become wealthy\"\n                ],\n                correct: 1,\n                explanation: \"16-year-old Bulma initially sought the Dragon Balls to wish for the ideal romantic partner.\"\n            },\n            {\n                category: \"Relationships\",\n                question: \"Who eventually became Bulma's husband?\",\n                options: [\n                    \"Goku\",\n                    \"Yamcha\",\n                    \"Vegeta\",\n                    \"Krillin\"\n                ],\n                correct: 2,\n                explanation: \"Although she initially dated Yamcha, Bulma later married the Saiyan Prince Vegeta and had two children with him: Trunks and Bulla.\"\n            },\n            {\n                category: \"Inventions\",\n                question: \"What powers the time machine invented by Bulma?\",\n                options: [\n                    \"Gasoline\",\n                    \"Electricity\",\n                    \"Cell's energy\",\n                    \"Nuclear fusion energy\"\n                ],\n                correct: 3,\n                explanation: \"The time machine used by Future Trunks to travel to the past operates on advanced nuclear fusion technology developed by Bulma.\"\n            },\n            {\n                category: \"Appearance\",\n                question: \"How did Bulma's hair color change throughout the series?\",\n                options: [\n                    \"Always remained blue\",\n                    \"Blue \u2192 Green \u2192 Blue\",\n                    \"Blue \u2192 Purple \u2192 Blue\",\n                    \"Blue \u2192 Green \u2192 Purple\"\n                ],\n                correct: 1,\n                explanation: \"Initially blue-haired, Bulma temporarily had green hair during the Frieza saga, then returned to blue. This change was made on author Akira Toriyama's whim.\"\n            },\n            {\n                category: \"Family\",\n                question: \"What is the name of Bulma's mother?\",\n                options: [\n                    \"Chi-Chi\",\n                    \"Videl\",\n                    \"Panchy\",\n                    \"Launch\"\n                ],\n                correct: 2,\n                explanation: \"Bulma's mother is named 'Panchy,' following the underwear-themed naming convention like her husband Dr. Brief.\"\n            },\n            {\n                category: \"Planet Namek\",\n                question: \"What distinctive outfit did Bulma wear on Planet Namek?\",\n                options: [\n                    \"Sailor uniform\",\n                    \"Namekian traditional clothing\",\n                    \"Capsule Corporation uniform\",\n                    \"Space suit\"\n                ],\n                correct: 1,\n                explanation: \"Bulma wore local Namekian attire on Planet Namek, which became popular among fans as 'Namek outfit Bulma.'\"\n            },\n            {\n                category: \"Early Series\",\n                question: \"How old was Goku when he first met Bulma?\",\n                options: [\n                    \"10 years old\",\n                    \"12 years old\",\n                    \"14 years old\",\n                    \"16 years old\"\n                ],\n                correct: 1,\n                explanation: \"At the beginning of the story, Goku was 12 years old while Bulma was 16. This 4-year age difference remains consistent throughout the series.\"\n            },\n            {\n                category: \"Trunks\",\n                question: \"What hair color did Bulma's son Trunks have when he first appeared?\",\n                options: [\n                    \"Black hair\",\n                    \"Blonde hair\",\n                    \"Purple hair\",\n                    \"Brown hair\"\n                ],\n                correct: 2,\n                explanation: \"Future Trunks appeared with purple hair, while present-timeline Trunks has blue hair. This difference is attributed to timeline variations.\"\n            },\n            {\n                category: \"Dragon Radar\",\n                question: \"What is the characteristic sound of the Dragon Radar created by Bulma?\",\n                options: [\n                    \"Beep beep beep\",\n                    \"Ping ping ping\",\n                    \"Ding dong ding dong\",\n                    \"Ring ring ring\"\n                ],\n                correct: 0,\n                explanation: \"The Dragon Radar makes a distinctive 'beep beep beep' electronic sound when approaching Dragon Balls, making it an essential tool for Dragon Ball searches.\"\n            }\n        ];\n\n        let currentQuestion = 0;\n        let score = 0;\n        let correctAnswers = 0;\n        let answered = false;\n\n        function startQuiz() {\n            document.getElementById('start-screen').classList.add('hidden');\n            document.getElementById('quiz-screen').classList.remove('hidden');\n            loadQuestion();\n        }\n\n        function loadQuestion() {\n            answered = false;\n            const question = questions[currentQuestion];\n            \n            \/\/ Update progress\n            const progress = ((currentQuestion + 1) \/ questions.length) * 100;\n            document.getElementById('progress-bar').style.width = progress + '%';\n            \n            \/\/ Update question counter\n            document.getElementById('question-counter').textContent = `Question ${currentQuestion + 1} of ${questions.length}`;\n            \n            \/\/ Load question content\n            document.getElementById('question-category').textContent = question.category;\n            document.getElementById('question-text').textContent = question.question;\n            \n            \/\/ Load options\n            const optionsContainer = document.getElementById('options-container');\n            optionsContainer.innerHTML = '';\n            \n            question.options.forEach((option, index) => {\n                const button = document.createElement('button');\n                button.className = 'option-btn w-full text-left p-4 rounded-lg border-2 border-gray-200 hover:border-blue-300 hover:bg-blue-50 transition-all duration-200';\n                button.innerHTML = `<span class=\"font-semibold text-gray-700\">${String.fromCharCode(65 + index)})<\/span> ${option}`;\n                button.onclick = () => selectAnswer(index);\n                optionsContainer.appendChild(button);\n            });\n            \n            \/\/ Hide explanation and next button\n            document.getElementById('explanation-section').classList.add('hidden');\n            document.getElementById('next-btn').classList.add('hidden');\n        }\n\n        function selectAnswer(selectedIndex) {\n            if (answered) return;\n            \n            answered = true;\n            const question = questions[currentQuestion];\n            const buttons = document.querySelectorAll('#options-container button');\n            \n            \/\/ Show correct answer\n            buttons[question.correct].classList.add('correct', 'text-white');\n            \n            \/\/ If wrong answer selected, show it as incorrect\n            if (selectedIndex !== question.correct) {\n                buttons[selectedIndex].classList.add('incorrect', 'text-white');\n            } else {\n                score += 10;\n                correctAnswers++;\n                document.getElementById('score-display').textContent = `Score: ${score}`;\n            }\n            \n            \/\/ Disable all buttons\n            buttons.forEach(button => {\n                button.onclick = null;\n                button.classList.add('cursor-not-allowed');\n            });\n            \n            \/\/ Show explanation\n            document.getElementById('explanation-text').textContent = question.explanation;\n            document.getElementById('explanation-section').classList.remove('hidden');\n            \n            \/\/ Show next button\n            document.getElementById('next-btn').classList.remove('hidden');\n        }\n\n        function nextQuestion() {\n            currentQuestion++;\n            \n            if (currentQuestion < questions.length) {\n                loadQuestion();\n            } else {\n                showResults();\n            }\n        }\n\n        function showResults() {\n            document.getElementById('quiz-screen').classList.add('hidden');\n            document.getElementById('results-screen').classList.remove('hidden');\n            \n            const finalScore = score;\n            const incorrectAnswers = questions.length - correctAnswers;\n            \n            document.getElementById('final-score').textContent = finalScore;\n            document.getElementById('correct-count').textContent = correctAnswers;\n            document.getElementById('incorrect-count').textContent = incorrectAnswers;\n            \n            \/\/ Performance message and icon\n            let message, icon;\n            if (finalScore >= 90) {\n                message = \"Outstanding! You're a true Bulma expert with incredible knowledge!\";\n                icon = \"fas fa-crown text-yellow-500\";\n            } else if (finalScore >= 70) {\n                message = \"Excellent work! You know Bulma very well, just like a Capsule Corp scientist!\";\n                icon = \"fas fa-medal text-yellow-500\";\n            } else if (finalScore >= 50) {\n                message = \"Good job! You have solid knowledge about Bulma. Keep learning!\";\n                icon = \"fas fa-trophy text-yellow-500\";\n            } else {\n                message = \"Keep studying! There's so much more to learn about our genius inventor!\";\n                icon = \"fas fa-star text-yellow-500\";\n            }\n            \n            document.getElementById('performance-message').textContent = message;\n            document.getElementById('results-icon').className = icon;\n        }\n\n        function restartQuiz() {\n            currentQuestion = 0;\n            score = 0;\n            correctAnswers = 0;\n            answered = false;\n            \n            document.getElementById('score-display').textContent = 'Score: 0';\n            document.getElementById('results-screen').classList.add('hidden');\n            document.getElementById('start-screen').classList.remove('hidden');\n        }\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n\n<a href=\"https:\/\/amzn.to\/4kyJWlu\" target=\"_blank\" rel=\"noopener noreferrer\">\n  Watch Dragon Ball\u3000\u3000\u3000\u3000<a href=\"https:\/\/www.amazon.com\/gp\/video\/search?phrase=Naruto&#038;k=Naruto&#038;linkCode=ll2&#038;tag=shinyukosan-20&#038;linkId=75c1a42e2d32f36edc9324567c26fcbc&#038;language=en_US&#038;ref_=as_li_ss_tl\" target=\"_blank\" rel=\"noopener noreferrer\">\n  Watch Naruto\u3000\u3000\u3000\u3000\n<\/a>\u3000\n<a href=\"https:\/\/amzn.to\/3Hexo4x\"_blank\" rel=\"noopener noreferrer\">\n  Watch One Peice\u3000\u3000\u3000\u3000\u3000\u3000\n<\/a>\n<a href=\"https:\/\/amzn.to\/3FuTbV1\" target=\"_blank\" rel=\"noopener noreferrer\">\n  Watch Blue Lock\n<\/a>\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Bulma Quiz &#8211; Dragon Ball Bulma Quiz Bulma Quiz &#8211; Dragon Ball Bulma Quiz Dragon Ball Knowledge Test How well do you know Capsule Corp&#8217;s genius? Welcome to the Ultimate Bulma Quiz! Test your knowledge about one of Dragon Ball&#8217;s most brilliant characters &#8211; Bulma Brief! Genius Inventor Vegeta&#8217;s Wife Capsule Corp Start Quiz Question [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":33,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[2],"tags":[],"class_list":["post-31","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dragonball"],"jetpack_featured_media_url":"https:\/\/www.newwealth.shop\/a\/wp-content\/uploads\/2025\/05\/\u540d\u79f0\u672a\u8a2d\u5b9a\u306e\u30c7\u30b6\u30a4\u30f3.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=\/wp\/v2\/posts\/31","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=31"}],"version-history":[{"count":2,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=\/wp\/v2\/posts\/31\/revisions"}],"predecessor-version":[{"id":34,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=\/wp\/v2\/posts\/31\/revisions\/34"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=\/wp\/v2\/media\/33"}],"wp:attachment":[{"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=31"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=31"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.newwealth.shop\/a\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=31"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}