
You may be a world traveler, but are you a world museum expert? If you’ve taken the time to visit some of the world’s greatest museums during your trips, then you’ve likely come across many of the must-visit stops. From the Penis Museum to the Museum of Death and the British Museum to the Mob Museum, these are the museums that travelers should have on their list.
This museum is:
The Louvre Museum in Paris
The Rijksmuseum in Amsterdam
The State Hermitage Museum in Saint Petersburg
The British Museum in London
This uniquely shaped museum is:
The Soumaya Museum in Mexico City
The ArtScience Museum in Singapore
The National Museum of Qatar in Doha
The National Museum of Australia in Canberra
The London museum featured on this photograph is:
The National Gallery
The Tate Modern
The Victoria & Albert Museum
The Natural History Museum
In what museum can you find this famous work of art by Salvador Dalí?
The MoMA in New York City
The Prado Museum in Madrid
The Guggenheim Museum in Bilbao
The Salvador Dalí Museum in St. Petersburg, Florida
This is the most visited museum in the world. What is it and where is it located?
The Uffizi Gallery in Florence
The Vatican Museums in Vatican City
The Louvre Museum in Paris
The Art Institute of Chicago
What is the African museum featured on this photograph?
The Museum of Egyptian Antiquities in Cairo, Egypt
Zeitz Museum of Contemporary Art Africa in Cape Town, South Africa
The Kigali Genocide Memorial in Kigali, Rwanda
The Museum of Contemporary African Art Al Maaden in Marrakech, Morocco
This photograph was taken in:
The Sex Museum in New York City
The Sex Machines Museum in Prague
The Love Museum in Seoul
The Icelandic Phallological Museum in Reykjavik
What is the American museum featured in this photograph?
The Museum of Science and Industry in Chicago
The Academy Museum of Motion Pictures in Los Angeles
Frost Museum of Science in Miami
The California Science Center in Los Angeles
The National Quilt Museum is a real place located in what city in the United States?
Lancaster, Pennsylvania
Portland, Oregon
Paducah, Kentucky
Washington, DC
What famous Parisian museum is featured in this photograph?
The Orsay Museum
The Pompidou Center
The Quai Branly Museum
The Orangerie Museum
More Trivia
(function () {
window.onload = function () {
var totalProgress, progress;
const circles = document.querySelectorAll(‘.progress’);
for (var i = 0; i < circles.length; i++) {
var percentageComplete = circles[i].parentElement.getAttribute('data-percent');
var strokeDashOffsetValue = 100 – (percentageComplete * 100);
var progressBar = $(".js-progress-bar");
progressBar.css("stroke-dashoffset", strokeDashOffsetValue);
circles[i].querySelector('.bar').style['stroke-dashoffset'] = strokeDashOffsetValue;
}
}
})();
var quizChoices = [];
const questions = document.getElementsByClassName("mn-quiz__question");
for (let i = 0; i -1) {
url += ‘&’ + formatUrl
} else {
url += ‘?’ + formatUrl
}
window.location.href = url;
}
const buttons = document.getElementsByClassName(“mn-quiz__question__choice”);
for (const button of buttons) {
button.addEventListener(“click”, clickChoice);
}
const submitButton = document.getElementById(“mn-quiz__submit”);
if (submitButton) {
submitButton.addEventListener(“click”, submitQuiz);
}