We’ve created this challenging place names quiz to see how easily you can be tricked with made up places.
For each pair of place names, one is real and the other is either fictional or completely made up. We’ve used the place name search in OS Maps online to verify these: you can use it to find more or even create your own. Make your choice and see how many you get correct.
Correct answers: ${txtCorrectAnswers}
`; } const quizContainer = document.getElementById("quiz"); const resultsContainer = document.getElementById("results"); const submitButton = document.getElementById("submit"); const myQuestions = [ { question: "1", answers: { A: "World's End", B: "HellonEarth", }, correctAnswer: "A" }, { question: "2", answers: { A: "Bargodbraichbriwbryncyncarrogcloddiaucriafolllynwynysgwydd", B: "Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch", }, correctAnswer: "B" }, { question: "3", answers: { A: "Ouch", B: "Pity Me", }, correctAnswer: "B" }, { question: "4", answers: { A: "Bopeafield", B: "Greensplat", }, correctAnswer: "B" }, { question: "5", answers: { A: "Tittleshill", B: "Boobery", }, correctAnswer: "B" }, { question: "6", answers: { A: "Salt Earth", B: "Greedy Gut", }, correctAnswer: "B" }, { question: "7", answers: { A: "Nomansland", B: "Merry England", }, correctAnswer: "A" }, { question: "8", answers: { A: "Great Snoring", B: "Wokenwell", }, correctAnswer: "A" }, { question: "9", answers: { A: "Three Legged Cross", B: "Four Hand Crossing", }, correctAnswer: "A" }, { question: "10", answers: { A: "Cows Dance", B: "Cattle Wood", }, correctAnswer: "B" }, { question: "11", answers: { A: "Sheepwash Pond", B: "Fleecewell Lakes", }, correctAnswer: "A" }, { question: "12", answers: { A: "Barrons Hill", B: "Biggleswade", }, correctAnswer: "B" }, { question: "13", answers: { A: "Crackpot", B: "Ficklefigs", }, correctAnswer: "A" }, { question: "14", answers: { A: "Roger Moor", B: "Connery Hill", }, correctAnswer: "A" }, { question: "15", answers: { A: "Zennor", B: "Bree", }, correctAnswer: "A" }, { question: "16", answers: { A: "Yield Hill", B: "Mercy in the Bottom", }, correctAnswer: "B" }, { question: "17", answers: { A: "Koom Valley", B: "Glen Cune", }, correctAnswer: "B" }, { question: "18", answers: { A: "Egypt", B: "Persia", }, correctAnswer: "A" }, { question: "19", answers: { A: "Pretty Hill", B: "Ugley", }, correctAnswer: "B" }, { question: "20", answers: { A: "Sargent's Coppice", B: "Corporal Woods", }, correctAnswer: "A" }, { question: "21", answers: { A: "Barton in the Beans", B: "Mudchester in the Whey", }, correctAnswer: "A" }, { question: "22", answers: { A: "Ringando", B: "Knockando", }, correctAnswer: "B" }, { question: "23", answers: { A: "Coffee Pot", B: "Tea Station", }, correctAnswer: "A" }, { question: "24", answers: { A: "Knockturn Lake", B: "Knockburn Loch", }, correctAnswer: "B" }, { question: "25", answers: { A: "Jumpers Common", B: "Leapers Lake", }, correctAnswer: "A" }, ]; // display quiz right away buildQuiz(); // on submit, show results submitButton.addEventListener("click", showResults); })(); var newwindow; function poptastic(url) { newwindow=window.open(url,'name','height=400,width=400'); if (window.focus) {newwindow.focus()} }
(Sorry, but the quiz will not appear on out-of-date browsers like Internet Explorer or Opera Mini. Please switch to a different browser if possible)