Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Take the Multiple Intelligences Quiz! Which of the 9 Intelligences Are You Strongest?

Take The Multiple Intelligences Quiz! Which Of The 9 Intelligences Are You Strongest?

What are Multiple Intelligences?

The Multiple Intelligences Quiz is a tool designed to help individuals identify their unique cognitive strengths and preferences based on Howard Gardner's theory of multiple intelligences. The quiz presents a series of questions related to different intelligence types, such as linguistic, logical-mathematical, interpersonal, and intrapersonal, among others.

I am currently working on an added authorization for my credential. I spent time learning about the multiple intelligences and the ways they can hinder/help students learn.

Initially, Gardner outlined seven intelligences: Linguistic, Logical-Mathematical, Spatial, Musical, Bodily-Kinesthetic, Interpersonal, and Intrapersonal. Later, he added Naturalistic intelligence and has since explored the possibility of other intelligences, such as Existential intelligence. In addition, I've added Fluid and Crystallized intelligence, Moral Intelligence, and Cultural intelligence (CQ), or Cross-cultural Competency. Notes explaining the additions are at the bottom of this page.

Multiple Intelligences Quiz

Multiple Intelligences Quiz

`; }); quizForm.innerHTML = formContent; // Set the final HTML content once } // Calculate result with breakdown by intelligence type function calculateResult() { let scores = { "Linguistic": 0, "Logical-Mathematical": 0, "Spatial": 0, "Emotional": 0, "Existential": 0, "Fluid-Crystallized": 0, "Practical": 0, "Social": 0, "Moral": 0, "Cultural": 0, "Naturalistic": 0, "Intrapersonal": 0, "Interpersonal": 0, "Musical": 0, "Bodily-Kinesthetic": 0 }; const totalQuestions = questions.length; let unansweredQuestions = []; // Check if all questions are answered for (let i = 1; i 0) { let errorMessage = "Please answer all questions before submitting. Unanswered questions: "; errorMessage += unansweredQuestions.join(", "); alert(errorMessage); // Scroll to the first unanswered question const firstUnanswered = document.getElementsByName('q' + unansweredQuestions[0])[0]; firstUnanswered.scrollIntoView({ behavior: 'smooth', block: 'center' }); return; // Prevent result calculation if validation fails } // Display the result let resultText = "Your scores by intelligence type:\n"; for (const type in scores) { resultText += `${type}: ${scores[type]}\n`; } document.getElementById("result").innerText = resultText; } // Function to reset the quiz function resetQuiz() { // Uncheck all radio buttons const radios = document.querySelectorAll('input[type="radio"]'); radios.forEach(radio => { radio.checked = false; }); // Clear the result text document.getElementById("result").innerText = ''; // Scroll back to the top of the page window.scrollTo({ top: 0, behavior: 'smooth' }); } // Load questions when the page loads window.onload = displayQuestions;






I hope you'e enjoyed learning a bit more about yourself. Make sure you share this test with your friends to see how they learn best!

Also, please remember, this test is for entertainment purposes only.

Rationale for Additions:

The quiz has been expanded to include these additional intelligences to better reflect the complexities of modern human cognition and behavior. Intelligence is not static, and these newer forms emphasize the broad range of skills and cognitive capacities required in an increasingly interconnected, ethical, and fast-evolving world. These additions help participants better understand not only how they solve problems and think, but also how they interact with others, make decisions, and approach philosophical questions.

By integrating these intelligences, the quiz offers a more comprehensive picture of each individual’s cognitive strengths and preferences, acknowledging the evolution of intelligence theories beyond Gardner's original seven intelligences.

If you'd like to know more about multiple intelligences, Gardner's Theory of Multiple Intelligences.

Simple Psychology also has a really great article on the topic of multiple intelligences.

If you liked this post, be sure to check out our main page for the latest updates!

Recent Posts


This post first appeared on The Weary Educator, please read the originial post: here

Share the post

Take the Multiple Intelligences Quiz! Which of the 9 Intelligences Are You Strongest?

×