Game

Which Donkey (from Shrek) Body Part Are You? Take the Quiz!

[ad_1]

Hey there, Shrek fans! Ever wondered which body part of Donkey from Shrek matches your personality? Whether you’re a longtime fan of the Shrek series or just love quirky and fun quizzes, this one is for you. Dive into the whimsical world of Shrek and find out which part of Donkey you are most like. Let’s get started!

Which Donkey (from Shrek) Body Part Are You?

Discover which body part of Donkey from Shrek matches your personality with this fun quiz!

Which Donkey (from Shrek) Body Part Are You?

Which Donkey (from Shrek) Body Part Are You?

Find out which body part of Donkey from Shrek matches your personality with this fun quiz!

const quizData = [
{
question: “How do you start your day?”,
a: “Chatting with friends”,
b: “Enjoying a hearty breakfast”,
c: “Looking in the mirror”,
d: “Going for a morning run”,
e: “Listening to music”,
f: “Reading the news”,
g: “Dancing around”,
h: “Making a to-do list”,
type: “a”
},
{
question: “What’s your favorite pastime?”,
a: “Talking”,
b: “Eating”,
c: “Checking your reflection”,
d: “Exercising”,
e: “Singing”,
f: “Reading”,
g: “Dancing”,
h: “Organizing”,
type: “b”
},
{
question: “What’s your dream job?”,
a: “Talk show host”,
b: “Chef”,
c: “Model”,
d: “Athlete”,
e: “Musician”,
f: “Journalist”,
g: “Dancer”,
h: “Event planner”,
type: “c”
},
{
question: “How do you relax?”,
a: “Chatting with friends”,
b: “Eating snacks”,
c: “Grooming yourself”,
d: “Going for a walk”,
e: “Listening to tunes”,
f: “Reading a book”,
g: “Dancing around”,
h: “Planning the week”,
type: “d”
},
{
question: “What’s your favorite color?”,
a: “Green”,
b: “Red”,
c: “Blue”,
d: “Orange”,
e: “Yellow”,
f: “Purple”,
g: “Pink”,
h: “Brown”,
type: “e”
}
];

const outcomes = {
c: {
title: “You are Donkey’s Eyes!”,
description: “You have a keen sense of self and love to ensure you always look your best.”,
image: “http://allagesofgeek.com/wp-content/uploads/2024/09/donkey-shrek-eyes.jpg”
},
e: {
title: “You are Donkey’s Ears!”,
description: “You love to listen to music and enjoy staying in tune with the world around you.”,
image: “http://allagesofgeek.com/wp-content/uploads/2024/09/donkey-shrek-ears.jpg”
},
d: {
title: “You are Donkey’s Legs!”,
description: “You are active and love to stay on the move, always ready for the next adventure.”,
image: “http://allagesofgeek.com/wp-content/uploads/2024/09/donkey-shrek-leg.jpg”
},
f: {
title: “You are Donkey’s Brain!”,
description: “You are knowledgeable and love to learn, always seeking out new information and experiences.”,
image: “http://allagesofgeek.com/wp-content/uploads/2024/09/donkey-shrek-brain.jpg”
},
h: {
title: “You are Donkey’s Tail!”,
description: “You are organized and keep things in order, always ensuring everything runs smoothly.”,
image: “http://allagesofgeek.com/wp-content/uploads/2024/09/donkey-shrek-tail.jpg”
}
};

let currentQuestion = 0;
let score = { c: 0, d: 0, e: 0, f: 0, h: 0 };

function startQuiz() {
document.querySelector(“button[onclick=’startQuiz()’]”).style.display = ‘none’;
document.querySelector(“h1”).style.display = ‘none’;
document.getElementById(‘description’).style.display = ‘none’;
document.getElementById(‘quiz-container’).style.display = ‘block’;
loadQuiz();
}

function loadQuiz() {
const currentQuizData = quizData[currentQuestion];
const quizContainer = document.getElementById(‘quiz’);
quizContainer.innerHTML = `

${currentQuizData.question}

`;
}

function nextQuestion() {
const answerElements = document.querySelectorAll(‘input[name=”answer”]’);
let selectedAnswer;
answerElements.forEach(element => {
if (element.checked) {
selectedAnswer = element.value;
}
});

if (selectedAnswer) {
score[selectedAnswer]++;
currentQuestion++;
if (currentQuestion score[a] > score[b] ? a : b);
const resultTitle = outcomes[highestScore].title;
const resultDescription = outcomes[highestScore].description;
const resultImage = outcomes[highestScore].image;

document.getElementById(‘result-title’).innerText = resultTitle;
document.getElementById(‘result-description’).innerText = resultDescription;
document.getElementById(‘result-image’).src = resultImage;
document.getElementById(‘result-image’).style.display = ‘block’;
}

function restartQuiz() {
currentQuestion = 0;
score = { c: 0, d: 0, e: 0, f: 0, h: 0 };
document.getElementById(‘result-container’).style.display = ‘none’;
document.querySelector(“button[onclick=’startQuiz()’]”).style.display = ‘block’;
document.querySelector(“h1”).style.display = ‘block’;
document.getElementById(‘description’).style.display = ‘block’;
}

Why Take the Donkey Body Part Quiz if you love Shrek?

Donkey is a beloved character with many unique traits and quirks. This quiz is a lighthearted way to see which part of him you most resonate with. Are you talkative like his mouth or energetic like his legs? Our quiz will help you find out!

What to Expect

Our “Which Donkey (from Shrek) Body Part Are You?” quiz is designed to be engaging and insightful, with 8 questions that reveal different aspects of your personality. Here’s a sneak peek at what you can expect:

  • Personality Traits: Questions that explore your daily habits and how you handle challenges.
  • Hobbies and Interests: Questions about your favorite activities, foods, and ways to relax.
  • Lifestyle Choices: Questions that look into your strengths, fears, and decision-making styles.

Each question is carefully crafted to guide you towards one of several unique outcomes, each representing a different part of Donkey.

How to Take the Donkey Body Part Quiz

Ready to find out which part of Donkey you are? Here’s how you can take the quiz:

  1. Click the Start Button: Begin your journey by clicking the start button.
  2. Answer Honestly: Go through each question and select the answer that best describes you. Remember, there are no right or wrong answers!
  3. Discover Your Result: Once you’ve completed all the questions, you’ll see which part of Donkey you are.

Share Your Results!

One of the best parts of taking quizzes is sharing your results with friends! After you discover which part of Donkey you are, don’t forget to share it on social media and tag us. We’d love to see your results and hear your thoughts on the quiz.

Join the Fun at All Ages of Geek

At All Ages of Geek, we celebrate all things geeky. From Shrek and animated movies to gaming and comics, we provide a space where fans can connect and share their passions. Our “Which Donkey (from Shrek) Body Part Are You?” quiz is just one of the many fun activities we offer. Be sure to check out our other quizzes, articles, and videos for more geeky goodness!

Support us at All Ages of Geek

So, what are you waiting for? Discover which part of Donkey you are! Whether you’re the talkative mouth or the energetic legs, our quiz is sure to bring some laughs. Take the quiz, share your results, and join the conversation with fellow Shrek fans at All Ages of Geek. Let’s celebrate our love for Shrek together!

Ready to get started? Click the start button above and find out which Donkey (from Shrek) body part you are now!

All Ages of Geek is a fully independent media platform, brought to life and sustained by the dedication of two sisters and the generous support of our community through donations. We’re passionate about creating content that resonates with our audience, and we’re excited to share our latest project with you—an upcoming game developed with our unique vision and creativity. Explore our other content and see how you can support our journey. Your engagement and contributions make a significant difference. Thank you for being part of our story.

“I Married a Monster on a Hill” Character Intros by I Married a Monster on a Hill

The post Which Donkey (from Shrek) Body Part Are You? Take the Quiz! appeared first on All Ages of Geek.

[ad_2]

You may also like

Leave a reply

Your email address will not be published. Required fields are marked *

More in:Game